Interface CfnNetworkMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnNetworkMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.139.0 (build 26a6b54)",
date="2026-09-02T11:03:35.465Z")
@Stability(Stable)
public interface CfnNetworkMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnNetworkPropsMixin.
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.wickr.*;
CfnNetworkMixinProps cfnNetworkMixinProps = CfnNetworkMixinProps.builder()
.accessLevel("accessLevel")
.networkName("networkName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnNetworkMixinPropsstatic final classAn implementation forCfnNetworkMixinProps -
Method Summary
Modifier and TypeMethodDescriptionstatic CfnNetworkMixinProps.Builderbuilder()default StringThe access level of the network, which determines available features and capabilities.default StringThe name of the network.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAccessLevel
The access level of the network, which determines available features and capabilities.- See Also:
-
getNetworkName
The name of the network.Must be between 1 and 20 characters.
- See Also:
-
builder
- Returns:
- a
CfnNetworkMixinProps.BuilderofCfnNetworkMixinProps
-