pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.ec2.kotlin.inputs
/
TransitGatewayRouteTableTagArgs
Transit
Gateway
Route
Table
Tag
Args
data
class
TransitGatewayRouteTableTagArgs
(
val
key
:
Output
<
String
>
,
val
value
:
Output
<
String
>
)
:
ConvertibleToJava
<
TransitGatewayRouteTableTagArgs
>
Constructors
Functions
Properties
Constructors
Transit
Gateway
Route
Table
Tag
Args
Link copied to clipboard
fun
TransitGatewayRouteTableTagArgs
(
key
:
Output
<
String
>
,
value
:
Output
<
String
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
TransitGatewayRouteTableTagArgs
Properties
key
Link copied to clipboard
val
key
:
Output
<
String
>
The key of the associated tag key-value pair
value
Link copied to clipboard
val
value
:
Output
<
String
>
The value of the associated tag key-value pair