CapacityReservationFleetTagSpecification

data class CapacityReservationFleetTagSpecification(val resourceType: String? = null, val tags: List<CapacityReservationFleetTag>? = null)

Constructors

Link copied to clipboard
constructor(resourceType: String? = null, tags: List<CapacityReservationFleetTag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val resourceType: 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.