class Aws::Glue::Types::CloudWatchEncryption

Specifies how Amazon CloudWatch data should be encrypted.

@note When making an API call, you may pass CloudWatchEncryption

data as a hash:

    {
      cloud_watch_encryption_mode: "DISABLED", # accepts DISABLED, SSE-KMS
      kms_key_arn: "KmsKeyArn",
    }

@!attribute [rw] cloud_watch_encryption_mode

The encryption mode to use for CloudWatch data.
@return [String]

@!attribute [rw] kms_key_arn

The Amazon Resource Name (ARN) of the KMS key to be used to encrypt
the data.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/CloudWatchEncryption AWS API Documentation

Constants

SENSITIVE