Class: Aws::MediaConvert::Types::SpekeKeyProviderCmaf
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::SpekeKeyProviderCmaf
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconvert/types.rb
Overview
If your output group type is CMAF, use these settings when doing DRM encryption with a SPEKE-compliant key provider. If your output group type is HLS, DASH, or Microsoft Smooth, use the SpekeKeyProvider settings instead.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificate_arn ⇒ String
If you want your key provider to encrypt the content keys that it provides to MediaConvert, set up a certificate with a master key using AWS Certificate Manager.
-
#dash_signaled_system_ids ⇒ Array<String>
Specify the DRM system IDs that you want signaled in the DASH manifest that MediaConvert creates as part of this CMAF package.
-
#encryption_contract_configuration ⇒ Types::EncryptionContractConfiguration
Specify the SPEKE version, either v1.0 or v2.0, that MediaConvert uses when encrypting your output.
-
#hls_signaled_system_ids ⇒ Array<String>
Specify up to 3 DRM system IDs that you want signaled in the HLS manifest that MediaConvert creates as part of this CMAF package.
-
#resource_id ⇒ String
Specify the resource ID that your SPEKE-compliant key provider uses to identify this content.
-
#url ⇒ String
Specify the URL to the key server that your SPEKE-compliant DRM key provider uses to provide keys for encrypting your content.
Instance Attribute Details
#certificate_arn ⇒ String
If you want your key provider to encrypt the content keys that it provides to MediaConvert, set up a certificate with a master key using AWS Certificate Manager. Specify the certificate’s Amazon Resource Name (ARN) here.
12610 12611 12612 12613 12614 12615 12616 12617 12618 12619 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 12610 class SpekeKeyProviderCmaf < Struct.new( :certificate_arn, :dash_signaled_system_ids, :encryption_contract_configuration, :hls_signaled_system_ids, :resource_id, :url) SENSITIVE = [] include Aws::Structure end |
#dash_signaled_system_ids ⇒ Array<String>
Specify the DRM system IDs that you want signaled in the DASH manifest that MediaConvert creates as part of this CMAF package. The DASH manifest can currently signal up to three system IDs. For more information, see dashif.org/identifiers/content_protection/.
12610 12611 12612 12613 12614 12615 12616 12617 12618 12619 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 12610 class SpekeKeyProviderCmaf < Struct.new( :certificate_arn, :dash_signaled_system_ids, :encryption_contract_configuration, :hls_signaled_system_ids, :resource_id, :url) SENSITIVE = [] include Aws::Structure end |
#encryption_contract_configuration ⇒ Types::EncryptionContractConfiguration
Specify the SPEKE version, either v1.0 or v2.0, that MediaConvert uses when encrypting your output. For more information, see: docs.aws.amazon.com/speke/latest/documentation/speke-api-specification.html To use SPEKE v1.0: Leave blank. To use SPEKE v2.0: Specify a SPEKE v2.0 video preset and a SPEKE v2.0 audio preset.
12610 12611 12612 12613 12614 12615 12616 12617 12618 12619 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 12610 class SpekeKeyProviderCmaf < Struct.new( :certificate_arn, :dash_signaled_system_ids, :encryption_contract_configuration, :hls_signaled_system_ids, :resource_id, :url) SENSITIVE = [] include Aws::Structure end |
#hls_signaled_system_ids ⇒ Array<String>
Specify up to 3 DRM system IDs that you want signaled in the HLS manifest that MediaConvert creates as part of this CMAF package. For more information, see dashif.org/identifiers/content_protection/.
12610 12611 12612 12613 12614 12615 12616 12617 12618 12619 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 12610 class SpekeKeyProviderCmaf < Struct.new( :certificate_arn, :dash_signaled_system_ids, :encryption_contract_configuration, :hls_signaled_system_ids, :resource_id, :url) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
Specify the resource ID that your SPEKE-compliant key provider uses to identify this content.
12610 12611 12612 12613 12614 12615 12616 12617 12618 12619 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 12610 class SpekeKeyProviderCmaf < Struct.new( :certificate_arn, :dash_signaled_system_ids, :encryption_contract_configuration, :hls_signaled_system_ids, :resource_id, :url) SENSITIVE = [] include Aws::Structure end |
#url ⇒ String
Specify the URL to the key server that your SPEKE-compliant DRM key provider uses to provide keys for encrypting your content.
12610 12611 12612 12613 12614 12615 12616 12617 12618 12619 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 12610 class SpekeKeyProviderCmaf < Struct.new( :certificate_arn, :dash_signaled_system_ids, :encryption_contract_configuration, :hls_signaled_system_ids, :resource_id, :url) SENSITIVE = [] include Aws::Structure end |