class Aws::MediaPackage::Types::S3Destination

Configuration parameters for where in an S3 bucket to place the harvested content

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

data as a hash:

    {
      bucket_name: "__string", # required
      manifest_key: "__string", # required
      role_arn: "__string", # required
    }

@!attribute [rw] bucket_name

The name of an S3 bucket within which harvested content will be
exported
@return [String]

@!attribute [rw] manifest_key

The key in the specified S3 bucket where the harvested top-level
manifest will be placed.
@return [String]

@!attribute [rw] role_arn

The IAM role used to write to the specified S3 bucket
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/mediapackage-2017-10-12/S3Destination AWS API Documentation

Constants

SENSITIVE