Interface CfnLoggingConfiguration.IMatchPatternProperty
Namespace: Amazon.CDK.AWS.WAFv2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnLoggingConfiguration.IMatchPatternProperty
Syntax (vb)
Public Interface CfnLoggingConfiguration.IMatchPatternProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.WAFv2;
var all;
var matchPatternProperty = new MatchPatternProperty {
All = all,
IncludedPaths = new [] { "includedPaths" }
};
Synopsis
Properties
| All | |
| IncludedPaths |
Properties
All
object? All { get; }