Interface CfnVirtualService.VirtualNodeServiceProviderProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnVirtualService.VirtualNodeServiceProviderProperty.Jsii$Proxy
Enclosing class:
CfnVirtualService

@Stability(Stable) public static interface CfnVirtualService.VirtualNodeServiceProviderProperty extends software.amazon.jsii.JsiiSerializable
An object that represents a virtual node service provider.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.appmesh.*;
 VirtualNodeServiceProviderProperty virtualNodeServiceProviderProperty = VirtualNodeServiceProviderProperty.builder()
         .virtualNodeName("virtualNodeName")
         .build();
 

See Also: