Host

class Host

Describes the properties of the Dedicated Host.

Types

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

Properties

Link copied to clipboard

The time that the Dedicated Host was allocated.

Link copied to clipboard

Indicates whether the Dedicated Host supports multiple instance types of the same instance family. If the value is on, the Dedicated Host supports multiple instance types in the instance family. If the value is off, the Dedicated Host supports a single instance type only.

Link copied to clipboard

The ID of the Outpost hardware asset on which the Dedicated Host is allocated.

Link copied to clipboard

Whether auto-placement is on or off.

Link copied to clipboard

The Availability Zone of the Dedicated Host.

Link copied to clipboard

The ID of the Availability Zone in which the Dedicated Host is allocated.

Link copied to clipboard

Information about the instances running on the Dedicated Host.

Link copied to clipboard

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.

Link copied to clipboard

The ID of the Dedicated Host.

Link copied to clipboard

Indicates whether host maintenance is enabled or disabled for the Dedicated Host.

Link copied to clipboard

The hardware specifications of the Dedicated Host.

Link copied to clipboard

Indicates whether host recovery is enabled or disabled for the Dedicated Host.

Link copied to clipboard

The reservation ID of the Dedicated Host. This returns a null response if the Dedicated Host doesn't have an associated reservation.

Link copied to clipboard

The IDs and instance type that are currently running on the Dedicated Host.

Link copied to clipboard

Indicates whether the Dedicated Host is in a host resource group. If memberOfServiceLinkedResourceGroup is true, the host is in a host resource group; otherwise, it is not.

Link copied to clipboard

The Amazon Resource Name (ARN) of the Amazon Web Services Outpost on which the Dedicated Host is allocated.

Link copied to clipboard

The ID of the Amazon Web Services account that owns the Dedicated Host.

Link copied to clipboard

The time that the Dedicated Host was released.

Link copied to clipboard

The Dedicated Host's state.

Link copied to clipboard
val tags: List<Tag>?

Any tags assigned to the Dedicated Host.

Functions

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