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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnFirewallRuleGroupPropsMixin.PartnerThreatProtectionConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPartner
The partner identifier value.- See Also:
-
builder
@Stability(Stable) static CfnFirewallRuleGroupPropsMixin.PartnerThreatProtectionConfigProperty.Builder builder()
-