Interface CfnRuleGroup.AddressProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnRuleGroup.AddressProperty.Jsii$Proxy
Enclosing class:
CfnRuleGroup

@Stability(Stable) public static interface CfnRuleGroup.AddressProperty extends software.amazon.jsii.JsiiSerializable
A single IP address specification.

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();
 

See Also: