AWS::CodeArtifact::PackageGroupCreates a package group. For more information about creating package groups, including example CLI commands, see [Create a package group](https://docs.aws.amazon.com/codeartifact/latest/ug/create-package-group.html) in the *CodeArtifact User Guide* .
import { CfnPackageGroup } from 'aws-cdk-lib/aws-codeartifact';Or use the module namespace:
import * as codeartifact from 'aws-cdk-lib/aws-codeartifact';
// codeartifact.CfnPackageGroupConfiguration passed to the constructor as CfnPackageGroupProps.
domainNameRequiredstringThe domain that contains the package group.
patternRequiredstringThe pattern of the package group. The pattern determines which packages are associated with the package group.
contactInfoOptionalstringThe contact information of the package group.
descriptionOptionalstringThe description of the package group.
domainOwnerOptionalstringThe 12-digit account number of the AWS account that owns the domain. It does not include dashes or spaces.
originConfigurationOptionalIResolvable | OriginConfigurationPropertyDetails about the package origin configuration of a package group.
tagsOptionalCfnTag[]An array of key-value pairs to apply to the package group.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-codeartifactAWS::CodeArtifact::PackageGroup