libZSservicesZSamazonka-nimbleZSamazonka-nimble
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.Nimble.Types.StreamingImageEncryptionConfiguration

Description

 
Synopsis

Documentation

data StreamingImageEncryptionConfiguration Source #

Constructors

StreamingImageEncryptionConfiguration' 

Fields

Instances

Instances details
Eq StreamingImageEncryptionConfiguration Source # 
Instance details

Defined in Amazonka.Nimble.Types.StreamingImageEncryptionConfiguration

Read StreamingImageEncryptionConfiguration Source # 
Instance details

Defined in Amazonka.Nimble.Types.StreamingImageEncryptionConfiguration

Show StreamingImageEncryptionConfiguration Source # 
Instance details

Defined in Amazonka.Nimble.Types.StreamingImageEncryptionConfiguration

Generic StreamingImageEncryptionConfiguration Source # 
Instance details

Defined in Amazonka.Nimble.Types.StreamingImageEncryptionConfiguration

NFData StreamingImageEncryptionConfiguration Source # 
Instance details

Defined in Amazonka.Nimble.Types.StreamingImageEncryptionConfiguration

Hashable StreamingImageEncryptionConfiguration Source # 
Instance details

Defined in Amazonka.Nimble.Types.StreamingImageEncryptionConfiguration

FromJSON StreamingImageEncryptionConfiguration Source # 
Instance details

Defined in Amazonka.Nimble.Types.StreamingImageEncryptionConfiguration

type Rep StreamingImageEncryptionConfiguration Source # 
Instance details

Defined in Amazonka.Nimble.Types.StreamingImageEncryptionConfiguration

type Rep StreamingImageEncryptionConfiguration = D1 ('MetaData "StreamingImageEncryptionConfiguration" "Amazonka.Nimble.Types.StreamingImageEncryptionConfiguration" "libZSservicesZSamazonka-nimbleZSamazonka-nimble" 'False) (C1 ('MetaCons "StreamingImageEncryptionConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "keyArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "keyType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 StreamingImageEncryptionConfigurationKeyType)))

newStreamingImageEncryptionConfiguration Source #

Create a value of StreamingImageEncryptionConfiguration 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:keyArn:StreamingImageEncryptionConfiguration', streamingImageEncryptionConfiguration_keyArn - The ARN for a KMS key that is used to encrypt studio data.

$sel:keyType:StreamingImageEncryptionConfiguration', streamingImageEncryptionConfiguration_keyType - The type of KMS key that is used to encrypt studio data.

streamingImageEncryptionConfiguration_keyArn :: Lens' StreamingImageEncryptionConfiguration (Maybe Text) Source #

The ARN for a KMS key that is used to encrypt studio data.