Updates the package origin configuration for a package group.
See https://www.paws-r-sdk.com/docs/codeartifact_update_package_group_origin_configuration/ for full documentation.
codeartifact_update_package_group_origin_configuration(
domain,
domainOwner = NULL,
packageGroup,
restrictions = NULL,
addAllowedRepositories = NULL,
removeAllowedRepositories = NULL
)
[required] The name of the domain which contains the package group for which to update the origin configuration.
The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
[required] The pattern of the package group for which to update the origin configuration.
The origin configuration settings that determine how package versions can enter repositories.
The repository name and restrictions to add to the allowed repository list of the specified package group.
The repository name and restrictions to remove from the allowed repository list of the specified package group.