Header menu logo FsCDK

CloudWatchSyntheticsHelpers Module

Helper functions for CloudWatch Synthetics

Functions and values

Function or value Description

every15Minutes ()

Full Usage: every15Minutes ()

Parameters:
    () : unit

Returns: Schedule
() : unit
Returns: Schedule

every5Minutes ()

Full Usage: every5Minutes ()

Parameters:
    () : unit

Returns: Schedule
() : unit
Returns: Schedule

everyHour ()

Full Usage: everyHour ()

Parameters:
    () : unit

Returns: Schedule
() : unit
Returns: Schedule

everyMinute ()

Full Usage: everyMinute ()

Parameters:
    () : unit

Returns: Schedule

Schedule helpers

() : unit
Returns: Schedule

httpGetCheck url

Full Usage: httpGetCheck url

Parameters:
    url : string

Returns: InlineCode

Creates inline code for a simple HTTP GET check

url : string
Returns: InlineCode

httpsGetCheck url expectedStatus

Full Usage: httpsGetCheck url expectedStatus

Parameters:
    url : string
    expectedStatus : int

Returns: InlineCode

Creates inline code for a simple HTTPS check with status validation

url : string
expectedStatus : int
Returns: InlineCode

Type something to start searching.