GlobalNetwork

Describes a global network. This is a single private network acting as a high-level container for your network objects, including an Amazon Web Services-managed Core Network.

Types

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

Properties

Link copied to clipboard

The date and time that the global network was created.

Link copied to clipboard

The description of the global network.

Link copied to clipboard

The Amazon Resource Name (ARN) of the global network.

Link copied to clipboard

The ID of the global network.

Link copied to clipboard

The state of the global network.

Link copied to clipboard
val tags: List<Tag>?

The tags for the global network.

Functions

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