Uses of Enum
software.amazon.awscdk.services.ecs.Protocol
Package
Description
Amazon ECS Construct Library
CDK Construct library for higher-level ECS Constructs
-
Uses of Protocol in software.amazon.awscdk.services.ecs
Modifier and TypeMethodDescriptiondefault Protocol
EcsTarget.getProtocol()
The protocol used for the port mapping.final Protocol
EcsTarget.Jsii$Proxy.getProtocol()
default Protocol
LoadBalancerTargetOptions.getProtocol()
The protocol used for the port mapping.final Protocol
LoadBalancerTargetOptions.Jsii$Proxy.getProtocol()
default Protocol
PortMapping.getProtocol()
The protocol used for the port mapping.final Protocol
PortMapping.Jsii$Proxy.getProtocol()
static Protocol
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 TypeMethodDescriptionContainerDefinition.findPortMapping
(Number containerPort, Protocol protocol) Returns the host port for the requested container port if it exists.Sets the value ofEcsTarget.getProtocol()
Sets the value ofLoadBalancerTargetOptions.getProtocol()
The protocol used for the port mapping.Sets the value ofPortMapping.getProtocol()
The protocol used for the port mapping. -
Uses of Protocol in software.amazon.awscdk.services.ecs.patterns
Modifier and TypeMethodDescriptiondefault Protocol
ApplicationTargetProps.getProtocol()
The protocol used for the port mapping.final Protocol
ApplicationTargetProps.Jsii$Proxy.getProtocol()