Class: Aws::MediaConvert::Types::SpekeKeyProvider

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#certificate_arnString

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.

Returns:

  • (String)


11600
11601
11602
11603
11604
11605
11606
11607
# File 'lib/aws-sdk-mediaconvert/types.rb', line 11600

class SpekeKeyProvider < Struct.new(
  :certificate_arn,
  :resource_id,
  :system_ids,
  :url)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

Specify the resource ID that your SPEKE-compliant key provider uses to identify this content.

Returns:

  • (String)


11600
11601
11602
11603
11604
11605
11606
11607
# File 'lib/aws-sdk-mediaconvert/types.rb', line 11600

class SpekeKeyProvider < Struct.new(
  :certificate_arn,
  :resource_id,
  :system_ids,
  :url)
  SENSITIVE = []
  include Aws::Structure
end

#system_idsArray<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.

Returns:

  • (Array<String>)


11600
11601
11602
11603
11604
11605
11606
11607
# File 'lib/aws-sdk-mediaconvert/types.rb', line 11600

class SpekeKeyProvider < Struct.new(
  :certificate_arn,
  :resource_id,
  :system_ids,
  :url)
  SENSITIVE = []
  include Aws::Structure
end

#urlString

Specify the URL to the key server that your SPEKE-compliant DRM key provider uses to provide keys for encrypting your content.

Returns:

  • (String)


11600
11601
11602
11603
11604
11605
11606
11607
# File 'lib/aws-sdk-mediaconvert/types.rb', line 11600

class SpekeKeyProvider < Struct.new(
  :certificate_arn,
  :resource_id,
  :system_ids,
  :url)
  SENSITIVE = []
  include Aws::Structure
end