aws.proton.get_service_template_version
Example SQL Queries
SELECT * FROMaws.proton.get_service_template_versionWHERE"major_version" = 'VALUE'AND "minor_version" = 'VALUE'AND "template_name" = 'VALUE';Description
Get detailed data for a major or minor version of a service template.
Table Definition
| Column Name | Column Data Type |
|---|---|
| major_version Required Input Column To get service template major version detail data, include major Version. | VARCHAR |
| minor_version Required Input Column To get service template minor version detail data, include minorVersion. | VARCHAR |
| template_name Required Input Column The name of the service template a version of which you want to get detailed data for. | 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 |
| service_template_version The detailed data of the requested service template version. | STRUCT( |
Show child fields
| |