Skip to main content

AwsEcsClusterAnchorSchema

This anchor is associated with an Environment model representing an AWS ECS cluster.

@group

Anchors/AwsEcs

Hierarchy

  • BaseAnchorSchema
    • AwsEcsClusterAnchorSchema

Index

Properties

inheritedanchorId

anchorId: string

inheritedparent

parent: IModelReference & { type: NodeType }

properties

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

Input properties.

  • properties.clusterName: The name of the ECS cluster.
  • properties.environmentVariables: A set of environment variables to be passed to any aws-ecs-execution running in this environment.

Type declaration

  • clusterName: string
  • environmentVariables: Record<string, string>
Page Options