GetRegionsPlainArgs

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

A collection of arguments for invoking getRegions.

Constructors

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

Properties

Link copied to clipboard
val current: Boolean? = null

Set to true to match only the region configured in the provider.

Link copied to clipboard
val name: String? = null

The name of the region to select, such as eu-central-1.

Link copied to clipboard
val outputFile: String? = null

File name where to save data source results (after running pulumi preview).

Functions

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