Uses of Enum
software.amazon.awscdk.services.ecs.Protocol
Packages that use Protocol
Package
Description
Amazon ECS Construct Library
CDK Construct library for higher-level ECS Constructs
-
Uses of Protocol in software.amazon.awscdk.services.ecs
Methods in software.amazon.awscdk.services.ecs that return ProtocolModifier and TypeMethodDescriptiondefault ProtocolEcsTarget.getProtocol()The protocol used for the port mapping.final ProtocolEcsTarget.Jsii$Proxy.getProtocol()default ProtocolLoadBalancerTargetOptions.getProtocol()The protocol used for the port mapping.final ProtocolLoadBalancerTargetOptions.Jsii$Proxy.getProtocol()default ProtocolPortMapping.getProtocol()The protocol used for the port mapping.final ProtocolPortMapping.Jsii$Proxy.getProtocol()static ProtocolReturns 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.Methods in software.amazon.awscdk.services.ecs with parameters of type ProtocolModifier 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
Methods in software.amazon.awscdk.services.ecs.patterns that return ProtocolModifier and TypeMethodDescriptiondefault ProtocolApplicationTargetProps.getProtocol()The protocol used for the port mapping.final ProtocolApplicationTargetProps.Jsii$Proxy.getProtocol()Methods in software.amazon.awscdk.services.ecs.patterns with parameters of type Protocol