Delete Delivery Destination
cloudwatchlogs_delete_delivery_destination | R Documentation |
Deletes a delivery destination¶
Description¶
Deletes a delivery destination. A delivery is a connection between a logical delivery source and a logical delivery destination.
You can't delete a delivery destination if any current deliveries are
associated with it. To find whether any deliveries are associated with
this delivery destination, use the describe_deliveries
operation and
check the deliveryDestinationArn
field in the results.
Usage¶
Arguments¶
name
[required] The name of the delivery destination that you want to delete. You can find a list of delivery destionation names by using the
describe_delivery_destinations
operation.
Value¶
An empty list.