GithubEnterpriseConnectionImport
@cosmos-building-blocks/pipeline › Globals › GithubEnterpriseConnectionImport
Hierarchy
↳ GithubEnterpriseConnectionBase
↳ GithubEnterpriseConnectionImport
Implements
- IConstruct
- IConstruct
- IResource
- IGithubEnterpriseConnection
Index
Constructors
Properties
Constructors
constructor
+ new GithubEnterpriseConnectionImport(scope
: Construct, id
: string, connectionArn
: string): GithubEnterpriseConnectionImport
Overrides void
Defined in packages/@cosmos-building-blocks/pipeline/src/source/github-enterprise-connection.ts:185
Parameters:
Name | Type |
---|---|
scope | Construct |
id | string |
connectionArn | string |
Returns: GithubEnterpriseConnectionImport
Properties
Readonly
connectionArn
• connectionArn: string
Implementation of IGithubEnterpriseConnection.connectionArn
Overrides GithubEnterpriseConnectionBase.connectionArn
Defined in packages/@cosmos-building-blocks/pipeline/src/source/github-enterprise-connection.ts:185