aws.codecatalyst.get_source_repository
Example SQL Queries
SELECT * FROMaws.codecatalyst.get_source_repositoryWHERE"space_name" = 'VALUE'AND "project_name" = 'VALUE'AND "name" = 'VALUE';Description
Returns information about a source repository.
Table Definition
| Column Name | Column Data Type |
|---|---|
| name Required Input Column The name of the source repository. | VARCHAR |
| project_name Required Input Column The name of the project in the space. | VARCHAR |
| space_name Required Input Column The name of the space. | 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
| |
| created_time The time the source repository was created, in coordinated universal time (UTC) timestamp format as specified in RFC 3339. | TIMESTAMP_S |
| description The description of the source repository. | VARCHAR |
| last_updated_time The time the source repository was last updated, in coordinated universal time (UTC) timestamp format as specified in RFC 3339. | TIMESTAMP_S |