Class ECSTaskTemplate.PortMappingEntry

    • Field Detail

      • containerPort

        public Integer containerPort
      • hostPort

        public Integer hostPort
      • protocol

        public String protocol
    • Constructor Detail

      • PortMappingEntry

        @DataBoundConstructor
        public PortMappingEntry​(Integer containerPort,
                                Integer hostPort,
                                String protocol)