class Amazonite::CloudWatchLogs::UpdateDeliveryConfigurationRequest

Included Modules

Defined in:

cloudwatch_logs/update_delivery_configuration_request.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(id : String, record_fields : Array(String) | Nil = nil, field_delimiter : String | Nil = nil, s3_delivery_configuration : S3DeliveryConfiguration | Nil = nil) #

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

The ID of the delivery to be updated by this request.


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

The ID of the delivery to be updated by this request.


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

[View source]