Class: Aws::CloudWatchLogs::Types::PutDeliveryDestinationRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#delivery_destination_configurationTypes::DeliveryDestinationConfiguration

A structure that contains the ARN of the Amazon Web Services resource that will receive the logs.



3772
3773
3774
3775
3776
3777
3778
3779
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 3772

class PutDeliveryDestinationRequest < Struct.new(
  :name,
  :output_format,
  :delivery_destination_configuration,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

A name for this delivery destination. This name must be unique for all delivery destinations in your account.

Returns:

  • (String)


3772
3773
3774
3775
3776
3777
3778
3779
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 3772

class PutDeliveryDestinationRequest < Struct.new(
  :name,
  :output_format,
  :delivery_destination_configuration,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#output_formatString

The format for the logs that this delivery destination will receive.

Returns:

  • (String)


3772
3773
3774
3775
3776
3777
3778
3779
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 3772

class PutDeliveryDestinationRequest < Struct.new(
  :name,
  :output_format,
  :delivery_destination_configuration,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

An optional list of key-value pairs to associate with the resource.

For more information about tagging, see Tagging Amazon Web Services resources

Returns:

  • (Hash<String,String>)


3772
3773
3774
3775
3776
3777
3778
3779
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 3772

class PutDeliveryDestinationRequest < Struct.new(
  :name,
  :output_format,
  :delivery_destination_configuration,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end