interface IPSetReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.WAFRegional.IPSetReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awswafregional#IPSetReference |
![]() | software.amazon.awscdk.services.waf.regional.IPSetReference |
![]() | aws_cdk.aws_wafregional.IPSetReference |
![]() | aws-cdk-lib » aws_wafregional » IPSetReference |
A reference to a IPSet resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_wafregional as wafregional } from 'aws-cdk-lib';
const iPSetReference: wafregional.IPSetReference = {
ipSetId: 'ipSetId',
};
Properties
Name | Type | Description |
---|---|---|
ip | string | The Id of the IPSet resource. |
ipSetId
Type:
string
The Id of the IPSet resource.