pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.ec2.kotlin.outputs
/
TransitGatewayRouteTableTag
Transit
Gateway
Route
Table
Tag
data
class
TransitGatewayRouteTableTag
(
val
key
:
String
,
val
value
:
String
)
Types
Constructors
Properties
Constructors
Transit
Gateway
Route
Table
Tag
Link copied to clipboard
fun
TransitGatewayRouteTableTag
(
key
:
String
,
value
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
key
Link copied to clipboard
val
key
:
String
The key of the associated tag key-value pair
value
Link copied to clipboard
val
value
:
String
The value of the associated tag key-value pair