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

GetKeyRotationStatusResponse

import type { GetKeyRotationStatusResponse } from "https://aws-api.deno.dev/v0.3/services/kms.ts?docs=full";
interface GetKeyRotationStatusResponse {
KeyRotationEnabled?: boolean | null;
}

§Properties

§
KeyRotationEnabled?: boolean | null
[src]

A Boolean value that specifies whether key rotation is enabled.