toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.databrew.kotlin.outputs
/
GetScheduleResult
Get
Schedule
Result
data
class
GetScheduleResult
(
val
cronExpression
:
String
?
=
null
,
val
jobNames
:
List
<
String
>
?
=
null
)
Members
Constructors
Get
Schedule
Result
Link copied to clipboard
constructor
(
cronExpression
:
String
?
=
null
,
jobNames
:
List
<
String
>
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
cron
Expression
Link copied to clipboard
val
cronExpression
:
String
?
=
null
Schedule cron
job
Names
Link copied to clipboard
val
jobNames
:
List
<
String
>
?
=
null
A list of jobs to be run, according to the schedule.