GetRegionsPlainArgs

data class GetRegionsPlainArgs(val current: Boolean? = null, val outputFile: String? = null, val regionId: String? = null) : ConvertibleToJava<GetRegionsPlainArgs>

A collection of arguments for invoking getRegions.

Constructors

Link copied to clipboard
constructor(current: Boolean? = null, outputFile: String? = null, regionId: String? = null)

Properties

Link copied to clipboard
val current: Boolean? = null

Set to true to match only the region configured in the provider. Default value: true.

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

You can use specified region_id to find the region and available zones information that supports ClickHouse.

Functions

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