pulumi-aws-kotlin
6.6.1.0
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
>
)
Types
Constructors
Properties
Constructors
Get
Launch
Template
Tag
Specification
Link copied to clipboard
fun
GetLaunchTemplateTagSpecification
(
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.