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
data KMSEncryptionConfig Source #
Describes an encryption key for a destination in Amazon S3.
See: newKMSEncryptionConfig
smart constructor.
KMSEncryptionConfig' | |
|
Instances
newKMSEncryptionConfig Source #
Create a value of KMSEncryptionConfig
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:aWSKMSKeyARN:KMSEncryptionConfig'
, kmsEncryptionConfig_aWSKMSKeyARN
- The Amazon Resource Name (ARN) of the encryption key. Must belong to the
same AWS Region as the destination Amazon S3 bucket. For more
information, see
Amazon Resource Names (ARNs) and AWS Service Namespaces.
kmsEncryptionConfig_aWSKMSKeyARN :: Lens' KMSEncryptionConfig Text Source #
The Amazon Resource Name (ARN) of the encryption key. Must belong to the same AWS Region as the destination Amazon S3 bucket. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.