Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-loggingconfiguration-matchpattern.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 matchPatternProperty = new MatchPatternProperty {
                 All = all,
                 IncludedPaths = new [] { "includedPaths" }
             };

Synopsis

Properties

All
IncludedPaths

Properties

All

object? All { get; }
Property Value

object

Remarks

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

IncludedPaths

string[]? IncludedPaths { get; }
Property Value

string[]

Remarks

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

Back to top Generated by DocFX