interface RegexPatternSetReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.WAFRegional.RegexPatternSetReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awswafregional#RegexPatternSetReference |
Java | software.amazon.awscdk.interfaces.regional.RegexPatternSetReference |
Python | aws_cdk.interfaces.aws_wafregional.RegexPatternSetReference |
TypeScript | aws-cdk-lib » interfaces » aws_wafregional » RegexPatternSetReference |
A reference to a RegexPatternSet 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 interfaces_aws_wafregional } from 'aws-cdk-lib/interfaces';
const regexPatternSetReference: interfaces_aws_wafregional.RegexPatternSetReference = {
regexPatternSetId: 'regexPatternSetId',
};
Properties
| Name | Type | Description |
|---|---|---|
| regex | string | The Id of the RegexPatternSet resource. |
regexPatternSetId
Type:
string
The Id of the RegexPatternSet resource.

.NET
Go
Java
Python
TypeScript