aws.codecommit.list_repositories
Example SQL Queries
SELECT * FROMaws.codecommit.list_repositories;Description
Gets information about one or more repositories.
Table Definition
| Column Name | Column Data Type |
|---|---|
| order Input Column The order in which to sort the results of a list repositories operation. | VARCHAR |
| sort_by Input Column The criteria used to sort the results of a list repositories 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_id The ID associated with the repository. | VARCHAR |
| repository_name The name associated with the repository. | VARCHAR |