Class: Aws::MediaPackage::Types::SpekeKeyProvider
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackage::Types::SpekeKeyProvider
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediapackage/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
-
#certificate_arn ⇒ String
An Amazon Resource Name (ARN) of a Certificate Manager certificate that MediaPackage will use for enforcing secure end-to-end data transfer with the key provider service.
-
#encryption_contract_configuration ⇒ Types::EncryptionContractConfiguration
Use encryptionContractConfiguration to configure one or more content encryption keys for your endpoints that use SPEKE 2.0.
-
#resource_id ⇒ String
The resource ID to include in key requests.
-
#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
#certificate_arn ⇒ String
An Amazon Resource Name (ARN) of a Certificate Manager certificate that MediaPackage will use for enforcing secure end-to-end data transfer with the key provider service.
2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 2203 class SpekeKeyProvider < Struct.new( :certificate_arn, :encryption_contract_configuration, :resource_id, :role_arn, :system_ids, :url) SENSITIVE = [] include Aws::Structure end |
#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 or CMAF 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.
2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 2203 class SpekeKeyProvider < Struct.new( :certificate_arn, :encryption_contract_configuration, :resource_id, :role_arn, :system_ids, :url) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The resource ID to include in key requests.
2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 2203 class SpekeKeyProvider < Struct.new( :certificate_arn, :encryption_contract_configuration, :resource_id, :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.
2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 2203 class SpekeKeyProvider < Struct.new( :certificate_arn, :encryption_contract_configuration, :resource_id, :role_arn, :system_ids, :url) SENSITIVE = [] include Aws::Structure end |
#system_ids ⇒ Array<String>
The system IDs to include in key requests.
2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 2203 class SpekeKeyProvider < Struct.new( :certificate_arn, :encryption_contract_configuration, :resource_id, :role_arn, :system_ids, :url) SENSITIVE = [] include Aws::Structure end |
#url ⇒ String
The URL of the external key provider service.
2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 2203 class SpekeKeyProvider < Struct.new( :certificate_arn, :encryption_contract_configuration, :resource_id, :role_arn, :system_ids, :url) SENSITIVE = [] include Aws::Structure end |