| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static ListenerConfig |
ListenerConfig.applicationListener(ApplicationListener listener)
Create a config for adding target group to ALB listener.
|
static ListenerConfig |
ListenerConfig.applicationListener(ApplicationListener listener,
AddApplicationTargetsProps props)
Create a config for adding target group to ALB listener.
|
ListenerConfig |
EcsTarget.getListener()
Listener and properties for adding target group to the listener.
|
ListenerConfig |
EcsTarget.Jsii$Proxy.getListener() |
static ListenerConfig |
ListenerConfig.networkListener(NetworkListener listener)
Create a config for adding target group to NLB listener.
|
static ListenerConfig |
ListenerConfig.networkListener(NetworkListener listener,
AddNetworkTargetsProps props)
Create a config for adding target group to NLB listener.
|
| Modifier and Type | Method and Description |
|---|---|
EcsTarget.Builder |
EcsTarget.Builder.listener(ListenerConfig listener)
Sets the value of
EcsTarget.getListener() |
Copyright © 2022. All rights reserved.