interface MatchPatternProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.WAFv2.CfnLoggingConfiguration.MatchPatternProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awswafv2#CfnLoggingConfiguration_MatchPatternProperty |
Java | software.amazon.awscdk.services.wafv2.CfnLoggingConfiguration.MatchPatternProperty |
Python | aws_cdk.aws_wafv2.CfnLoggingConfiguration.MatchPatternProperty |
TypeScript | aws-cdk-lib » aws_wafv2 » CfnLoggingConfiguration » MatchPatternProperty |
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';
declare const all: any;
const matchPatternProperty: wafv2.CfnLoggingConfiguration.MatchPatternProperty = {
all: all,
includedPaths: ['includedPaths'],
};
Properties
| Name | Type | Description |
|---|---|---|
| all? | any | |
| included | string[] |
all?
Type:
any
(optional)
includedPaths?
Type:
string[]
(optional)

.NET
Go
Java
Python
TypeScript