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
)
[required] The name of the domain in which you want to create a package group.
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 to create. The pattern is also the identifier of the package group.
The contact information for the created package group.
A description of the package group.
One or more tag key-value pairs for the package group.