Update Public Key
| cloudfront_update_public_key | R Documentation |
Update public key information¶
Description¶
Update public key information. Note that the only value you can change is the comment.
Usage¶
Arguments¶
PublicKeyConfig[required] A public key configuration.
Id[required] The identifier of the public key that you are updating.
IfMatchThe value of the
ETagheader that you received when retrieving the public key to update. For example:E2QWRUHAPOMQZL.
Value¶
A list with the following syntax:
list(
PublicKey = list(
Id = "string",
CreatedTime = as.POSIXct(
"2015-01-01"
),
PublicKeyConfig = list(
CallerReference = "string",
Name = "string",
EncodedKey = "string",
Comment = "string"
)
),
ETag = "string"
)