class Aws::CloudWatchLogs::Types::AssociateKmsKeyRequest

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

data as a hash:

    {
      log_group_name: "LogGroupName", # required
      kms_key_id: "KmsKeyId", # required
    }

@!attribute [rw] log_group_name

The name of the log group.
@return [String]

@!attribute [rw] kms_key_id

The Amazon Resource Name (ARN) of the CMK to use when encrypting log
data. This must be a symmetric CMK. For more information, see
[Amazon Resource Names - Key Management Service][1] and [Using
Symmetric and Asymmetric Keys][2].

[1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#arn-syntax-kms
[2]: https://docs.aws.amazon.com/kms/latest/developerguide/symmetric-asymmetric.html
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/AssociateKmsKeyRequest AWS API Documentation

Constants

SENSITIVE