Delete Public Key
cloudfront_delete_public_key | R Documentation |
Remove a public key you previously added to CloudFront¶
Description¶
Remove a public key you previously added to CloudFront.
Usage¶
cloudfront_delete_public_key(Id, IfMatch)
Arguments¶
Id |
[required] The ID of the public key you want to remove from CloudFront. |
IfMatch |
The value of the |
Value¶
An empty list.
Request syntax¶
svc$delete_public_key(
Id = "string",
IfMatch = "string"
)