getCluster

An example resource schema demonstrating some basic constructs and validation rules.

Return

null

Parameters

argument

null


suspend fun getCluster(clusterIdentifier: String): GetClusterResult

Return

null

Parameters

clusterIdentifier

A unique identifier for the cluster. You use this identifier to refer to the cluster for any subsequent cluster operations such as deleting or modifying. All alphabetical characters must be lower case, no hypens at the end, no two consecutive hyphens. Cluster name should be unique for all clusters within an AWS account

See also


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

Return

null

Parameters

argument

Builder for com.pulumi.awsnative.redshift.kotlin.inputs.GetClusterPlainArgs.

See also