class Aws::KinesisAnalyticsV2::Types::S3Configuration

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.

@note When making an API call, you may pass S3Configuration

data as a hash:

    {
      bucket_arn: "BucketARN", # required
      file_key: "FileKey", # required
    }

@!attribute [rw] bucket_arn

The ARN of the S3 bucket that contains the data.
@return [String]

@!attribute [rw] file_key

The name of the object that contains the data.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/S3Configuration AWS API Documentation

Constants

SENSITIVE