Delete Delivery Destination Policy
cloudwatchlogs_delete_delivery_destination_policy | R Documentation |
Deletes a delivery destination policy¶
Description¶
Deletes a delivery destination policy. For more information about these
policies, see put_delivery_destination_policy
.
Usage¶
cloudwatchlogs_delete_delivery_destination_policy(
deliveryDestinationName)
Arguments¶
deliveryDestinationName |
[required] The name of the delivery destination that you want to delete the policy for. |
Value¶
An empty list.
Request syntax¶
svc$delete_delivery_destination_policy(
deliveryDestinationName = "string"
)