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.
- Int! :
- # The host address the port is exposed on. Defaults to 0.0.0.0.
- AWSIPAddress :
- # The exposed host port. Must be betweeen 1024 and 65535.
- Int! :
- # The protocol that will be used by the port.
- Protocol! :
- }