aws-cdk-lib.aws_glue.CfnSecurityConfiguration.CloudWatchEncryptionProperty

interface CloudWatchEncryptionProperty

LanguageType name
.NETAmazon.CDK.AWS.Glue.CfnSecurityConfiguration.CloudWatchEncryptionProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsglue#CfnSecurityConfiguration_CloudWatchEncryptionProperty
Javasoftware.amazon.awscdk.services.glue.CfnSecurityConfiguration.CloudWatchEncryptionProperty
Pythonaws_cdk.aws_glue.CfnSecurityConfiguration.CloudWatchEncryptionProperty
TypeScript aws-cdk-lib » aws_glue » CfnSecurityConfiguration » CloudWatchEncryptionProperty

Specifies how Amazon CloudWatch data should be encrypted.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_glue as glue } from 'aws-cdk-lib';
const cloudWatchEncryptionProperty: glue.CfnSecurityConfiguration.CloudWatchEncryptionProperty = {
  cloudWatchEncryptionMode: 'cloudWatchEncryptionMode',
  kmsKeyArn: 'kmsKeyArn',
};

Properties

NameTypeDescription
cloudWatchEncryptionMode?stringThe encryption mode to use for CloudWatch data.
kmsKeyArn?stringThe Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.

cloudWatchEncryptionMode?

Type: string (optional)

The encryption mode to use for CloudWatch data.


kmsKeyArn?

Type: string (optional)

The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.