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