AWS::CodeArtifact::PackageGroupThe resource schema to create a CodeArtifact package group.
7 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
DomainName | string | RequiredCreate-only |
Pattern | string | RequiredCreate-only |
ContactInfo | string | |
Description | string | |
DomainOwner | string | |
OriginConfiguration | OriginConfiguration | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The ARN of the package group. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::CodeArtifact::PackageGroup
Resources:
MyResource:
Type: AWS::CodeArtifact::PackageGroup
Properties:
Pattern: "value"
DomainName: "my-domainname"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
codeartifact:CreatePackageGroupcodeartifact:DescribePackageGroupcodeartifact:UpdatePackageGroupcodeartifact:UpdatePackageGroupOriginConfigurationcodeartifact:ListAllowedRepositoriesForGroupcodeartifact:ListTagsForResourcecodeartifact:TagResourcecodeartifact:DescribePackageGroupcodeartifact:ListAllowedRepositoriesForGroupcodeartifact:ListTagsForResourcecodeartifact:UpdatePackageGroupcodeartifact:UpdatePackageGroupOriginConfigurationcodeartifact:DescribePackageGroupcodeartifact:ListAllowedRepositoriesForGroupcodeartifact:ListTagsForResourcecodeartifact:TagResourcecodeartifact:UntagResourcecodeartifact:DeletePackageGroupcodeartifact:DescribePackageGroupcodeartifact:ListPackageGroupsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
DomainNamePattern