Interface IGitHubRepository
(experimental) GitHubRepository resource interface.
Namespace: Amazon.CDK.AWS.Codestar.Alpha
Assembly: Amazon.CDK.AWS.CodeStar.Alpha.dll
Syntax (csharp)
public interface IGitHubRepository : IResource
Syntax (vb)
Public Interface IGitHubRepository
Inherits IResource, IConstruct, IDependable
Remarks
Stability: Experimental
Synopsis
Properties
Owner | (experimental) the repository owner. |
Repo | (experimental) the repository name. |
Properties
Owner
(experimental) the repository owner.
string Owner { get; }
Property Value
System.
Remarks
Stability: Experimental
Repo
(experimental) the repository name.
string Repo { get; }
Property Value
System.
Remarks
Stability: Experimental