pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.proton.kotlin.inputs
/
ServiceTemplateTagArgs
Service
Template
Tag
Args
data
class
ServiceTemplateTagArgs
(
val
key
:
Output
<
String
>
,
val
value
:
Output
<
String
>
)
:
ConvertibleToJava
<
ServiceTemplateTagArgs
>
A description of a resource tag.
Constructors
Functions
Properties
Constructors
Service
Template
Tag
Args
Link copied to clipboard
fun
ServiceTemplateTagArgs
(
key
:
Output
<
String
>
,
value
:
Output
<
String
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ServiceTemplateTagArgs
Properties
key
Link copied to clipboard
val
key
:
Output
<
String
>
The key of the resource tag.
value
Link copied to clipboard
val
value
:
Output
<
String
>
The value of the resource tag.