aws.proton.list_repositories
Example SQL Queries
SELECT * FROMaws.proton.list_repositories;Description
List linked repositories 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 linked repository. | VARCHAR |
| connection_arn The Amazon Resource Name (ARN) of the of your connection that connects Proton to your repository. | VARCHAR |
| name The repository name. | VARCHAR |
| provider The repository provider. | VARCHAR |