GetClustersPlainArgs

data class GetClustersPlainArgs(val clusterAliasName: String? = null, val enableDetails: Boolean? = null, val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val requestPars: String? = null, val status: String? = null) : ConvertibleToJava<GetClustersPlainArgs>

A collection of arguments for invoking getClusters.

Constructors

Link copied to clipboard
constructor(clusterAliasName: String? = null, enableDetails: Boolean? = null, ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null, requestPars: String? = null, status: String? = null)

Properties

Link copied to clipboard

The alias name of MSE Cluster.

Link copied to clipboard
val enableDetails: Boolean? = null

Default to false. Set it to true can output more details about resource attributes.

Link copied to clipboard
val ids: List<String>? = null

A list of MSE Cluster ids. It is formatted to <instance_id>

Link copied to clipboard
val nameRegex: String? = null

A regex string to filter the results by the cluster alias name.

Link copied to clipboard
val outputFile: String? = null

File name where to save data source results (after running pulumi preview).

Link copied to clipboard
val requestPars: String? = null

The extended request parameters. The JSON format is supported.

Link copied to clipboard
val status: String? = null

The status of MSE Cluster. Valid: DESTROY_FAILED, DESTROY_ING, DESTROY_SUCCESS, INIT_FAILED, INIT_ING, INIT_SUCCESS, INIT_TIME_OUT, RESTART_FAILED, RESTART_ING, RESTART_SUCCESS, SCALE_FAILED, SCALE_ING, SCALE_SUCCESS

Functions

Link copied to clipboard
open override fun toJava(): GetClustersPlainArgs