GetPublicKeyConfig - Amazon CloudFront

GetPublicKeyConfig

Gets a public key configuration.

Request Syntax

GET /2020-05-31/public-key/Id/config HTTP/1.1

URI Request Parameters

The request uses the following URI parameters.

Id

The identifier of the public key whose configuration you are getting.

Required: Yes

Request Body

The request does not have a request body.

Response Syntax

HTTP/1.1 200 <?xml version="1.0" encoding="UTF-8"?> <PublicKeyConfig> <CallerReference>string</CallerReference> <Comment>string</Comment> <EncodedKey>string</EncodedKey> <Name>string</Name> </PublicKeyConfig>

Response Elements

If the action is successful, the service sends back an HTTP 200 response.

The following data is returned in XML format by the service.

PublicKeyConfig

Root level tag for the PublicKeyConfig parameters.

Required: Yes

CallerReference

A string included in the request to help make sure that the request can't be replayed.

Type: String

Comment

A comment to describe the public key. The comment cannot be longer than 128 characters.

Type: String

EncodedKey

The public key that you can use with signed URLs and signed cookies, or with field-level encryption.

Type: String

Name

A name to help identify the public key.

Type: String

Errors

For information about the errors that are common to all actions, see Common Errors.

AccessDenied

Access denied.

HTTP Status Code: 403

NoSuchPublicKey

The specified public key doesn't exist.

HTTP Status Code: 404

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: