Region

class Region

Describes the Amazon Web Services Region.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Availability Zones. Follows the format us-east-2a (case-sensitive).

Link copied to clipboard

The continent code (NA, meaning North America).

Link copied to clipboard

The description of the Amazon Web Services Region (This region is recommended to serve users in the eastern United States and eastern Canada).

Link copied to clipboard

The display name (Ohio).

Link copied to clipboard

The region name (us-east-2).

Link copied to clipboard

The Availability Zones for databases. Follows the format us-east-2a (case-sensitive).

Functions

Link copied to clipboard
inline fun copy(block: Region.Builder.() -> Unit = {}): Region
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String