GetZonesResult

data class GetZonesResult(val id: String, val ids: List<String>, val multi: Boolean? = null, val outputFile: String? = null, val zones: List<GetZonesZone>)

A collection of values returned by getZones.

Constructors

Link copied to clipboard
constructor(id: String, ids: List<String>, multi: Boolean? = null, outputFile: String? = null, zones: List<GetZonesZone>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

A list of zone IDs.

Link copied to clipboard
val multi: Boolean? = null
Link copied to clipboard
val outputFile: String? = null
Link copied to clipboard

A list of availability zones. Each element contains the following attributes: