Class: Aws::CloudWatchLogs::Types::CreateDeliveryRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#delivery_destination_arnString

The ARN of the delivery destination to use for this delivery.

Returns:

  • (String)


381
382
383
384
385
386
387
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 381

class CreateDeliveryRequest < Struct.new(
  :delivery_source_name,
  :delivery_destination_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#delivery_source_nameString

The name of the delivery source to use for this delivery.

Returns:

  • (String)


381
382
383
384
385
386
387
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 381

class CreateDeliveryRequest < Struct.new(
  :delivery_source_name,
  :delivery_destination_arn,
  :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]

[1]: docs.aws.amazon.com/general/latest/gr/aws_tagging.html

Returns:

  • (Hash<String,String>)


381
382
383
384
385
386
387
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 381

class CreateDeliveryRequest < Struct.new(
  :delivery_source_name,
  :delivery_destination_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end