Skip to main content

AwsEcsTaskDefinitionAnchorSchema

This anchor is associated with a Deployment model representing an AWS ECS task definition.

@group

Anchors/AwsEcs

Hierarchy

  • BaseAnchorSchema
    • AwsEcsTaskDefinitionAnchorSchema

Index

Properties

inheritedanchorId

anchorId: string

inheritedparent

parent: IModelReference & { type: NodeType }

properties

properties: { cpu: 256 | 512 | 1024 | 2048 | 4096 | 8192 | 16384; image: AwsEcsTaskDefinitionAnchorImageSchema; memory: number } = ...

Input properties. See AwsEcsTaskDefinitionAnchorPropertiesSchema for options.


Type declaration

Page Options