Class: Aws::CloudWatchLogs::Types::AssociateSourceToS3TableIntegrationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudwatchlogs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_sourceTypes::DataSource

The data source to associate with the S3 Table Integration. Contains the name and type of the data source.

Returns:



430
431
432
433
434
435
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 430

class AssociateSourceToS3TableIntegrationRequest < Struct.new(
  :integration_arn,
  :data_source)
  SENSITIVE = []
  include Aws::Structure
end

#integration_arnString

The Amazon Resource Name (ARN) of the S3 Table Integration to associate the data source with.

Returns:

  • (String)


430
431
432
433
434
435
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 430

class AssociateSourceToS3TableIntegrationRequest < Struct.new(
  :integration_arn,
  :data_source)
  SENSITIVE = []
  include Aws::Structure
end