Class CfnLoggingConfiguration.MatchPatternProperty
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.WAFv2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnLoggingConfiguration.MatchPatternProperty : CfnLoggingConfiguration.IMatchPatternProperty
Syntax (vb)
Public Class CfnLoggingConfiguration.MatchPatternProperty Implements 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
Constructors
| MatchPatternProperty() |
Properties
| All | |
| IncludedPaths |
Constructors
MatchPatternProperty()
public MatchPatternProperty()
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" }
};
Properties
All
public object? All { get; set; }