amazonka-mediaconvert-2.0: Amazon Elemental MediaConvert SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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

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

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

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

  • resourceId :: Maybe Text

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

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

Instances

Instances details
FromJSON SpekeKeyProviderCmaf Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.SpekeKeyProviderCmaf

ToJSON 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 #

Read SpekeKeyProviderCmaf Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.SpekeKeyProviderCmaf

Show SpekeKeyProviderCmaf Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.SpekeKeyProviderCmaf

NFData SpekeKeyProviderCmaf Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.SpekeKeyProviderCmaf

Methods

rnf :: SpekeKeyProviderCmaf -> () #

Eq SpekeKeyProviderCmaf Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.SpekeKeyProviderCmaf

Hashable 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" "amazonka-mediaconvert-2.0-ClG8xHhlx4y6bdaCrZchqH" 'False) (C1 ('MetaCons "SpekeKeyProviderCmaf'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "certificateArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dashSignaledSystemIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "hlsSignaledSystemIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "url") '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: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: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: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/.

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

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

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

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

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

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.