CfnFirewallConfigMixinProps

class aws_cdk.cfn_property_mixins.aws_route53resolver.CfnFirewallConfigMixinProps(*, firewall_fail_open=None, resource_id=None)

Bases: object

Properties for CfnFirewallConfigPropsMixin.

Parameters:
  • firewall_fail_open (Optional[str])

  • resource_id (Optional[str])

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-firewallconfig.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_route53resolver as route53resolver

cfn_firewall_config_mixin_props = route53resolver.CfnFirewallConfigMixinProps(
    firewall_fail_open="firewallFailOpen",
    resource_id="resourceId"
)

Attributes

firewall_fail_open

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-firewallconfig.html#cfn-route53resolver-firewallconfig-firewallfailopen

Type:

see

resource_id

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-firewallconfig.html#cfn-route53resolver-firewallconfig-resourceid

Type:

see