- Navigation Guide
@aws-sdk/client-location
DescribeKeyCommandOutput Interface
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
CreateTime Required | Date | undefined | The timestamp for when the API key resource was created in ISO 8601 format: |
ExpireTime Required | Date | undefined | The timestamp for when the API key resource will expire in ISO 8601 format: |
Key Required | string | undefined | The key value/string of an API key. |
KeyArn Required | string | undefined | The Amazon Resource Name (ARN) for the API key resource. Used when you need to specify a resource across all Amazon Web Services.
|
KeyName Required | string | undefined | The name of the API key resource. |
Restrictions Required | ApiKeyRestrictions | undefined | API Restrictions on the allowed actions, resources, and referers for an API key resource. |
UpdateTime Required | Date | undefined | The timestamp for when the API key resource was last updated in ISO 8601 format: |
Description | string | undefined | The optional description for the API key resource. |
Tags | Record<string, string> | undefined | Tags associated with the API key resource. |
Full Signature
export interface DescribeKeyCommandOutput extends DescribeKeyResponse, MetadataBearer