CapacityReservationFleetTagSpecificationArgs

data class CapacityReservationFleetTagSpecificationArgs(val resourceType: Output<String>? = null, val tags: Output<List<CapacityReservationFleetTagArgs>>? = null) : ConvertibleToJava<CapacityReservationFleetTagSpecificationArgs>

Constructors

constructor(resourceType: Output<String>? = null, tags: Output<List<CapacityReservationFleetTagArgs>>? = null)

Properties

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

The type of resource to tag on creation. Specify capacity-reservation-fleet . To tag a resource after it has been created, see CreateTags .

Link copied to clipboard

The tags to apply to the resource.

Functions

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