interface PortSetProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.NetworkFirewall.CfnRuleGroup.PortSetProperty |
Java | software.amazon.awscdk.services.networkfirewall.CfnRuleGroup.PortSetProperty |
Python | aws_cdk.aws_networkfirewall.CfnRuleGroup.PortSetProperty |
TypeScript | @aws-cdk/aws-networkfirewall » CfnRuleGroup » PortSetProperty |
A set of port ranges for use in the rules in a rule group.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as networkfirewall from '@aws-cdk/aws-networkfirewall';
const portSetProperty: networkfirewall.CfnRuleGroup.PortSetProperty = {
definition: ['definition'],
};
Properties
Name | Type | Description |
---|---|---|
definition? | string[] | The set of port ranges. |
definition?
Type:
string[]
(optional)
The set of port ranges.