TransitGatewayMulticastDomainTag

data class TransitGatewayMulticastDomainTag(val key: String? = null, val value: String? = null)

Constructors

Link copied to clipboard
fun TransitGatewayMulticastDomainTag(key: String? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: 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: String? = null

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