TransitGatewayPeeringAttachmentTagArgs

data class TransitGatewayPeeringAttachmentTagArgs(val key: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<TransitGatewayPeeringAttachmentTagArgs>

Constructors

Link copied to clipboard
fun TransitGatewayPeeringAttachmentTagArgs(key: Output<String>? = null, value: Output<String>? = null)

Functions

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

Properties

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

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>? = null

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