Capacity Reservation Fleet Tag Specification
data class CapacityReservationFleetTagSpecification(val resourceType: String? = null, val tags: List<CapacityReservationFleetTag>? = 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.