pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.scheduler.kotlin.inputs
/
ScheduleGroupTagArgs
Schedule
Group
Tag
Args
data
class
ScheduleGroupTagArgs
(
val
key
:
Output
<
String
>
,
val
value
:
Output
<
String
>
)
:
ConvertibleToJava
<
ScheduleGroupTagArgs
>
Tag to associate with the resource.
Constructors
Functions
Properties
Constructors
Schedule
Group
Tag
Args
Link copied to clipboard
fun
ScheduleGroupTagArgs
(
key
:
Output
<
String
>
,
value
:
Output
<
String
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ScheduleGroupTagArgs
Properties
key
Link copied to clipboard
val
key
:
Output
<
String
>
Key for the tag
value
Link copied to clipboard
val
value
:
Output
<
String
>
Value for the tag