Capacity Reservation Fleet Tag Specification Args
data class CapacityReservationFleetTagSpecificationArgs(val resourceType: Output<String>? = null, val tags: Output<List<CapacityReservationFleetTagArgs>>? = null) : ConvertibleToJava<CapacityReservationFleetTagSpecificationArgs>
Constructors
Link copied to clipboard
constructor(resourceType: Output<String>? = null, tags: Output<List<CapacityReservationFleetTagArgs>>? = null)
Properties
Link copied to clipboard
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.