Show / Hide Table of Contents

Class CfnNetworkProps

Properties for defining a CfnNetwork.

Inheritance
object
CfnNetworkProps
Implements
ICfnNetworkProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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 CfnNetwork.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wickr-network.html#cfn-wickr-network-accesslevel

NetworkName

The name of the network.

public string NetworkName { get; set; }
Property Value

string

Remarks

Must be between 1 and 20 characters.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wickr-network.html#cfn-wickr-network-networkname

Implements

ICfnNetworkProps
Back to top Generated by DocFX