Returns a list of RepositorySummary objects. Each RepositorySummary
contains information about a repository in the specified domain and that matches the input parameters.
See https://www.paws-r-sdk.com/docs/codeartifact_list_repositories_in_domain/ for full documentation.
codeartifact_list_repositories_in_domain(
domain,
domainOwner = NULL,
administratorAccount = NULL,
repositoryPrefix = NULL,
maxResults = NULL,
nextToken = NULL
)
[required] The name of the domain that contains the returned list of repositories.
The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
Filter the list of repositories to only include those that are managed by the Amazon Web Services account ID.
A prefix used to filter returned repositories. Only repositories with
names that start with repositoryPrefix
are returned.
The maximum number of results to return per page.
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.