class Aws::KafkaConnect::Types::S3Location

The location of an object in Amazon S3.

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

data as a hash:

    {
      bucket_arn: "__string", # required
      file_key: "__string", # required
      object_version: "__string",
    }

@!attribute [rw] bucket_arn

The Amazon Resource Name (ARN) of an S3 bucket.
@return [String]

@!attribute [rw] file_key

The file key for an object in an S3 bucket.
@return [String]

@!attribute [rw] object_version

The version of an object in an S3 bucket.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/kafkaconnect-2021-09-14/S3Location AWS API Documentation

Constants

SENSITIVE