| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecs |
| Modifier and Type | Class and Description |
|---|---|
static class |
PortMapping.Jsii$Proxy
An implementation for
PortMapping |
| Modifier and Type | Method and Description |
|---|---|
PortMapping |
PortMapping.Builder.build()
Builds the configured instance.
|
PortMapping |
ContainerDefinition.findPortMapping(Number containerPort,
Protocol protocol)
(experimental) Returns the host port for the requested container port if it exists.
|
| Modifier and Type | Method and Description |
|---|---|
List<PortMapping> |
ContainerDefinition.getPortMappings()
(experimental) The list of port mappings for the container.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerDefinition.addPortMappings(PortMapping... portMappings)
(experimental) This method adds one or more port mappings to the container.
|
Copyright © 2020. All rights reserved.