Updates the package origin configuration for a package group
Source:R/codeartifact_operations.R
codeartifact_update_package_group_origin_configuration.RdUpdates 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.
Usage
codeartifact_update_package_group_origin_configuration(
domain,
domainOwner = NULL,
packageGroup,
restrictions = NULL,
addAllowedRepositories = NULL,
removeAllowedRepositories = NULL
)Arguments
- domain
[required] The name of the domain which contains the package group for which to update the origin configuration.
- domainOwner
The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
- packageGroup
[required] The pattern of the package group for which to update the origin configuration.
- restrictions
The origin configuration settings that determine how package versions can enter repositories.
- addAllowedRepositories
The repository name and restrictions to add to the allowed repository list of the specified package group.
- removeAllowedRepositories
The repository name and restrictions to remove from the allowed repository list of the specified package group.