GetClusterResult

data class GetClusterResult(val clusterCertificates: List<GetClusterClusterCertificate>, val clusterId: String, val clusterState: String, val id: String, val securityGroupId: String, val subnetIds: List<String>, val vpcId: String)

A collection of values returned by getCluster.

Constructors

Link copied to clipboard
constructor(clusterCertificates: List<GetClusterClusterCertificate>, clusterId: String, clusterState: String, id: String, securityGroupId: String, subnetIds: List<String>, vpcId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of cluster certificates.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

ID of the security group associated with the CloudHSM cluster.

Link copied to clipboard

IDs of subnets in which cluster operates.

Link copied to clipboard

ID of the VPC that the CloudHSM cluster resides in.