Aws Ec2Instance Status Properties Args
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
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 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.