GetZonesPlainArgs

data class GetZonesPlainArgs(val enableDetails: Boolean? = null, val ids: List<String>? = null, val keyword: String? = null, val lang: String? = null, val nameRegex: String? = null, val outputFile: String? = null, val queryRegionId: String? = null, val queryVpcId: String? = null, val resourceGroupId: String? = null, val searchMode: String? = null) : ConvertibleToJava<GetZonesPlainArgs>

A collection of arguments for invoking getZones.

Constructors

Link copied to clipboard
constructor(enableDetails: Boolean? = null, ids: List<String>? = null, keyword: String? = null, lang: String? = null, nameRegex: String? = null, outputFile: String? = null, queryRegionId: String? = null, queryVpcId: String? = null, resourceGroupId: String? = null, searchMode: String? = null)

Properties

Link copied to clipboard
val enableDetails: Boolean? = null

Whether to query the detailed list of resource attributes. Default value: false.

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

A list of Zones IDs.

Link copied to clipboard
val keyword: String? = null

The keyword of the zone name.

Link copied to clipboard
val lang: String? = null

The language of the response. Default value: en. Valid values: en, zh.

Link copied to clipboard
val nameRegex: String? = null

A regex string to filter results by Zone name.

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

The region ID of the virtual private cloud (VPC) associated with the zone.

Link copied to clipboard
val queryVpcId: String? = null

The ID of the VPC associated with the zone.

Link copied to clipboard
val resourceGroupId: String? = null

The ID of the resource group to which the zone belongs.

Link copied to clipboard
val searchMode: String? = null

The search mode. The value of Keyword is the search scope. Default value: LIKE. Valid values:

Functions

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