Class: Aws::MediaPackage::Types::SpekeKeyProvider

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

Instance Attribute Details

#certificate_arnString

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.

Returns:

  • (String)


2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
# File 'gems/aws-sdk-mediapackage/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_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 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 'gems/aws-sdk-mediapackage/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_idString

The resource ID to include in key requests.

Returns:

  • (String)


2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
# File 'gems/aws-sdk-mediapackage/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_arnString

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

Returns:

  • (String)


2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
# File 'gems/aws-sdk-mediapackage/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_idsArray<String>

The system IDs to include in key requests.

Returns:

  • (Array<String>)


2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
# File 'gems/aws-sdk-mediapackage/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

#urlString

The URL of the external key provider service.

Returns:

  • (String)


2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
# File 'gems/aws-sdk-mediapackage/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