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

.NET
Go
Java
Python
TypeScript