FleetArgs

data class FleetArgs(val name: Output<String>? = null, val tags: Output<FleetTagsArgs>? = null) : ConvertibleToJava<FleetArgs>

AWS::RoboMaker::Fleet resource creates an AWS RoboMaker fleet. Fleets contain robots and can receive deployments.

Constructors

Link copied to clipboard
fun FleetArgs(name: Output<String>? = null, tags: Output<FleetTagsArgs>? = null)

Functions

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

Properties

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

The name of the fleet.

Link copied to clipboard
val tags: Output<FleetTagsArgs>? = null