class Amazonite::CloudWatchLogs::Delivery

Overview

This structure contains information about one delivery in your account.

A delivery is a connection between a logical delivery source and a logical delivery destination.

For more information, see CreateDelivery.

To update an existing delivery configuration, use UpdateDeliveryConfiguration.

Included Modules

Defined in:

cloudwatch_logs/delivery.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(id : String | Nil = nil, arn : String | Nil = nil, delivery_source_name : String | Nil = nil, delivery_destination_arn : String | Nil = nil, delivery_destination_type : DeliveryDestinationType | Nil = nil, record_fields : Array(String) | Nil = nil, field_delimiter : String | Nil = nil, s3_delivery_configuration : S3DeliveryConfiguration | Nil = nil, tags : Hash(String, 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 arn : String | Nil #

The Amazon Resource Name (ARN) that uniquely identifies this delivery.


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

The Amazon Resource Name (ARN) that uniquely identifies this delivery.


[View source]
def delivery_destination_arn : String | Nil #

The ARN of the delivery destination that is associated with this delivery.


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

The ARN of the delivery destination that is associated with this delivery.


[View source]
def delivery_destination_type : DeliveryDestinationType | Nil #

Displays whether the delivery destination associated with this delivery is CloudWatch Logs, Amazon S3, Firehose, or X-Ray.


[View source]
def delivery_destination_type=(delivery_destination_type : DeliveryDestinationType | Nil) #

Displays whether the delivery destination associated with this delivery is CloudWatch Logs, Amazon S3, Firehose, or X-Ray.


[View source]
def delivery_source_name : String | Nil #

The name of the delivery source that is associated with this delivery.


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

The name of the delivery source that is associated with this delivery.


[View source]
def field_delimiter : String | Nil #

The field delimiter that is used between record fields when the final output format of a delivery is in Plain, W3C, or Raw format.


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

The field delimiter that is used between record fields when the final output format of a delivery is in Plain, W3C, or Raw format.


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

See Object#hash(hasher)


def id : String | Nil #

The unique ID that identifies this delivery in your account.


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

The unique ID that identifies this delivery in your account.


[View source]
def record_fields : Array(String) | Nil #

The record fields used in this delivery.


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

The record fields used in this delivery.


[View source]
def s3_delivery_configuration : S3DeliveryConfiguration | Nil #

This structure contains delivery configurations that apply only when the delivery destination resource is an S3 bucket.


[View source]
def s3_delivery_configuration=(s3_delivery_configuration : S3DeliveryConfiguration | Nil) #

This structure contains delivery configurations that apply only when the delivery destination resource is an S3 bucket.


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

The tags that have been assigned to this delivery.


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

The tags that have been assigned to this delivery.


[View source]
def validate! : Nil #

[View source]