View source: R/cloudhsm_operations.R
cloudhsm_modify_hsm | R Documentation |
This is documentation for AWS CloudHSM Classic. For more information, see AWS CloudHSM Classic FAQs, the AWS CloudHSM Classic User Guide, and the AWS CloudHSM Classic API Reference.
See https://www.paws-r-sdk.com/docs/cloudhsm_modify_hsm/ for full documentation.
cloudhsm_modify_hsm(
HsmArn,
SubnetId = NULL,
EniIp = NULL,
IamRoleArn = NULL,
ExternalId = NULL,
SyslogIp = NULL
)
HsmArn |
[required] The ARN of the HSM to modify. |
SubnetId |
The new identifier of the subnet that the HSM is in. The new subnet must be in the same Availability Zone as the current subnet. |
EniIp |
The new IP address for the elastic network interface (ENI) attached to the HSM. If the HSM is moved to a different subnet, and an IP address is not specified, an IP address will be randomly chosen from the CIDR range of the new subnet. |
IamRoleArn |
The new IAM role ARN. |
ExternalId |
The new external ID. |
SyslogIp |
The new IP address for the syslog monitoring server. The AWS CloudHSM service only supports one syslog monitoring server. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.