paws.compute (version 0.1.0)

serverlessapplicationrepository_get_cloud_formation_template: Gets the specified AWS CloudFormation template

Description

Gets the specified AWS CloudFormation template.

Usage

serverlessapplicationrepository_get_cloud_formation_template(
  ApplicationId, TemplateId)

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

Request syntax

svc$get_cloud_formation_template(
  ApplicationId = "string",
  TemplateId = "string"
)