toggle menu
pulumi-aws-native-kotlin
1.27.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.ec2.kotlin.outputs
/
LaunchTemplateTag
Launch
Template
Tag
data
class
LaunchTemplateTag
(
val
key
:
String
,
val
value
:
String
)
Specifies a tag. For more information, see
Resource tags
.
Members
Constructors
Launch
Template
Tag
Link copied to clipboard
constructor
(
key
:
String
,
value
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
key
Link copied to clipboard
val
key
:
String
The tag key.
value
Link copied to clipboard
val
value
:
String
The tag value.