RepositorySummary
Details about a repository, including its Amazon Resource Name (ARN), description, and
domain information. The ListRepositories operation returns a list of
RepositorySummary
objects.
Contents
- administratorAccount
-
The AWS account ID that manages the repository.
Type: String
Length Constraints: Fixed length of 12.
Pattern:
[0-9]{12}
Required: No
- arn
-
The ARN of the repository.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1011.
Pattern:
\S+
Required: No
- createdTime
-
A timestamp that represents the date and time the repository was created.
Type: Timestamp
Required: No
- description
-
The description of the repository.
Type: String
Length Constraints: Maximum length of 1000.
Pattern:
\P{C}*
Required: No
- domainName
-
The name of the domain that contains the repository.
Type: String
Length Constraints: Minimum length of 2. Maximum length of 50.
Pattern:
[a-z][a-z0-9\-]{0,48}[a-z0-9]
Required: No
- domainOwner
-
The 12-digit account number of the AWS account that owns the domain. It does not include dashes or spaces.
Type: String
Length Constraints: Fixed length of 12.
Pattern:
[0-9]{12}
Required: No
- name
-
The name of the repository.
Type: String
Length Constraints: Minimum length of 2. Maximum length of 100.
Pattern:
[A-Za-z0-9][A-Za-z0-9._\-]{1,99}
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: