Class HsmState
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.CloudHsmV2
Assembly: Pulumi.Aws.dll
Syntax
public sealed class HsmState : ResourceArgs
Constructors
View SourceHsmState()
Declaration
public HsmState()
Properties
View SourceAvailabilityZone
The IDs of AZ in which HSM module will be located. Do not use together with subnet_id.
Declaration
public Input<string> AvailabilityZone { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ClusterId
The ID of Cloud HSM v2 cluster to which HSM will be added.
Declaration
public Input<string> ClusterId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
HsmEniId
The id of the ENI interface allocated for HSM module.
Declaration
public Input<string> HsmEniId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
HsmId
The id of the HSM module.
Declaration
public Input<string> HsmId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
IpAddress
The IP address of HSM module. Must be within the CIDR of selected subnet.
Declaration
public Input<string> IpAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
State
The state of the HSM module.
Declaration
public Input<string> State { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SubnetId
The ID of subnet in which HSM module will be located.
Declaration
public Input<string> SubnetId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |