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

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_nameString

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

Returns:

  • (String)


3709
3710
3711
3712
3713
3714
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3709

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)


3709
3710
3711
3712
3713
3714
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3709

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