Properties
Optional
cpu
cpu?: number
Optional
customTaskPolicies
customTaskPolicies?: PolicyStatement[]
Optional
environmentOverrides
environmentOverrides?: TaskEnvironmentVariable[]
Optional
memory
memory?: number
schedule
schedule: Schedule
Optional
securityGroups
securityGroups?: ISecurityGroup[]
Optional
storage
storage?: number
Optional
taskCommand
taskCommand?: string
Optional
taskTimeoutInMinutes
taskTimeoutInMinutes?: number
Configuration options for the [[
GuScheduledEcsTask
]] pattern.The
schedule
property determines when your task is invoked. For example, to invoke the task every 5 minutes, use:To invoke the task every weekday at 8am, use:
See [[
GuEcsTask
]] for details of other props