Class: Aws::MediaPackageVod::Types::PackagingConfiguration

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

Overview

A MediaPackage VOD PackagingConfiguration resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the PackagingConfiguration.

Returns:

  • (String)


1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
# File 'gems/aws-sdk-mediapackagevod/lib/aws-sdk-mediapackagevod/types.rb', line 1334

class PackagingConfiguration < Struct.new(
  :arn,
  :cmaf_package,
  :created_at,
  :dash_package,
  :hls_package,
  :id,
  :mss_package,
  :packaging_group_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#cmaf_packageTypes::CmafPackage

A CMAF packaging configuration.

Returns:



1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
# File 'gems/aws-sdk-mediapackagevod/lib/aws-sdk-mediapackagevod/types.rb', line 1334

class PackagingConfiguration < Struct.new(
  :arn,
  :cmaf_package,
  :created_at,
  :dash_package,
  :hls_package,
  :id,
  :mss_package,
  :packaging_group_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#created_atString

The time the PackagingConfiguration was created.

Returns:

  • (String)


1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
# File 'gems/aws-sdk-mediapackagevod/lib/aws-sdk-mediapackagevod/types.rb', line 1334

class PackagingConfiguration < Struct.new(
  :arn,
  :cmaf_package,
  :created_at,
  :dash_package,
  :hls_package,
  :id,
  :mss_package,
  :packaging_group_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#dash_packageTypes::DashPackage

A Dynamic Adaptive Streaming over HTTP (DASH) packaging configuration.

Returns:



1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
# File 'gems/aws-sdk-mediapackagevod/lib/aws-sdk-mediapackagevod/types.rb', line 1334

class PackagingConfiguration < Struct.new(
  :arn,
  :cmaf_package,
  :created_at,
  :dash_package,
  :hls_package,
  :id,
  :mss_package,
  :packaging_group_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#hls_packageTypes::HlsPackage

An HTTP Live Streaming (HLS) packaging configuration.

Returns:



1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
# File 'gems/aws-sdk-mediapackagevod/lib/aws-sdk-mediapackagevod/types.rb', line 1334

class PackagingConfiguration < Struct.new(
  :arn,
  :cmaf_package,
  :created_at,
  :dash_package,
  :hls_package,
  :id,
  :mss_package,
  :packaging_group_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the PackagingConfiguration.

Returns:

  • (String)


1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
# File 'gems/aws-sdk-mediapackagevod/lib/aws-sdk-mediapackagevod/types.rb', line 1334

class PackagingConfiguration < Struct.new(
  :arn,
  :cmaf_package,
  :created_at,
  :dash_package,
  :hls_package,
  :id,
  :mss_package,
  :packaging_group_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#mss_packageTypes::MssPackage

A Microsoft Smooth Streaming (MSS) PackagingConfiguration.

Returns:



1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
# File 'gems/aws-sdk-mediapackagevod/lib/aws-sdk-mediapackagevod/types.rb', line 1334

class PackagingConfiguration < Struct.new(
  :arn,
  :cmaf_package,
  :created_at,
  :dash_package,
  :hls_package,
  :id,
  :mss_package,
  :packaging_group_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#packaging_group_idString

The ID of a PackagingGroup.

Returns:

  • (String)


1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
# File 'gems/aws-sdk-mediapackagevod/lib/aws-sdk-mediapackagevod/types.rb', line 1334

class PackagingConfiguration < Struct.new(
  :arn,
  :cmaf_package,
  :created_at,
  :dash_package,
  :hls_package,
  :id,
  :mss_package,
  :packaging_group_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

A collection of tags associated with a resource

Returns:

  • (Hash<String,String>)


1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
# File 'gems/aws-sdk-mediapackagevod/lib/aws-sdk-mediapackagevod/types.rb', line 1334

class PackagingConfiguration < Struct.new(
  :arn,
  :cmaf_package,
  :created_at,
  :dash_package,
  :hls_package,
  :id,
  :mss_package,
  :packaging_group_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end