Get Cloud Formation Template
serverlessapplicationrepository_get_cloud_formation_template | R Documentation |
Gets the specified AWS CloudFormation template¶
Description¶
Gets the specified AWS CloudFormation template.
Usage¶
Arguments¶
ApplicationId
[required] The Amazon Resource Name (ARN) of the application.
TemplateId
[required] The UUID returned by CreateCloudFormationTemplate.
Pattern: [0-9a-fA-F]{8}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{12}
Value¶
A list with the following syntax:
list(
ApplicationId = "string",
CreationTime = "string",
ExpirationTime = "string",
SemanticVersion = "string",
Status = "PREPARING"|"ACTIVE"|"EXPIRED",
TemplateId = "string",
TemplateUrl = "string"
)