interface PortSetProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.NetworkFirewall.CfnRuleGroupPropsMixin.PortSetProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsnetworkfirewall#CfnRuleGroupPropsMixin_PortSetProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.networkfirewall.CfnRuleGroupPropsMixin.PortSetProperty |
Python | aws_cdk.cfn_property_mixins.aws_networkfirewall.CfnRuleGroupPropsMixin.PortSetProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_networkfirewall » CfnRuleGroupPropsMixin » 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 { aws_networkfirewall as networkfirewall } from '@aws-cdk/cfn-property-mixins';
const portSetProperty: networkfirewall.CfnRuleGroupPropsMixin.PortSetProperty = {
definition: ['definition'],
};
Properties
| Name | Type | Description |
|---|---|---|
| definition? | string[] | The set of port ranges. |
definition?
Type:
string[]
(optional)
The set of port ranges.

.NET
Go
Java
Python
TypeScript