pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.proton.kotlin.outputs
/
ServiceTemplateTag
Service
Template
Tag
data
class
ServiceTemplateTag
(
val
key
:
String
,
val
value
:
String
)
A description of a resource tag.
Types
Constructors
Properties
Constructors
Service
Template
Tag
Link copied to clipboard
fun
ServiceTemplateTag
(
key
:
String
,
value
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
key
Link copied to clipboard
val
key
:
String
The key of the resource tag.
value
Link copied to clipboard
val
value
:
String
The value of the resource tag.