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¶
cloudwatchlogs_delete_delivery_destination(name)
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
|
Value¶
An empty list.
Request syntax¶
svc$delete_delivery_destination(
name = "string"
)