interface MatchPatternProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.WAFv2.CfnLoggingConfiguration.MatchPatternProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awswafv2#CfnLoggingConfiguration_MatchPatternProperty |
![]() | software.amazon.awscdk.services.wafv2.CfnLoggingConfiguration.MatchPatternProperty |
![]() | aws_cdk.aws_wafv2.CfnLoggingConfiguration.MatchPatternProperty |
![]() | 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)