Class: Aws::MediaConvert::Types::SpekeKeyProviderCmaf

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb

Overview

If your output group type is CMAF, use these settings when doing DRM encryption with a SPEKE-compliant key provider. If your output group type is HLS, DASH, or Microsoft Smooth, use the SpekeKeyProvider 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)


11732
11733
11734
11735
11736
11737
11738
11739
11740
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 11732

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

#dash_signaled_system_idsArray<String>

Specify the DRM system IDs that you want signaled in the DASH manifest that MediaConvert creates as part of this CMAF package. The DASH manifest can currently signal up to three system IDs. For more information, see https://dashif.org/identifiers/content_protection/.

Returns:

  • (Array<String>)


11732
11733
11734
11735
11736
11737
11738
11739
11740
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 11732

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

#hls_signaled_system_idsArray<String>

Specify the DRM system ID that you want signaled in the HLS manifest that MediaConvert creates as part of this CMAF package. The HLS manifest can currently signal only one system ID. For more information, see https://dashif.org/identifiers/content_protection/.

Returns:

  • (Array<String>)


11732
11733
11734
11735
11736
11737
11738
11739
11740
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 11732

class SpekeKeyProviderCmaf < Struct.new(
  :certificate_arn,
  :dash_signaled_system_ids,
  :hls_signaled_system_ids,
  :resource_id,
  :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)


11732
11733
11734
11735
11736
11737
11738
11739
11740
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 11732

class SpekeKeyProviderCmaf < Struct.new(
  :certificate_arn,
  :dash_signaled_system_ids,
  :hls_signaled_system_ids,
  :resource_id,
  :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)


11732
11733
11734
11735
11736
11737
11738
11739
11740
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 11732

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