Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

KeyMetadata

import type { KeyMetadata } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/kms.ts";
interface KeyMetadata {
Arn?: string | null;
AWSAccountId?: string | null;
CloudHsmClusterId?: string | null;
CreationDate?: Date | number | null;
CustomerMasterKeySpec?: CustomerMasterKeySpec | null;
CustomKeyStoreId?: string | null;
DeletionDate?: Date | number | null;
Description?: string | null;
Enabled?: boolean | null;
EncryptionAlgorithms?: EncryptionAlgorithmSpec[] | null;
ExpirationModel?: ExpirationModelType | null;
KeyId: string;
KeyManager?: KeyManagerType | null;
KeyState?: KeyState | null;
KeyUsage?: KeyUsageType | null;
MultiRegion?: boolean | null;
MultiRegionConfiguration?: MultiRegionConfiguration | null;
Origin?: OriginType | null;
PendingDeletionWindowInDays?: number | null;
SigningAlgorithms?: SigningAlgorithmSpec[] | null;
ValidTo?: Date | number | null;
}

§Properties

§
Arn?: string | null
[src]
§
AWSAccountId?: string | null
[src]
§
CloudHsmClusterId?: string | null
[src]
§
CreationDate?: Date | number | null
[src]
§
CustomerMasterKeySpec?: CustomerMasterKeySpec | null
[src]
§
CustomKeyStoreId?: string | null
[src]
§
DeletionDate?: Date | number | null
[src]
§
Description?: string | null
[src]
§
Enabled?: boolean | null
[src]
§
EncryptionAlgorithms?: EncryptionAlgorithmSpec[] | null
[src]
§
ExpirationModel?: ExpirationModelType | null
[src]
§
KeyId: string
[src]
§
KeyManager?: KeyManagerType | null
[src]
§
KeyState?: KeyState | null
[src]
§
KeyUsage?: KeyUsageType | null
[src]
§
MultiRegion?: boolean | null
[src]
§
MultiRegionConfiguration?: MultiRegionConfiguration | null
[src]
§
Origin?: OriginType | null
[src]
§
PendingDeletionWindowInDays?: number | null
[src]
§
SigningAlgorithms?: SigningAlgorithmSpec[] | null
[src]
§
ValidTo?: Date | number | null
[src]