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
- Struct
- Aws::SSM::Types::CloudWatchOutputConfig
- Defined in:
- (unknown)
Overview
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
-
#cloud_watch_log_group_name ⇒ String
The name of the CloudWatch log group where you want to send command output.
-
#cloud_watch_output_enabled ⇒ Boolean
Enables Systems Manager to send command output to CloudWatch Logs.
Instance Attribute Details
#cloud_watch_log_group_name ⇒ String
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.
#cloud_watch_output_enabled ⇒ Boolean
Enables Systems Manager to send command output to CloudWatch Logs.