Get Clusters Plain Args
data class GetClustersPlainArgs(val clusterName: String? = null, val clusterStates: List<String>? = null, val clusterTypes: List<String>? = null, val ids: List<String>? = null, val maxResults: Int? = null, val nameRegex: String? = null, val nextToken: String? = null, val outputFile: String? = null, val paymentTypes: List<String>? = null, val resourceGroupId: String? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetClustersPlainArgs>
A collection of arguments for invoking getClusters.
Constructors
Link copied to clipboard
constructor(clusterName: String? = null, clusterStates: List<String>? = null, clusterTypes: List<String>? = null, ids: List<String>? = null, maxResults: Int? = null, nameRegex: String? = null, nextToken: String? = null, outputFile: String? = null, paymentTypes: List<String>? = null, resourceGroupId: String? = null, tags: Map<String, String>? = null)
Properties
Link copied to clipboard
The cluster name.
Link copied to clipboard
The cluster states.
Link copied to clipboard
The cluster types.
Link copied to clipboard
The max results is used to list clusters for next page.
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).
Link copied to clipboard
The cluster payment types.
Link copied to clipboard
The Resource Group ID.