class Aws::MediaConvert::Types::DestinationSettings

Settings associated with the destination. Will vary based on the type of destination

@note When making an API call, you may pass DestinationSettings

data as a hash:

    {
      s3_settings: {
        access_control: {
          canned_acl: "PUBLIC_READ", # accepts PUBLIC_READ, AUTHENTICATED_READ, BUCKET_OWNER_READ, BUCKET_OWNER_FULL_CONTROL
        },
        encryption: {
          encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
          kms_encryption_context: "__stringPatternAZaZ0902",
          kms_key_arn: "__stringPatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
        },
      },
    }

@!attribute [rw] s3_settings

Settings associated with S3 destination
@return [Types::S3DestinationSettings]

@see docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/DestinationSettings AWS API Documentation

Constants

SENSITIVE