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

AwsKmsKeyDetails

import type { AwsKmsKeyDetails } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/securityhub.ts";
interface AwsKmsKeyDetails {
AWSAccountId?: string | null;
CreationDate?: number | null;
Description?: string | null;
KeyId?: string | null;
KeyManager?: string | null;
KeyState?: string | null;
Origin?: string | null;
}

§Properties

§
AWSAccountId?: string | null
[src]
§
CreationDate?: number | null
[src]
§
Description?: string | null
[src]
§
KeyId?: string | null
[src]
§
KeyManager?: string | null
[src]
§
KeyState?: string | null
[src]
§
Origin?: string | null
[src]