Class SyntheticsDowntimeTimeSlotRequest

A time slot for a Synthetics downtime create or update request.

Hierarchy

  • SyntheticsDowntimeTimeSlotRequest

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
duration: number

The duration of the time slot in seconds, between 60 and 604800.

name?: string

An optional label for the time slot.

Recurrence settings for a Synthetics downtime time slot.

A specific date and time used to define the start or end of a Synthetics downtime time slot.

timezone: string

The IANA timezone name for the time slot.

Generated using TypeDoc