toggle menu
pulumi-aws-native-kotlin
1.27.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.inspector.kotlin.inputs
/
ResourceGroupTagArgs
Resource
Group
Tag
Args
data
class
ResourceGroupTagArgs
(
val
key
:
Output
<
String
>
,
val
value
:
Output
<
String
>
)
:
ConvertibleToJava
<
ResourceGroupTagArgs
>
Members
Constructors
Resource
Group
Tag
Args
Link copied to clipboard
constructor
(
key
:
Output
<
String
>
,
value
:
Output
<
String
>
)
Properties
key
Link copied to clipboard
val
key
:
Output
<
String
>
A tag key.
value
Link copied to clipboard
val
value
:
Output
<
String
>
A value assigned to a tag key.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ResourceGroupTagArgs