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

GenerateRandomRequest

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

§Properties

§
CustomKeyStoreId?: string | null
[src]

Generates the random byte string in the CloudHSM cluster that is associated with the specified custom key store. To find the ID of a custom key store, use the "DescribeCustomKeyStores" operation.

§
NumberOfBytes?: number | null
[src]

The length of the byte string.