aws-cdk-lib.aws_networkfirewall.CfnRuleGroup.PortSetProperty

interface PortSetProperty

LanguageType name
.NETAmazon.CDK.AWS.NetworkFirewall.CfnRuleGroup.PortSetProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsnetworkfirewall#CfnRuleGroup_PortSetProperty
Javasoftware.amazon.awscdk.services.networkfirewall.CfnRuleGroup.PortSetProperty
Pythonaws_cdk.aws_networkfirewall.CfnRuleGroup.PortSetProperty
TypeScript aws-cdk-lib » 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 { aws_networkfirewall as networkfirewall } from 'aws-cdk-lib';
const portSetProperty: networkfirewall.CfnRuleGroup.PortSetProperty = {
  definition: ['definition'],
};

Properties

NameTypeDescription
definition?string[]The set of port ranges.

definition?

Type: string[] (optional)

The set of port ranges.