class Amazonite::Kinesis::ChannelLoggingConfiguration

Overview

The Amazon CloudWatch Logs configuration for a channel.

Included Modules

Defined in:

kinesis/channel_logging_configuration.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(cloud_watch_logs : CloudWatchLogs) #

[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 cloud_watch_logs : CloudWatchLogs #

The Amazon CloudWatch Logs settings for the channel.


[View source]
def cloud_watch_logs=(cloud_watch_logs : CloudWatchLogs) #

The Amazon CloudWatch Logs settings for the channel.


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

See Object#hash(hasher)


def validate! : Nil #

[View source]