View source: R/codeartifact_operations.R
codeartifact_create_package_group | R Documentation |
Creates a package group. For more information about creating package groups, including example CLI commands, see Create a package group in the CodeArtifact User Guide.
See https://www.paws-r-sdk.com/docs/codeartifact_create_package_group/ for full documentation.
codeartifact_create_package_group(
domain,
domainOwner = NULL,
packageGroup,
contactInfo = NULL,
description = NULL,
tags = NULL
)
domain |
[required] The name of the domain in which you want to create a 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. |
packageGroup |
[required] The pattern of the package group to create. The pattern is also the identifier of the package group. |
contactInfo |
The contact information for the created package group. |
description |
A description of the package group. |
tags |
One or more tag key-value pairs for the package group. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.