amazonka-connectcampaigns-2.0: Amazon ConnectCampaignService 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.ConnectCampaigns.Types.EncryptionConfig

Description

 
Synopsis

Documentation

data EncryptionConfig Source #

Encryption config for Connect Instance. Note that sensitive data will always be encrypted. If disabled, service will perform encryption with its own key. If enabled, a KMS key id needs to be provided and KMS charges will apply. KMS is only type supported

See: newEncryptionConfig smart constructor.

Instances

Instances details
FromJSON EncryptionConfig Source # 
Instance details

Defined in Amazonka.ConnectCampaigns.Types.EncryptionConfig

ToJSON EncryptionConfig Source # 
Instance details

Defined in Amazonka.ConnectCampaigns.Types.EncryptionConfig

Generic EncryptionConfig Source # 
Instance details

Defined in Amazonka.ConnectCampaigns.Types.EncryptionConfig

Associated Types

type Rep EncryptionConfig :: Type -> Type #

Read EncryptionConfig Source # 
Instance details

Defined in Amazonka.ConnectCampaigns.Types.EncryptionConfig

Show EncryptionConfig Source # 
Instance details

Defined in Amazonka.ConnectCampaigns.Types.EncryptionConfig

NFData EncryptionConfig Source # 
Instance details

Defined in Amazonka.ConnectCampaigns.Types.EncryptionConfig

Methods

rnf :: EncryptionConfig -> () #

Eq EncryptionConfig Source # 
Instance details

Defined in Amazonka.ConnectCampaigns.Types.EncryptionConfig

Hashable EncryptionConfig Source # 
Instance details

Defined in Amazonka.ConnectCampaigns.Types.EncryptionConfig

type Rep EncryptionConfig Source # 
Instance details

Defined in Amazonka.ConnectCampaigns.Types.EncryptionConfig

type Rep EncryptionConfig = D1 ('MetaData "EncryptionConfig" "Amazonka.ConnectCampaigns.Types.EncryptionConfig" "amazonka-connectcampaigns-2.0-LuqNK744MOoGiJJNiISqNX" 'False) (C1 ('MetaCons "EncryptionConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "encryptionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EncryptionType)) :*: (S1 ('MetaSel ('Just "keyArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "enabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool))))

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 - Undocumented member.

$sel:keyArn:EncryptionConfig', encryptionConfig_keyArn - Undocumented member.

$sel:enabled:EncryptionConfig', encryptionConfig_enabled - Undocumented member.