FleetAttributeCapabilityArgs

data class FleetAttributeCapabilityArgs(val name: Output<String>, val values: Output<List<String>>) : ConvertibleToJava<FleetAttributeCapabilityArgs>

Constructors

Link copied to clipboard
constructor(name: Output<String>, values: Output<List<String>>)

Properties

Link copied to clipboard
val name: Output<String>

The name of the fleet attribute capability for the worker.

Link copied to clipboard
val values: Output<List<String>>

The number of fleet attribute capabilities.

Functions

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