interface GeoMatchSetReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.WAFRegional.GeoMatchSetReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awswafregional#GeoMatchSetReference |
Java | software.amazon.awscdk.services.waf.regional.GeoMatchSetReference |
Python | aws_cdk.aws_wafregional.GeoMatchSetReference |
TypeScript | 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.

.NET
Go
Java
Python
TypeScript