interface IPSetProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.NetworkFirewall.Mixins.CfnRuleGroupPropsMixin.IPSetProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsnetworkfirewall/mixins#CfnRuleGroupPropsMixin_IPSetProperty |
Java | software.amazon.awscdk.mixins.preview.services.networkfirewall.mixins.CfnRuleGroupPropsMixin.IPSetProperty |
Python | aws_cdk.mixins_preview.aws_networkfirewall.mixins.CfnRuleGroupPropsMixin.IPSetProperty |
TypeScript | @aws-cdk/mixins-preview » aws_networkfirewall » mixins » CfnRuleGroupPropsMixin » 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 { mixins as networkfirewall_mixins } from '@aws-cdk/mixins-preview/aws-networkfirewall';
const iPSetProperty: networkfirewall_mixins.CfnRuleGroupPropsMixin.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