| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.FraudDetector.Types.KMSKey
Description
Documentation
The KMS key details.
See: newKMSKey smart constructor.
Constructors
| KMSKey' | |
Fields
| |
Instances
| FromJSON KMSKey Source # | |
| Generic KMSKey Source # | |
| Read KMSKey Source # | |
| Show KMSKey Source # | |
| NFData KMSKey Source # | |
Defined in Amazonka.FraudDetector.Types.KMSKey | |
| Eq KMSKey Source # | |
| Hashable KMSKey Source # | |
Defined in Amazonka.FraudDetector.Types.KMSKey | |
| type Rep KMSKey Source # | |
Defined in Amazonka.FraudDetector.Types.KMSKey type Rep KMSKey = D1 ('MetaData "KMSKey" "Amazonka.FraudDetector.Types.KMSKey" "amazonka-frauddetector-2.0-CdXFXtLV8DgKo4Kta7Jw61" '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.