View source: R/codeartifact_operations.R
codeartifact_get_associated_package_group | R Documentation |
Returns the most closely associated package group to the specified package. This API does not require that the package exist in any repository in the domain. As such, get_associated_package_group
can be used to see which package group's origin configuration applies to a package before that package is in a repository. This can be helpful to check if public packages are blocked without ingesting them.
See https://www.paws-r-sdk.com/docs/codeartifact_get_associated_package_group/ for full documentation.
codeartifact_get_associated_package_group(
domain,
domainOwner = NULL,
format,
namespace = NULL,
package
)
domain |
[required] The name of the domain that contains the package from which to get the associated package group. |
domainOwner |
The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces. |
format |
[required] The format of the package from which to get the associated package group. |
namespace |
The namespace of the package from which to get the associated package group. The package component that specifies its namespace depends on its type. For example: The namespace is required when getting associated package groups from packages of the following formats:
|
package |
[required] The package from which to get the associated package group. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.