GetClustersPlainArgs

data class GetClustersPlainArgs(val dbType: String? = null, val descriptionRegex: String? = null, val ids: List<String>? = null, val outputFile: String? = null, val status: String? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetClustersPlainArgs>

A collection of arguments for invoking getClusters.

Constructors

Link copied to clipboard
constructor(dbType: String? = null, descriptionRegex: String? = null, ids: List<String>? = null, outputFile: String? = null, status: String? = null, tags: Map<String, String>? = null)

Properties

Link copied to clipboard
val dbType: String? = null

Database type. Options are MySQL, Oracle and PostgreSQL. If no value is specified, all types are returned.

Link copied to clipboard

A regex string to filter results by cluster description.

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

A list of PolarDB cluster IDs.

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

status of the cluster.

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