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
§
CustomerMasterKeySpec?: CustomerMasterKeySpec | null
[src]§
EncryptionAlgorithms?: EncryptionAlgorithmSpec[] | null
[src]§
ExpirationModel?: ExpirationModelType | null
[src]§
KeyManager?: KeyManagerType | null
[src]§
KeyUsage?: KeyUsageType | null
[src]§
MultiRegionConfiguration?: MultiRegionConfiguration | null
[src]§
Origin?: OriginType | null
[src]§
SigningAlgorithms?: SigningAlgorithmSpec[] | null
[src]