GetRegionResult

data class GetRegionResult(val description: String, val endpoint: String, val id: String, val name: String)

A collection of values returned by getRegion.

Constructors

Link copied to clipboard
constructor(description: String, endpoint: String, id: String, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Region's description in this format: "Location (Region name)".

Link copied to clipboard

EC2 endpoint for the selected region.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Name of the selected region.