Skip to main content

AwsEcsExecutionAnchorSchema

This anchor is associated with an Execution model representing tasks running in an AWS ECS cluster.

@group

Anchors/AwsEcs

Hierarchy

  • BaseAnchorSchema
    • AwsEcsExecutionAnchorSchema

Index

Properties

inheritedanchorId

anchorId: string

inheritedparent

parent: IModelReference & { type: NodeType }

properties

properties: { desiredCount: number; environmentVariables: Record<string, string> } = ...

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>
Page Options