CfnFirewallRuleMixinProps

class aws_cdk.cfn_property_mixins.aws_route53globalresolver.CfnFirewallRuleMixinProps(*, action=None, block_override_dns_type=None, block_override_domain=None, block_override_ttl=None, block_response=None, client_token=None, confidence_threshold=None, description=None, dns_advanced_protection=None, dns_view_id=None, firewall_domain_list_id=None, name=None, priority=None, q_type=None)

Bases: object

Properties for CfnFirewallRulePropsMixin.

Parameters:
  • action (Optional[str])

  • block_override_dns_type (Optional[str])

  • block_override_domain (Optional[str])

  • block_override_ttl (Union[int, float, None])

  • block_response (Optional[str])

  • client_token (Optional[str])

  • confidence_threshold (Optional[str])

  • description (Optional[str])

  • dns_advanced_protection (Optional[str])

  • dns_view_id (Optional[str])

  • firewall_domain_list_id (Optional[str])

  • name (Optional[str])

  • priority (Union[int, float, None])

  • q_type (Optional[str])

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53globalresolver-firewallrule.html

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.cfn_property_mixins import aws_route53globalresolver as route53globalresolver

cfn_firewall_rule_mixin_props = route53globalresolver.CfnFirewallRuleMixinProps(
    action="action",
    block_override_dns_type="blockOverrideDnsType",
    block_override_domain="blockOverrideDomain",
    block_override_ttl=123,
    block_response="blockResponse",
    client_token="clientToken",
    confidence_threshold="confidenceThreshold",
    description="description",
    dns_advanced_protection="dnsAdvancedProtection",
    dns_view_id="dnsViewId",
    firewall_domain_list_id="firewallDomainListId",
    name="name",
    priority=123,
    q_type="qType"
)

Attributes

action

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53globalresolver-firewallrule.html#cfn-route53globalresolver-firewallrule-action

Type:

see

block_override_dns_type

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53globalresolver-firewallrule.html#cfn-route53globalresolver-firewallrule-blockoverridednstype

Type:

see

block_override_domain

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53globalresolver-firewallrule.html#cfn-route53globalresolver-firewallrule-blockoverridedomain

Type:

see

block_override_ttl

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53globalresolver-firewallrule.html#cfn-route53globalresolver-firewallrule-blockoverridettl

Type:

see

block_response

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53globalresolver-firewallrule.html#cfn-route53globalresolver-firewallrule-blockresponse

Type:

see

client_token

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53globalresolver-firewallrule.html#cfn-route53globalresolver-firewallrule-clienttoken

Type:

see

confidence_threshold

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53globalresolver-firewallrule.html#cfn-route53globalresolver-firewallrule-confidencethreshold

Type:

see

description

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53globalresolver-firewallrule.html#cfn-route53globalresolver-firewallrule-description

Type:

see

dns_advanced_protection

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53globalresolver-firewallrule.html#cfn-route53globalresolver-firewallrule-dnsadvancedprotection

Type:

see

dns_view_id

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53globalresolver-firewallrule.html#cfn-route53globalresolver-firewallrule-dnsviewid

Type:

see

firewall_domain_list_id

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53globalresolver-firewallrule.html#cfn-route53globalresolver-firewallrule-firewalldomainlistid

Type:

see

name

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53globalresolver-firewallrule.html#cfn-route53globalresolver-firewallrule-name

Type:

see

priority

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53globalresolver-firewallrule.html#cfn-route53globalresolver-firewallrule-priority

Type:

see

q_type

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53globalresolver-firewallrule.html#cfn-route53globalresolver-firewallrule-qtype

Type:

see