InfrastructureConfigurationPlacement

data class InfrastructureConfigurationPlacement(val availabilityZone: String? = null, val hostId: String? = null, val hostResourceGroupArn: String? = null, val tenancy: String? = null)

Constructors

Link copied to clipboard
constructor(availabilityZone: String? = null, hostId: String? = null, hostResourceGroupArn: String? = null, tenancy: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Availability Zone where your build and test instances will launch.

Link copied to clipboard
val hostId: String? = null

ID of the Dedicated Host on which build and test instances run. Conflicts with host_resource_group_arn.

Link copied to clipboard

ARN of the host resource group in which to launch build and test instances. Conflicts with host_id.

Link copied to clipboard
val tenancy: String? = null

Placement tenancy of the instance. Valid values: default, dedicated and host.