CapacityReservationTagSpecificationArgs

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

Constructors

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

Properties

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

The type of resource to tag. Specify capacity-reservation .

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

The tags to apply to the resource.

Functions

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