INPUT_OBJECT

PortInput

Input for a mapped port in a ManagedNode

link GraphQL Schema definition

  • input PortInput {
  • # The exposed container port. Must be betweeen 1 and 65535.
  • containerPort: Int!
  • # The host address the port is exposed on. Defaults to 0.0.0.0.
  • hostAddress: AWSIPAddress
  • # The exposed host port. Must be betweeen 1024 and 65535.
  • hostPort: Int!
  • # The protocol that will be used by the port.
  • protocol: Protocol!
  • }