aws.codecatalyst.get_source_repository_clone_urls
Example SQL Queries
SELECT * FROMaws.codecatalyst.get_source_repository_clone_urlsWHERE"space_name" = 'VALUE'AND "project_name" = 'VALUE'AND "source_repository_name" = 'VALUE';Description
Returns information about the URLs that can be used with a Git client to clone a source repository.
Table Definition
| Column Name | Column Data Type |
|---|---|
| project_name Required Input Column The name of the project in the space. | VARCHAR |
| source_repository_name Required Input Column The name of the source repository. | 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
| |
| https The HTTPS URL to use when cloning the source repository. | VARCHAR |