aws-cdk-lib.aws_networkfirewall.CfnRuleGroup.IPSetProperty

interface IPSetProperty

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

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

This is part of a RuleGroup.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.CfnRuleGroup.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.