class Aws::AppMesh::Types::VirtualRouterSpec

An object that represents the specification of a virtual router.

@note When making an API call, you may pass VirtualRouterSpec

data as a hash:

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

@!attribute [rw] listeners

The listeners that the virtual router is expected to receive inbound
traffic from. You can specify one listener.
@return [Array<Types::VirtualRouterListener>]

@see docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/VirtualRouterSpec AWS API Documentation

Constants

SENSITIVE