Show / Hide Table of Contents

Class CfnRuleGroup.PortSetProperty

A set of port ranges for use in the rules in a rule group.

Inheritance
System.Object
CfnRuleGroup.PortSetProperty
Implements
CfnRuleGroup.IPortSetProperty
Namespace: Amazon.CDK.AWS.NetworkFirewall
Assembly: Amazon.CDK.AWS.NetworkFirewall.dll
Syntax (csharp)
public class PortSetProperty : Object, CfnRuleGroup.IPortSetProperty
Syntax (vb)
Public Class PortSetProperty
    Inherits Object
    Implements CfnRuleGroup.IPortSetProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkfirewall-rulegroup-portset.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.NetworkFirewall;

var portSetProperty = new PortSetProperty {
    Definition = new [] { "definition" }
};

Synopsis

Constructors

PortSetProperty()

Properties

Definition

The set of port ranges.

Constructors

PortSetProperty()

public PortSetProperty()

Properties

Definition

The set of port ranges.

public string[] Definition { get; set; }
Property Value

System.String[]

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkfirewall-rulegroup-portset.html#cfn-networkfirewall-rulegroup-portset-definition

Implements

CfnRuleGroup.IPortSetProperty
Back to top Generated by DocFX