View source: R/cloudhsmv2_operations.R
cloudhsmv2_create_hsm | R Documentation |
Creates a new hardware security module (HSM) in the specified CloudHSM cluster.
See https://www.paws-r-sdk.com/docs/cloudhsmv2_create_hsm/ for full documentation.
cloudhsmv2_create_hsm(ClusterId, AvailabilityZone, IpAddress = NULL)
ClusterId |
[required] The identifier (ID) of the HSM's cluster. To find the cluster ID, use
|
AvailabilityZone |
[required] The Availability Zone where you are creating the HSM. To find the
cluster's Availability Zones, use
|
IpAddress |
The HSM's IP address. If you specify an IP address, use an available address from the subnet that maps to the Availability Zone where you are creating the HSM. If you don't specify an IP address, one is chosen for you from that subnet. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.