Class ClusterState
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 ClusterState : ResourceArgs
Constructors
View SourceClusterState()
Declaration
public ClusterState()
Properties
View SourceClusterCertificates
The list of cluster certificates.
cluster_certificates.0.cluster_certificate- The cluster certificate issued (signed) by the issuing certificate authority (CA) of the cluster's owner.cluster_certificates.0.cluster_csr- The certificate signing request (CSR). Available only in UNINITIALIZED state after an hsm instance is added to the cluster.cluster_certificates.0.aws_hardware_certificate- The HSM hardware certificate issued (signed) by AWS CloudHSM.cluster_certificates.0.hsm_certificate- The HSM certificate issued (signed) by the HSM hardware.cluster_certificates.0.manufacturer_hardware_certificate- The HSM hardware certificate issued (signed) by the hardware manufacturer.
Declaration
public InputList<ClusterClusterCertificateGetArgs> ClusterCertificates { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ClusterClusterCertificateGetArgs> |
ClusterId
The id of the CloudHSM cluster.
Declaration
public Input<string> ClusterId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
HsmType
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> |
SecurityGroupId
The ID of the security group associated with the CloudHSM cluster.
Declaration
public Input<string> SecurityGroupId { 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> |
State
The state of the cluster.
Declaration
public Input<string> State { 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> |
VpcId
The id of the VPC that the CloudHSM cluster resides in.
Declaration
public Input<string> VpcId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |