class Aws::AppMesh::Types::VirtualServiceSpec

An object that represents the specification of a virtual service.

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

data as a hash:

    {
      provider: {
        virtual_node: {
          virtual_node_name: "ResourceName", # required
        },
        virtual_router: {
          virtual_router_name: "ResourceName", # required
        },
      },
    }

@!attribute [rw] provider

The App Mesh object that is acting as the provider for a virtual
service. You can specify a single virtual node or virtual router.
@return [Types::VirtualServiceProvider]

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

Constants

SENSITIVE