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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnServiceNetworkPropsMixin.SharingConfigPropertystatic final classAn implementation forCfnServiceNetworkPropsMixin.SharingConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEnabled
Specify if the service network should be enabled for sharing.Returns union: either
BooleanorIResolvable- See Also:
-
builder
-