/dhall-aws-cloudformation/cloudformation/AWS::NetworkFirewall::RuleGroup/RuleGroup.dhall

Copy path to clipboard

Source

{ Type =
{ ReferenceSets : Optional (./ReferenceSets.dhall).Type
, RuleVariables : Optional (./RuleVariables.dhall).Type
, RulesSource : (./RulesSource.dhall).Type
, StatefulRuleOptions : Optional (./StatefulRuleOptions.dhall).Type
}
, default =
{ ReferenceSets = None (./ReferenceSets.dhall).Type
, RuleVariables = None (./RuleVariables.dhall).Type
, StatefulRuleOptions = None (./StatefulRuleOptions.dhall).Type
}
}