OBJECT

TanzuHubPolicyExecutionSchedule

Policy Execution Schedule

link GraphQL Schema definition

  • type TanzuHubPolicyExecutionSchedule {
  • # Cron expression in "tz sec min hour dom m dow" format plus last-day-of-month
  • # support ('L')
  • cronExpression: String
  • # Schedule meta information for policy execution on a schedule basis.
  • schedule: TanzuHubPolicySchedule
  • }