AWS::CodeArtifact::PackageGroup Restrictions
Contains information about the configured restrictions of the origin controls of a package group.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ExternalUpstream" :
RestrictionType
, "InternalUpstream" :RestrictionType
, "Publish" :RestrictionType
}
Properties
ExternalUpstream
-
The package group origin restriction setting for external, upstream repositories.
Required: No
Type: RestrictionType
Update requires: No interruption
InternalUpstream
-
The package group origin restriction setting for internal, upstream repositories.
Required: No
Type: RestrictionType
Update requires: No interruption
Publish
-
The package group origin restriction setting for publishing packages.
Required: No
Type: RestrictionType
Update requires: No interruption