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
- JSON::Serializable
Defined in:
cloudwatch_logs/configuration_template_delivery_config_values.crConstructors
- .new(pull : JSON::PullParser)
- .new(record_fields : Array(String) | Nil = nil, field_delimiter : String | Nil = nil, s3_delivery_configuration : S3DeliveryConfiguration | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#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.
-
#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.
-
#hash(hasher)
See
Object#hash(hasher) -
#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.
-
#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.
-
#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.
-
#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.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
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.
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.
The default record fields that will be delivered when a list of record fields is not provided in a CreateDelivery operation.
The default record fields that will be delivered when a list of record fields is not provided in a CreateDelivery operation.
The delivery parameters that are used when you create a delivery to a delivery destination that is an S3 Bucket.
The delivery parameters that are used when you create a delivery to a delivery destination that is an S3 Bucket.