CodeRepositorySummary
Specifies summary information about a Git repository.
Contents
- 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(-cn|-us-gov|-iso-f)?:sagemaker:[a-z0-9\-]{9,16}:[0-9]{12}:code-repository/[\S]{1,2048}$
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]){0,62}$
Required: Yes
- CreationTime
-
The date and time that the Git repository was created.
Type: Timestamp
Required: Yes
- LastModifiedTime
-
The date and time that the Git repository was last modified.
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
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: