GetDedicatedHostResult

data class GetDedicatedHostResult(val arn: String, val assetId: String, val autoPlacement: String, val availabilityZone: String, val cores: Int, val filters: List<GetDedicatedHostFilter>? = null, val hostId: String, val hostRecovery: String, val id: String, val instanceFamily: String, val instanceType: String, val outpostArn: String, val ownerId: String, val sockets: Int, val tags: Map<String, String>, val totalVcpus: Int)

A collection of values returned by getDedicatedHost.

Constructors

Link copied to clipboard
constructor(arn: String, assetId: String, autoPlacement: String, availabilityZone: String, cores: Int, filters: List<GetDedicatedHostFilter>? = null, hostId: String, hostRecovery: String, id: String, instanceFamily: String, instanceType: String, outpostArn: String, ownerId: String, sockets: Int, tags: Map<String, String>, totalVcpus: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN of the Dedicated Host.

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

Availability Zone of the Dedicated Host.

Link copied to clipboard
val cores: Int

Number of cores on the Dedicated Host.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Whether host recovery is enabled or disabled for the Dedicated Host.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Instance family supported by the Dedicated Host. For example, "m5".

Link copied to clipboard

Instance type supported by the Dedicated Host. For example, "m5.large". If the host supports multiple instance types, no instanceType is returned.

Link copied to clipboard

ARN of the AWS Outpost on which the Dedicated Host is allocated.

Link copied to clipboard

ID of the AWS account that owns the Dedicated Host.

Link copied to clipboard

Number of sockets on the Dedicated Host.

Link copied to clipboard
Link copied to clipboard

Total number of vCPUs on the Dedicated Host.