Class: Aws::CloudWatchLogs::Types::DeliveryDestinationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::DeliveryDestinationConfiguration
- Defined in:
- gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb
Overview
A structure that contains information about one logs delivery destination.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination_resource_arn ⇒ String
The ARN of the Amazon Web Services destination that this delivery destination represents.
Instance Attribute Details
#destination_resource_arn ⇒ String
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.
1512 1513 1514 1515 1516 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1512 class DeliveryDestinationConfiguration < Struct.new( :destination_resource_arn) SENSITIVE = [] include Aws::Structure end |