pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.ec2.kotlin.inputs
/
TransitGatewayVpcAttachmentTagArgs
Transit
Gateway
Vpc
Attachment
Tag
Args
data
class
TransitGatewayVpcAttachmentTagArgs
(
val
key
:
Output
<
String
>
,
val
value
:
Output
<
String
>
)
:
ConvertibleToJava
<
TransitGatewayVpcAttachmentTagArgs
>
Constructors
Functions
Properties
Constructors
Transit
Gateway
Vpc
Attachment
Tag
Args
Link copied to clipboard
fun
TransitGatewayVpcAttachmentTagArgs
(
key
:
Output
<
String
>
,
value
:
Output
<
String
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
TransitGatewayVpcAttachmentTagArgs
Properties
key
Link copied to clipboard
val
key
:
Output
<
String
>
value
Link copied to clipboard
val
value
:
Output
<
String
>