InfrastructureConfigurationPlacementArgs

data class InfrastructureConfigurationPlacementArgs(val availabilityZone: Output<String>? = null, val hostId: Output<String>? = null, val hostResourceGroupArn: Output<String>? = null, val tenancy: Output<String>? = null) : ConvertibleToJava<InfrastructureConfigurationPlacementArgs>

Constructors

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

Properties

Link copied to clipboard
val availabilityZone: Output<String>? = null

Availability Zone where your build and test instances will launch.

Link copied to clipboard
val hostId: Output<String>? = null

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

Link copied to clipboard
val hostResourceGroupArn: Output<String>? = null

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

Link copied to clipboard
val tenancy: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): InfrastructureConfigurationPlacementArgs