Interface CfnRuleGroupPropsMixin.AddressProperty

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

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

This is used in the match attributes 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.cfnpropertymixins.services.networkfirewall.*;
 AddressProperty addressProperty = AddressProperty.builder()
         .addressDefinition("addressDefinition")
         .build();
 

See Also: