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

DisconnectCustomKeyStoreRequest

import type { DisconnectCustomKeyStoreRequest } from "https://aws-api.deno.dev/v0.3/services/kms.ts?docs=full";
interface DisconnectCustomKeyStoreRequest {
CustomKeyStoreId: string;
}

§Properties

§
CustomKeyStoreId: string
[src]

Enter the ID of the custom key store you want to disconnect. To find the ID of a custom key store, use the "DescribeCustomKeyStores" operation.