@aws-sdk/client-cloudfront

CreatePublicKeyCommandOutput Interface

The output of CreatePublicKeyCommand.

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
ETag string | undefined

The identifier for this version of the public key.

Location string | undefined

The URL of the public key.

PublicKey PublicKey | undefined

The public key.

Full Signature

export interface CreatePublicKeyCommandOutput extends CreatePublicKeyResult, MetadataBearer