Skip to main content

AwsEcsServerAnchorSchema

This anchor is associated with a Server model representing a server, e.g. backend, running in an AWS ECS cluster.

@group

Anchors/AwsEcs

Hierarchy

  • BaseAnchorSchema
    • AwsEcsServerAnchorSchema

Index

Properties

inheritedanchorId

anchorId: string

inheritedparent

parent: IModelReference & { type: NodeType }

properties

properties: { deploymentType: ecs; serverKey: string } = ...

Input properties.

  • properties.deploymentType - The deployment type. Possible values are ecs.
  • properties.serverKey - The server key.

Type declaration

  • deploymentType: ecs
  • serverKey: string
Page Options