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

Class: Aws::SSM::Types::CloudWatchOutputConfig

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

Overview

Note:

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

{
  cloud_watch_log_group_name: "CloudWatchLogGroupName",
  cloud_watch_output_enabled: false,
}

Configuration options for sending command output to CloudWatch Logs.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_log_group_nameString

The name of the CloudWatch log group where you want to send command output. If you don\'t specify a group name, Systems Manager automatically creates a log group for you. The log group uses the following naming format: aws/ssm/SystemsManagerDocumentName.

Returns:

  • (String)

    The name of the CloudWatch log group where you want to send command output.

#cloud_watch_output_enabledBoolean

Enables Systems Manager to send command output to CloudWatch Logs.

Returns:

  • (Boolean)

    Enables Systems Manager to send command output to CloudWatch Logs.