@Stability(value=Stable)
public static interface CfnRuleGroup.ForwardedIPConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.wafv2.*;
ForwardedIPConfigurationProperty forwardedIPConfigurationProperty = ForwardedIPConfigurationProperty.builder()
.fallbackBehavior("fallbackBehavior")
.headerName("headerName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRuleGroup.ForwardedIPConfigurationProperty.Builder
A builder for
CfnRuleGroup.ForwardedIPConfigurationProperty |
static class |
CfnRuleGroup.ForwardedIPConfigurationProperty.Jsii$Proxy
An implementation for
CfnRuleGroup.ForwardedIPConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnRuleGroup.ForwardedIPConfigurationProperty.Builder |
builder() |
String |
getFallbackBehavior()
`CfnRuleGroup.ForwardedIPConfigurationProperty.FallbackBehavior`.
|
String |
getHeaderName()
`CfnRuleGroup.ForwardedIPConfigurationProperty.HeaderName`.
|
@Stability(value=Stable) @NotNull String getFallbackBehavior()
@Stability(value=Stable) @NotNull String getHeaderName()
@Stability(value=Stable) static CfnRuleGroup.ForwardedIPConfigurationProperty.Builder builder()
Copyright © 2021. All rights reserved.