interface PartnerThreatProtectionConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Route53Resolver.CfnFirewallRuleGroupPropsMixin.PartnerThreatProtectionConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsroute53resolver#CfnFirewallRuleGroupPropsMixin_PartnerThreatProtectionConfigProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.route53resolver.CfnFirewallRuleGroupPropsMixin.PartnerThreatProtectionConfigProperty |
Python | aws_cdk.cfn_property_mixins.aws_route53resolver.CfnFirewallRuleGroupPropsMixin.PartnerThreatProtectionConfigProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_route53resolver » CfnFirewallRuleGroupPropsMixin » PartnerThreatProtectionConfigProperty |
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 { aws_route53resolver as route53resolver } from '@aws-cdk/cfn-property-mixins';
const partnerThreatProtectionConfigProperty: route53resolver.CfnFirewallRuleGroupPropsMixin.PartnerThreatProtectionConfigProperty = {
partner: 'partner',
};
Properties
| Name | Type | Description |
|---|---|---|
| partner? | string | The partner identifier value. |
partner?
Type:
string
(optional)
The partner identifier value.

.NET
Go
Java
Python
TypeScript