interface FirewallAdvancedContentCategoryConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Route53Resolver.CfnFirewallRuleGroup.FirewallAdvancedContentCategoryConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsroute53resolver#CfnFirewallRuleGroup_FirewallAdvancedContentCategoryConfigProperty |
Java | software.amazon.awscdk.services.route53resolver.CfnFirewallRuleGroup.FirewallAdvancedContentCategoryConfigProperty |
Python | aws_cdk.aws_route53resolver.CfnFirewallRuleGroup.FirewallAdvancedContentCategoryConfigProperty |
TypeScript | aws-cdk-lib » aws_route53resolver » CfnFirewallRuleGroup » FirewallAdvancedContentCategoryConfigProperty |
Configuration for an advanced content category 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-lib';
const firewallAdvancedContentCategoryConfigProperty: route53resolver.CfnFirewallRuleGroup.FirewallAdvancedContentCategoryConfigProperty = {
category: 'category',
};
Properties
| Name | Type | Description |
|---|---|---|
| category | string | The content category value. |
category
Type:
string
The content category value.

.NET
Go
Java
Python
TypeScript