@Stability(value=Stable)
public static interface CfnRuleGroup.AddressProperty
extends software.amazon.jsii.JsiiSerializable
This is used in the RuleGroup.MatchAttributes source and destination specifications.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.networkfirewall.*;
AddressProperty addressProperty = AddressProperty.builder()
.addressDefinition("addressDefinition")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRuleGroup.AddressProperty.Builder
A builder for
CfnRuleGroup.AddressProperty |
static class |
CfnRuleGroup.AddressProperty.Jsii$Proxy
An implementation for
CfnRuleGroup.AddressProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnRuleGroup.AddressProperty.Builder |
builder() |
String |
getAddressDefinition()
Specify an IP address or a block of IP addresses in Classless Inter-Domain Routing (CIDR) notation.
|
@Stability(value=Stable) @NotNull String getAddressDefinition()
Network Firewall supports all address ranges for IPv4.
Examples:
192.0.2.44/32 .192.0.2.0/24 .For more information about CIDR notation, see the Wikipedia entry Classless Inter-Domain Routing .
@Stability(value=Stable) static CfnRuleGroup.AddressProperty.Builder builder()
Copyright © 2022. All rights reserved.