Class: Aws::MediaPackageVod::Types::PackagingGroup

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

Overview

A MediaPackage VOD PackagingGroup resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the PackagingGroup.

Returns:

  • (String)


1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 1831

class PackagingGroup < Struct.new(
  :arn,
  :authorization,
  :domain_name,
  :egress_access_logs,
  :id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#authorizationTypes::Authorization

CDN Authorization credentials



1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 1831

class PackagingGroup < Struct.new(
  :arn,
  :authorization,
  :domain_name,
  :egress_access_logs,
  :id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#domain_nameString

The fully qualified domain name for Assets in the PackagingGroup.

Returns:

  • (String)


1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 1831

class PackagingGroup < Struct.new(
  :arn,
  :authorization,
  :domain_name,
  :egress_access_logs,
  :id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#egress_access_logsTypes::EgressAccessLogs

Configure egress access logging.



1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 1831

class PackagingGroup < Struct.new(
  :arn,
  :authorization,
  :domain_name,
  :egress_access_logs,
  :id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the PackagingGroup.

Returns:

  • (String)


1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 1831

class PackagingGroup < Struct.new(
  :arn,
  :authorization,
  :domain_name,
  :egress_access_logs,
  :id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

A collection of tags associated with a resource

Returns:

  • (Hash<String,String>)


1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 1831

class PackagingGroup < Struct.new(
  :arn,
  :authorization,
  :domain_name,
  :egress_access_logs,
  :id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end