ScheduledAction
ScheduledAction describes the state of a scheduled action.
Properties
idstring requiredThe unique identifier for this scheduled action.orgIDstring requiredThe organization ID that owns this scheduled action.scheduleCronstring optionalA cron expression defining the recurring schedule.scheduleOncestring optionalA timestamp for a one-time scheduled execution.nextExecutionstring requiredThe timestamp of the next scheduled execution.pausedboolean requiredWhether the scheduled action is currently paused.kindenum requiredThe kind of action to be executed.Values:deployment,environment_rotation,scandefinitionmap[string]object requiredThe action definition, which varies based on the action kind.createdstring requiredThe timestamp when this scheduled action was created.modifiedstring requiredThe timestamp when this scheduled action was last modified.lastExecutedstring requiredThe timestamp of the last execution, if any.
Thank you for your feedback!
If you have a question about how to use Pulumi, reach out in Community Slack.
Open an issue on GitHub to report a problem or suggest an improvement.