class Amazonite::CloudWatchLogs::CreateDeliveryRequest

Included Modules

Defined in:

cloudwatch_logs/create_delivery_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(delivery_source_name : String, delivery_destination_arn : String, 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 : JSON::PullParser) #

[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 delivery_destination_arn : String #

The ARN of the delivery destination to use for this delivery.


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

The ARN of the delivery destination to use for this delivery.


[View source]
def delivery_source_name : String #

The name of the delivery source to use for this delivery.


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

The name of the delivery source to use for this delivery.


[View source]
def field_delimiter : String | Nil #

The field delimiter to use 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 to use 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 record_fields : Array(String) | Nil #

The list of record fields to be delivered to the destination, in order. If the delivery's log source has mandatory fields, they must be included in this list.


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

The list of record fields to be delivered to the destination, in order. If the delivery's log source has mandatory fields, they must be included in this list.


[View source]
def s3_delivery_configuration : S3DeliveryConfiguration | Nil #

This structure contains parameters that are valid only when the delivery's delivery destination is an S3 bucket.


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

This structure contains parameters that are valid only when the delivery's delivery destination is an S3 bucket.


[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 validate! : Nil #

[View source]