Returns a list of package groups in the requested domain.
See https://www.paws-r-sdk.com/docs/codeartifact_list_package_groups/ for full documentation.
codeartifact_list_package_groups(
domain,
domainOwner = NULL,
maxResults = NULL,
nextToken = NULL,
prefix = NULL
)
[required] The domain for which you want to list package groups.
The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
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.
A prefix for which to search package groups. When included,
list_package_groups
will return
only package groups with patterns that match the prefix.