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

ScheduleKeyDeletionResponse

import type { ScheduleKeyDeletionResponse } from "https://aws-api.deno.dev/v0.3/services/kms.ts?docs=full";
interface ScheduleKeyDeletionResponse {
DeletionDate?: Date | number | null;
KeyId?: string | null;
KeyState?: KeyState | null;
PendingWindowInDays?: number | null;
}

§Properties

§
DeletionDate?: Date | number | null
[src]

The date and time after which KMS deletes the KMS key.

If the KMS key is a multi-Region primary key with replica keys, this field does not appear. The deletion date for the primary key isn't known until its last replica key is deleted.

§
KeyId?: string | null
[src]

The Amazon Resource Name (key ARN) of the KMS key whose deletion is scheduled.

§
KeyState?: KeyState | null
[src]

The current status of the KMS key.

For more information about how key state affects the use of a KMS key, see Key state: Effect on your KMS key in the Key Management Service Developer Guide.

§
PendingWindowInDays?: number | null
[src]

The waiting period before the KMS key is deleted.

If the KMS key is a multi-Region primary key with replicas, the waiting period begins when the last of its replica keys is deleted. Otherwise, the waiting period begins immediately.