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

ConnectCustomKeyStoreRequest

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

§Properties

§
CustomKeyStoreId: string
[src]

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