Class: Aws::MediaPackageVod::Types::SpekeKeyProvider
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackageVod::Types::SpekeKeyProvider
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediapackagevod/types.rb
Overview
A configuration for accessing an external Secure Packager and Encoder Key Exchange (SPEKE) service that will provide encryption keys.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#encryption_contract_configuration ⇒ Types::EncryptionContractConfiguration
Use encryptionContractConfiguration to configure one or more content encryption keys for your endpoints that use SPEKE 2.0.
-
#role_arn ⇒ String
An Amazon Resource Name (ARN) of an IAM role that AWS Elemental MediaPackage will assume when accessing the key provider service.
-
#system_ids ⇒ Array<String>
The system IDs to include in key requests.
-
#url ⇒ String
The URL of the external key provider service.
Instance Attribute Details
#encryption_contract_configuration ⇒ Types::EncryptionContractConfiguration
Use encryptionContractConfiguration to configure one or more content encryption keys for your endpoints that use SPEKE 2.0. The encryption contract defines which content keys are used to encrypt the audio and video tracks in your stream. To configure the encryption contract, specify which audio and video encryption presets to use. Note the following considerations when using encryptionContractConfiguration: encryptionContractConfiguration can be used for DASH endpoints that use SPEKE 2.0. SPEKE 2.0 relies on the CPIX 2.3 specification. You must disable key rotation for this endpoint by setting keyRotationIntervalSeconds to 0.
1569 1570 1571 1572 1573 1574 1575 1576 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 1569 class SpekeKeyProvider < Struct.new( :encryption_contract_configuration, :role_arn, :system_ids, :url) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
An Amazon Resource Name (ARN) of an IAM role that AWS Elemental MediaPackage will assume when accessing the key provider service.
1569 1570 1571 1572 1573 1574 1575 1576 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 1569 class SpekeKeyProvider < Struct.new( :encryption_contract_configuration, :role_arn, :system_ids, :url) SENSITIVE = [] include Aws::Structure end |
#system_ids ⇒ Array<String>
The system IDs to include in key requests.
1569 1570 1571 1572 1573 1574 1575 1576 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 1569 class SpekeKeyProvider < Struct.new( :encryption_contract_configuration, :role_arn, :system_ids, :url) SENSITIVE = [] include Aws::Structure end |
#url ⇒ String
The URL of the external key provider service.
1569 1570 1571 1572 1573 1574 1575 1576 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 1569 class SpekeKeyProvider < Struct.new( :encryption_contract_configuration, :role_arn, :system_ids, :url) SENSITIVE = [] include Aws::Structure end |