toggle menu
pulumi-aws-kotlin
5.43.0.1
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.ec2.kotlin.outputs
/
LaunchTemplateTagSpecification
Launch
Template
Tag
Specification
data
class
LaunchTemplateTagSpecification
(
val
resourceType
:
String
?
=
null
,
val
tags
:
Map
<
String
,
String
>
?
=
null
)
Members
Constructors
Launch
Template
Tag
Specification
Link copied to clipboard
constructor
(
resourceType
:
String
?
=
null
,
tags
:
Map
<
String
,
String
>
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
resource
Type
Link copied to clipboard
val
resourceType
:
String
?
=
null
The type of resource to tag.
tags
Link copied to clipboard
val
tags
:
Map
<
String
,
String
>
?
=
null
A map of tags to assign to the resource.