interface CfnFirewallRuleProps
Language Type name
.NETAmazon.CDK.AWS.Route53GlobalResolver.CfnFirewallRuleProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsroute53globalresolver#CfnFirewallRuleProps
Javasoftware.amazon.awscdk.services.route53globalresolver.CfnFirewallRuleProps
Pythonaws_cdk.aws_route53globalresolver.CfnFirewallRuleProps
TypeScript aws-cdk-lib » aws_route53globalresolver » CfnFirewallRuleProps
Properties for defining a CfnFirewallRule.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53globalresolver-firewallrule.html
Example
import { aws_route53globalresolver as route53globalresolver } from 'aws-cdk-lib' ;
const cfnFirewallRuleProps: route53globalresolver.CfnFirewallRuleProps = {
action: 'action' ,
dnsViewId: 'dnsViewId' ,
name: 'name' ,
blockOverrideDnsType: 'blockOverrideDnsType' ,
blockOverrideDomain: 'blockOverrideDomain' ,
blockOverrideTtl: 123 ,
blockResponse: 'blockResponse' ,
clientToken: 'clientToken' ,
confidenceThreshold: 'confidenceThreshold' ,
description: 'description' ,
dnsAdvancedProtection: 'dnsAdvancedProtection' ,
firewallDomainListId: 'firewallDomainListId' ,
priority: 123 ,
qType: 'qType' ,
};
Properties
Name Type Description
action string
dnsViewId string
name string
blockOverrideDnsType? string
blockOverrideDomain? string
blockOverrideTtl? number
blockResponse? string
clientToken? string
confidenceThreshold? string
description? string
dnsAdvancedProtection? string
firewallDomainListId? string
priority? number
qType? string
action
Type:
string
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53globalresolver-firewallrule.html#cfn-route53globalresolver-firewallrule-action
dnsViewId
Type:
string
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53globalresolver-firewallrule.html#cfn-route53globalresolver-firewallrule-dnsviewid
name
Type:
string
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53globalresolver-firewallrule.html#cfn-route53globalresolver-firewallrule-name
blockOverrideDnsType?
Type:
string
(optional)
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53globalresolver-firewallrule.html#cfn-route53globalresolver-firewallrule-blockoverridednstype
blockOverrideDomain?
Type:
string
(optional)
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53globalresolver-firewallrule.html#cfn-route53globalresolver-firewallrule-blockoverridedomain
blockOverrideTtl?
Type:
number
(optional)
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53globalresolver-firewallrule.html#cfn-route53globalresolver-firewallrule-blockoverridettl
blockResponse?
Type:
string
(optional)
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53globalresolver-firewallrule.html#cfn-route53globalresolver-firewallrule-blockresponse
clientToken?
Type:
string
(optional)
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53globalresolver-firewallrule.html#cfn-route53globalresolver-firewallrule-clienttoken
confidenceThreshold?
Type:
string
(optional)
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53globalresolver-firewallrule.html#cfn-route53globalresolver-firewallrule-confidencethreshold
description?
Type:
string
(optional)
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53globalresolver-firewallrule.html#cfn-route53globalresolver-firewallrule-description
dnsAdvancedProtection?
Type:
string
(optional)
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53globalresolver-firewallrule.html#cfn-route53globalresolver-firewallrule-dnsadvancedprotection
firewallDomainListId?
Type:
string
(optional)
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53globalresolver-firewallrule.html#cfn-route53globalresolver-firewallrule-firewalldomainlistid
priority?
Type:
number
(optional)
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53globalresolver-firewallrule.html#cfn-route53globalresolver-firewallrule-priority
qType?
Type:
string
(optional)
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53globalresolver-firewallrule.html#cfn-route53globalresolver-firewallrule-qtype