Class: Aws::MediaPackage::Types::S3Destination
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackage::Types::S3Destination
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediapackage/types.rb
Overview
Configuration parameters for where in an S3 bucket to place the harvested content
Constant Summary collapse
- SENSITIVE =
[]
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
2143 2144 2145 2146 2147 2148 2149 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 2143 class S3Destination < Struct.new( :bucket_name, :manifest_key, :role_arn) SENSITIVE = [] include Aws::Structure end |
#manifest_key ⇒ String
The key in the specified S3 bucket where the harvested top-level manifest will be placed.
2143 2144 2145 2146 2147 2148 2149 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 2143 class S3Destination < Struct.new( :bucket_name, :manifest_key, :role_arn) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The IAM role used to write to the specified S3 bucket
2143 2144 2145 2146 2147 2148 2149 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 2143 class S3Destination < Struct.new( :bucket_name, :manifest_key, :role_arn) SENSITIVE = [] include Aws::Structure end |