/dhall-aws-cloudformation/cloudformation/AWS::ElasticBeanstalk::ApplicationVersion/Properties.dhall

Copy path to clipboard

Source

{ Type =
{ ApplicationName : (./../../Fn.dhall).CfnText
, Description : Optional (./../../Fn.dhall).CfnText
, SourceBundle : (./SourceBundle.dhall).Type
}
, default.Description = None (./../../Fn.dhall).CfnText
}