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
show all
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

Instance Attribute Details

#bucket_arnString

ARN of the S3 bucket that contains the data.

Returns:

  • (String)

    ARN of the S3 bucket that contains the data.

#file_keyString

The name of the object that contains the data.

Returns:

  • (String)

    The name of the object that contains the data.

#role_arnString

IAM ARN of the role used to access the data.

Returns:

  • (String)

    IAM ARN of the role used to access the data.