Interface CfnServiceNetwork.SharingConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnServiceNetwork.SharingConfigProperty.Jsii$Proxy
- Enclosing class:
CfnServiceNetwork
@Stability(Stable)
public static interface CfnServiceNetwork.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.services.vpclattice.*;
SharingConfigProperty sharingConfigProperty = SharingConfigProperty.builder()
.enabled(false)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnServiceNetwork.SharingConfigPropertystatic final classAn implementation forCfnServiceNetwork.SharingConfigProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Specify if the service network should be enabled for sharing.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
-