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

CreateCustomKeyStoreResponse

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

§Properties

§
CustomKeyStoreId?: string | null
[src]

A unique identifier for the new custom key store.