Interface CfnVirtualService.VirtualRouterServiceProviderProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnVirtualService.VirtualRouterServiceProviderProperty.Jsii$Proxy
- Enclosing class:
CfnVirtualService
@Stability(Stable)
public static interface CfnVirtualService.VirtualRouterServiceProviderProperty
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.*; VirtualRouterServiceProviderProperty virtualRouterServiceProviderProperty = VirtualRouterServiceProviderProperty.builder() .virtualRouterName("virtualRouterName") .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnVirtualService.VirtualRouterServiceProviderProperty
static final class
An implementation forCfnVirtualService.VirtualRouterServiceProviderProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The name of the virtual router that is acting as a service provider.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getVirtualRouterName
The name of the virtual router that is acting as a service provider. -
builder
-