amazonka-cloudhsm-1.4.0: Amazon CloudHSM SDK.

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.CloudHSM.CreateHSM

Contents

Description

Creates an uninitialized HSM instance.

There is an upfront fee charged for each HSM instance that you create with the CreateHsm operation. If you accidentally provision an HSM and want to request a refund, delete the instance using the DeleteHsm operation, go to the AWS Support Center, create a new case, and select Account and Billing Support.

It can take up to 20 minutes to create and provision an HSM. You can monitor the status of the HSM with the DescribeHsm operation. The HSM is ready to be initialized when the status changes to RUNNING.

Synopsis

Creating a Request

createHSM Source

Creates a value of CreateHSM with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

chClientToken :: Lens' CreateHSM (Maybe Text) Source

A user-defined token to ensure idempotence. Subsequent calls to this operation with the same token will be ignored.

chSyslogIP :: Lens' CreateHSM (Maybe Text) Source

The IP address for the syslog monitoring server. The AWS CloudHSM service only supports one syslog monitoring server.

chExternalId :: Lens' CreateHSM (Maybe Text) Source

The external ID from IamRoleArn, if present.

chEniIP :: Lens' CreateHSM (Maybe Text) Source

The IP address to assign to the HSM's ENI.

If an IP address is not specified, an IP address will be randomly chosen from the CIDR range of the subnet.

chSubnetId :: Lens' CreateHSM Text Source

The identifier of the subnet in your VPC in which to place the HSM.

chSSHKey :: Lens' CreateHSM Text Source

The SSH public key to install on the HSM.

chIAMRoleARN :: Lens' CreateHSM Text Source

The ARN of an IAM role to enable the AWS CloudHSM service to allocate an ENI on your behalf.

Destructuring the Response

createHSMResponse Source

Creates a value of CreateHSMResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses