Class: Aws::CloudWatchLogs::Types::PutDeliveryDestinationPolicyRequest

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_nameString

The name of the delivery destination to assign this policy to.

Returns:

  • (String)


3726
3727
3728
3729
3730
3731
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 3726

class PutDeliveryDestinationPolicyRequest < Struct.new(
  :delivery_destination_name,
  :delivery_destination_policy)
  SENSITIVE = []
  include Aws::Structure
end

#delivery_destination_policyString

The contents of the policy.

Returns:

  • (String)


3726
3727
3728
3729
3730
3731
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 3726

class PutDeliveryDestinationPolicyRequest < Struct.new(
  :delivery_destination_name,
  :delivery_destination_policy)
  SENSITIVE = []
  include Aws::Structure
end