class Aws::CloudWatchLogs::Types::PutDestinationRequest

@note When making an API call, you may pass PutDestinationRequest

data as a hash:

    {
      destination_name: "DestinationName", # required
      target_arn: "TargetArn", # required
      role_arn: "RoleArn", # required
    }

@!attribute [rw] destination_name

A name for the destination.
@return [String]

@!attribute [rw] target_arn

The ARN of an Amazon Kinesis stream to which to deliver matching log
events.
@return [String]

@!attribute [rw] role_arn

The ARN of an IAM role that grants CloudWatch Logs permissions to
call the Amazon Kinesis `PutRecord` operation on the destination
stream.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/PutDestinationRequest AWS API Documentation

Constants

SENSITIVE