interface GeoMatchSetReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.WAFRegional.GeoMatchSetReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awswafregional#GeoMatchSetReference |
![]() | software.amazon.awscdk.services.waf.regional.GeoMatchSetReference |
![]() | aws_cdk.aws_wafregional.GeoMatchSetReference |
![]() | aws-cdk-lib » aws_wafregional » GeoMatchSetReference |
A reference to a GeoMatchSet 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 geoMatchSetReference: wafregional.GeoMatchSetReference = {
geoMatchSetId: 'geoMatchSetId',
};
Properties
Name | Type | Description |
---|---|---|
geo | string | The Id of the GeoMatchSet resource. |
geoMatchSetId
Type:
string
The Id of the GeoMatchSet resource.