/dhall-aws-cloudformation/cloudformation/AWS::ElasticLoadBalancingV2::ListenerCertificate/Properties.dhall
Copy path to clipboardSource
{ Type =
{ Certificates : List (./Certificate.dhall).Type
, ListenerArn : (./../../Fn.dhall).CfnText
}
, default = {=}
}