Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
SPDX-License-Identifier: CC-BY-SA-4.0

CodeRepositorySummary

Specifies summary information about a Git repository.

CodeRepositoryArn The Amazon Resource Name (ARN) of the Git repository.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 2048.
Pattern: arn:aws[a-z\-]*:sagemaker:[a-z0-9\-]*:[0-9]{12}:code-repository/.*
Required: Yes

CodeRepositoryName The name of the Git repository.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 63.
Pattern: ^[a-zA-Z0-9](-*[a-zA-Z0-9])*$
Required: Yes

CreationTime The date and time that the Git repository was created.
Type: Timestamp
Required: Yes

GitConfig Configuration details for the Git repository, including the URL where it is located and the ARN of the AWS Secrets Manager secret that contains the credentials used to access the repository.
Type: GitConfig object
Required: No

LastModifiedTime The date and time that the Git repository was last modified.
Type: Timestamp
Required: Yes

For more information about using this API in one of the language-specific AWS SDKs, see the following: + AWS SDK for C++ + AWS SDK for Go + AWS SDK for Go - Pilot + AWS SDK for Java + AWS SDK for Ruby V2