View source: R/elasticbeanstalk_operations.R
elasticbeanstalk_create_application_version | R Documentation |
Creates an application version for the specified application. You can create an application version from a source bundle in Amazon S3, a commit in AWS CodeCommit, or the output of an AWS CodeBuild build as follows:
See https://www.paws-r-sdk.com/docs/elasticbeanstalk_create_application_version/ for full documentation.
elasticbeanstalk_create_application_version(
ApplicationName,
VersionLabel,
Description = NULL,
SourceBuildInformation = NULL,
SourceBundle = NULL,
BuildConfiguration = NULL,
AutoCreateApplication = NULL,
Process = NULL,
Tags = NULL
)
ApplicationName |
[required] The name of the application. If no application is found with this name,
and |
VersionLabel |
[required] A label identifying this version. Constraint: Must be unique per application. If an application version
already exists with this label for the specified application, AWS
Elastic Beanstalk returns an |
Description |
A description of this application version. |
SourceBuildInformation |
Specify a commit in an AWS CodeCommit Git repository to use as the source code for the application version. |
SourceBundle |
The Amazon S3 bucket and key that identify the location of the source bundle for this version. The Amazon S3 bucket must be in the same region as the environment. Specify a source bundle in S3 or a commit in an AWS CodeCommit
repository (with |
BuildConfiguration |
Settings for an AWS CodeBuild build. |
AutoCreateApplication |
Set to |
Process |
Pre-processes and validates the environment manifest ( You must turn processing on for application versions that you create using AWS CodeBuild or AWS CodeCommit. For application versions built from a source bundle in Amazon S3, processing is optional. The |
Tags |
Specifies the tags applied to the application version. Elastic Beanstalk applies these tags only to the application version. Environments that use the application version don't inherit the tags. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.