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: any = ...

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

containerPort

containerPort: any = ...

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

targetGroupName

targetGroupName: any = ...

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