libZSservicesZSamazonka-connectZSamazonka-connect
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.Connect.Types.EncryptionConfig

Description

 
Synopsis

Documentation

data EncryptionConfig Source #

The encryption configuration.

See: newEncryptionConfig smart constructor.

Constructors

EncryptionConfig' 

Fields

Instances

Instances details
Eq EncryptionConfig Source # 
Instance details

Defined in Amazonka.Connect.Types.EncryptionConfig

Read EncryptionConfig Source # 
Instance details

Defined in Amazonka.Connect.Types.EncryptionConfig

Show EncryptionConfig Source # 
Instance details

Defined in Amazonka.Connect.Types.EncryptionConfig

Generic EncryptionConfig Source # 
Instance details

Defined in Amazonka.Connect.Types.EncryptionConfig

Associated Types

type Rep EncryptionConfig :: Type -> Type #

NFData EncryptionConfig Source # 
Instance details

Defined in Amazonka.Connect.Types.EncryptionConfig

Methods

rnf :: EncryptionConfig -> () #

Hashable EncryptionConfig Source # 
Instance details

Defined in Amazonka.Connect.Types.EncryptionConfig

ToJSON EncryptionConfig Source # 
Instance details

Defined in Amazonka.Connect.Types.EncryptionConfig

FromJSON EncryptionConfig Source # 
Instance details

Defined in Amazonka.Connect.Types.EncryptionConfig

type Rep EncryptionConfig Source # 
Instance details

Defined in Amazonka.Connect.Types.EncryptionConfig

type Rep EncryptionConfig = D1 ('MetaData "EncryptionConfig" "Amazonka.Connect.Types.EncryptionConfig" "libZSservicesZSamazonka-connectZSamazonka-connect" 'False) (C1 ('MetaCons "EncryptionConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "encryptionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EncryptionType) :*: S1 ('MetaSel ('Just "keyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newEncryptionConfig Source #

Create a value of EncryptionConfig 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:encryptionType:EncryptionConfig', encryptionConfig_encryptionType - The type of encryption.

$sel:keyId:EncryptionConfig', encryptionConfig_keyId - The full ARN of the encryption key.

Be sure to provide the full ARN of the encryption key, not just the ID.

encryptionConfig_keyId :: Lens' EncryptionConfig Text Source #

The full ARN of the encryption key.

Be sure to provide the full ARN of the encryption key, not just the ID.