pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.synthetics.kotlin.inputs
/
CanaryScheduleArgs
Canary
Schedule
Args
data
class
CanaryScheduleArgs
(
val
durationInSeconds
:
Output
<
String
>
?
=
null
,
val
expression
:
Output
<
String
>
)
:
ConvertibleToJava
<
CanaryScheduleArgs
>
Constructors
Functions
Properties
Constructors
Canary
Schedule
Args
Link copied to clipboard
fun
CanaryScheduleArgs
(
durationInSeconds
:
Output
<
String
>
?
=
null
,
expression
:
Output
<
String
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
CanaryScheduleArgs
Properties
duration
In
Seconds
Link copied to clipboard
val
durationInSeconds
:
Output
<
String
>
?
=
null
expression
Link copied to clipboard
val
expression
:
Output
<
String
>