View source: R/codeartifact_operations.R
codeartifact_put_package_origin_configuration | R Documentation |
Sets the package origin configuration for a package.
See https://www.paws-r-sdk.com/docs/codeartifact_put_package_origin_configuration/ for full documentation.
codeartifact_put_package_origin_configuration(
domain,
domainOwner = NULL,
repository,
format,
namespace = NULL,
package,
restrictions
)
domain |
[required] The name of the domain that contains the repository that contains the package. |
domainOwner |
The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces. |
repository |
[required] The name of the repository that contains the package. |
format |
[required] A format that specifies the type of the package to be updated. |
namespace |
The namespace of the package to be updated. The package component that specifies its namespace depends on its type. For example:
|
package |
[required] The name of the package to be updated. |
restrictions |
[required] A
PackageOriginRestrictions
object that contains information about the You must include both the desired |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.