pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.ec2.kotlin.outputs
/
LaunchTemplateTag
Launch
Template
Tag
data
class
LaunchTemplateTag
(
val
key
:
String
,
val
value
:
String
)
The user data to make available to the instance.
Types
Constructors
Properties
Constructors
Launch
Template
Tag
Link copied to clipboard
fun
LaunchTemplateTag
(
key
:
String
,
value
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
key
Link copied to clipboard
val
key
:
String
value
Link copied to clipboard
val
value
:
String