Interface CfnServiceNetworkPropsMixin.SharingConfigProperty

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

@Stability(Stable) public static interface CfnServiceNetworkPropsMixin.SharingConfigProperty extends software.amazon.jsii.JsiiSerializable
Specify if the service network should be enabled for sharing.

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.vpclattice.*;
 SharingConfigProperty sharingConfigProperty = SharingConfigProperty.builder()
         .enabled(false)
         .build();
 

See Also: