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;
}