Class CfnRuleGroup.PortSetProperty
A set of port ranges for use in the rules in a rule group.
Inheritance
System.Object
CfnRuleGroup.PortSetProperty
Implements
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
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[]