CapacityReservationTagArgs

data class CapacityReservationTagArgs(val key: Output<String>, val value: Output<String>) : ConvertibleToJava<CapacityReservationTagArgs>

Constructors

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

Properties

Link copied to clipboard
val key: Output<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
val value: Output<String>

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

Functions

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