aws.sagemaker.describe_code_repository
Example SQL Queries
SELECT * FROMaws.sagemaker.describe_code_repositoryWHERE"code_repository_name" = 'VALUE';Description
Gets details about the specified Git repository.
Table Definition
| Column Name | Column Data Type |
|---|---|
| code_repository_name Required Input Column The name of the Git repository. | 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
| |
| code_repository_arn The Amazon Resource Name (ARN) of the Git repository. | VARCHAR |
| creation_time The date and time that the repository was created. | TIMESTAMP_S |
| git_config Configuration details about the repository, including the URL where the repository is located, the default branch, and the Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the credentials used to access the repository. | STRUCT( |
Show child fields
| |
| last_modified_time The date and time that the repository was last changed. | TIMESTAMP_S |