| 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 |
LoadBalancerTargetOptions.getProtocol()
(experimental) The protocol used for the port mapping.
|
Protocol |
LoadBalancerTargetOptions.Jsii$Proxy.getProtocol() |
default Protocol |
PortMapping.getProtocol()
(experimental) The protocol used for the port mapping.
|
Protocol |
PortMapping.Jsii$Proxy.getProtocol() |
default Protocol |
EcsTarget.getProtocol()
(experimental) The protocol used for the port mapping.
|
Protocol |
EcsTarget.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)
(experimental) Returns the host port for the requested container port if it exists.
|
LoadBalancerTargetOptions.Builder |
LoadBalancerTargetOptions.Builder.protocol(Protocol protocol)
Sets the value of
LoadBalancerTargetOptions.getProtocol() |
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() |
| Constructor and Description |
|---|
Jsii$Proxy(Number containerPort,
Number hostPort,
Protocol protocol)
Constructor that initializes the object based on literal property values passed by the
PortMapping.Builder. |
Jsii$Proxy(String containerName,
ListenerConfig listener,
String newTargetGroupId,
Number containerPort,
Protocol protocol)
Constructor that initializes the object based on literal property values passed by the
EcsTarget.Builder. |
Jsii$Proxy(String containerName,
Number containerPort,
Protocol protocol)
Constructor that initializes the object based on literal property values passed by the
LoadBalancerTargetOptions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
default Protocol |
ApplicationTargetProps.getProtocol()
(experimental) 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() |
| Constructor and Description |
|---|
Jsii$Proxy(Number containerPort,
String hostHeader,
String listener,
String pathPattern,
Number priority,
Protocol protocol)
Constructor that initializes the object based on literal property values passed by the
ApplicationTargetProps.Builder. |
Copyright © 2021. All rights reserved.