Class: Aws::CloudWatchLogs::Types::DeliveryDestinationConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#destination_resource_arnString

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.

Returns:

  • (String)


1035
1036
1037
1038
1039
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1035

class DeliveryDestinationConfiguration < Struct.new(
  :destination_resource_arn)
  SENSITIVE = []
  include Aws::Structure
end