Get Public Key Config
cloudfront_get_public_key_config | R Documentation |
Gets a public key configuration¶
Description¶
Gets a public key configuration.
Usage¶
Arguments¶
Id
[required] The identifier of the public key whose configuration you are getting.
Value¶
A list with the following syntax:
list(
PublicKeyConfig = list(
CallerReference = "string",
Name = "string",
EncodedKey = "string",
Comment = "string"
),
ETag = "string"
)