Class GetClusterArgs
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 GetClusterArgs : InvokeArgs
Constructors
View SourceGetClusterArgs()
Declaration
public GetClusterArgs()
Properties
View SourceClusterId
The id of Cloud HSM v2 cluster.
Declaration
public string ClusterId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ClusterState
The state of the cluster to be found.
Declaration
public string ClusterState { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |