You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::AppMesh::Types::VirtualRouterListener

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing VirtualRouterListener as input to an Aws::Client method, you can use a vanilla Hash:

{
  port_mapping: { # required
    port: 1, # required
    protocol: "http", # required, accepts http, tcp, http2, grpc
  },
}

An object that represents a virtual router listener.

Instance Attribute Summary collapse

Instance Attribute Details

#port_mappingTypes::PortMapping

An object that represents a port mapping.

Returns: