Class: Aws::CloudWatchLogs::Types::DeliveryDestinationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::DeliveryDestinationConfiguration
- Includes:
- Structure
- Defined in:
- 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.
1483 1484 1485 1486 1487 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1483 class DeliveryDestinationConfiguration < Struct.new( :destination_resource_arn) SENSITIVE = [] include Aws::Structure end |