AwsEcsExecutionAnchorSchema
Hierarchy
- BaseAnchorSchema
- AwsEcsExecutionAnchorSchema
Index
Properties
Properties
inheritedanchorId
inheritedparent
properties
Input properties.
properties.desiredCount
: The desired number of tasks.properties.environmentVariables
- A set of environment variables to be passed to this Execution.
Type declaration
desiredCount: number
environmentVariables: Record<string, string>
This anchor is associated with an Execution model representing tasks running in an AWS ECS cluster.
Anchors/AwsEcs