class Aws::DynamoDB::Types::S3BucketSource
@see docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/S3BucketSource AWS API Documentation
@return [String]
The key prefix shared by all S3 Objects that are being imported.
@!attribute [rw] s3_key_prefix
@return [String]
The S3 bucket that is being imported from.
@!attribute [rw] s3_bucket
@return [String]
the bucket is owned by the requester this is optional.
The account number of the S3 bucket that is being imported from. If
@!attribute [rw] s3_bucket_owner
}
s3_key_prefix: “S3Prefix”,
s3_bucket: “S3Bucket”, # required
s3_bucket_owner: “S3BucketOwner”,
{
data as a hash:
@note When making an API call, you may pass S3BucketSource
The S3 bucket that is being imported from.