VirtualNodeSpec
An object that represents the specification of a virtual node.
Contents
- backendDefaults
-
A reference to an object that represents the defaults for backends.
Type: BackendDefaults object
Required: No
- backends
-
The backends that the virtual node is expected to send outbound traffic to.
Type: Array of Backend objects
Required: No
- listeners
-
The listener that the virtual node is expected to receive inbound traffic from. You can specify one listener.
Type: Array of Listener objects
Array Members: Minimum number of 0 items. Maximum number of 1 item.
Required: No
- logging
-
The inbound and outbound access logging information for the virtual node.
Type: Logging object
Required: No
- 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.Type: ServiceDiscovery object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: