Class: Aws::KinesisAnalyticsV2::Types::S3Configuration
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalyticsV2::Types::S3Configuration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisanalyticsv2/types.rb
Overview
For a SQL-based Kinesis Data Analytics application, provides a description of an Amazon S3 data source, including the Amazon Resource Name (ARN) of the S3 bucket and the name of the Amazon S3 object that contains the data.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bucket_arn ⇒ String
The ARN of the S3 bucket that contains the data.
-
#file_key ⇒ String
The name of the object that contains the data.
Instance Attribute Details
#bucket_arn ⇒ String
The ARN of the S3 bucket that contains the data.
4415 4416 4417 4418 4419 4420 |
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 4415 class S3Configuration < Struct.new( :bucket_arn, :file_key) SENSITIVE = [] include Aws::Structure end |
#file_key ⇒ String
The name of the object that contains the data.
4415 4416 4417 4418 4419 4420 |
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 4415 class S3Configuration < Struct.new( :bucket_arn, :file_key) SENSITIVE = [] include Aws::Structure end |