Update public key information. Note that the only value you can change is the comment.
cloudfront_update_public_key(PublicKeyConfig, Id, IfMatch)[required] Request to update public key information.
[required] ID of the public key to be updated.
The value of the ETag header that you received when retrieving the
public key to update. For example: E2QWRUHAPOMQZL.
svc$update_public_key(
PublicKeyConfig = list(
CallerReference = "string",
Name = "string",
EncodedKey = "string",
Comment = "string"
),
Id = "string",
IfMatch = "string"
)