Creates an application that has one configuration template named default
and no application versions.
See https://www.paws-r-sdk.com/docs/elasticbeanstalk_create_application/ for full documentation.
elasticbeanstalk_create_application(
ApplicationName,
Description = NULL,
ResourceLifecycleConfig = NULL,
Tags = NULL
)
[required] The name of the application. Must be unique within your account.
Your description of the application.
Specifies an application resource lifecycle configuration to prevent your application from accumulating too many versions.
Specifies the tags applied to the application.
Elastic Beanstalk applies these tags only to the application. Environments that you create in the application don't inherit the tags.