AWS::AppMesh::VirtualNode VirtualNodeSpec
An object that represents the specification of a virtual node.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "BackendDefaults" :
BackendDefaults
, "Backends" :[ Backend, ... ]
, "Listeners" :[ Listener, ... ]
, "Logging" :Logging
, "ServiceDiscovery" :ServiceDiscovery
}
YAML
BackendDefaults:
BackendDefaults
Backends:- Backend
Listeners:- Listener
Logging:Logging
ServiceDiscovery:ServiceDiscovery
Properties
BackendDefaults
-
A reference to an object that represents the defaults for backends.
Required: No
Type: BackendDefaults
Update requires: No interruption
Backends
-
The backends that the virtual node is expected to send outbound traffic to.
Important
App Mesh doesn't validate the existence of those virtual services specified in backends. This is to prevent a cyclic dependency between virtual nodes and virtual services creation. Make sure the virtual service name is correct. The virtual service can be created afterwards if it doesn't already exist.
Required: No
Type: Array of Backend
Update requires: No interruption
Listeners
-
The listener that the virtual node is expected to receive inbound traffic from. You can specify one listener.
Required: No
Type: Array of Listener
Update requires: No interruption
Logging
-
The inbound and outbound access logging information for the virtual node.
Required: No
Type: Logging
Update requires: No interruption
ServiceDiscovery
-
The service discovery information for the virtual node. If your virtual node does not expect ingress traffic, you can omit this parameter. If you specify a
listener
, then you must specify service discovery information.Required: No
Type: ServiceDiscovery
Update requires: No interruption