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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediapackage/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

Instance Attribute Details

#bucket_nameString

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

Returns:

  • (String)


2143
2144
2145
2146
2147
2148
2149
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 2143

class S3Destination < Struct.new(
  :bucket_name,
  :manifest_key,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#manifest_keyString

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

Returns:

  • (String)


2143
2144
2145
2146
2147
2148
2149
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 2143

class S3Destination < Struct.new(
  :bucket_name,
  :manifest_key,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The IAM role used to write to the specified S3 bucket

Returns:

  • (String)


2143
2144
2145
2146
2147
2148
2149
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 2143

class S3Destination < Struct.new(
  :bucket_name,
  :manifest_key,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end