codeartifact_create_package_group: Creates a package group

View source: R/codeartifact_operations.R

codeartifact_create_package_groupR Documentation

Creates a package group

Description

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.

Usage

codeartifact_create_package_group(
  domain,
  domainOwner = NULL,
  packageGroup,
  contactInfo = NULL,
  description = NULL,
  tags = NULL
)

Arguments

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.


paws.developer.tools documentation built on Sept. 12, 2024, 6:46 a.m.