interface RegexPatternSetReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.WAFv2.RegexPatternSetReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awswafv2#RegexPatternSetReference |
![]() | software.amazon.awscdk.services.wafv2.RegexPatternSetReference |
![]() | aws_cdk.aws_wafv2.RegexPatternSetReference |
![]() | aws-cdk-lib » aws_wafv2 » 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_wafv2 as wafv2 } from 'aws-cdk-lib';
const regexPatternSetReference: wafv2.RegexPatternSetReference = {
regexPatternSetArn: 'regexPatternSetArn',
regexPatternSetId: 'regexPatternSetId',
regexPatternSetName: 'regexPatternSetName',
scope: 'scope',
};
Properties
Name | Type | Description |
---|---|---|
regex | string | The ARN of the RegexPatternSet resource. |
regex | string | The Id of the RegexPatternSet resource. |
regex | string | The Name of the RegexPatternSet resource. |
scope | string | The Scope of the RegexPatternSet resource. |
regexPatternSetArn
Type:
string
The ARN of the RegexPatternSet resource.
regexPatternSetId
Type:
string
The Id of the RegexPatternSet resource.
regexPatternSetName
Type:
string
The Name of the RegexPatternSet resource.
scope
Type:
string
The Scope of the RegexPatternSet resource.