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

Copy path to clipboard

Source

{ Type =
{ Certificates : List (./Certificate.dhall).Type
, ListenerArn : (./../../Fn.dhall).CfnText
}
, default = {=}
}