aws-cdk-lib.aws_networkfirewall.CfnFirewallPolicy.IPSetProperty

interface IPSetProperty

LanguageType name
.NETAmazon.CDK.AWS.NetworkFirewall.CfnFirewallPolicy.IPSetProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsnetworkfirewall#CfnFirewallPolicy_IPSetProperty
Javasoftware.amazon.awscdk.services.networkfirewall.CfnFirewallPolicy.IPSetProperty
Pythonaws_cdk.aws_networkfirewall.CfnFirewallPolicy.IPSetProperty
TypeScript aws-cdk-lib » aws_networkfirewall » CfnFirewallPolicy » IPSetProperty

A list of IP addresses and address ranges, in CIDR notation.

This is part of a RuleVariables .

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 iPSetProperty: networkfirewall.CfnFirewallPolicy.IPSetProperty = {
  definition: ['definition'],
};

Properties

NameTypeDescription
definition?string[]The list of IP addresses and address ranges, in CIDR notation.

definition?

Type: string[] (optional)

The list of IP addresses and address ranges, in CIDR notation.