libZSservicesZSamazonka-frauddetectorZSamazonka-frauddetector
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.FraudDetector.Types.KMSKey

Description

 
Synopsis

Documentation

data KMSKey Source #

The KMS key details.

See: newKMSKey smart constructor.

Constructors

KMSKey' 

Fields

Instances

Instances details
Eq KMSKey Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.KMSKey

Methods

(==) :: KMSKey -> KMSKey -> Bool #

(/=) :: KMSKey -> KMSKey -> Bool #

Read KMSKey Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.KMSKey

Show KMSKey Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.KMSKey

Generic KMSKey Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.KMSKey

Associated Types

type Rep KMSKey :: Type -> Type #

Methods

from :: KMSKey -> Rep KMSKey x #

to :: Rep KMSKey x -> KMSKey #

NFData KMSKey Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.KMSKey

Methods

rnf :: KMSKey -> () #

Hashable KMSKey Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.KMSKey

Methods

hashWithSalt :: Int -> KMSKey -> Int #

hash :: KMSKey -> Int #

FromJSON KMSKey Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.KMSKey

type Rep KMSKey Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.KMSKey

type Rep KMSKey = D1 ('MetaData "KMSKey" "Amazonka.FraudDetector.Types.KMSKey" "libZSservicesZSamazonka-frauddetectorZSamazonka-frauddetector" 'False) (C1 ('MetaCons "KMSKey'" 'PrefixI 'True) (S1 ('MetaSel ('Just "kmsEncryptionKeyArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newKMSKey :: KMSKey Source #

Create a value of KMSKey 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:kmsEncryptionKeyArn:KMSKey', kmsKey_kmsEncryptionKeyArn - The encryption key ARN.