class Amazonite::Kinesis::CloudWatchLogs

Overview

The Amazon CloudWatch Logs settings for channel logging.

Included Modules

Defined in:

kinesis/cloud_watch_logs.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(enabled : Bool, log_group_name : String | Nil = nil, log_stream_name : String | Nil = nil) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[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 enabled : Bool #

Specifies whether logging to Amazon CloudWatch Logs is enabled.


[View source]
def enabled=(enabled : Bool) #

Specifies whether logging to Amazon CloudWatch Logs is enabled.


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

See Object#hash(hasher)


def log_group_name : String | Nil #

The name of the Amazon CloudWatch Logs log group. Defaults to /aws/kinesis/{channelName}/{channelId}.


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

The name of the Amazon CloudWatch Logs log group. Defaults to /aws/kinesis/{channelName}/{channelId}.


[View source]
def log_stream_name : String | Nil #

The name of the Amazon CloudWatch Logs log stream. Defaults to DestinationDelivery.


[View source]
def log_stream_name=(log_stream_name : String | Nil) #

The name of the Amazon CloudWatch Logs log stream. Defaults to DestinationDelivery.


[View source]
def validate! : Nil #

[View source]