Show / Hide Table of Contents

Interface IGitHubRepository

(experimental) GitHubRepository resource interface.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Env
IResource.Stack
Namespace: Amazon.CDK.AWS.Codestar.Alpha
Assembly: Amazon.CDK.AWS.CodeStar.Alpha.dll
Syntax (csharp)
public interface IGitHubRepository : IResource, IConstruct, IDependable
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

string

Remarks

Stability: Experimental

Repo

(experimental) the repository name.

string Repo { get; }
Property Value

string

Remarks

Stability: Experimental

Back to top Generated by DocFX