class Amazonite::CloudWatchLogs::PutDestinationRequest

Included Modules

Defined in:

cloudwatch_logs/put_destination_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(destination_name : String, target_arn : String, role_arn : String, tags : Hash(String, String) | Nil = nil) #

[View source]
def self.new(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 destination_name : String #

A name for the destination.


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

A name for the destination.


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

See Object#hash(hasher)


def role_arn : String #

The ARN of an IAM role that grants CloudWatch Logs permissions to call the Amazon Kinesis PutRecord operation on the destination stream.


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

The ARN of an IAM role that grants CloudWatch Logs permissions to call the Amazon Kinesis PutRecord operation on the destination stream.


[View source]
def tags : Hash(String, String) | Nil #

An optional list of key-value pairs to associate with the resource.

For more information about tagging, see Tagging Amazon Web Services resources


[View source]
def tags=(tags : Hash(String, String) | Nil) #

An optional list of key-value pairs to associate with the resource.

For more information about tagging, see Tagging Amazon Web Services resources


[View source]
def target_arn : String #

The ARN of an Amazon Kinesis stream to which to deliver matching log events.


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

The ARN of an Amazon Kinesis stream to which to deliver matching log events.


[View source]
def validate! : Nil #

[View source]