Class: Aws::MediaConvert::Types::SpekeKeyProvider
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::SpekeKeyProvider
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconvert/types.rb
Overview
If your output group type is HLS, DASH, or Microsoft Smooth, use these settings when doing DRM encryption with a SPEKE-compliant key provider. If your output group type is CMAF, use the SpekeKeyProviderCmaf 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.
-
#encryption_contract_configuration ⇒ Types::EncryptionContractConfiguration
Specify the SPEKE version, either v1.0 or v2.0, that MediaConvert uses when encrypting your output.
-
#resource_id ⇒ String
Specify the resource ID that your SPEKE-compliant key provider uses to identify this content.
-
#system_ids ⇒ Array<String>
Relates to SPEKE implementation.
-
#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.
12009 12010 12011 12012 12013 12014 12015 12016 12017 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 12009 class SpekeKeyProvider < Struct.new( :certificate_arn, :encryption_contract_configuration, :resource_id, :system_ids, :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.
12009 12010 12011 12012 12013 12014 12015 12016 12017 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 12009 class SpekeKeyProvider < Struct.new( :certificate_arn, :encryption_contract_configuration, :resource_id, :system_ids, :url) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
Specify the resource ID that your SPEKE-compliant key provider uses to identify this content.
12009 12010 12011 12012 12013 12014 12015 12016 12017 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 12009 class SpekeKeyProvider < Struct.new( :certificate_arn, :encryption_contract_configuration, :resource_id, :system_ids, :url) SENSITIVE = [] include Aws::Structure end |
#system_ids ⇒ Array<String>
Relates to SPEKE implementation. DRM system identifiers. DASH output groups support a max of two system ids. Other group types support one system id. See dashif.org/identifiers/content_protection/ for more details.
12009 12010 12011 12012 12013 12014 12015 12016 12017 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 12009 class SpekeKeyProvider < Struct.new( :certificate_arn, :encryption_contract_configuration, :resource_id, :system_ids, :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.
12009 12010 12011 12012 12013 12014 12015 12016 12017 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 12009 class SpekeKeyProvider < Struct.new( :certificate_arn, :encryption_contract_configuration, :resource_id, :system_ids, :url) SENSITIVE = [] include Aws::Structure end |