aws.proton.list_service_templates
Example SQL Queries
SELECT * FROMaws.proton.list_service_templates;Description
List service templates with detail data.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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 |
| arn The Amazon Resource Name (ARN) of the service template. | VARCHAR |
| created_at The time when the service template was created. | TIMESTAMP_S |
| description A description of the service template. | VARCHAR |
| display_name The service template name as displayed in the developer interface. | VARCHAR |
| last_modified_at The time when the service template was last modified. | TIMESTAMP_S |
| name The name of the service template. | VARCHAR |
| pipeline_provisioning If pipelineProvisioning is true, a service pipeline is included in the service template, otherwise a service pipeline isn't included in the service template. | VARCHAR |
| recommended_version The recommended version of the service template. | VARCHAR |