Class ClusterArgs
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 ClusterArgs : ResourceArgs
Constructors
View SourceClusterArgs()
Declaration
public ClusterArgs()
Properties
View SourceHsmType
The type of HSM module in the cluster. Currently, only hsm1.medium is supported.
Declaration
public Input<string> HsmType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SourceBackupIdentifier
The id of Cloud HSM v2 cluster backup to be restored.
Declaration
public Input<string> SourceBackupIdentifier { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SubnetIds
The IDs of subnets in which cluster will operate.
Declaration
public InputList<string> SubnetIds { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Tags
A map of tags to assign to the resource.
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |