AwsEc2InstanceStatusPropertiesArgs

data class AwsEc2InstanceStatusPropertiesArgs(val availabilityZone: Output<String>? = null, val events: Output<List<InstanceStatusEventArgs>>? = null, val instanceId: Output<String>? = null, val instanceState: Output<InstanceStateArgs>? = null, val instanceStatus: Output<InstanceStatusSummaryArgs>? = null, val outpostArn: Output<String>? = null, val systemStatus: Output<InstanceStatusSummaryArgs>? = null) : ConvertibleToJava<AwsEc2InstanceStatusPropertiesArgs>

Definition of awsEc2InstanceStatus

Constructors

Link copied to clipboard
constructor(availabilityZone: Output<String>? = null, events: Output<List<InstanceStatusEventArgs>>? = null, instanceId: Output<String>? = null, instanceState: Output<InstanceStateArgs>? = null, instanceStatus: Output<InstanceStatusSummaryArgs>? = null, outpostArn: Output<String>? = null, systemStatus: Output<InstanceStatusSummaryArgs>? = null)

Properties

Link copied to clipboard
val availabilityZone: Output<String>? = null

The Availability Zone of the instance.

Link copied to clipboard
val events: Output<List<InstanceStatusEventArgs>>? = null

Any scheduled events associated with the instance.

Link copied to clipboard
val instanceId: Output<String>? = null

The ID of the instance.

Link copied to clipboard
val instanceState: Output<InstanceStateArgs>? = null

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: Output<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.

Functions

Link copied to clipboard
open override fun toJava(): AwsEc2InstanceStatusPropertiesArgs