/dhall-aws-cloudformation/cloudformation/AWS::ElasticLoadBalancingV2::ListenerRule/Properties.dhall

Copy path to clipboard

Source

{ Type =
{ Actions : List (./Action.dhall).Type
, Conditions : List (./RuleCondition.dhall).Type
, ListenerArn : Optional (./../../Fn.dhall).CfnText
, Priority : Integer
}
, default.ListenerArn = None (./../../Fn.dhall).CfnText
}