interface IPSetReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.WAF.IPSetReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awswaf#IPSetReference |
![]() | software.amazon.awscdk.services.waf.IPSetReference |
![]() | aws_cdk.aws_waf.IPSetReference |
![]() | aws-cdk-lib » aws_waf » 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_waf as waf } from 'aws-cdk-lib';
const iPSetReference: waf.IPSetReference = {
ipSetId: 'ipSetId',
};
Properties
Name | Type | Description |
---|---|---|
ip | string | The Id of the IPSet resource. |
ipSetId
Type:
string
The Id of the IPSet resource.