Skip to content

Commit

Permalink
ami auto update
Browse files Browse the repository at this point in the history
  • Loading branch information
shaulib committed Jan 9, 2024
1 parent a1cbcea commit eb5531b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions api/services/ocean/aws/schemas/ocean-scheduling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ properties:
title: Task Definition
required:
- isEnabled
- cronExpression
- taskType
properties:
isEnabled:
Expand All @@ -25,7 +24,7 @@ properties:
A valid cron expression.
For example : " * * * * * ".
The cron job runs in UTC time and is in Unix cron format. (See the Cron Expression Validator Script.)
Only one of ‘frequency' or ‘cronExpression' can be used at a time.
Required field for taskType "clusterRoll", optional field for taskType "amiAutoUpdate".
taskType:
type: string
example: clusterRoll / amiAutoUpdate
Expand Down

0 comments on commit eb5531b

Please sign in to comment.