libZSservicesZSamazonka-mediaconvertZSamazonka-mediaconvert
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.MediaConvert.Types.SpekeKeyProviderCmaf

Description

 
Synopsis

Documentation

data SpekeKeyProviderCmaf Source #

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.

See: newSpekeKeyProviderCmaf smart constructor.

Constructors

SpekeKeyProviderCmaf' 

Fields

  • resourceId :: Maybe Text

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

  • dashSignaledSystemIds :: Maybe [Text]

    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/.

  • certificateArn :: Maybe Text

    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.

  • url :: Maybe Text

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

  • hlsSignaledSystemIds :: Maybe [Text]

    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/.

Instances

Instances details
Eq SpekeKeyProviderCmaf Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.SpekeKeyProviderCmaf

Read SpekeKeyProviderCmaf Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.SpekeKeyProviderCmaf

Show SpekeKeyProviderCmaf Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.SpekeKeyProviderCmaf

Generic SpekeKeyProviderCmaf Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.SpekeKeyProviderCmaf

Associated Types

type Rep SpekeKeyProviderCmaf :: Type -> Type #

NFData SpekeKeyProviderCmaf Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.SpekeKeyProviderCmaf

Methods

rnf :: SpekeKeyProviderCmaf -> () #

Hashable SpekeKeyProviderCmaf Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.SpekeKeyProviderCmaf

ToJSON SpekeKeyProviderCmaf Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.SpekeKeyProviderCmaf

FromJSON SpekeKeyProviderCmaf Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.SpekeKeyProviderCmaf

type Rep SpekeKeyProviderCmaf Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.SpekeKeyProviderCmaf

type Rep SpekeKeyProviderCmaf = D1 ('MetaData "SpekeKeyProviderCmaf" "Amazonka.MediaConvert.Types.SpekeKeyProviderCmaf" "libZSservicesZSamazonka-mediaconvertZSamazonka-mediaconvert" 'False) (C1 ('MetaCons "SpekeKeyProviderCmaf'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dashSignaledSystemIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "certificateArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "url") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "hlsSignaledSystemIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))))

newSpekeKeyProviderCmaf :: SpekeKeyProviderCmaf Source #

Create a value of SpekeKeyProviderCmaf with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:resourceId:SpekeKeyProviderCmaf', spekeKeyProviderCmaf_resourceId - Specify the resource ID that your SPEKE-compliant key provider uses to identify this content.

$sel:dashSignaledSystemIds:SpekeKeyProviderCmaf', spekeKeyProviderCmaf_dashSignaledSystemIds - 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/.

$sel:certificateArn:SpekeKeyProviderCmaf', spekeKeyProviderCmaf_certificateArn - 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.

$sel:url:SpekeKeyProviderCmaf', spekeKeyProviderCmaf_url - Specify the URL to the key server that your SPEKE-compliant DRM key provider uses to provide keys for encrypting your content.

$sel:hlsSignaledSystemIds:SpekeKeyProviderCmaf', spekeKeyProviderCmaf_hlsSignaledSystemIds - 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/.

spekeKeyProviderCmaf_resourceId :: Lens' SpekeKeyProviderCmaf (Maybe Text) Source #

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

spekeKeyProviderCmaf_dashSignaledSystemIds :: Lens' SpekeKeyProviderCmaf (Maybe [Text]) Source #

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/.

spekeKeyProviderCmaf_certificateArn :: Lens' SpekeKeyProviderCmaf (Maybe Text) Source #

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.

spekeKeyProviderCmaf_url :: Lens' SpekeKeyProviderCmaf (Maybe Text) Source #

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

spekeKeyProviderCmaf_hlsSignaledSystemIds :: Lens' SpekeKeyProviderCmaf (Maybe [Text]) Source #

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/.