amazonka-cloudhsm-1.3.4: Amazon CloudHSM SDK.

Copyright(c) 2013-2015 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. Running this command provisions an HSM appliance and will result in charges to your AWS account for the HSM.

See: AWS API Reference for CreateHSM.

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 action with the same token will be ignored.

chSyslogIP :: Lens' CreateHSM (Maybe Text) Source

The IP address for the 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.

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