Class: Aws::Route53Resolver::Types::PartnerThreatProtectionConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::PartnerThreatProtectionConfig
- Defined in:
- gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb
Overview
The configuration for a partner threat-protection rule. To enumerate
the partners available in your account, call ListFirewallRuleTypes
with RuleType set to PartnerThreatProtection — each returned
FirewallRuleTypeDefinition includes a SubscriptionInfo identifying the
AWS Marketplace product that backs it.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#partner ⇒ String
The identifier of the partner threat-protection product, exactly as returned in the
Valuefield of a FirewallRuleTypeDefinition withRuleTypeset toPartnerThreatProtection.
Instance Attribute Details
#partner ⇒ String
The identifier of the partner threat-protection product, exactly as
returned in the Value field of a FirewallRuleTypeDefinition with
RuleType set to PartnerThreatProtection. The calling account
must hold an active AWS Marketplace subscription to this product.
4750 4751 4752 4753 4754 |
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 4750 class PartnerThreatProtectionConfig < Struct.new( :partner) SENSITIVE = [] include Aws::Structure end |