class Amazonite::Ssm::CloudWatchOutputConfig

Overview

Configuration options for sending command output to Amazon CloudWatch Logs.

Included Modules

Defined in:

ssm/cloud_watch_output_config.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(cloud_watch_log_group_name : String | Nil = nil, cloud_watch_output_enabled : Bool | Nil = nil) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def cloud_watch_log_group_name : String | Nil #

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*


[View source]
def 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. 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*


[View source]
def cloud_watch_output_enabled : Bool | Nil #

Enables Systems Manager to send command output to CloudWatch Logs.


[View source]
def cloud_watch_output_enabled=(cloud_watch_output_enabled : Bool | Nil) #

Enables Systems Manager to send command output to CloudWatch Logs.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def validate! : Nil #

[View source]