powered by
Gets a public key.
cloudfront_get_public_key(Id)
[required] The identifier of the public key you are getting.
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" )
svc$get_public_key( Id = "string" )