/dhall-aws-cloudformation/cloudformation/AWS::ElasticBeanstalk::ApplicationVersion/Properties.dhall
Copy path to clipboardSource
{ Type =
{ ApplicationName : (./../../Fn.dhall).CfnText
, Description : Optional (./../../Fn.dhall).CfnText
, SourceBundle : (./SourceBundle.dhall).Type
}
, default.Description = None (./../../Fn.dhall).CfnText
}