You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::KinesisAnalyticsV2::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:

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

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.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_arnString

The ARN of the S3 bucket that contains the data.

Returns:

  • (String)

    The 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.