AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the ModifyHsm operation. 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.

For information about the current version of AWS CloudHSM, see AWS CloudHSM, the AWS CloudHSM User Guide, and the AWS CloudHSM API Reference.

Modifies an HSM.

This operation can result in the HSM being offline for up to 15 minutes while the AWS CloudHSM service is reconfigured. If you are modifying a production HSM, you should ensure that your AWS CloudHSM service is configured for high availability, and consider executing this operation during a maintenance window.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.CloudHSM.AmazonCloudHSMRequest
      Amazon.CloudHSM.Model.ModifyHsmRequest

Namespace: Amazon.CloudHSM.Model
Assembly: AWSSDK.CloudHSM.dll
Version: 3.x.y.z

Syntax

C#
public class ModifyHsmRequest : AmazonCloudHSMRequest
         IAmazonWebServiceRequest

The ModifyHsmRequest type exposes the following members

Constructors

NameDescription
Public Method ModifyHsmRequest()

Properties

NameTypeDescription
Public Property EniIp System.String

Gets and sets the property 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.

Public Property ExternalId System.String

Gets and sets the property ExternalId.

The new external ID.

Public Property HsmArn System.String

Gets and sets the property HsmArn.

The ARN of the HSM to modify.

Public Property IamRoleArn System.String

Gets and sets the property IamRoleArn.

The new IAM role ARN.

Public Property SubnetId System.String

Gets and sets the property 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.

Public Property SyslogIp System.String

Gets and sets the property SyslogIp.

The new IP address for the syslog monitoring server. The AWS CloudHSM service only supports one syslog monitoring server.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5