Interface CfnRuleGroupPropsMixin.ReferenceSetsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnRuleGroupPropsMixin.ReferenceSetsProperty.Jsii$Proxy
- Enclosing class:
CfnRuleGroupPropsMixin
@Stability(Stable)
public static interface CfnRuleGroupPropsMixin.ReferenceSetsProperty
extends software.amazon.jsii.JsiiSerializable
Configures the reference sets for a stateful rule group.
For more information, see the Using IP set references in Suricata compatible rule groups in the Network Firewall User Guide .
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.*;
ReferenceSetsProperty referenceSetsProperty = ReferenceSetsProperty.builder()
.ipSetReferences(Map.of(
"ipSetReferencesKey", Map.of(
"referenceArn", "referenceArn")))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnRuleGroupPropsMixin.ReferenceSetsPropertystatic final classAn implementation forCfnRuleGroupPropsMixin.ReferenceSetsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getIpSetReferences
The IP set references to use in the stateful rule group.Returns union: either
IResolvableor Mapinvalid input: '<'String, eitherIResolvableorCfnRuleGroupPropsMixin.IPSetReferenceProperty>- See Also:
-
builder
-