Get Zones Plain Args
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.
Properties
Link copied to clipboard
Whether to query the detailed list of resource attributes. Default value: false
.
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).
Link copied to clipboard
The region ID of the virtual private cloud (VPC) associated with the zone.
Link copied to clipboard
The ID of the VPC associated with the zone.
Link copied to clipboard
The ID of the resource group to which the zone belongs.
Link copied to clipboard
The search mode. The value of Keyword is the search scope. Default value: LIKE
. Valid values: