Interface CfnLoggingConfiguration.IMatchPatternProperty
Namespace: Amazon.CDK.AWS.WAFv2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IMatchPatternProperty
Syntax (vb)
Public Interface 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 | |
Included |
Properties
All
virtual object All { get; }
Property Value
System.
Remarks
IncludedPaths
virtual string[] IncludedPaths { get; }
Property Value
System.