You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::KinesisAnalytics::Types::S3Configuration
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalytics::Types::S3Configuration
- Defined in:
- (unknown)
Overview
Note:
When passing S3Configuration as input to an Aws::Client method, you can use a vanilla Hash:
{
role_arn: "RoleARN", # required
bucket_arn: "BucketARN", # required
file_key: "FileKey", # required
}
Provides a description of an Amazon S3 data source, including the Amazon Resource Name (ARN) of the S3 bucket, the ARN of the IAM role that is used to access the bucket, and the name of the Amazon S3 object that contains the data.
Returned by:
Instance Attribute Summary collapse
-
#bucket_arn ⇒ String
ARN of the S3 bucket that contains the data.
-
#file_key ⇒ String
The name of the object that contains the data.
-
#role_arn ⇒ String
IAM ARN of the role used to access the data.
Instance Attribute Details
#bucket_arn ⇒ String
ARN of the S3 bucket that contains the data.
#file_key ⇒ String
The name of the object that contains the data.
#role_arn ⇒ String
IAM ARN of the role used to access the data.