Class GetClusterResult
Inheritance
System.Object
GetClusterResult
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 GetClusterResult
Fields
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.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. The number of available cluster certificates may vary depending on state of the cluster.
Declaration
public readonly GetClusterClusterCertificatesResult ClusterCertificates
Field Value
| Type | Description |
|---|---|
| GetClusterClusterCertificatesResult |
ClusterId
Declaration
public readonly string ClusterId
Field Value
| Type | Description |
|---|---|
| System.String |
ClusterState
Declaration
public readonly string ClusterState
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
SecurityGroupId
The ID of the security group associated with the CloudHSM cluster.
Declaration
public readonly string SecurityGroupId
Field Value
| Type | Description |
|---|---|
| System.String |
SubnetIds
The IDs of subnets in which cluster operates.
Declaration
public readonly ImmutableArray<string> SubnetIds
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
VpcId
The id of the VPC that the CloudHSM cluster resides in.
Declaration
public readonly string VpcId
Field Value
| Type | Description |
|---|---|
| System.String |