Class: Aws::MediaConvert::Types::S3DestinationSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::S3DestinationSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconvert/types.rb
Overview
Settings associated with S3 destination
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_control ⇒ Types::S3DestinationAccessControl
Optional.
-
#encryption ⇒ Types::S3EncryptionSettings
Settings for how your job outputs are encrypted as they are uploaded to Amazon S3.
-
#storage_class ⇒ String
Specify the S3 storage class to use for this destination.
Instance Attribute Details
#access_control ⇒ Types::S3DestinationAccessControl
Optional. Have MediaConvert automatically apply Amazon S3 access control for the outputs in this output group. When you don’t use this setting, S3 automatically applies the default access control list PRIVATE.
11329 11330 11331 11332 11333 11334 11335 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 11329 class S3DestinationSettings < Struct.new( :access_control, :encryption, :storage_class) SENSITIVE = [] include Aws::Structure end |
#encryption ⇒ Types::S3EncryptionSettings
Settings for how your job outputs are encrypted as they are uploaded to Amazon S3.
11329 11330 11331 11332 11333 11334 11335 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 11329 class S3DestinationSettings < Struct.new( :access_control, :encryption, :storage_class) SENSITIVE = [] include Aws::Structure end |
#storage_class ⇒ String
Specify the S3 storage class to use for this destination.
11329 11330 11331 11332 11333 11334 11335 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 11329 class S3DestinationSettings < Struct.new( :access_control, :encryption, :storage_class) SENSITIVE = [] include Aws::Structure end |