InstanceStatus

Describes the status of an instance.

Types

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

Properties

Link copied to clipboard

Reports impaired functionality that stems from an attached Amazon EBS volume that is unreachable and unable to complete I/O operations.

Link copied to clipboard

The Availability Zone of the instance.

Link copied to clipboard

Any scheduled events associated with the instance.

Link copied to clipboard

The ID of the instance.

Link copied to clipboard

The intended state of the instance. DescribeInstanceStatus requires that an instance be in the running state.

Link copied to clipboard

Reports impaired functionality that stems from issues internal to the instance, such as impaired reachability.

Link copied to clipboard

The service provider that manages the instance.

Link copied to clipboard

The Amazon Resource Name (ARN) of the Outpost.

Link copied to clipboard

Reports impaired functionality that stems from issues related to the systems that support an instance, such as hardware failures and network connectivity problems.

Functions

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