aws.codestar_connections.list_repository_links
Example SQL Queries
SELECT * FROMaws.codestar_connections.list_repository_links;Description
Lists the repository links created for connections in your account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| max_results Input Column A non-zero, non-negative integer used to limit the number of returned results. | BIGINT |
| next_token Input Column An enumeration token that allows the operation to batch the results of the operation. | 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_links Lists the repository links called by the list repository links operation. | STRUCT( |
Show child fields
| |