ALBTargetGroupConfig Type
High-level ALB Target Group builder following AWS best practices. **Default Settings:** - Protocol = HTTP - Port = 80 - Target type = IP (for Fargate) - Deregistration delay = 30 seconds - Health check enabled with sensible defaults **Rationale:** - IP target type required for Fargate tasks - Shorter deregistration delay improves deployment speed - Health checks ensure traffic only goes to healthy targets
Record fields
| Record Field | Description |
Full Usage:
ConstructId
Field type: string option
|
|
|
|
|
|
Full Usage:
HealthCheckPath
Field type: string option
|
|
|
|
Full Usage:
HealthyThresholdCount
Field type: int voption
|
|
Full Usage:
Port
Field type: int voption
|
|
|
|
Full Usage:
TargetGroupName
Field type: string
|
|
|
|
Full Usage:
UnhealthyThresholdCount
Field type: int voption
|
|
|
FsCDK