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