paws.networking (version 0.1.6)

cloudfront_update_public_key: Update public key information

Description

Update public key information. Note that the only value you can change is the comment.

Usage

cloudfront_update_public_key(PublicKeyConfig, Id, IfMatch)

Arguments

PublicKeyConfig

[required] Request to update public key information.

Id

[required] ID of the public key to be updated.

IfMatch

The value of the ETag header that you received when retrieving the public key to update. For example: E2QWRUHAPOMQZL.

Request syntax

svc$update_public_key(
  PublicKeyConfig = list(
    CallerReference = "string",
    Name = "string",
    EncodedKey = "string",
    Comment = "string"
  ),
  Id = "string",
  IfMatch = "string"
)