Class: Aws::KinesisAnalytics::Types::S3ReferenceDataSourceUpdate
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalytics::Types::S3ReferenceDataSourceUpdate
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisanalytics/types.rb
Overview
Describes the S3 bucket name, object key name, and IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf and populate the in-application reference table.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bucket_arn_update ⇒ String
Amazon Resource Name (ARN) of the S3 bucket.
-
#file_key_update ⇒ String
Object key name.
-
#reference_role_arn_update ⇒ String
ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application.
Instance Attribute Details
#bucket_arn_update ⇒ String
Amazon Resource Name (ARN) of the S3 bucket.
2434 2435 2436 2437 2438 2439 2440 |
# File 'lib/aws-sdk-kinesisanalytics/types.rb', line 2434 class S3ReferenceDataSourceUpdate < Struct.new( :bucket_arn_update, :file_key_update, :reference_role_arn_update) SENSITIVE = [] include Aws::Structure end |
#file_key_update ⇒ String
Object key name.
2434 2435 2436 2437 2438 2439 2440 |
# File 'lib/aws-sdk-kinesisanalytics/types.rb', line 2434 class S3ReferenceDataSourceUpdate < Struct.new( :bucket_arn_update, :file_key_update, :reference_role_arn_update) SENSITIVE = [] include Aws::Structure end |
#reference_role_arn_update ⇒ String
ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application.
2434 2435 2436 2437 2438 2439 2440 |
# File 'lib/aws-sdk-kinesisanalytics/types.rb', line 2434 class S3ReferenceDataSourceUpdate < Struct.new( :bucket_arn_update, :file_key_update, :reference_role_arn_update) SENSITIVE = [] include Aws::Structure end |