aws.proton.get_service_sync_config
Example SQL Queries
SELECT * FROMaws.proton.get_service_sync_configWHERE"service_name" = 'VALUE';Description
Get detailed information for the service sync configuration.
Table Definition
| Column Name | Column Data Type |
|---|---|
| service_name Required Input Column The name of the service that you want to get the service sync configuration 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_sync_config The detailed data of the requested service sync configuration. | STRUCT( |
Show child fields
| |