class Amazonite::CloudWatchLogs::ConfigurationTemplateDeliveryConfigValues

Overview

This structure contains the default values that are used for each configuration parameter when you use CreateDelivery to create a deliver under the current service type, resource type, and log type.

Included Modules

Defined in:

cloudwatch_logs/configuration_template_delivery_config_values.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(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 default field delimiter that is used in a CreateDelivery operation when the field delimiter is not specified in that operation. The field delimiter is used only when the final output delivery is in Plain, W3C, or Raw format.


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

The default field delimiter that is used in a CreateDelivery operation when the field delimiter is not specified in that operation. The field delimiter is used only when the final output 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 default record fields that will be delivered when a list of record fields is not provided in a CreateDelivery operation.


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

The default record fields that will be delivered when a list of record fields is not provided in a CreateDelivery operation.


[View source]
def s3_delivery_configuration : S3DeliveryConfiguration | Nil #

The delivery parameters that are used when you create a delivery to a delivery destination that is an S3 Bucket.


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

The delivery parameters that are used when you create a delivery to a delivery destination that is an S3 Bucket.


[View source]
def validate! : Nil #

[View source]