Create Cloud Formation Template
serverlessapplicationrepository_create_cloud_formation_template | R Documentation |
Creates an AWS CloudFormation template¶
Description¶
Creates an AWS CloudFormation template.
Usage¶
Arguments¶
ApplicationId
[required] The Amazon Resource Name (ARN) of the application.
SemanticVersion
The semantic version of the application:
Value¶
A list with the following syntax:
list(
ApplicationId = "string",
CreationTime = "string",
ExpirationTime = "string",
SemanticVersion = "string",
Status = "PREPARING"|"ACTIVE"|"EXPIRED",
TemplateId = "string",
TemplateUrl = "string"
)