Get Dedicated Host Result
data class GetDedicatedHostResult(val arn: 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, 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)
Properties
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
Link copied to clipboard
Whether host recovery is enabled or disabled for the Dedicated Host.
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
Total number of vCPUs on the Dedicated Host.