toggle menu
pulumi-aws-kotlin
5.43.0.1
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.ec2.kotlin.outputs
/
GetLaunchTemplateTagSpecification
Get
Launch
Template
Tag
Specification
data
class
GetLaunchTemplateTagSpecification
(
val
resourceType
:
String
,
val
tags
:
Map
<
String
,
String
>
)
Members
Constructors
Get
Launch
Template
Tag
Specification
Link copied to clipboard
constructor
(
resourceType
:
String
,
tags
:
Map
<
String
,
String
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
resource
Type
Link copied to clipboard
val
resourceType
:
String
tags
Link copied to clipboard
val
tags
:
Map
<
String
,
String
>
Map of tags, each pair of which must exactly match a pair on the desired Launch Template.