Interface CfnLoggingConfiguration.IJsonBodyProperty
Namespace: Amazon.CDK.AWS.WAFv2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnLoggingConfiguration.IJsonBodyProperty
Syntax (vb)
Public Interface CfnLoggingConfiguration.IJsonBodyProperty
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 jsonBodyProperty = new JsonBodyProperty {
MatchPattern = new MatchPatternProperty {
All = all,
IncludedPaths = new [] { "includedPaths" }
},
MatchScope = "matchScope",
// the properties below are optional
InvalidFallbackBehavior = "invalidFallbackBehavior"
};
Synopsis
Properties
| InvalidFallbackBehavior | |
| MatchPattern | |
| MatchScope |
Properties
InvalidFallbackBehavior
string? InvalidFallbackBehavior { get; }
Property Value
Remarks
MatchPattern
object MatchPattern { get; }
Property Value
Remarks
MatchScope
string MatchScope { get; }