codeartifact_describe_package_group {paws.developer.tools}R Documentation

Returns a PackageGroupDescription object that contains information about the requested package group

Description

Returns a PackageGroupDescription object that contains information about the requested package group.

See https://www.paws-r-sdk.com/docs/codeartifact_describe_package_group/ for full documentation.

Usage

codeartifact_describe_package_group(domain, domainOwner = NULL, packageGroup)

Arguments

domain

[required] The name of the domain that contains the 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 requested package group.


[Package paws.developer.tools version 0.9.0 Index]