Class CfnNetworkProps
Properties for defining a CfnNetwork.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Wickr
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnNetworkProps : ICfnNetworkProps
Syntax (vb)
Public Class CfnNetworkProps Implements ICfnNetworkProps
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wickr-network.html
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Wickr;
var cfnNetworkProps = new CfnNetworkProps {
AccessLevel = "accessLevel",
NetworkName = "networkName"
};
Synopsis
Constructors
| CfnNetworkProps() | Properties for defining a |
Properties
| AccessLevel | The access level of the network, which determines available features and capabilities. |
| NetworkName | The name of the network. |
Constructors
CfnNetworkProps()
Properties for defining a CfnNetwork.
public CfnNetworkProps()
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wickr-network.html
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Wickr;
var cfnNetworkProps = new CfnNetworkProps {
AccessLevel = "accessLevel",
NetworkName = "networkName"
};
Properties
AccessLevel
The access level of the network, which determines available features and capabilities.
public string AccessLevel { get; set; }
Property Value
Remarks
NetworkName
The name of the network.
public string NetworkName { get; set; }
Property Value
Remarks
Must be between 1 and 20 characters.