Get Public Key
cloudfront_get_public_key | R Documentation |
Gets a public key¶
Description¶
Gets a public key.
Usage¶
Arguments¶
Id
[required] The identifier of the public key you are getting.
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"
)