GitHubRepositoryReference

class aws_cdk.aws_codestar.GitHubRepositoryReference(*, git_hub_repository_id)

Bases: object

A 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 import aws_codestar as codestar

git_hub_repository_reference = codestar.GitHubRepositoryReference(
    git_hub_repository_id="gitHubRepositoryId"
)

Attributes

git_hub_repository_id

The Id of the GitHubRepository resource.