Interface CfnNetworkProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnNetworkProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.139.0 (build 26a6b54)",
date="2026-09-02T11:03:21.078Z")
@Stability(Stable)
public interface CfnNetworkProps
extends software.amazon.jsii.JsiiSerializable
Properties for defining a
CfnNetwork.
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.wickr.*;
CfnNetworkProps cfnNetworkProps = CfnNetworkProps.builder()
.accessLevel("accessLevel")
.networkName("networkName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnNetworkPropsstatic final classAn implementation forCfnNetworkProps -
Method Summary
Modifier and TypeMethodDescriptionstatic CfnNetworkProps.Builderbuilder()The access level of the network, which determines available features and capabilities.The 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
CfnNetworkProps.BuilderofCfnNetworkProps
-