/dhall-aws-cloudformation/cloudformation/AWS::Route53Resolver::FirewallRuleGroupAssociation/Properties.dhall

Copy path to clipboard

Source

{ Type =
{ FirewallRuleGroupId : (./../../Fn.dhall).CfnText
, MutationProtection : Optional (./../../Fn.dhall).CfnText
, Name : Optional (./../../Fn.dhall).CfnText
, Priority : Integer
, Tags : Optional (List (./../Tag.dhall).Type)
, VpcId : (./../../Fn.dhall).CfnText
}
, default =
{ MutationProtection = None (./../../Fn.dhall).CfnText
, Name = None (./../../Fn.dhall).CfnText
, Tags = None (List (./../Tag.dhall).Type)
}
}