Interface CfnVirtualServicePropsMixin.VirtualNodeServiceProviderProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnVirtualServicePropsMixin.VirtualNodeServiceProviderProperty.Jsii$Proxy
- Enclosing class:
CfnVirtualServicePropsMixin
@Stability(Stable)
public static interface CfnVirtualServicePropsMixin.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.cfnpropertymixins.services.appmesh.*;
VirtualNodeServiceProviderProperty virtualNodeServiceProviderProperty = VirtualNodeServiceProviderProperty.builder()
.virtualNodeName("virtualNodeName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnVirtualServicePropsMixin.VirtualNodeServiceProviderProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getVirtualNodeName
The name of the virtual node that is acting as a service provider.- See Also:
-
builder
@Stability(Stable) static CfnVirtualServicePropsMixin.VirtualNodeServiceProviderProperty.Builder builder()
-