Class CfnRuleGroup.AsnMatchStatementProperty
Implements
Inherited Members
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
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
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
Remarks
ForwardedIpConfig
public object? ForwardedIpConfig { get; set; }