interface RepositoryReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.CodeCommit.RepositoryReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscodecommit#RepositoryReference |
![]() | software.amazon.awscdk.services.codecommit.RepositoryReference |
![]() | aws_cdk.aws_codecommit.RepositoryReference |
![]() | aws-cdk-lib » aws_codecommit » RepositoryReference |
A reference to a Repository resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_codecommit as codecommit } from 'aws-cdk-lib';
const repositoryReference: codecommit.RepositoryReference = {
repositoryArn: 'repositoryArn',
repositoryId: 'repositoryId',
};
Properties
Name | Type | Description |
---|---|---|
repository | string | The ARN of the Repository resource. |
repository | string | The Id of the Repository resource. |
repositoryArn
Type:
string
The ARN of the Repository resource.
repositoryId
Type:
string
The Id of the Repository resource.