Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-loggingconfiguration-jsonbody.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-loggingconfiguration-jsonbody.html#cfn-wafv2-loggingconfiguration-jsonbody-invalidfallbackbehavior

MatchPattern

object MatchPattern { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-loggingconfiguration-jsonbody.html#cfn-wafv2-loggingconfiguration-jsonbody-matchpattern

Type union: either IResolvable or CfnLoggingConfiguration.IMatchPatternProperty

MatchScope

string MatchScope { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-loggingconfiguration-jsonbody.html#cfn-wafv2-loggingconfiguration-jsonbody-matchscope

Back to top Generated by DocFX