Show / Hide Table of Contents

Class CfnRuleGroup.AsnMatchStatementProperty

Inheritance
object
CfnRuleGroup.AsnMatchStatementProperty
Implements
CfnRuleGroup.IAsnMatchStatementProperty
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 CfnRuleGroup.AsnMatchStatementProperty : CfnRuleGroup.IAsnMatchStatementProperty
Syntax (vb)
Public Class CfnRuleGroup.AsnMatchStatementProperty Implements CfnRuleGroup.IAsnMatchStatementProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-asnmatchstatement.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 asnMatchStatementProperty = new AsnMatchStatementProperty {
                 AsnList = new [] { 123 },
                 ForwardedIpConfig = new ForwardedIPConfigurationProperty {
                     FallbackBehavior = "fallbackBehavior",
                     HeaderName = "headerName"
                 }
             };

Synopsis

Constructors

AsnMatchStatementProperty()

Properties

AsnList
ForwardedIpConfig

Constructors

AsnMatchStatementProperty()

public AsnMatchStatementProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-asnmatchstatement.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 asnMatchStatementProperty = new AsnMatchStatementProperty {
                 AsnList = new [] { 123 },
                 ForwardedIpConfig = new ForwardedIPConfigurationProperty {
                     FallbackBehavior = "fallbackBehavior",
                     HeaderName = "headerName"
                 }
             };

Properties

AsnList

public object? AsnList { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-asnmatchstatement.html#cfn-wafv2-rulegroup-asnmatchstatement-asnlist

ForwardedIpConfig

public object? ForwardedIpConfig { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-asnmatchstatement.html#cfn-wafv2-rulegroup-asnmatchstatement-forwardedipconfig

Implements

CfnRuleGroup.IAsnMatchStatementProperty
Back to top Generated by DocFX