SpotFleetSpotPlacementArgs

data class SpotFleetSpotPlacementArgs(val availabilityZone: Output<String>? = null, val groupName: Output<String>? = null, val tenancy: Output<SpotFleetSpotPlacementTenancy>? = null) : ConvertibleToJava<SpotFleetSpotPlacementArgs>

Constructors

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

Properties

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

The Availability Zone. To specify multiple Availability Zones, separate them using commas; for example, "us-west-2a, us-west-2b".

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

The name of the placement group.

Link copied to clipboard

The tenancy of the instance (if the instance is running in a VPC). An instance with a tenancy of dedicated runs on single-tenant hardware. The host tenancy is not supported for Spot Instances.

Functions

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