class
Amazonite::CloudWatchLogs::PutDeliveryDestinationRequest
- Amazonite::CloudWatchLogs::PutDeliveryDestinationRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/put_delivery_destination_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(name : String, output_format : OutputFormat | Nil = nil, delivery_destination_configuration : DeliveryDestinationConfiguration | Nil = nil, delivery_destination_type : DeliveryDestinationType | Nil = nil, tags : Hash(String, String) | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#delivery_destination_configuration : DeliveryDestinationConfiguration | Nil
A structure that contains the ARN of the Amazon Web Services resource that will receive the logs.
-
#delivery_destination_configuration=(delivery_destination_configuration : DeliveryDestinationConfiguration | Nil)
A structure that contains the ARN of the Amazon Web Services resource that will receive the logs.
-
#delivery_destination_type : DeliveryDestinationType | Nil
The type of delivery destination.
-
#delivery_destination_type=(delivery_destination_type : DeliveryDestinationType | Nil)
The type of delivery destination.
-
#hash(hasher)
See
Object#hash(hasher) -
#name : String
A name for this delivery destination.
-
#name=(name : String)
A name for this delivery destination.
-
#output_format : OutputFormat | Nil
The format for the logs that this delivery destination will receive.
-
#output_format=(output_format : OutputFormat | Nil)
The format for the logs that this delivery destination will receive.
-
#tags : Hash(String, String) | Nil
An optional list of key-value pairs to associate with the resource.
-
#tags=(tags : Hash(String, String) | Nil)
An optional list of key-value pairs to associate with the resource.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
A structure that contains the ARN of the Amazon Web Services resource that will receive the logs.
deliveryDestinationConfiguration is required for CloudWatch Logs, Amazon S3, Firehose log
delivery destinations and not required for X-Ray trace delivery destinations.
deliveryDestinationType is needed for X-Ray trace delivery destinations but not required for
other logs delivery destinations.
A structure that contains the ARN of the Amazon Web Services resource that will receive the logs.
deliveryDestinationConfiguration is required for CloudWatch Logs, Amazon S3, Firehose log
delivery destinations and not required for X-Ray trace delivery destinations.
deliveryDestinationType is needed for X-Ray trace delivery destinations but not required for
other logs delivery destinations.
The type of delivery destination. This parameter specifies the target service where log data will be delivered. Valid values include:
-
S3- Amazon S3 for long-term storage and analytics -
CWL- CloudWatch Logs for centralized log management -
FH- Amazon Kinesis Data Firehose for real-time data streaming -
XRAY- Amazon Web Services X-Ray for distributed tracing and application monitoring
The delivery destination type determines the format and configuration options available for log delivery.
The type of delivery destination. This parameter specifies the target service where log data will be delivered. Valid values include:
-
S3- Amazon S3 for long-term storage and analytics -
CWL- CloudWatch Logs for centralized log management -
FH- Amazon Kinesis Data Firehose for real-time data streaming -
XRAY- Amazon Web Services X-Ray for distributed tracing and application monitoring
The delivery destination type determines the format and configuration options available for log delivery.
A name for this delivery destination. This name must be unique for all delivery destinations in your account.
A name for this delivery destination. This name must be unique for all delivery destinations in your account.
The format for the logs that this delivery destination will receive.
The format for the logs that this delivery destination will receive.
An optional list of key-value pairs to associate with the resource.
For more information about tagging, see Tagging Amazon Web Services resources
An optional list of key-value pairs to associate with the resource.
For more information about tagging, see Tagging Amazon Web Services resources