Class: Aws::Route53Resolver::Types::PartnerThreatProtectionConfig

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#partnerString

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.

Returns:

  • (String)


4750
4751
4752
4753
4754
# File 'lib/aws-sdk-route53resolver/types.rb', line 4750

class PartnerThreatProtectionConfig < Struct.new(
  :partner)
  SENSITIVE = []
  include Aws::Structure
end