Skip to content

Create Cloud Formation Template

serverlessapplicationrepository_create_cloud_formation_template R Documentation

Creates an AWS CloudFormation template

Description

Creates an AWS CloudFormation template.

Usage

serverlessapplicationrepository_create_cloud_formation_template(
  ApplicationId, SemanticVersion)

Arguments

ApplicationId

[required] The Amazon Resource Name (ARN) of the application.

SemanticVersion

The semantic version of the application:

https://semver.org/

Value

A list with the following syntax:

list(
  ApplicationId = "string",
  CreationTime = "string",
  ExpirationTime = "string",
  SemanticVersion = "string",
  Status = "PREPARING"|"ACTIVE"|"EXPIRED",
  TemplateId = "string",
  TemplateUrl = "string"
)

Request syntax

svc$create_cloud_formation_template(
  ApplicationId = "string",
  SemanticVersion = "string"
)