aws.serverlessrepo.get_cloud_formation_template
Example SQL Queries
SELECT * FROMaws.serverlessrepo.get_cloud_formation_templateWHERE"application_id" = 'VALUE'AND "template_id" = 'VALUE';Description
Gets the specified AWS CloudFormation template.
Table Definition
| Column Name | Column Data Type |
|---|---|
| application_id Required Input Column The application Amazon Resource Name (ARN). | VARCHAR |
| template_id Required Input Column 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} | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| creation_time The date and time this resource was created. | VARCHAR |
| expiration_time The date and time this template expires. Templates expire 1 hour after creation. | VARCHAR |
| semantic_version The semantic version of the application: | VARCHAR |
| status Status of the template creation workflow. Possible values: PREPARING | ACTIVE | EXPIRED | VARCHAR |
| template_url A link to the template that can be used to deploy the application using AWS CloudFormation. | VARCHAR |