GithubEnterpriseConnection
@cosmos-building-blocks/pipeline › Globals › GithubEnterpriseConnection
Hierarchy
↳ GithubEnterpriseConnectionBase
↳ GithubEnterpriseConnection
Implements
- IConstruct
- IConstruct
- IResource
- IGithubEnterpriseConnection
Index
Constructors
Properties
Methods
Constructors
constructor
+ new GithubEnterpriseConnection(scope: Construct, id: string, props: GithubEnterpriseConnectionProps): GithubEnterpriseConnection
Overrides void
Defined in packages/@cosmos-building-blocks/pipeline/src/source/github-enterprise-connection.ts:156
Parameters:
| Name | Type |
|---|---|
scope | Construct |
id | string |
props | GithubEnterpriseConnectionProps |
Returns: GithubEnterpriseConnection
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:151
Readonly connectionName
• connectionName: string
Defined in packages/@cosmos-building-blocks/pipeline/src/source/github-enterprise-connection.ts:154
Readonly connectionStatus
• connectionStatus: string
Defined in packages/@cosmos-building-blocks/pipeline/src/source/github-enterprise-connection.ts:152
Readonly host
• host: GithubEnterpriseHost
Defined in packages/@cosmos-building-blocks/pipeline/src/source/github-enterprise-connection.ts:155
Readonly ownerAccountId
• ownerAccountId: string
Defined in packages/@cosmos-building-blocks/pipeline/src/source/github-enterprise-connection.ts:153
Methods
Static fromConnectionArn
▸ fromConnectionArn(scope: Construct, id: string, connectionArn: string): IGithubEnterpriseConnection
Defined in packages/@cosmos-building-blocks/pipeline/src/source/github-enterprise-connection.ts:179
Parameters:
| Name | Type |
|---|---|
scope | Construct |
id | string |
connectionArn | string |
Returns: IGithubEnterpriseConnection