GitHubRepositoryReference
- class aws_cdk.interfaces.aws_codestar.GitHubRepositoryReference(*, git_hub_repository_id)
Bases:
objectA reference to a GitHubRepository resource.
- Parameters:
git_hub_repository_id (
str) – The Id of the GitHubRepository resource.- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.interfaces import aws_codestar as interfaces_codestar git_hub_repository_reference = interfaces_codestar.GitHubRepositoryReference( git_hub_repository_id="gitHubRepositoryId" )
Attributes
- git_hub_repository_id
The Id of the GitHubRepository resource.