Values.ModifyHsmRequestSourceContains the inputs for the ModifyHsm operation.
type nonrec t = {hsmArn : HsmArn.t;The ARN of the HSM to modify.
*)subnetId : SubnetId.t option;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 : IpAddress.t option;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 : IamRoleArn.t option;The new IAM role ARN.
*)externalId : ExternalId.t option;The new external ID.
*)syslogIp : IpAddress.t option;The new IP address for the syslog monitoring server. The AWS CloudHSM service only supports one syslog monitoring server.
*)}