Interface CfnFirewallPolicy.StatelessRuleGroupReferenceProperty

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

@Stability(Stable) public static interface CfnFirewallPolicy.StatelessRuleGroupReferenceProperty extends software.amazon.jsii.JsiiSerializable
Identifier for a single stateless rule group, used in a firewall policy to refer to the rule group.

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.*;
 StatelessRuleGroupReferenceProperty statelessRuleGroupReferenceProperty = StatelessRuleGroupReferenceProperty.builder()
         .priority(123)
         .resourceArn("resourceArn")
         .build();
 

See Also: