| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| software.amazon.awscdk.services.ecs.patterns |
CDK Construct library for higher-level ECS Constructs
|
| Modifier and Type | Method and Description |
|---|---|
default Protocol |
PortMapping.getProtocol()
The protocol used for the port mapping.
|
Protocol |
PortMapping.Jsii$Proxy.getProtocol() |
default Protocol |
EcsTarget.getProtocol()
The protocol used for the port mapping.
|
Protocol |
EcsTarget.Jsii$Proxy.getProtocol() |
default Protocol |
LoadBalancerTargetOptions.getProtocol()
The protocol used for the port mapping.
|
Protocol |
LoadBalancerTargetOptions.Jsii$Proxy.getProtocol() |
static Protocol |
Protocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Protocol[] |
Protocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PortMapping |
ContainerDefinition.findPortMapping(Number containerPort,
Protocol protocol)
Returns the host port for the requested container port if it exists.
|
PortMapping.Builder |
PortMapping.Builder.protocol(Protocol protocol)
Sets the value of
PortMapping.getProtocol() |
EcsTarget.Builder |
EcsTarget.Builder.protocol(Protocol protocol)
Sets the value of
EcsTarget.getProtocol() |
LoadBalancerTargetOptions.Builder |
LoadBalancerTargetOptions.Builder.protocol(Protocol protocol)
Sets the value of
LoadBalancerTargetOptions.getProtocol() |
| Modifier and Type | Method and Description |
|---|---|
default Protocol |
ApplicationTargetProps.getProtocol()
The protocol used for the port mapping.
|
Protocol |
ApplicationTargetProps.Jsii$Proxy.getProtocol() |
| Modifier and Type | Method and Description |
|---|---|
ApplicationTargetProps.Builder |
ApplicationTargetProps.Builder.protocol(Protocol protocol)
Sets the value of
ApplicationTargetProps.getProtocol() |
Copyright © 2022. All rights reserved.