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
- Struct
- Aws::MediaPackage::Types::S3Destination
- 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
-
#bucket_name ⇒ String
The name of an S3 bucket within which harvested content will be exported.
-
#manifest_key ⇒ String
The key in the specified S3 bucket where the harvested top-level manifest will be placed.
-
#role_arn ⇒ String
The IAM role used to write to the specified S3 bucket.
Instance Attribute Details
#bucket_name ⇒ String
The name of an S3 bucket within which harvested content will be exported
#manifest_key ⇒ String
The key in the specified S3 bucket where the harvested top-level manifest will be placed.
#role_arn ⇒ String
The IAM role used to write to the specified S3 bucket