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

CreateCustomKeyStoreRequest

import type { CreateCustomKeyStoreRequest } from "https://aws-api.deno.dev/v0.3/services/kms.ts?docs=full";
interface CreateCustomKeyStoreRequest {
CloudHsmClusterId: string;
CustomKeyStoreName: string;
KeyStorePassword: string;
TrustAnchorCertificate: string;
}

§Properties

§
CloudHsmClusterId: string
[src]

Identifies the CloudHSM cluster for the custom key store. Enter the cluster ID of any active CloudHSM cluster that is not already associated with a custom key store. To find the cluster ID, use the DescribeClusters operation.

§
CustomKeyStoreName: string
[src]

Specifies a friendly name for the custom key store. The name must be unique in your Amazon Web Services account.

§
KeyStorePassword: string
[src]

Enter the password of the kmsuser crypto user (CU) account in the specified CloudHSM cluster. KMS logs into the cluster as this user to manage key material on your behalf.

The password must be a string of 7 to 32 characters. Its value is case sensitive.

This parameter tells KMS the kmsuser account password; it does not change the password in the CloudHSM cluster.

§
TrustAnchorCertificate: string
[src]

Enter the content of the trust anchor certificate for the cluster. This is the content of the customerCA.crt file that you created when you initialized the cluster.