interface GitHubRepositoryReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Codestar.GitHubRepositoryReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awscodestar#GitHubRepositoryReference |
Java | software.amazon.awscdk.interfaces.codestar.GitHubRepositoryReference |
Python | aws_cdk.interfaces.aws_codestar.GitHubRepositoryReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_aws_codestar } from 'aws-cdk-lib/interfaces';
const gitHubRepositoryReference: interfaces_aws_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.

.NET
Go
Java
Python
TypeScript