class
Amazonite::Ssm::CloudWatchOutputConfig
- Amazonite::Ssm::CloudWatchOutputConfig
- Reference
- Object
Overview
Configuration options for sending command output to Amazon CloudWatch Logs.
Included Modules
- JSON::Serializable
Defined in:
ssm/cloud_watch_output_config.crConstructors
- .new(pull : JSON::PullParser)
- .new(cloud_watch_log_group_name : String | Nil = nil, cloud_watch_output_enabled : Bool | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#cloud_watch_log_group_name : String | Nil
The name of the CloudWatch Logs log group where you want to send command output.
-
#cloud_watch_log_group_name=(cloud_watch_log_group_name : String | Nil)
The name of the CloudWatch Logs log group where you want to send command output.
-
#cloud_watch_output_enabled : Bool | Nil
Enables Systems Manager to send command output to CloudWatch Logs.
-
#cloud_watch_output_enabled=(cloud_watch_output_enabled : Bool | Nil)
Enables Systems Manager to send command output to CloudWatch Logs.
-
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The name of the CloudWatch Logs log group where you want to send command output. If you don't specify a group name, Amazon Web Services Systems Manager automatically creates a log group for you. The log group uses the following naming format:
aws/ssm/*SystemsManagerDocumentName*
The name of the CloudWatch Logs log group where you want to send command output. If you don't specify a group name, Amazon Web Services Systems Manager automatically creates a log group for you. The log group uses the following naming format:
aws/ssm/*SystemsManagerDocumentName*
Enables Systems Manager to send command output to CloudWatch Logs.
Enables Systems Manager to send command output to CloudWatch Logs.