aws.proton.get_template_sync_config
Example SQL Queries
SELECT * FROMaws.proton.get_template_sync_configWHERE"template_name" = 'VALUE'AND "template_type" = 'VALUE';Description
Get detail data for a template sync configuration.
Table Definition
| Column Name | Column Data Type |
|---|---|
| template_name Required Input Column The template name. | VARCHAR |
| template_type Required Input Column The template type. | 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 |
| template_sync_config The template sync configuration detail data that's returned by Proton. | STRUCT( |
Show child fields
| |