serverlessapplicationrepository_create_application_version: Creates an application version

View source: R/serverlessapplicationrepository_operations.R

serverlessapplicationrepository_create_application_versionR 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.


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