Site

class Site

Information about a site.

Types

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

Properties

Link copied to clipboard

The ID of the Amazon Web Services account.

Link copied to clipboard

The description of the site.

Link copied to clipboard
val name: String?

The name of the site.

Link copied to clipboard

Notes about a site.

Link copied to clipboard

City where the hardware is installed and powered on.

Link copied to clipboard

The ISO-3166 two-letter country code where the hardware is installed and powered on.

Link copied to clipboard

State or region where the hardware is installed and powered on.

Link copied to clipboard

Information about the physical and logistical details for a rack at the site.

Link copied to clipboard

The Amazon Resource Name (ARN) of the site.

Link copied to clipboard

The ID of the site.

Link copied to clipboard

The site tags.

Functions

Link copied to clipboard
inline fun copy(block: Site.Builder.() -> Unit = {}): Site
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