| 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.CloudWatchEncryption
Description
Documentation
data CloudWatchEncryption Source #
Specifies how Amazon CloudWatch data should be encrypted.
See: newCloudWatchEncryption smart constructor.
Constructors
| CloudWatchEncryption' | |
Fields
| |
Instances
newCloudWatchEncryption :: CloudWatchEncryption Source #
Create a value of CloudWatchEncryption 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:cloudWatchEncryptionMode:CloudWatchEncryption', cloudWatchEncryption_cloudWatchEncryptionMode - The encryption mode to use for CloudWatch data.
$sel:kmsKeyArn:CloudWatchEncryption', cloudWatchEncryption_kmsKeyArn - The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the
data.
cloudWatchEncryption_cloudWatchEncryptionMode :: Lens' CloudWatchEncryption (Maybe CloudWatchEncryptionMode) Source #
The encryption mode to use for CloudWatch data.
cloudWatchEncryption_kmsKeyArn :: Lens' CloudWatchEncryption (Maybe Text) Source #
The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.