CapacityReservationTag

data class CapacityReservationTag(val key: String, val value: String)

Constructors

Link copied to clipboard
constructor(key: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String

The key of the tag. Constraints: Tag keys are case-sensitive and accept a maximum of 127 Unicode characters. May not begin with aws: .

Link copied to clipboard

The value of the tag. Constraints: Tag values are case-sensitive and accept a maximum of 256 Unicode characters.