Type Definitions
ContainerServerProps
Platform template definition
Type:
- Object
Properties:
| Name | Type | Description |
|---|---|---|
platformConfig |
PlatformConfig | platform config |
platformConfigBucket |
Bucket | aws bucket |
PlatformTemplate
Platform template definition
Type:
- Object
Properties:
| Name | Type | Attributes | Description |
|---|---|---|---|
platformName |
string | Name of platform | |
domain |
string | example.com | |
supportedDeploymentTypes |
Array.<string> | container | |
supportedEnvironments |
Array.<string> | qa | |
awsAccountId |
string | Aws account id | |
awsRegion |
string |
<optional> |
? |
awsKeyPairName |
string |
<optional> |
? |
awsRoleToAssume |
string | ? | |
awsDeploymentSqsArn |
string |
<optional> |
? |
ciSubDomain |
string |
<optional> |
? |
ciInternalServerPort |
string | mumber | ? | number; | |
ciServerName |
string |
<optional> |
? |
ciDockerNetworkName |
string |
<optional> |
? |
ciGithubActionsRepo |
string | organisation/repoName |
- Source: