class
Amazonite::CloudWatchLogs::UpdateDeliveryConfigurationRequest
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/update_delivery_configuration_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(id : String, record_fields : Array(String) | Nil = nil, field_delimiter : String | Nil = nil, s3_delivery_configuration : S3DeliveryConfiguration | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#field_delimiter : String | Nil
The field delimiter to use between record fields when the final output format of a delivery is in
Plain,W3C, orRawformat. -
#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, orRawformat. -
#hash(hasher)
See
Object#hash(hasher) -
#id : String
The ID of the delivery to be updated by this request.
-
#id=(id : String)
The ID of the delivery to be updated by this request.
-
#record_fields : Array(String) | Nil
The list of record fields to be delivered to the destination, in order.
-
#record_fields=(record_fields : Array(String) | Nil)
The list of record fields to be delivered to the destination, in order.
-
#s3_delivery_configuration : S3DeliveryConfiguration | Nil
This structure contains parameters that are valid only when the delivery's delivery destination is an S3 bucket.
-
#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.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The field delimiter to use between record fields when the final output format of a delivery is
in Plain, W3C, or Raw format.
The field delimiter to use between record fields when the final output format of a delivery is
in Plain, W3C, or Raw format.
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.
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.
This structure contains parameters that are valid only when the delivery's delivery destination is an S3 bucket.
This structure contains parameters that are valid only when the delivery's delivery destination is an S3 bucket.