getCluster

Gets information about a cluster such as compute and storage configuration and cluster lifecycle metadata such as cluster creation date and time. Azure REST API version: 2022-11-08.

Return

Represents a cluster.

Parameters

argument

null


suspend fun getCluster(clusterName: String, resourceGroupName: String): GetClusterResult

Return

Represents a cluster.

See also

Parameters

clusterName

The name of the cluster.

resourceGroupName

The name of the resource group. The name is case insensitive.


suspend fun getCluster(argument: suspend GetClusterPlainArgsBuilder.() -> Unit): GetClusterResult

Return

Represents a cluster.

See also

Parameters

argument

Builder for com.pulumi.azurenative.dbforpostgresql.kotlin.inputs.GetClusterPlainArgs.