INPUT_OBJECT
TanzuHubPolicyExecutionScheduleInput
Policy Execution Schedule.
NOTE: Either cronExpression
or schedule
should provided to specify the execution of policy on schedule basis.
link GraphQL Schema definition
- input TanzuHubPolicyExecutionScheduleInput {
- # Cron expression in "tz sec min hour dom m dow" format plus last-day-of-month
- # support ('L')
- String :
- # Schedule for policy execution on a schedule basis.
- TanzuHubPolicyScheduleInput :
- }