AWS::AppMesh::VirtualService VirtualServiceProvider
An object that represents the provider for a virtual service.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "VirtualNode" :
VirtualNodeServiceProvider
, "VirtualRouter" :VirtualRouterServiceProvider
}
Properties
VirtualNode
-
The virtual node associated with a virtual service.
Required: No
Type: VirtualNodeServiceProvider
Update requires: No interruption
VirtualRouter
-
The virtual router associated with a virtual service.
Required: No
Type: VirtualRouterServiceProvider
Update requires: No interruption