Show / Hide Table of Contents

Class GitHubRepository

(experimental) The GitHubRepository resource.

Inheritance
System.Object
Construct
Resource
GitHubRepository
Implements
IGitHubRepository
IResource
IConstruct
Constructs.IConstruct
IDependable
Inherited Members
Resource.IsResource(IConstruct)
Resource.ApplyRemovalPolicy(RemovalPolicy)
Resource.GeneratePhysicalName()
Resource.GetResourceArnAttribute(String, IArnComponents)
Resource.GetResourceNameAttribute(String)
Resource.Env
Resource.PhysicalName
Resource.Stack
Construct.IsConstruct(Object)
Construct.OnPrepare()
Construct.OnSynthesize(ISynthesisSession)
Construct.OnValidate()
Construct.Prepare()
Construct.Synthesize(ISynthesisSession)
Construct.Validate()
Construct.Node
Namespace: Amazon.CDK.AWS.CodeStar
Assembly: Amazon.CDK.AWS.CodeStar.dll
Syntax (csharp)
public class GitHubRepository : Resource, IGitHubRepository, IResource, IConstruct, IConstruct, IDependable
Syntax (vb)
Public Class GitHubRepository
    Inherits Resource
    Implements IGitHubRepository, IResource, IConstruct, IConstruct, IDependable
Remarks

Stability: Experimental

Synopsis

Constructors

GitHubRepository(ByRefValue)

Used by jsii to construct an instance of this class from a Javascript-owned object reference

GitHubRepository(DeputyBase.DeputyProps)

Used by jsii to construct an instance of this class from DeputyProps

GitHubRepository(Construct, String, IGitHubRepositoryProps)

Properties

Owner

(experimental) the repository owner.

Repo

(experimental) the repository name.

Constructors

GitHubRepository(ByRefValue)

Used by jsii to construct an instance of this class from a Javascript-owned object reference

protected GitHubRepository(ByRefValue reference)
Parameters
reference Amazon.JSII.Runtime.Deputy.ByRefValue

The Javascript-owned object reference

GitHubRepository(DeputyBase.DeputyProps)

Used by jsii to construct an instance of this class from DeputyProps

protected GitHubRepository(DeputyBase.DeputyProps props)
Parameters
props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps

The deputy props

GitHubRepository(Construct, String, IGitHubRepositoryProps)

public GitHubRepository(Construct scope, string id, IGitHubRepositoryProps props)
Parameters
scope Constructs.Construct
id System.String
props IGitHubRepositoryProps
Remarks

Stability: Experimental

Properties

Owner

(experimental) the repository owner.

public virtual string Owner { get; }
Property Value

System.String

Remarks

Stability: Experimental

Repo

(experimental) the repository name.

public virtual string Repo { get; }
Property Value

System.String

Remarks

Stability: Experimental

Implements

IGitHubRepository
IResource
IConstruct
Constructs.IConstruct
IDependable
Back to top Generated by DocFX