libZSservicesZSamazonka-medialiveZSamazonka-medialive
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.MediaLive.Types.StaticKeySettings

Description

 
Synopsis

Documentation

data StaticKeySettings Source #

Static Key Settings

See: newStaticKeySettings smart constructor.

Constructors

StaticKeySettings' 

Fields

Instances

Instances details
Eq StaticKeySettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.StaticKeySettings

Read StaticKeySettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.StaticKeySettings

Show StaticKeySettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.StaticKeySettings

Generic StaticKeySettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.StaticKeySettings

Associated Types

type Rep StaticKeySettings :: Type -> Type #

NFData StaticKeySettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.StaticKeySettings

Methods

rnf :: StaticKeySettings -> () #

Hashable StaticKeySettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.StaticKeySettings

ToJSON StaticKeySettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.StaticKeySettings

FromJSON StaticKeySettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.StaticKeySettings

type Rep StaticKeySettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.StaticKeySettings

type Rep StaticKeySettings = D1 ('MetaData "StaticKeySettings" "Amazonka.MediaLive.Types.StaticKeySettings" "libZSservicesZSamazonka-medialiveZSamazonka-medialive" 'False) (C1 ('MetaCons "StaticKeySettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "keyProviderServer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InputLocation)) :*: S1 ('MetaSel ('Just "staticKeyValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newStaticKeySettings Source #

Create a value of StaticKeySettings 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:keyProviderServer:StaticKeySettings', staticKeySettings_keyProviderServer - The URL of the license server used for protecting content.

$sel:staticKeyValue:StaticKeySettings', staticKeySettings_staticKeyValue - Static key value as a 32 character hexadecimal string.

staticKeySettings_keyProviderServer :: Lens' StaticKeySettings (Maybe InputLocation) Source #

The URL of the license server used for protecting content.

staticKeySettings_staticKeyValue :: Lens' StaticKeySettings Text Source #

Static key value as a 32 character hexadecimal string.