# Functions
GetCluster gets an existing Cluster resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetHsm gets an existing Hsm resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
Use this data source to get information about a CloudHSM v2 cluster
## Example Usage
```go package main
import ( "github.com/pulumi/pulumi-aws/sdk/v4/go/aws/cloudhsmv2" "github.com/pulumi/pulumi/sdk/v3/go/pulumi" )
func main() { pulumi.Run(func(ctx *pulumi.Context) error { _, err := cloudhsmv2.LookupCluster(ctx, &cloudhsmv2.LookupClusterArgs{ ClusterId: "cluster-testclusterid", }, nil) if err != nil { return err } return nil }) } ```.
No description provided by the author
NewCluster registers a new resource with the given unique name, arguments, and options.
NewHsm registers a new resource with the given unique name, arguments, and options.
# Structs
Creates an Amazon CloudHSM v2 cluster.
The set of arguments for constructing a Cluster resource.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Creates an HSM module in Amazon CloudHSM v2 cluster.
The set of arguments for constructing a Hsm resource.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
A collection of arguments for invoking getCluster.
A collection of arguments for invoking getCluster.
A collection of values returned by getCluster.
A collection of values returned by getCluster.
# Interfaces
ClusterArrayInput is an input type that accepts ClusterArray and ClusterArrayOutput values.
ClusterClusterCertificateArrayInput is an input type that accepts ClusterClusterCertificateArray and ClusterClusterCertificateArrayOutput values.
ClusterClusterCertificateInput is an input type that accepts ClusterClusterCertificateArgs and ClusterClusterCertificateOutput values.
No description provided by the author
ClusterMapInput is an input type that accepts ClusterMap and ClusterMapOutput values.
GetClusterClusterCertificatesInput is an input type that accepts GetClusterClusterCertificatesArgs and GetClusterClusterCertificatesOutput values.
HsmArrayInput is an input type that accepts HsmArray and HsmArrayOutput values.
No description provided by the author
HsmMapInput is an input type that accepts HsmMap and HsmMapOutput values.
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author