Skip to main content

EcsServiceLoadBalancerSchema

Defines the configuration to associate this target to a target group. The target group is then associated with a load balancer to service traffic.

@group

Resources/EcsService

Index

Properties

containerName

containerName: string = ...

The name of the container as defined in the EcsTaskDefinitionImageSchema resource.

containerPort

containerPort: number = ...

The port of the container as defined in the EcsTaskDefinitionImageSchema resource.

targetGroupName

targetGroupName: string = ...

The name of the target group as defined in the AlbTargetGroupSchema resource.