GetDataCentersPlainArgs

data class GetDataCentersPlainArgs(val clusterId: String, val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null) : ConvertibleToJava<GetDataCentersPlainArgs>

A collection of arguments for invoking getDataCenters.

Constructors

Link copied to clipboard
constructor(clusterId: String, ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null)

Properties

Link copied to clipboard

The cluster id of dataCenters belongs to.

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

The list of Cassandra data center ids.

Link copied to clipboard
val nameRegex: String? = null

A regex string to apply to the cluster name.

Link copied to clipboard
val outputFile: String? = null

The name of file that can save the collection of data centers after running pulumi preview.

Functions

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