paws.networking (version 0.1.6)

cloudfront_delete_public_key: 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 ETag header that you received when retrieving the public key identity to delete. For example: E2QWRUHAPOMQZL.

Request syntax

svc$delete_public_key(
  Id = "string",
  IfMatch = "string"
)