pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.synthetics.kotlin.outputs
/
CanarySchedule
Canary
Schedule
data
class
CanarySchedule
(
val
durationInSeconds
:
String
?
=
null
,
val
expression
:
String
)
Types
Constructors
Properties
Constructors
Canary
Schedule
Link copied to clipboard
fun
CanarySchedule
(
durationInSeconds
:
String
?
=
null
,
expression
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
duration
In
Seconds
Link copied to clipboard
val
durationInSeconds
:
String
?
=
null
expression
Link copied to clipboard
val
expression
:
String