class
Amazonite::CloudWatchLogs::DeliveryDestinationConfiguration
- Amazonite::CloudWatchLogs::DeliveryDestinationConfiguration
- Reference
- Object
Overview
A structure that contains information about one logs delivery destination.
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/delivery_destination_configuration.crConstructors
- .new(pull : JSON::PullParser)
- .new(destination_resource_arn : String)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#destination_resource_arn : String
The ARN of the Amazon Web Services destination that this delivery destination represents.
-
#destination_resource_arn=(destination_resource_arn : String)
The ARN of the Amazon Web Services destination that this delivery destination represents.
-
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The ARN of the Amazon Web Services destination that this delivery destination represents. That Amazon Web Services destination can be a log group in CloudWatch Logs, an Amazon S3 bucket, or a delivery stream in Firehose.
The ARN of the Amazon Web Services destination that this delivery destination represents. That Amazon Web Services destination can be a log group in CloudWatch Logs, an Amazon S3 bucket, or a delivery stream in Firehose.