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:
objectProperties 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:
- 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
-
- Type:
see
- block_override_dns_type
-
- Type:
see
- block_override_domain
-
- Type:
see
- block_override_ttl
-
- Type:
see
- block_response
-
- Type:
see
- client_token
-
- Type:
see
- confidence_threshold
-
- Type:
see
- description
-
- Type:
see
- dns_advanced_protection
-
- Type:
see
- dns_view_id
-
- Type:
see
- firewall_domain_list_id
-
- Type:
see
- name
-
- Type:
see
- priority
-
- Type:
see