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 S3Encryption Source #
Specifies how Amazon Simple Storage Service (Amazon S3) data should be encrypted.
See: newS3Encryption
smart constructor.
S3Encryption' | |
|
Instances
newS3Encryption :: S3Encryption Source #
Create a value of S3Encryption
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:s3EncryptionMode:S3Encryption'
, s3Encryption_s3EncryptionMode
- The encryption mode to use for Amazon S3 data.
$sel:kmsKeyArn:S3Encryption'
, s3Encryption_kmsKeyArn
- The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the
data.
s3Encryption_s3EncryptionMode :: Lens' S3Encryption (Maybe S3EncryptionMode) Source #
The encryption mode to use for Amazon S3 data.
s3Encryption_kmsKeyArn :: Lens' S3Encryption (Maybe Text) Source #
The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.