- Navigation Guide
@aws-sdk/client-cloudfront
CreatePublicKeyCommandOutput Interface
The output of CreatePublicKeyCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | 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