interface IPSetProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.NetworkFirewall.CfnFirewallPolicyPropsMixin.IPSetProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsnetworkfirewall#CfnFirewallPolicyPropsMixin_IPSetProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.networkfirewall.CfnFirewallPolicyPropsMixin.IPSetProperty |
Python | aws_cdk.cfn_property_mixins.aws_networkfirewall.CfnFirewallPolicyPropsMixin.IPSetProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_networkfirewall » CfnFirewallPolicyPropsMixin » IPSetProperty |
A list of IP addresses and address ranges, in CIDR notation.
This is part of a rule variable.
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 iPSetProperty: networkfirewall.CfnFirewallPolicyPropsMixin.IPSetProperty = {
definition: ['definition'],
};
Properties
| Name | Type | Description |
|---|---|---|
| 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.

.NET
Go
Java
Python
TypeScript