class Amazonite::CloudFormation::LoggingConfig

Overview

Contains logging configuration information for an extension.

Defined in:

cloudformation/logging_config.cr

Constructors

Instance Method Summary

Constructor Detail

def self.from_xml(node : XML::Node) : self #

[View source]
def self.new(log_role_arn : String, log_group_name : String) #

[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 hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def log_group_name : String #

The Amazon CloudWatch Logs group to which CloudFormation sends error logging information when invoking the extension's handlers.


[View source]
def log_group_name=(log_group_name : String) #

The Amazon CloudWatch Logs group to which CloudFormation sends error logging information when invoking the extension's handlers.


[View source]
def log_role_arn : String #

The Amazon Resource Name (ARN) of the role that CloudFormation should assume when sending log entries to CloudWatch Logs.


[View source]
def log_role_arn=(log_role_arn : String) #

The Amazon Resource Name (ARN) of the role that CloudFormation should assume when sending log entries to CloudWatch Logs.


[View source]
def to_query_params(prefix : String) : Array(Tuple(String, String)) #

[View source]
def validate! : Nil #

[View source]