elasticbeanstalk_create_application {paws.compute} | R Documentation |
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
)
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. |
Tags |
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. |