toggle menu
pulumi-aws-native-kotlin
1.28.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.kotlin.inputs
/
CreateOnlyTagArgs
Create
Only
Tag
Args
data
class
CreateOnlyTagArgs
(
val
key
:
Output
<
String
>
,
val
value
:
Output
<
String
>
)
:
ConvertibleToJava
<
CreateOnlyTagArgs
>
A set of tags to apply to the resource.
Members
Constructors
Create
Only
Tag
Args
Link copied to clipboard
constructor
(
key
:
Output
<
String
>
,
value
:
Output
<
String
>
)
Properties
key
Link copied to clipboard
val
key
:
Output
<
String
>
The key name of the tag
value
Link copied to clipboard
val
value
:
Output
<
String
>
The value of the tag
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
CreateOnlyTagArgs