Uploads a public key to CloudFront that you can use with signed URLs and signed cookies, or with field-level encryption.
cloudfront_create_public_key(PublicKeyConfig)[required] A CloudFront public key configuration.
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"
)
),
Location = "string",
ETag = "string"
)
svc$create_public_key(
PublicKeyConfig = list(
CallerReference = "string",
Name = "string",
EncodedKey = "string",
Comment = "string"
)
)