Get Clusters Plain Args
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
Properties
Link copied to clipboard
The alias name of MSE Cluster.
Link copied to clipboard
Default to false
. Set it to true
can output more details about resource attributes.
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).
Link copied to clipboard
The extended request parameters. The JSON format is supported.