Interface CfnVirtualServicePropsMixin.VirtualRouterServiceProviderProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnVirtualServicePropsMixin.VirtualRouterServiceProviderProperty.Jsii$Proxy
- Enclosing class:
CfnVirtualServicePropsMixin
@Stability(Stable)
public static interface CfnVirtualServicePropsMixin.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.cfnpropertymixins.services.appmesh.*;
VirtualRouterServiceProviderProperty virtualRouterServiceProviderProperty = VirtualRouterServiceProviderProperty.builder()
.virtualRouterName("virtualRouterName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnVirtualServicePropsMixin.VirtualRouterServiceProviderProperty -
Method Summary
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.- See Also:
-
builder
@Stability(Stable) static CfnVirtualServicePropsMixin.VirtualRouterServiceProviderProperty.Builder builder()
-