Delete Anycast Ip List
cloudfront_delete_anycast_ip_list | R Documentation |
Deletes an Anycast static IP list¶
Description¶
Deletes an Anycast static IP list.
Usage¶
cloudfront_delete_anycast_ip_list(Id, IfMatch)
Arguments¶
Id |
[required] The ID of the Anycast static IP list. |
IfMatch |
[required] The current version ( |
Value¶
An empty list.
Request syntax¶
svc$delete_anycast_ip_list(
Id = "string",
IfMatch = "string"
)