class Aws::KinesisAnalyticsV2::Types::S3ContentLocation

For a Kinesis Data Analytics application provides a description of an Amazon S3 object, including the Amazon Resource Name (ARN) of the S3 bucket, the name of the Amazon S3 object that contains the data, and the version number of the Amazon S3 object that contains the data.

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

data as a hash:

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

@!attribute [rw] bucket_arn

The Amazon Resource Name (ARN) for the S3 bucket containing the
application code.
@return [String]

@!attribute [rw] file_key

The file key for the object containing the application code.
@return [String]

@!attribute [rw] object_version

The version of the object containing the application code.
@return [String]

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

Constants

SENSITIVE