GatewayInstance

The settings for an instance in a gateway.

Types

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

Properties

Link copied to clipboard

The availability of the instance to host new bridges. The bridgePlacement property can be LOCKED or AVAILABLE. If it is LOCKED, no new bridges can be deployed to this instance. If it is AVAILABLE, new bridges can be added to this instance.

Link copied to clipboard

The connection state of the instance.

Link copied to clipboard

The Amazon Resource Name (ARN) of the instance.

Link copied to clipboard

The Amazon Resource Name (ARN) of the gateway.

Link copied to clipboard

The managed instance ID generated by the SSM install. This will begin with "mi-".

Link copied to clipboard
Link copied to clipboard

The status of the instance.

Link copied to clipboard

The running bridge count.

Functions

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