cloudhsm_modify_hsm: This is documentation for AWS CloudHSM Classic

View source: R/cloudhsm_operations.R

cloudhsm_modify_hsmR Documentation

This is documentation for AWS CloudHSM Classic

Description

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.

Usage

cloudhsm_modify_hsm(
  HsmArn,
  SubnetId = NULL,
  EniIp = NULL,
  IamRoleArn = NULL,
  ExternalId = NULL,
  SyslogIp = NULL
)

Arguments

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.


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.