interface RepositoryLinkReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.CodeStarConnections.RepositoryLinkReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscodestarconnections#RepositoryLinkReference |
![]() | software.amazon.awscdk.services.codestarconnections.RepositoryLinkReference |
![]() | aws_cdk.aws_codestarconnections.RepositoryLinkReference |
![]() | aws-cdk-lib » aws_codestarconnections » RepositoryLinkReference |
A reference to a RepositoryLink resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_codestarconnections as codestarconnections } from 'aws-cdk-lib';
const repositoryLinkReference: codestarconnections.RepositoryLinkReference = {
repositoryLinkArn: 'repositoryLinkArn',
};
Properties
Name | Type | Description |
---|---|---|
repository | string | The RepositoryLinkArn of the RepositoryLink resource. |
repositoryLinkArn
Type:
string
The RepositoryLinkArn of the RepositoryLink resource.