You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Glue::Types::CloudWatchEncryption

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CloudWatchEncryption as input to an Aws::Client method, you can use a vanilla Hash:

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

Specifies how Amazon CloudWatch data should be encrypted.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_encryption_modeString

The encryption mode to use for CloudWatch data.

Possible values:

  • DISABLED
  • SSE-KMS

Returns:

  • (String)

    The encryption mode to use for CloudWatch data.

#kms_key_arnString

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

Returns:

  • (String)

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