pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.databrew.kotlin.inputs
/
ScheduleTagArgs
Schedule
Tag
Args
data
class
ScheduleTagArgs
(
val
key
:
Output
<
String
>
,
val
value
:
Output
<
String
>
)
:
ConvertibleToJava
<
ScheduleTagArgs
>
A key-value pair to associate with a resource.
Constructors
Functions
Properties
Constructors
Schedule
Tag
Args
Link copied to clipboard
fun
ScheduleTagArgs
(
key
:
Output
<
String
>
,
value
:
Output
<
String
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ScheduleTagArgs
Properties
key
Link copied to clipboard
val
key
:
Output
<
String
>
value
Link copied to clipboard
val
value
:
Output
<
String
>