Show / Hide Table of Contents

Class CfnWorkspaceIpGroup.IpRuleItemProperty

Describes a rule for an IP access control group.

Inheritance
object
CfnWorkspaceIpGroup.IpRuleItemProperty
Implements
CfnWorkspaceIpGroup.IIpRuleItemProperty
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.WorkSpaces
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnWorkspaceIpGroup.IpRuleItemProperty : CfnWorkspaceIpGroup.IIpRuleItemProperty
Syntax (vb)
Public Class CfnWorkspaceIpGroup.IpRuleItemProperty Implements CfnWorkspaceIpGroup.IIpRuleItemProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspaceipgroup-ipruleitem.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.WorkSpaces;

             var ipRuleItemProperty = new IpRuleItemProperty {
                 IpRule = "ipRule",

                 // the properties below are optional
                 RuleDesc = "ruleDesc"
             };

Synopsis

Constructors

IpRuleItemProperty()

Describes a rule for an IP access control group.

Properties

IpRule

The IP address range, in CIDR notation.

RuleDesc

The description of the rule.

Constructors

IpRuleItemProperty()

Describes a rule for an IP access control group.

public IpRuleItemProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspaceipgroup-ipruleitem.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.WorkSpaces;

             var ipRuleItemProperty = new IpRuleItemProperty {
                 IpRule = "ipRule",

                 // the properties below are optional
                 RuleDesc = "ruleDesc"
             };

Properties

IpRule

The IP address range, in CIDR notation.

public string IpRule { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspaceipgroup-ipruleitem.html#cfn-workspaces-workspaceipgroup-ipruleitem-iprule

RuleDesc

The description of the rule.

public string? RuleDesc { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-workspaceipgroup-ipruleitem.html#cfn-workspaces-workspaceipgroup-ipruleitem-ruledesc

Implements

CfnWorkspaceIpGroup.IIpRuleItemProperty
Back to top Generated by DocFX