Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
The KMS key details.
See: newKMSKey
smart constructor.
KMSKey' | |
|
Instances
Eq KMSKey Source # | |
Read KMSKey Source # | |
Show KMSKey Source # | |
Generic KMSKey Source # | |
NFData KMSKey Source # | |
Defined in Amazonka.FraudDetector.Types.KMSKey | |
Hashable KMSKey Source # | |
Defined in Amazonka.FraudDetector.Types.KMSKey | |
FromJSON KMSKey Source # | |
type Rep KMSKey Source # | |
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)))) |
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.