Skip to content

/AWS1/CL_MDCS3DSTSETTINGS

Settings associated with S3 destination

CONSTRUCTOR

IMPORTING

Optional arguments:

io_accesscontrol TYPE REF TO /AWS1/CL_MDCS3DSTACCESSCONTROL /AWS1/CL_MDCS3DSTACCESSCONTROL

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.

io_encryption TYPE REF TO /AWS1/CL_MDCS3ENCSETTINGS /AWS1/CL_MDCS3ENCSETTINGS

Settings for how your job outputs are encrypted as they are uploaded to Amazon S3.

iv_storageclass TYPE /AWS1/MDCS3STORAGECLASS /AWS1/MDCS3STORAGECLASS

Specify the S3 storage class to use for this output. To use your destination's default storage class: Keep the default value, Not set. For more information about S3 storage classes, see https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage-class-intro.html


Queryable Attributes

AccessControl

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.

Accessible with the following methods

Method Description
GET_ACCESSCONTROL() Getter for ACCESSCONTROL

Encryption

Settings for how your job outputs are encrypted as they are uploaded to Amazon S3.

Accessible with the following methods

Method Description
GET_ENCRYPTION() Getter for ENCRYPTION

StorageClass

Specify the S3 storage class to use for this output. To use your destination's default storage class: Keep the default value, Not set. For more information about S3 storage classes, see https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage-class-intro.html

Accessible with the following methods

Method Description
GET_STORAGECLASS() Getter for STORAGECLASS, with configurable default
ASK_STORAGECLASS() Getter for STORAGECLASS w/ exceptions if field has no value
HAS_STORAGECLASS() Determine if STORAGECLASS has a value