AwsEc2InstanceStatusPropertiesResponse

data class AwsEc2InstanceStatusPropertiesResponse(val availabilityZone: String? = null, val events: List<InstanceStatusEventResponse>? = null, val instanceId: String? = null, val instanceState: InstanceStateResponse? = null, val instanceStatus: InstanceStatusSummaryResponse? = null, val outpostArn: String? = null, val systemStatus: InstanceStatusSummaryResponse? = null)

Definition of awsEc2InstanceStatus

Constructors

Link copied to clipboard
constructor(availabilityZone: String? = null, events: List<InstanceStatusEventResponse>? = null, instanceId: String? = null, instanceState: InstanceStateResponse? = null, instanceStatus: InstanceStatusSummaryResponse? = null, outpostArn: String? = null, systemStatus: InstanceStatusSummaryResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

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
val instanceId: String? = null

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
val outpostArn: String? = null

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.