Class: Aws::MediaLive::Types::ArchiveCdnSettings

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-medialive/types.rb

Overview

Note:

When making an API call, you may pass ArchiveCdnSettings data as a hash:

{
  archive_s3_settings: {
    canned_acl: "AUTHENTICATED_READ", # accepts AUTHENTICATED_READ, BUCKET_OWNER_FULL_CONTROL, BUCKET_OWNER_READ, PUBLIC_READ
  },
}

Archive Cdn Settings

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#archive_s3_settingsTypes::ArchiveS3Settings

Archive S3 Settings



238
239
240
241
242
# File 'lib/aws-sdk-medialive/types.rb', line 238

class ArchiveCdnSettings < Struct.new(
  :archive_s3_settings)
  SENSITIVE = []
  include Aws::Structure
end