class
Amazonite::Kinesis::CloudWatchLogs
- Amazonite::Kinesis::CloudWatchLogs
- Reference
- Object
Overview
The Amazon CloudWatch Logs settings for channel logging.
Included Modules
- JSON::Serializable
Defined in:
kinesis/cloud_watch_logs.crConstructors
- .new(pull : JSON::PullParser)
- .new(enabled : Bool, log_group_name : String | Nil = nil, log_stream_name : String | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#enabled : Bool
Specifies whether logging to Amazon CloudWatch Logs is enabled.
-
#enabled=(enabled : Bool)
Specifies whether logging to Amazon CloudWatch Logs is enabled.
-
#hash(hasher)
See
Object#hash(hasher) -
#log_group_name : String | Nil
The name of the Amazon CloudWatch Logs log group.
-
#log_group_name=(log_group_name : String | Nil)
The name of the Amazon CloudWatch Logs log group.
-
#log_stream_name : String | Nil
The name of the Amazon CloudWatch Logs log stream.
-
#log_stream_name=(log_stream_name : String | Nil)
The name of the Amazon CloudWatch Logs log stream.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The name of the Amazon CloudWatch Logs log group. Defaults to
/aws/kinesis/{channelName}/{channelId}.
The name of the Amazon CloudWatch Logs log group. Defaults to
/aws/kinesis/{channelName}/{channelId}.
The name of the Amazon CloudWatch Logs log stream. Defaults to DestinationDelivery.
The name of the Amazon CloudWatch Logs log stream. Defaults to DestinationDelivery.