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

UpdateCustomKeyStoreRequest

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

§Properties

§
CloudHsmClusterId?: string | null
[src]

Associates the custom key store with a related CloudHSM cluster.

Enter the cluster ID of the cluster that you used to create the custom key store or a cluster that shares a backup history and has the same cluster certificate as the original cluster. You cannot use this parameter to associate a custom key store with an unrelated cluster. In addition, the replacement cluster must fulfill the requirements for a cluster associated with a custom key store. To view the cluster certificate of a cluster, use the DescribeClusters operation.

§
CustomKeyStoreId: string
[src]

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

§
KeyStorePassword?: string | null
[src]

Enter the current password of the kmsuser crypto user (CU) in the CloudHSM cluster that is associated with the custom key store.

This parameter tells KMS the current password of the kmsuser crypto user (CU). It does not set or change the password of any users in the CloudHSM cluster.

§
NewCustomKeyStoreName?: string | null
[src]

Changes the friendly name of the custom key store to the value that you specify. The custom key store name must be unique in the Amazon Web Services account.