interface PackageGroupReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.CodeArtifact.PackageGroupReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscodeartifact#PackageGroupReference |
![]() | software.amazon.awscdk.services.codeartifact.PackageGroupReference |
![]() | aws_cdk.aws_codeartifact.PackageGroupReference |
![]() | aws-cdk-lib » aws_codeartifact » PackageGroupReference |
A reference to a PackageGroup resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_codeartifact as codeartifact } from 'aws-cdk-lib';
const packageGroupReference: codeartifact.PackageGroupReference = {
packageGroupArn: 'packageGroupArn',
};
Properties
Name | Type | Description |
---|---|---|
package | string | The Arn of the PackageGroup resource. |
packageGroupArn
Type:
string
The Arn of the PackageGroup resource.