interface GitHubRepositoryReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Codestar.GitHubRepositoryReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscodestar#GitHubRepositoryReference |
![]() | software.amazon.awscdk.services.codestar.GitHubRepositoryReference |
![]() | aws_cdk.aws_codestar.GitHubRepositoryReference |
![]() | aws-cdk-lib » aws_codestar » GitHubRepositoryReference |
A reference to a GitHubRepository resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_codestar as codestar } from 'aws-cdk-lib';
const gitHubRepositoryReference: codestar.GitHubRepositoryReference = {
gitHubRepositoryId: 'gitHubRepositoryId',
};
Properties
Name | Type | Description |
---|---|---|
git | string | The Id of the GitHubRepository resource. |
gitHubRepositoryId
Type:
string
The Id of the GitHubRepository resource.