Class HsmArgs
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 HsmArgs : ResourceArgs
Constructors
View SourceHsmArgs()
Declaration
public HsmArgs()
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> |
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> |
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> |