Interface CfnMeshPropsMixin.MeshServiceDiscoveryProperty

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

@Stability(Stable) public static interface CfnMeshPropsMixin.MeshServiceDiscoveryProperty extends software.amazon.jsii.JsiiSerializable
An object that represents the service discovery information for a service mesh.

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.*;
 MeshServiceDiscoveryProperty meshServiceDiscoveryProperty = MeshServiceDiscoveryProperty.builder()
         .ipPreference("ipPreference")
         .build();
 

See Also: