GetClustersPlainArgs

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
val clusterName: String? = null

The cluster name.

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

The cluster states.

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

The cluster types.

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

A list of Cluster IDs.

Link copied to clipboard
val maxResults: Int? = null

The max results is used to list clusters for next page.

Link copied to clipboard
val nameRegex: String? = null

A regex string to filter results by Cluster name.

Link copied to clipboard
val nextToken: String? = null

The next token is used to list clusters for next page.

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 paymentTypes: List<String>? = null

The cluster payment types.

Link copied to clipboard
val resourceGroupId: String? = null

The Resource Group ID.

Link copied to clipboard
val tags: Map<String, String>? = null

A mapping of tags to assign to the resource.

Functions

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