Interface IGitHubRepository

All Superinterfaces:
IConstruct, software.constructs.IConstruct, IDependable, IResource, software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IGitHubRepository.Jsii$Default
All Known Implementing Classes:
GitHubRepository, IGitHubRepository.Jsii$Proxy

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:30:37.975Z") @Stability(Experimental) public interface IGitHubRepository extends software.amazon.jsii.JsiiSerializable, IResource
(experimental) GitHubRepository resource interface.
  • Method Details

    • getOwner

      @Stability(Experimental) @NotNull String getOwner()
      (experimental) the repository owner.
    • getRepo

      @Stability(Experimental) @NotNull String getRepo()
      (experimental) the repository name.