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

Class: Aws::MediaPackage::Types::S3Destination

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing S3Destination as input to an Aws::Client method, you can use a vanilla Hash:

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

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_nameString

The name of an S3 bucket within which harvested content will be exported

Returns:

  • (String)

    The name of an S3 bucket within which harvested content will be exported.

#manifest_keyString

The key in the specified S3 bucket where the harvested top-level manifest will be placed.

Returns:

  • (String)

    The key in the specified S3 bucket where the harvested top-level manifest will be placed.

#role_arnString

The IAM role used to write to the specified S3 bucket

Returns:

  • (String)

    The IAM role used to write to the specified S3 bucket.