elasticbeanstalk_create_application: Creates an application that has one configuration template...

View source: R/elasticbeanstalk_operations.R

elasticbeanstalk_create_applicationR Documentation

Creates an application that has one configuration template named default and no application versions

Description

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.

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.

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.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.