Creates an application that has one configuration template named default and no application versions
Source:R/elasticbeanstalk_operations.R
elasticbeanstalk_create_application.RdCreates 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.
Usage
elasticbeanstalk_create_application(
ApplicationName,
Description = NULL,
ResourceLifecycleConfig = NULL,
Tags = NULL
)Arguments
- ApplicationName
[required] The name of the application. Must be unique within your account.
- Description
Your description of the application.
- ResourceLifecycleConfig
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.