aws.codestar_connections.get_repository_link
Example SQL Queries
SELECT * FROMaws.codestar_connections.get_repository_linkWHERE"repository_link_id" = 'VALUE';Description
Returns details about a repository link. A repository link allows Git sync to monitor and sync changes from files in a specified Git repository.
Table Definition
| Column Name | Column Data Type |
|---|---|
| repository_link_id Required Input Column The ID of the repository link to get. | 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 |
| repository_link_info The information returned for a specified repository link. | STRUCT( |
Show child fields
| |