Interface CfnFirewallRuleGroupPropsMixin.PartnerThreatProtectionConfigProperty

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

@Stability(Stable) public static interface CfnFirewallRuleGroupPropsMixin.PartnerThreatProtectionConfigProperty extends software.amazon.jsii.JsiiSerializable
Configuration for a partner threat protection rule type.

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.route53resolver.*;
 PartnerThreatProtectionConfigProperty partnerThreatProtectionConfigProperty = PartnerThreatProtectionConfigProperty.builder()
         .partner("partner")
         .build();
 

See Also: