serverlessapplicationrepository_create_application_version {paws.compute} | R Documentation |
Creates an application version
Description
Creates an application version.
See https://www.paws-r-sdk.com/docs/serverlessapplicationrepository_create_application_version/ for full documentation.
Usage
serverlessapplicationrepository_create_application_version(
ApplicationId,
SemanticVersion,
SourceCodeArchiveUrl = NULL,
SourceCodeUrl = NULL,
TemplateBody = NULL,
TemplateUrl = NULL
)
Arguments
ApplicationId |
[required] The Amazon Resource Name (ARN) of the application. |
SemanticVersion |
[required] The semantic version of the new version. |
SourceCodeArchiveUrl |
A link to the S3 object that contains the ZIP archive of the source code for this version of your application. Maximum size 50 MB |
SourceCodeUrl |
A link to a public repository for the source code of your application, for example the URL of a specific GitHub commit. |
TemplateBody |
The raw packaged AWS SAM template of your application. |
TemplateUrl |
A link to the packaged AWS SAM template of your application. |
[Package paws.compute version 0.9.0 Index]