GradientEdge CDK Utils
    Preparing search index...
    interface WorkerCronTriggerProps {
        accountId: Input<string>;
        schedules: Input<Input<WorkersCronTriggerSchedule>[]>;
        scriptName: Input<string>;
    }

    Hierarchy

    • WorkersCronTriggerArgs
      • WorkerCronTriggerProps
    Index

    Properties

    accountId: Input<string>

    Identifier.

    schedules: Input<Input<WorkersCronTriggerSchedule>[]>
    scriptName: Input<string>

    Name of the script, used in URLs and route configuration.