GetLocationResult

data class GetLocationResult(val displayName: String, val id: String, val location: String, val zoneMappings: List<GetLocationZoneMapping>)

A collection of values returned by getLocation.

Constructors

Link copied to clipboard
constructor(displayName: String, id: String, location: String, zoneMappings: List<GetLocationZoneMapping>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The display name of the location.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard

A zone_mappings block as defined below.