Show / Hide Table of Contents

Class CfnLoggingConfiguration.MatchPatternProperty

Inheritance
object
CfnLoggingConfiguration.MatchPatternProperty
Implements
CfnLoggingConfiguration.IMatchPatternProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

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

Constructors

MatchPatternProperty()

Properties

All
IncludedPaths

Constructors

MatchPatternProperty()

public MatchPatternProperty()
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" }
             };

Properties

All

public object? All { get; set; }
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

public string[]? IncludedPaths { get; set; }
Property Value

string[]

Remarks

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

Implements

CfnLoggingConfiguration.IMatchPatternProperty
Back to top Generated by DocFX