| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| 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)
Returns the host port for the requested container port if it exists.
|
| Modifier and Type | Method and Description |
|---|---|
List<PortMapping> |
FirelensLogRouterDefinitionOptions.Jsii$Proxy.getPortMappings() |
default List<PortMapping> |
ContainerDefinitionOptions.getPortMappings()
The port mappings to add to the container definition.
|
List<PortMapping> |
ContainerDefinitionOptions.Jsii$Proxy.getPortMappings() |
List<PortMapping> |
FirelensLogRouterProps.Jsii$Proxy.getPortMappings() |
List<PortMapping> |
ContainerDefinitionProps.Jsii$Proxy.getPortMappings() |
List<PortMapping> |
ContainerDefinition.getPortMappings()
The list of port mappings for the container.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerDefinition.addPortMappings(PortMapping... portMappings)
This method adds one or more port mappings to the container.
|
| Modifier and Type | Method and Description |
|---|---|
FirelensLogRouterDefinitionOptions.Builder |
FirelensLogRouterDefinitionOptions.Builder.portMappings(List<? extends PortMapping> portMappings)
Sets the value of
ContainerDefinitionOptions.getPortMappings() |
ContainerDefinitionOptions.Builder |
ContainerDefinitionOptions.Builder.portMappings(List<? extends PortMapping> portMappings)
Sets the value of
ContainerDefinitionOptions.getPortMappings() |
FirelensLogRouterProps.Builder |
FirelensLogRouterProps.Builder.portMappings(List<? extends PortMapping> portMappings)
Sets the value of
ContainerDefinitionOptions.getPortMappings() |
ContainerDefinitionProps.Builder |
ContainerDefinitionProps.Builder.portMappings(List<? extends PortMapping> portMappings)
Sets the value of
ContainerDefinitionOptions.getPortMappings() |
FirelensLogRouter.Builder |
FirelensLogRouter.Builder.portMappings(List<? extends PortMapping> portMappings)
The port mappings to add to the container definition.
|
ContainerDefinition.Builder |
ContainerDefinition.Builder.portMappings(List<? extends PortMapping> portMappings)
The port mappings to add to the container definition.
|
Copyright © 2022. All rights reserved.