Class CfnNetwork

java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
All Implemented Interfaces:
IInspectable, IEnvironmentAware, INetworkRef, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

@Generated(value="jsii-pacmak/1.139.0 (build 26a6b54)", date="2026-09-02T11:03:21.078Z") @Stability(Stable) public class CfnNetwork extends CfnResource implements IInspectable, INetworkRef
Resource Type definition for AWS::Wickr::Network.

Creates and manages an AWS Wickr network for secure enterprise communications.

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.*;
 CfnNetwork cfnNetwork = CfnNetwork.Builder.create(this, "MyCfnNetwork")
         .accessLevel("accessLevel")
         .networkName("networkName")
         .build();
 

See Also:
  • Field Details

    • CFN_RESOURCE_TYPE_NAME

      @Stability(Stable) public static final String CFN_RESOURCE_TYPE_NAME
      The CloudFormation resource type name for this resource class.
  • Constructor Details

    • CfnNetwork

      protected CfnNetwork(software.amazon.jsii.JsiiObjectRef objRef)
    • CfnNetwork

      protected CfnNetwork(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
    • CfnNetwork

      @Stability(Stable) public CfnNetwork(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnNetworkProps props)
      Create a new AWS::Wickr::Network.

      Parameters:
      scope - Scope in which this resource is defined. This parameter is required.
      id - Construct identifier for this resource (unique in its scope). This parameter is required.
      props - Resource properties. This parameter is required.
  • Method Details

    • arnForNetwork

      @Stability(Stable) @NotNull public static String arnForNetwork(@NotNull INetworkRef resource)
      Parameters:
      resource - This parameter is required.
    • isCfnNetwork

      @Stability(Stable) @NotNull public static Boolean isCfnNetwork(@NotNull Object x)
      Checks whether the given object is a CfnNetwork.

      Parameters:
      x - This parameter is required.
    • inspect

      @Stability(Stable) public void inspect(@NotNull TreeInspector inspector)
      Examines the CloudFormation resource and discloses attributes.

      Specified by:
      inspect in interface IInspectable
      Parameters:
      inspector - tree inspector to collect and process attributes. This parameter is required.
    • renderProperties

      @Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
      Overrides:
      renderProperties in class CfnResource
      Parameters:
      props - This parameter is required.
    • getAttrAwsAccountId

      @Stability(Stable) @NotNull public String getAttrAwsAccountId()
      The AWS account ID that owns the network.
    • getAttrMigrationState

      @Stability(Stable) @NotNull public Number getAttrMigrationState()
      The SSO redirect URI migration state.

      Values: 0 (not started), 1 (in progress), or 2 (completed).

    • getAttrNetworkArn

      @Stability(Stable) @NotNull public String getAttrNetworkArn()
      The Amazon Resource Name (ARN) of the network.
    • getAttrNetworkId

      @Stability(Stable) @NotNull public String getAttrNetworkId()
      The unique identifier of the network.
    • getAttrStanding

      @Stability(Stable) @NotNull public Number getAttrStanding()
      The current standing or status of the network.
    • getCfnProperties

      @Stability(Stable) @NotNull protected Map<String,Object> getCfnProperties()
      Overrides:
      getCfnProperties in class CfnResource
    • getCfnPropertyNames

      @Stability(Stable) @NotNull protected Map<String,String> getCfnPropertyNames()
      Overrides:
      getCfnPropertyNames in class CfnResource
    • getNetworkRef

      @Stability(Stable) @NotNull public NetworkReference getNetworkRef()
      A reference to a Network resource.
      Specified by:
      getNetworkRef in interface INetworkRef
    • getAccessLevel

      @Stability(Stable) @NotNull public String getAccessLevel()
      The access level of the network, which determines available features and capabilities.
    • setAccessLevel

      @Stability(Stable) public void setAccessLevel(@NotNull String value)
      The access level of the network, which determines available features and capabilities.
    • getNetworkName

      @Stability(Stable) @NotNull public String getNetworkName()
      The name of the network.
    • setNetworkName

      @Stability(Stable) public void setNetworkName(@NotNull String value)
      The name of the network.