Class: Aws::MediaPackageVod::Types::SpekeKeyProvider

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediapackagevod/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

Instance Attribute Details

#encryption_contract_configurationTypes::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 'gems/aws-sdk-mediapackagevod/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_arnString

An Amazon Resource Name (ARN) of an IAM role that AWS Elemental MediaPackage will assume when accessing the key provider service.

Returns:

  • (String)


1569
1570
1571
1572
1573
1574
1575
1576
# File 'gems/aws-sdk-mediapackagevod/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_idsArray<String>

The system IDs to include in key requests.

Returns:

  • (Array<String>)


1569
1570
1571
1572
1573
1574
1575
1576
# File 'gems/aws-sdk-mediapackagevod/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

#urlString

The URL of the external key provider service.

Returns:

  • (String)


1569
1570
1571
1572
1573
1574
1575
1576
# File 'gems/aws-sdk-mediapackagevod/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