@pwrdrvr/microapps-cdk 0.0.28 → 0.0.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +1884 -185
- package/API.md +890 -60
- package/README.md +2 -8
- package/lib/MicroApps.d.ts +77 -44
- package/lib/MicroApps.js +62 -33
- package/lib/MicroAppsAPIGwy.d.ts +123 -0
- package/lib/MicroAppsAPIGwy.js +178 -0
- package/lib/MicroAppsCF.d.ts +179 -17
- package/lib/MicroAppsCF.js +127 -45
- package/lib/MicroAppsS3.d.ts +114 -17
- package/lib/MicroAppsS3.js +55 -31
- package/lib/MicroAppsSvcs.d.ts +123 -25
- package/lib/MicroAppsSvcs.js +113 -152
- package/lib/index.d.ts +4 -0
- package/lib/index.js +5 -1
- package/lib/microapps-deployer/index.js +116 -88
- package/lib/microapps-deployer/index.js.map +3 -3
- package/lib/microapps-router/index.js +60 -51
- package/lib/microapps-router/index.js.map +3 -3
- package/lib/utils/ReverseDomain.d.ts +4 -0
- package/lib/utils/ReverseDomain.js +15 -0
- package/package.json +45 -45
package/.jsii
CHANGED
|
@@ -7,21 +7,21 @@
|
|
|
7
7
|
]
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@aws-cdk/aws-apigatewayv2": "^1.
|
|
11
|
-
"@aws-cdk/aws-apigatewayv2-integrations": "^1.
|
|
12
|
-
"@aws-cdk/aws-certificatemanager": "^1.
|
|
13
|
-
"@aws-cdk/aws-cloudfront": "^1.
|
|
14
|
-
"@aws-cdk/aws-cloudfront-origins": "^1.
|
|
15
|
-
"@aws-cdk/aws-dynamodb": "^1.
|
|
16
|
-
"@aws-cdk/aws-ecr": "^1.
|
|
17
|
-
"@aws-cdk/aws-iam": "^1.
|
|
18
|
-
"@aws-cdk/aws-lambda": "^1.
|
|
19
|
-
"@aws-cdk/aws-lambda-nodejs": "^1.
|
|
20
|
-
"@aws-cdk/aws-logs": "^1.
|
|
21
|
-
"@aws-cdk/aws-route53": "^1.
|
|
22
|
-
"@aws-cdk/aws-route53-targets": "^1.
|
|
23
|
-
"@aws-cdk/aws-s3": "^1.
|
|
24
|
-
"@aws-cdk/core": "^1.
|
|
10
|
+
"@aws-cdk/aws-apigatewayv2": "^1.135.0",
|
|
11
|
+
"@aws-cdk/aws-apigatewayv2-integrations": "^1.135.0",
|
|
12
|
+
"@aws-cdk/aws-certificatemanager": "^1.135.0",
|
|
13
|
+
"@aws-cdk/aws-cloudfront": "^1.135.0",
|
|
14
|
+
"@aws-cdk/aws-cloudfront-origins": "^1.135.0",
|
|
15
|
+
"@aws-cdk/aws-dynamodb": "^1.135.0",
|
|
16
|
+
"@aws-cdk/aws-ecr": "^1.135.0",
|
|
17
|
+
"@aws-cdk/aws-iam": "^1.135.0",
|
|
18
|
+
"@aws-cdk/aws-lambda": "^1.135.0",
|
|
19
|
+
"@aws-cdk/aws-lambda-nodejs": "^1.135.0",
|
|
20
|
+
"@aws-cdk/aws-logs": "^1.135.0",
|
|
21
|
+
"@aws-cdk/aws-route53": "^1.135.0",
|
|
22
|
+
"@aws-cdk/aws-route53-targets": "^1.135.0",
|
|
23
|
+
"@aws-cdk/aws-s3": "^1.135.0",
|
|
24
|
+
"@aws-cdk/core": "^1.135.0",
|
|
25
25
|
"constructs": "^3.2.27"
|
|
26
26
|
},
|
|
27
27
|
"dependencyClosure": {
|
|
@@ -52,6 +52,33 @@
|
|
|
52
52
|
}
|
|
53
53
|
}
|
|
54
54
|
},
|
|
55
|
+
"@aws-cdk/aws-acmpca": {
|
|
56
|
+
"targets": {
|
|
57
|
+
"dotnet": {
|
|
58
|
+
"iconUrl": "https://raw.githubusercontent.com/aws/aws-cdk/master/logo/default-256-dark.png",
|
|
59
|
+
"namespace": "Amazon.CDK.AWS.ACMPCA",
|
|
60
|
+
"packageId": "Amazon.CDK.AWS.ACMPCA"
|
|
61
|
+
},
|
|
62
|
+
"java": {
|
|
63
|
+
"maven": {
|
|
64
|
+
"artifactId": "acmpca",
|
|
65
|
+
"groupId": "software.amazon.awscdk"
|
|
66
|
+
},
|
|
67
|
+
"package": "software.amazon.awscdk.services.acmpca"
|
|
68
|
+
},
|
|
69
|
+
"js": {
|
|
70
|
+
"npm": "@aws-cdk/aws-acmpca"
|
|
71
|
+
},
|
|
72
|
+
"python": {
|
|
73
|
+
"classifiers": [
|
|
74
|
+
"Framework :: AWS CDK",
|
|
75
|
+
"Framework :: AWS CDK :: 1"
|
|
76
|
+
],
|
|
77
|
+
"distName": "aws-cdk.aws-acmpca",
|
|
78
|
+
"module": "aws_cdk.aws_acmpca"
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
},
|
|
55
82
|
"@aws-cdk/aws-apigateway": {
|
|
56
83
|
"targets": {
|
|
57
84
|
"dotnet": {
|
|
@@ -243,12 +270,7 @@
|
|
|
243
270
|
},
|
|
244
271
|
"@aws-cdk/aws-cloudfront": {
|
|
245
272
|
"submodules": {
|
|
246
|
-
"@aws-cdk/aws-cloudfront.experimental": {
|
|
247
|
-
"locationInModule": {
|
|
248
|
-
"filename": "lib/index.ts",
|
|
249
|
-
"line": 12
|
|
250
|
-
}
|
|
251
|
-
}
|
|
273
|
+
"@aws-cdk/aws-cloudfront.experimental": {}
|
|
252
274
|
},
|
|
253
275
|
"targets": {
|
|
254
276
|
"dotnet": {
|
|
@@ -1059,6 +1081,33 @@
|
|
|
1059
1081
|
}
|
|
1060
1082
|
}
|
|
1061
1083
|
},
|
|
1084
|
+
"@aws-cdk/aws-stepfunctions": {
|
|
1085
|
+
"targets": {
|
|
1086
|
+
"dotnet": {
|
|
1087
|
+
"iconUrl": "https://raw.githubusercontent.com/aws/aws-cdk/master/logo/default-256-dark.png",
|
|
1088
|
+
"namespace": "Amazon.CDK.AWS.StepFunctions",
|
|
1089
|
+
"packageId": "Amazon.CDK.AWS.StepFunctions"
|
|
1090
|
+
},
|
|
1091
|
+
"java": {
|
|
1092
|
+
"maven": {
|
|
1093
|
+
"artifactId": "stepfunctions",
|
|
1094
|
+
"groupId": "software.amazon.awscdk"
|
|
1095
|
+
},
|
|
1096
|
+
"package": "software.amazon.awscdk.services.stepfunctions"
|
|
1097
|
+
},
|
|
1098
|
+
"js": {
|
|
1099
|
+
"npm": "@aws-cdk/aws-stepfunctions"
|
|
1100
|
+
},
|
|
1101
|
+
"python": {
|
|
1102
|
+
"classifiers": [
|
|
1103
|
+
"Framework :: AWS CDK",
|
|
1104
|
+
"Framework :: AWS CDK :: 1"
|
|
1105
|
+
],
|
|
1106
|
+
"distName": "aws-cdk.aws-stepfunctions",
|
|
1107
|
+
"module": "aws_cdk.aws_stepfunctions"
|
|
1108
|
+
}
|
|
1109
|
+
}
|
|
1110
|
+
},
|
|
1062
1111
|
"@aws-cdk/cloud-assembly-schema": {
|
|
1063
1112
|
"targets": {
|
|
1064
1113
|
"dotnet": {
|
|
@@ -1225,7 +1274,7 @@
|
|
|
1225
1274
|
"stability": "stable"
|
|
1226
1275
|
},
|
|
1227
1276
|
"homepage": "git@github.com:pwrdrvr/microapps-core.git",
|
|
1228
|
-
"jsiiVersion": "1.
|
|
1277
|
+
"jsiiVersion": "1.52.1 (build 5ccc8f6)",
|
|
1229
1278
|
"keywords": [
|
|
1230
1279
|
"cdk"
|
|
1231
1280
|
],
|
|
@@ -1235,11 +1284,12 @@
|
|
|
1235
1284
|
"pacmak": {
|
|
1236
1285
|
"hasDefaultInterfaces": true
|
|
1237
1286
|
}
|
|
1238
|
-
}
|
|
1287
|
+
},
|
|
1288
|
+
"tscRootDir": "src"
|
|
1239
1289
|
},
|
|
1240
1290
|
"name": "@pwrdrvr/microapps-cdk",
|
|
1241
1291
|
"readme": {
|
|
1242
|
-
"markdown": "# Overview\n\nThe MicroApps project....\n\n# Project Layout\n\n- [packages/cdk]() - CDK Stacks\n - MicroAppsS3\n - Creates S3 buckets\n - MicroAppsRepos\n - Creates the ECR repos for components to be published into;\n - Deployer\n - Router\n - MicroAppsSvcs\n - Create DynamoDB table\n - Create Deployer Lambda function\n - Create Router Lambda function\n - Create APIGateway HTTP API\n - MicroAppsCF\n - Creates Cloudfront distribution\n - MicroAppsR53\n - Creates domain names to point to the edge (Cloudfront) and origin (API Gateway)\n- [packages/microapps-deployer]()\n - Lambda service invoked by `microapps-publish` to record new app/version in the DynamoDB table, create API Gateway integrations, copy S3 assets from staging to prod bucket, etc.\n- [packages/microapps-publish]()\n - Node executable that updates versions in config files, deploys static assets to the S3 staging bucket, optionally compiles and deploys a new Lambda function version, and invokes `microapps-deployer`\n - Permissions required:\n - Lambda invoke\n - S3 publish to the staging bucket\n - ECR write\n - Lambda version publish\n- [packages/microapps-router]()\n - Lambda function that determines which version of an app to point a user to on a particular invocation\n\n# Useful Commands\n\n- `npm run build` compiles TypeSript to JavaScript\n- `npm run lint` checks TypeScript for compliance with Lint rules\n- `cdk list` list the stack names\n- `cdk deploy` deploy this stack to your default AWS account/region\n- `cdk diff` compare deployed stack with current state\n- `cdk synth` emits the synthesized CloudFormation template\n\n# Running CDK\n\nAlways run CDK from the root of the git repo, which is the directory containing `cdk.json`.\n\n## Set AWS Profile\n\n`export AWS_PROFILE=pwrdrvr`\n\n## Set NVM Version\n\n`nvm use`\n\n# Deployer Service\n\nCopies static assets from staging to deployed directory, creates record of application / version in DynamoDB Table.\n\n
|
|
1292
|
+
"markdown": "  \n\n# Overview\n\nThe MicroApps project....\n\n# Project Layout\n\n- [packages/cdk]() - CDK Stacks\n - MicroAppsS3\n - Creates S3 buckets\n - MicroAppsRepos\n - Creates the ECR repos for components to be published into;\n - Deployer\n - Router\n - MicroAppsSvcs\n - Create DynamoDB table\n - Create Deployer Lambda function\n - Create Router Lambda function\n - Create APIGateway HTTP API\n - MicroAppsCF\n - Creates Cloudfront distribution\n - MicroAppsR53\n - Creates domain names to point to the edge (Cloudfront) and origin (API Gateway)\n- [packages/microapps-deployer]()\n - Lambda service invoked by `microapps-publish` to record new app/version in the DynamoDB table, create API Gateway integrations, copy S3 assets from staging to prod bucket, etc.\n- [packages/microapps-publish]()\n - Node executable that updates versions in config files, deploys static assets to the S3 staging bucket, optionally compiles and deploys a new Lambda function version, and invokes `microapps-deployer`\n - Permissions required:\n - Lambda invoke\n - S3 publish to the staging bucket\n - ECR write\n - Lambda version publish\n- [packages/microapps-router]()\n - Lambda function that determines which version of an app to point a user to on a particular invocation\n\n# Useful Commands\n\n- `npm run build` compiles TypeSript to JavaScript\n- `npm run lint` checks TypeScript for compliance with Lint rules\n- `cdk list` list the stack names\n- `cdk deploy` deploy this stack to your default AWS account/region\n- `cdk diff` compare deployed stack with current state\n- `cdk synth` emits the synthesized CloudFormation template\n\n# Running CDK\n\nAlways run CDK from the root of the git repo, which is the directory containing `cdk.json`.\n\n## Set AWS Profile\n\n`export AWS_PROFILE=pwrdrvr`\n\n## Set NVM Version\n\n`nvm use`\n\n# Deployer Service\n\nCopies static assets from staging to deployed directory, creates record of application / version in DynamoDB Table.\n\n# Notes on Selection of Docker Image Lambdas\n\nThe Router and Deployer services are very small (0.5 MB) after tree shaking, minification, and uglification performed by `rollup`. The router has the tightest performance requirement and performed just as well as a docker image vs a zip file. However, docker image start up is up to 2x longer vs the zip file for the router; this should not be a problem for any live system with continuous usage and for demos the router can be initialized or pre-provisioned beforehand. The development benefits of docker images for Lambda outweigh the small init time impact on cold starts.\n\n# Notes on Performance\n\n## Router\n\nFor best demo performance (and real user performance), the memory for the Router Lambda should be set to 1024 MB as this gives the fastest cold start at the lowest cost. The cost per warm request is actually lower at 1024 MB than at 128 MB, so 1024 MB is just the ideal size.\n\nFor supremely optimum demo performance the Router Lambda should be deployed as a .zip file as that saves about 50% of the cold start time, or about 200 ms, but once it's the cold start has happened they are equally as fast as each other.\n\n- Lambda Memory (which linearly scales CPU) Speeds\n - Docker Image Lambda\n - Note: All times captured with Rollup ~400 KB Docker Layer\n - 128 MB\n - Duration Warm: 118 ms\n - Duration Cold: 763 ms\n - Init Duration: 518 ms\n - Billed Duration Warm: 119 ms\n - Billed Duration Init: 1,282 ms\n - Warm Cost: 0.025 millicents\n - Init Cost: 0.26 millicents\n - 256 MB\n - Duration Warm: 30 ms\n - Duration Cold: 363 ms\n - Init Duration: 488 ms\n - Billed Duration Warm: 30 ms\n - Billed Duration Init: 853 ms\n - Warm Cost: 0.013 millicents\n - Init Cost: 0.36 millicents\n - 512 MB\n - Duration Warm: 10 ms\n - Duration Cold: 176 ms\n - Init Duration: 572 ms\n - Billed Duration Warm: 10 ms\n - Billed Duration Init: 749 ms\n - Warm Cost: 0.0083 millicents\n - Init Cost: 0.62 millicents\n - 1024 MB\n - Duration Warm: 9 ms\n - Duration Cold: 84.5 ms\n - Init Duration: 497 ms\n - Billed Duration Warm: 9 ms\n - Billed Duration Init: 585 ms\n - Warm Cost: 0.015 millicents\n - Init Cost: 0.97 millicents\n - _Init performance scales linearly up to and including 1024 MB_\n - 1769 MB\n - This is the point at which a Lambda has 100% of 1 CPU\n - https://docs.aws.amazon.com/lambda/latest/dg/configuration-memory.html\n - Duration Warm: 8.31 ms\n - Duration Cold: 73 ms\n - Init Duration: 514 ms\n - Billed Duration Warm: 10 ms\n - Billed Duration Cold: 587 ms\n - Warm Cost: 0.029 millicents\n - Init Cost: 1.7 millicents\n - 2048 MB\n - Duration Warm: 10 ms\n - Duration Cold: 67 ms\n - Init Duration: 497 ms\n - Billed Duration Warm: 11 ms\n - Billed Duration Init: 566 ms\n - Warm Cost: 0.037 millicents\n - Init Cost: 1.89 millicents\n - Zip File Lambda\n - 128 MB\n - Duration Warm: 110 ms\n - Duration Cold: 761 ms\n - Init Duration: 210 ms\n - Billed Duration Warm: 120 ms\n - Billed Duration Init: 762 ms\n - Warm Cost: 0.025 millicents\n - Init Cost: 0.16 millicents\n - 512 MB\n - Duration Warm: 10 ms\n - Duration Cold: 179 ms\n - Init Duration: 201 ms\n - Billed Duration Warm: 12 ms\n - Billed Duration Init: 185 ms\n - Warm Cost: 0.01 millicents\n - Init Cost: 0.15 millicents\n - 1024 MB\n - Duration Warm: 10 ms\n - Duration Cold: 85 ms\n - Init Duration: 185 ms\n - Billed Duration Warm: 12 ms\n - Billed Duration Init: 85 ms\n - Warm Cost: 0.02 millicents\n - Init Cost: 0.14 millicents\n"
|
|
1243
1293
|
},
|
|
1244
1294
|
"repository": {
|
|
1245
1295
|
"type": "git",
|
|
@@ -1267,79 +1317,125 @@
|
|
|
1267
1317
|
}
|
|
1268
1318
|
},
|
|
1269
1319
|
"types": {
|
|
1270
|
-
"@pwrdrvr/microapps-cdk.
|
|
1320
|
+
"@pwrdrvr/microapps-cdk.AddRoutesOptions": {
|
|
1271
1321
|
"assembly": "@pwrdrvr/microapps-cdk",
|
|
1272
|
-
"
|
|
1322
|
+
"datatype": true,
|
|
1273
1323
|
"docs": {
|
|
1274
|
-
"stability": "stable"
|
|
1275
|
-
"summary": "Application deployment and runtime environment."
|
|
1324
|
+
"stability": "stable"
|
|
1276
1325
|
},
|
|
1277
|
-
"fqn": "@pwrdrvr/microapps-cdk.
|
|
1278
|
-
"
|
|
1279
|
-
|
|
1280
|
-
|
|
1326
|
+
"fqn": "@pwrdrvr/microapps-cdk.AddRoutesOptions",
|
|
1327
|
+
"kind": "interface",
|
|
1328
|
+
"locationInModule": {
|
|
1329
|
+
"filename": "src/MicroAppsCF.ts",
|
|
1330
|
+
"line": 103
|
|
1331
|
+
},
|
|
1332
|
+
"name": "AddRoutesOptions",
|
|
1333
|
+
"properties": [
|
|
1334
|
+
{
|
|
1335
|
+
"abstract": true,
|
|
1336
|
+
"docs": {
|
|
1337
|
+
"stability": "stable"
|
|
1338
|
+
},
|
|
1339
|
+
"immutable": true,
|
|
1340
|
+
"locationInModule": {
|
|
1341
|
+
"filename": "src/MicroAppsCF.ts",
|
|
1342
|
+
"line": 104
|
|
1343
|
+
},
|
|
1344
|
+
"name": "apiGwyOrigin",
|
|
1345
|
+
"type": {
|
|
1346
|
+
"fqn": "@aws-cdk/aws-cloudfront.IOrigin"
|
|
1347
|
+
}
|
|
1281
1348
|
},
|
|
1282
|
-
|
|
1283
|
-
"
|
|
1284
|
-
"
|
|
1349
|
+
{
|
|
1350
|
+
"abstract": true,
|
|
1351
|
+
"docs": {
|
|
1352
|
+
"stability": "stable"
|
|
1353
|
+
},
|
|
1354
|
+
"immutable": true,
|
|
1355
|
+
"locationInModule": {
|
|
1356
|
+
"filename": "src/MicroAppsCF.ts",
|
|
1357
|
+
"line": 107
|
|
1358
|
+
},
|
|
1359
|
+
"name": "apigwyOriginRequestPolicy",
|
|
1360
|
+
"type": {
|
|
1361
|
+
"fqn": "@aws-cdk/aws-cloudfront.IOriginRequestPolicy"
|
|
1362
|
+
}
|
|
1285
1363
|
},
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
"
|
|
1290
|
-
"fqn": "@aws-cdk/core.Construct"
|
|
1291
|
-
}
|
|
1364
|
+
{
|
|
1365
|
+
"abstract": true,
|
|
1366
|
+
"docs": {
|
|
1367
|
+
"stability": "stable"
|
|
1292
1368
|
},
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
"
|
|
1296
|
-
|
|
1297
|
-
}
|
|
1369
|
+
"immutable": true,
|
|
1370
|
+
"locationInModule": {
|
|
1371
|
+
"filename": "src/MicroAppsCF.ts",
|
|
1372
|
+
"line": 105
|
|
1298
1373
|
},
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
"
|
|
1302
|
-
"type": {
|
|
1303
|
-
"fqn": "@pwrdrvr/microapps-cdk.MicroAppsProps"
|
|
1304
|
-
}
|
|
1374
|
+
"name": "bucketAppsOrigin",
|
|
1375
|
+
"type": {
|
|
1376
|
+
"fqn": "@aws-cdk/aws-cloudfront-origins.S3Origin"
|
|
1305
1377
|
}
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1378
|
+
},
|
|
1379
|
+
{
|
|
1380
|
+
"abstract": true,
|
|
1381
|
+
"docs": {
|
|
1382
|
+
"stability": "stable"
|
|
1383
|
+
},
|
|
1384
|
+
"immutable": true,
|
|
1385
|
+
"locationInModule": {
|
|
1386
|
+
"filename": "src/MicroAppsCF.ts",
|
|
1387
|
+
"line": 106
|
|
1388
|
+
},
|
|
1389
|
+
"name": "distro",
|
|
1390
|
+
"type": {
|
|
1391
|
+
"fqn": "@aws-cdk/aws-cloudfront.Distribution"
|
|
1392
|
+
}
|
|
1393
|
+
},
|
|
1394
|
+
{
|
|
1395
|
+
"abstract": true,
|
|
1396
|
+
"docs": {
|
|
1397
|
+
"stability": "stable"
|
|
1398
|
+
},
|
|
1399
|
+
"immutable": true,
|
|
1400
|
+
"locationInModule": {
|
|
1401
|
+
"filename": "src/MicroAppsCF.ts",
|
|
1402
|
+
"line": 108
|
|
1403
|
+
},
|
|
1404
|
+
"name": "rootPathPrefix",
|
|
1405
|
+
"optional": true,
|
|
1406
|
+
"type": {
|
|
1407
|
+
"primitive": "string"
|
|
1408
|
+
}
|
|
1409
|
+
}
|
|
1410
|
+
],
|
|
1411
|
+
"symbolId": "src/MicroAppsCF:AddRoutesOptions"
|
|
1314
1412
|
},
|
|
1315
|
-
"@pwrdrvr/microapps-cdk.
|
|
1413
|
+
"@pwrdrvr/microapps-cdk.CreateAPIOriginPolicyOptions": {
|
|
1316
1414
|
"assembly": "@pwrdrvr/microapps-cdk",
|
|
1317
1415
|
"datatype": true,
|
|
1318
1416
|
"docs": {
|
|
1319
|
-
"stability": "stable"
|
|
1320
|
-
"summary": "Props for MicroApps."
|
|
1417
|
+
"stability": "stable"
|
|
1321
1418
|
},
|
|
1322
|
-
"fqn": "@pwrdrvr/microapps-cdk.
|
|
1419
|
+
"fqn": "@pwrdrvr/microapps-cdk.CreateAPIOriginPolicyOptions",
|
|
1323
1420
|
"kind": "interface",
|
|
1324
1421
|
"locationInModule": {
|
|
1325
|
-
"filename": "src/
|
|
1326
|
-
"line":
|
|
1422
|
+
"filename": "src/MicroAppsCF.ts",
|
|
1423
|
+
"line": 91
|
|
1327
1424
|
},
|
|
1328
|
-
"name": "
|
|
1425
|
+
"name": "CreateAPIOriginPolicyOptions",
|
|
1329
1426
|
"properties": [
|
|
1330
1427
|
{
|
|
1331
1428
|
"abstract": true,
|
|
1332
1429
|
"docs": {
|
|
1333
|
-
"
|
|
1334
|
-
"stability": "stable",
|
|
1335
|
-
"summary": "AWS Account ID that the stack is being deployed to, this is required for importing the R53 Zone."
|
|
1430
|
+
"stability": "stable"
|
|
1336
1431
|
},
|
|
1337
1432
|
"immutable": true,
|
|
1338
1433
|
"locationInModule": {
|
|
1339
|
-
"filename": "src/
|
|
1340
|
-
"line":
|
|
1434
|
+
"filename": "src/MicroAppsCF.ts",
|
|
1435
|
+
"line": 92
|
|
1341
1436
|
},
|
|
1342
|
-
"name": "
|
|
1437
|
+
"name": "assetNameRoot",
|
|
1438
|
+
"optional": true,
|
|
1343
1439
|
"type": {
|
|
1344
1440
|
"primitive": "string"
|
|
1345
1441
|
}
|
|
@@ -1347,16 +1443,15 @@
|
|
|
1347
1443
|
{
|
|
1348
1444
|
"abstract": true,
|
|
1349
1445
|
"docs": {
|
|
1350
|
-
"
|
|
1351
|
-
"stability": "stable",
|
|
1352
|
-
"summary": "Passed to NODE_ENV of Router and Deployer Lambda functions."
|
|
1446
|
+
"stability": "stable"
|
|
1353
1447
|
},
|
|
1354
1448
|
"immutable": true,
|
|
1355
1449
|
"locationInModule": {
|
|
1356
|
-
"filename": "src/
|
|
1357
|
-
"line":
|
|
1450
|
+
"filename": "src/MicroAppsCF.ts",
|
|
1451
|
+
"line": 93
|
|
1358
1452
|
},
|
|
1359
|
-
"name": "
|
|
1453
|
+
"name": "assetNameSuffix",
|
|
1454
|
+
"optional": true,
|
|
1360
1455
|
"type": {
|
|
1361
1456
|
"primitive": "string"
|
|
1362
1457
|
}
|
|
@@ -1364,251 +1459,1854 @@
|
|
|
1364
1459
|
{
|
|
1365
1460
|
"abstract": true,
|
|
1366
1461
|
"docs": {
|
|
1367
|
-
"default": "microapps",
|
|
1368
1462
|
"stability": "stable",
|
|
1369
|
-
"summary": "
|
|
1463
|
+
"summary": "Edge domain name used by CloudFront - If set a custom OriginRequestPolicy will be created that prevents the Host header from being passed to the origin."
|
|
1370
1464
|
},
|
|
1371
1465
|
"immutable": true,
|
|
1372
1466
|
"locationInModule": {
|
|
1373
|
-
"filename": "src/
|
|
1374
|
-
"line":
|
|
1467
|
+
"filename": "src/MicroAppsCF.ts",
|
|
1468
|
+
"line": 100
|
|
1375
1469
|
},
|
|
1376
|
-
"name": "
|
|
1470
|
+
"name": "domainNameEdge",
|
|
1471
|
+
"optional": true,
|
|
1377
1472
|
"type": {
|
|
1378
1473
|
"primitive": "string"
|
|
1379
1474
|
}
|
|
1380
|
-
}
|
|
1475
|
+
}
|
|
1476
|
+
],
|
|
1477
|
+
"symbolId": "src/MicroAppsCF:CreateAPIOriginPolicyOptions"
|
|
1478
|
+
},
|
|
1479
|
+
"@pwrdrvr/microapps-cdk.IMicroApps": {
|
|
1480
|
+
"assembly": "@pwrdrvr/microapps-cdk",
|
|
1481
|
+
"docs": {
|
|
1482
|
+
"stability": "stable"
|
|
1483
|
+
},
|
|
1484
|
+
"fqn": "@pwrdrvr/microapps-cdk.IMicroApps",
|
|
1485
|
+
"kind": "interface",
|
|
1486
|
+
"locationInModule": {
|
|
1487
|
+
"filename": "src/MicroApps.ts",
|
|
1488
|
+
"line": 159
|
|
1489
|
+
},
|
|
1490
|
+
"name": "IMicroApps",
|
|
1491
|
+
"properties": [
|
|
1381
1492
|
{
|
|
1382
1493
|
"abstract": true,
|
|
1383
1494
|
"docs": {
|
|
1384
|
-
"stability": "stable"
|
|
1385
|
-
"summary": "Certificate in US-East-1 for the CloudFront distribution."
|
|
1495
|
+
"stability": "stable"
|
|
1386
1496
|
},
|
|
1387
1497
|
"immutable": true,
|
|
1388
1498
|
"locationInModule": {
|
|
1389
1499
|
"filename": "src/MicroApps.ts",
|
|
1390
|
-
"line":
|
|
1500
|
+
"line": 163
|
|
1391
1501
|
},
|
|
1392
|
-
"name": "
|
|
1502
|
+
"name": "apigwy",
|
|
1393
1503
|
"type": {
|
|
1394
|
-
"fqn": "@
|
|
1504
|
+
"fqn": "@pwrdrvr/microapps-cdk.IMicroAppsAPIGwy"
|
|
1395
1505
|
}
|
|
1396
1506
|
},
|
|
1397
1507
|
{
|
|
1398
1508
|
"abstract": true,
|
|
1399
1509
|
"docs": {
|
|
1400
|
-
"stability": "stable"
|
|
1401
|
-
"summary": "Certificate in deployed region for the API Gateway."
|
|
1510
|
+
"stability": "stable"
|
|
1402
1511
|
},
|
|
1403
1512
|
"immutable": true,
|
|
1404
1513
|
"locationInModule": {
|
|
1405
1514
|
"filename": "src/MicroApps.ts",
|
|
1406
|
-
"line":
|
|
1515
|
+
"line": 160
|
|
1407
1516
|
},
|
|
1408
|
-
"name": "
|
|
1517
|
+
"name": "cf",
|
|
1409
1518
|
"type": {
|
|
1410
|
-
"fqn": "@
|
|
1519
|
+
"fqn": "@pwrdrvr/microapps-cdk.IMicroAppsCF"
|
|
1411
1520
|
}
|
|
1412
1521
|
},
|
|
1413
1522
|
{
|
|
1414
1523
|
"abstract": true,
|
|
1415
1524
|
"docs": {
|
|
1416
|
-
"
|
|
1417
|
-
"stability": "stable",
|
|
1418
|
-
"summary": "Domain name of the zone for the edge host."
|
|
1525
|
+
"stability": "stable"
|
|
1419
1526
|
},
|
|
1420
1527
|
"immutable": true,
|
|
1421
1528
|
"locationInModule": {
|
|
1422
1529
|
"filename": "src/MicroApps.ts",
|
|
1423
|
-
"line":
|
|
1530
|
+
"line": 161
|
|
1424
1531
|
},
|
|
1425
|
-
"name": "
|
|
1532
|
+
"name": "s3",
|
|
1426
1533
|
"type": {
|
|
1427
|
-
"
|
|
1534
|
+
"fqn": "@pwrdrvr/microapps-cdk.IMicroAppsS3"
|
|
1428
1535
|
}
|
|
1429
1536
|
},
|
|
1430
1537
|
{
|
|
1431
1538
|
"abstract": true,
|
|
1432
1539
|
"docs": {
|
|
1433
|
-
"
|
|
1434
|
-
"stability": "stable",
|
|
1435
|
-
"summary": "CNAME for the CloudFront distribution."
|
|
1540
|
+
"stability": "stable"
|
|
1436
1541
|
},
|
|
1437
1542
|
"immutable": true,
|
|
1438
1543
|
"locationInModule": {
|
|
1439
1544
|
"filename": "src/MicroApps.ts",
|
|
1440
|
-
"line":
|
|
1545
|
+
"line": 162
|
|
1441
1546
|
},
|
|
1442
|
-
"name": "
|
|
1547
|
+
"name": "svcs",
|
|
1443
1548
|
"type": {
|
|
1444
|
-
"
|
|
1549
|
+
"fqn": "@pwrdrvr/microapps-cdk.IMicroAppsSvcs"
|
|
1445
1550
|
}
|
|
1446
|
-
}
|
|
1551
|
+
}
|
|
1552
|
+
],
|
|
1553
|
+
"symbolId": "src/MicroApps:IMicroApps"
|
|
1554
|
+
},
|
|
1555
|
+
"@pwrdrvr/microapps-cdk.IMicroAppsAPIGwy": {
|
|
1556
|
+
"assembly": "@pwrdrvr/microapps-cdk",
|
|
1557
|
+
"docs": {
|
|
1558
|
+
"stability": "stable"
|
|
1559
|
+
},
|
|
1560
|
+
"fqn": "@pwrdrvr/microapps-cdk.IMicroAppsAPIGwy",
|
|
1561
|
+
"kind": "interface",
|
|
1562
|
+
"locationInModule": {
|
|
1563
|
+
"filename": "src/MicroAppsAPIGwy.ts",
|
|
1564
|
+
"line": 73
|
|
1565
|
+
},
|
|
1566
|
+
"name": "IMicroAppsAPIGwy",
|
|
1567
|
+
"properties": [
|
|
1447
1568
|
{
|
|
1448
1569
|
"abstract": true,
|
|
1449
1570
|
"docs": {
|
|
1450
|
-
"example": "apps-origin.pwrdrvr.com",
|
|
1451
1571
|
"stability": "stable",
|
|
1452
|
-
"summary": "
|
|
1572
|
+
"summary": "API Gateway."
|
|
1453
1573
|
},
|
|
1454
1574
|
"immutable": true,
|
|
1455
1575
|
"locationInModule": {
|
|
1456
|
-
"filename": "src/
|
|
1457
|
-
"line":
|
|
1576
|
+
"filename": "src/MicroAppsAPIGwy.ts",
|
|
1577
|
+
"line": 82
|
|
1458
1578
|
},
|
|
1459
|
-
"name": "
|
|
1579
|
+
"name": "httpApi",
|
|
1460
1580
|
"type": {
|
|
1461
|
-
"
|
|
1581
|
+
"fqn": "@aws-cdk/aws-apigatewayv2.HttpApi"
|
|
1462
1582
|
}
|
|
1463
1583
|
},
|
|
1464
1584
|
{
|
|
1465
1585
|
"abstract": true,
|
|
1466
1586
|
"docs": {
|
|
1467
1587
|
"stability": "stable",
|
|
1468
|
-
"summary": "
|
|
1588
|
+
"summary": "Domain Name applied to API Gateway origin."
|
|
1469
1589
|
},
|
|
1470
1590
|
"immutable": true,
|
|
1471
1591
|
"locationInModule": {
|
|
1472
|
-
"filename": "src/
|
|
1473
|
-
"line":
|
|
1592
|
+
"filename": "src/MicroAppsAPIGwy.ts",
|
|
1593
|
+
"line": 77
|
|
1474
1594
|
},
|
|
1475
|
-
"name": "
|
|
1595
|
+
"name": "dnAppsOrigin",
|
|
1596
|
+
"optional": true,
|
|
1476
1597
|
"type": {
|
|
1477
|
-
"
|
|
1598
|
+
"fqn": "@aws-cdk/aws-apigatewayv2.IDomainName"
|
|
1478
1599
|
}
|
|
1479
|
-
}
|
|
1600
|
+
}
|
|
1601
|
+
],
|
|
1602
|
+
"symbolId": "src/MicroAppsAPIGwy:IMicroAppsAPIGwy"
|
|
1603
|
+
},
|
|
1604
|
+
"@pwrdrvr/microapps-cdk.IMicroAppsCF": {
|
|
1605
|
+
"assembly": "@pwrdrvr/microapps-cdk",
|
|
1606
|
+
"docs": {
|
|
1607
|
+
"stability": "stable"
|
|
1608
|
+
},
|
|
1609
|
+
"fqn": "@pwrdrvr/microapps-cdk.IMicroAppsCF",
|
|
1610
|
+
"kind": "interface",
|
|
1611
|
+
"locationInModule": {
|
|
1612
|
+
"filename": "src/MicroAppsCF.ts",
|
|
1613
|
+
"line": 12
|
|
1614
|
+
},
|
|
1615
|
+
"name": "IMicroAppsCF",
|
|
1616
|
+
"properties": [
|
|
1480
1617
|
{
|
|
1481
1618
|
"abstract": true,
|
|
1482
1619
|
"docs": {
|
|
1483
|
-
"
|
|
1484
|
-
"stability": "stable",
|
|
1485
|
-
"summary": "Name of the zone in R53 to add records to."
|
|
1620
|
+
"stability": "stable"
|
|
1486
1621
|
},
|
|
1487
1622
|
"immutable": true,
|
|
1488
1623
|
"locationInModule": {
|
|
1489
|
-
"filename": "src/
|
|
1490
|
-
"line":
|
|
1624
|
+
"filename": "src/MicroAppsCF.ts",
|
|
1625
|
+
"line": 13
|
|
1491
1626
|
},
|
|
1492
|
-
"name": "
|
|
1627
|
+
"name": "cloudFrontDistro",
|
|
1493
1628
|
"type": {
|
|
1494
|
-
"
|
|
1629
|
+
"fqn": "@aws-cdk/aws-cloudfront.Distribution"
|
|
1495
1630
|
}
|
|
1496
|
-
}
|
|
1631
|
+
}
|
|
1632
|
+
],
|
|
1633
|
+
"symbolId": "src/MicroAppsCF:IMicroAppsCF"
|
|
1634
|
+
},
|
|
1635
|
+
"@pwrdrvr/microapps-cdk.IMicroAppsS3": {
|
|
1636
|
+
"assembly": "@pwrdrvr/microapps-cdk",
|
|
1637
|
+
"docs": {
|
|
1638
|
+
"stability": "stable"
|
|
1639
|
+
},
|
|
1640
|
+
"fqn": "@pwrdrvr/microapps-cdk.IMicroAppsS3",
|
|
1641
|
+
"kind": "interface",
|
|
1642
|
+
"locationInModule": {
|
|
1643
|
+
"filename": "src/MicroAppsS3.ts",
|
|
1644
|
+
"line": 6
|
|
1645
|
+
},
|
|
1646
|
+
"name": "IMicroAppsS3",
|
|
1647
|
+
"properties": [
|
|
1497
1648
|
{
|
|
1498
1649
|
"abstract": true,
|
|
1499
1650
|
"docs": {
|
|
1500
|
-
"example": "us-east-2",
|
|
1501
1651
|
"stability": "stable",
|
|
1502
|
-
"summary": "
|
|
1652
|
+
"summary": "S3 bucket for deployed applications."
|
|
1503
1653
|
},
|
|
1504
1654
|
"immutable": true,
|
|
1505
1655
|
"locationInModule": {
|
|
1506
|
-
"filename": "src/
|
|
1507
|
-
"line":
|
|
1656
|
+
"filename": "src/MicroAppsS3.ts",
|
|
1657
|
+
"line": 10
|
|
1508
1658
|
},
|
|
1509
|
-
"name": "
|
|
1659
|
+
"name": "bucketApps",
|
|
1510
1660
|
"type": {
|
|
1511
|
-
"
|
|
1661
|
+
"fqn": "@aws-cdk/aws-s3.IBucket"
|
|
1512
1662
|
}
|
|
1513
1663
|
},
|
|
1514
1664
|
{
|
|
1515
1665
|
"abstract": true,
|
|
1516
1666
|
"docs": {
|
|
1517
|
-
"default": "- none",
|
|
1518
1667
|
"stability": "stable",
|
|
1519
|
-
"summary": "
|
|
1668
|
+
"summary": "CloudFront Origin Access Identity for the deployed applications bucket."
|
|
1520
1669
|
},
|
|
1521
1670
|
"immutable": true,
|
|
1522
1671
|
"locationInModule": {
|
|
1523
|
-
"filename": "src/
|
|
1524
|
-
"line":
|
|
1672
|
+
"filename": "src/MicroAppsS3.ts",
|
|
1673
|
+
"line": 15
|
|
1525
1674
|
},
|
|
1526
|
-
"name": "
|
|
1527
|
-
"optional": true,
|
|
1675
|
+
"name": "bucketAppsOAI",
|
|
1528
1676
|
"type": {
|
|
1529
|
-
"
|
|
1677
|
+
"fqn": "@aws-cdk/aws-cloudfront.OriginAccessIdentity"
|
|
1530
1678
|
}
|
|
1531
1679
|
},
|
|
1532
1680
|
{
|
|
1533
1681
|
"abstract": true,
|
|
1534
1682
|
"docs": {
|
|
1535
|
-
"default": "false",
|
|
1536
1683
|
"stability": "stable",
|
|
1537
|
-
"summary": "
|
|
1684
|
+
"summary": "CloudFront Origin for the deployed applications bucket."
|
|
1538
1685
|
},
|
|
1539
1686
|
"immutable": true,
|
|
1540
1687
|
"locationInModule": {
|
|
1541
|
-
"filename": "src/
|
|
1542
|
-
"line":
|
|
1688
|
+
"filename": "src/MicroAppsS3.ts",
|
|
1689
|
+
"line": 20
|
|
1543
1690
|
},
|
|
1544
|
-
"name": "
|
|
1545
|
-
"optional": true,
|
|
1691
|
+
"name": "bucketAppsOrigin",
|
|
1546
1692
|
"type": {
|
|
1547
|
-
"
|
|
1693
|
+
"fqn": "@aws-cdk/aws-cloudfront-origins.S3Origin"
|
|
1548
1694
|
}
|
|
1549
1695
|
},
|
|
1550
1696
|
{
|
|
1551
1697
|
"abstract": true,
|
|
1552
1698
|
"docs": {
|
|
1553
|
-
"example": "[ 'AROA1234567890123' ]",
|
|
1554
|
-
"remarks": "AROAs of the IAM Role to exclude from the DENY rules on the S3 Bucket Policy.\nThis allows sessions that assume the IAM Role to be excluded from the\nDENY rules on the S3 Bucket Policy.\n\nTypically any admin roles / users that need to view or manage the S3 Bucket\nwould be added to this list.\n\nRoles / users that are used directly, not assumed, can be added to `s3PolicyBypassRoleNames` instead.\n\nNote: This AROA must be specified to prevent this policy from locking\nout non-root sessions that have assumed the admin role.\n\nThe notPrincipals will only match the role name exactly and will not match\nany session that has assumed the role since notPrincipals does not allow\nwildcard matches and does not do wildcard matches implicitly either.\n\nThe AROA must be used because there are only 3 Principal variables available:\n https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_variables.html#principaltable\n aws:username, aws:userid, aws:PrincipalTag\n\nFor an assumed role, aws:username is blank, aws:userid is:\n [unique id AKA AROA for Role]:[session name]\n\nTable of unique ID prefixes such as AROA:\n https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.html#identifiers-prefixes\n\nThe name of the role is simply not available for an assumed role and, if it was,\na complicated comparison would be requierd to prevent exclusion\nof applying the Deny Rule to roles from other accounts.\n\nTo get the AROA with the AWS CLI:\n aws iam get-role --role-name ROLE-NAME\n aws iam get-user -–user-name USER-NAME",
|
|
1555
|
-
"see": "s3StrictBucketPolicy",
|
|
1556
1699
|
"stability": "stable",
|
|
1557
|
-
"summary": "
|
|
1700
|
+
"summary": "S3 bucket for staged applications (prior to deploy)."
|
|
1558
1701
|
},
|
|
1559
1702
|
"immutable": true,
|
|
1560
1703
|
"locationInModule": {
|
|
1561
|
-
"filename": "src/
|
|
1562
|
-
"line":
|
|
1704
|
+
"filename": "src/MicroAppsS3.ts",
|
|
1705
|
+
"line": 25
|
|
1563
1706
|
},
|
|
1564
|
-
"name": "
|
|
1565
|
-
"optional": true,
|
|
1707
|
+
"name": "bucketAppsStaging",
|
|
1566
1708
|
"type": {
|
|
1567
|
-
"
|
|
1568
|
-
"elementtype": {
|
|
1569
|
-
"primitive": "string"
|
|
1570
|
-
},
|
|
1571
|
-
"kind": "array"
|
|
1572
|
-
}
|
|
1709
|
+
"fqn": "@aws-cdk/aws-s3.IBucket"
|
|
1573
1710
|
}
|
|
1574
1711
|
},
|
|
1575
1712
|
{
|
|
1576
1713
|
"abstract": true,
|
|
1577
1714
|
"docs": {
|
|
1578
|
-
"example": "['arn:aws:iam::1234567890123:role/AdminAccess', 'arn:aws:iam::1234567890123:user/MyAdminUser']",
|
|
1579
|
-
"remarks": "IAM Role or IAM User names to exclude from the DENY rules on the S3 Bucket Policy.\n\nRoles that are Assumed must instead have their AROA added to `s3PolicyBypassAROAs`.\n\nTypically any admin roles / users that need to view or manage the S3 Bucket\nwould be added to this list.",
|
|
1580
|
-
"see": "s3PolicyBypassAROAs",
|
|
1581
1715
|
"stability": "stable",
|
|
1582
|
-
"summary": "
|
|
1716
|
+
"summary": "S3 bucket for CloudFront logs."
|
|
1583
1717
|
},
|
|
1584
1718
|
"immutable": true,
|
|
1585
1719
|
"locationInModule": {
|
|
1586
|
-
"filename": "src/
|
|
1587
|
-
"line":
|
|
1720
|
+
"filename": "src/MicroAppsS3.ts",
|
|
1721
|
+
"line": 30
|
|
1588
1722
|
},
|
|
1589
|
-
"name": "
|
|
1590
|
-
"optional": true,
|
|
1723
|
+
"name": "bucketLogs",
|
|
1591
1724
|
"type": {
|
|
1592
|
-
"
|
|
1593
|
-
"elementtype": {
|
|
1594
|
-
"primitive": "string"
|
|
1595
|
-
},
|
|
1596
|
-
"kind": "array"
|
|
1597
|
-
}
|
|
1725
|
+
"fqn": "@aws-cdk/aws-s3.IBucket"
|
|
1598
1726
|
}
|
|
1599
|
-
}
|
|
1600
|
-
|
|
1727
|
+
}
|
|
1728
|
+
],
|
|
1729
|
+
"symbolId": "src/MicroAppsS3:IMicroAppsS3"
|
|
1730
|
+
},
|
|
1731
|
+
"@pwrdrvr/microapps-cdk.IMicroAppsSvcs": {
|
|
1732
|
+
"assembly": "@pwrdrvr/microapps-cdk",
|
|
1733
|
+
"docs": {
|
|
1734
|
+
"stability": "stable"
|
|
1735
|
+
},
|
|
1736
|
+
"fqn": "@pwrdrvr/microapps-cdk.IMicroAppsSvcs",
|
|
1737
|
+
"kind": "interface",
|
|
1738
|
+
"locationInModule": {
|
|
1739
|
+
"filename": "src/MicroAppsSvcs.ts",
|
|
1740
|
+
"line": 75
|
|
1741
|
+
},
|
|
1742
|
+
"name": "IMicroAppsSvcs",
|
|
1743
|
+
"properties": [
|
|
1744
|
+
{
|
|
1601
1745
|
"abstract": true,
|
|
1602
1746
|
"docs": {
|
|
1603
|
-
"default": "false",
|
|
1604
|
-
"remarks": "This setting should be used when applications are less than\nfully trusted.",
|
|
1605
1747
|
"stability": "stable",
|
|
1606
|
-
"summary": "
|
|
1748
|
+
"summary": "Lambda function for the Deployer."
|
|
1749
|
+
},
|
|
1750
|
+
"immutable": true,
|
|
1751
|
+
"locationInModule": {
|
|
1752
|
+
"filename": "src/MicroAppsSvcs.ts",
|
|
1753
|
+
"line": 84
|
|
1754
|
+
},
|
|
1755
|
+
"name": "deployerFunc",
|
|
1756
|
+
"type": {
|
|
1757
|
+
"fqn": "@aws-cdk/aws-lambda.IFunction"
|
|
1758
|
+
}
|
|
1759
|
+
},
|
|
1760
|
+
{
|
|
1761
|
+
"abstract": true,
|
|
1762
|
+
"docs": {
|
|
1763
|
+
"stability": "stable",
|
|
1764
|
+
"summary": "DynamoDB table used by Router, Deployer, and Release console app."
|
|
1765
|
+
},
|
|
1766
|
+
"immutable": true,
|
|
1767
|
+
"locationInModule": {
|
|
1768
|
+
"filename": "src/MicroAppsSvcs.ts",
|
|
1769
|
+
"line": 79
|
|
1770
|
+
},
|
|
1771
|
+
"name": "table",
|
|
1772
|
+
"type": {
|
|
1773
|
+
"fqn": "@aws-cdk/aws-dynamodb.ITable"
|
|
1774
|
+
}
|
|
1775
|
+
}
|
|
1776
|
+
],
|
|
1777
|
+
"symbolId": "src/MicroAppsSvcs:IMicroAppsSvcs"
|
|
1778
|
+
},
|
|
1779
|
+
"@pwrdrvr/microapps-cdk.MicroApps": {
|
|
1780
|
+
"assembly": "@pwrdrvr/microapps-cdk",
|
|
1781
|
+
"base": "@aws-cdk/core.Construct",
|
|
1782
|
+
"docs": {
|
|
1783
|
+
"stability": "stable",
|
|
1784
|
+
"summary": "Application deployment and runtime environment."
|
|
1785
|
+
},
|
|
1786
|
+
"fqn": "@pwrdrvr/microapps-cdk.MicroApps",
|
|
1787
|
+
"initializer": {
|
|
1788
|
+
"docs": {
|
|
1789
|
+
"remarks": "This is the \"Easy Button\" construct to get started as quickly as possible.",
|
|
1790
|
+
"stability": "stable",
|
|
1791
|
+
"summary": "MicroApps - Create entire stack of CloudFront, S3, API Gateway, and Lambda Functions."
|
|
1792
|
+
},
|
|
1793
|
+
"locationInModule": {
|
|
1794
|
+
"filename": "src/MicroApps.ts",
|
|
1795
|
+
"line": 198
|
|
1796
|
+
},
|
|
1797
|
+
"parameters": [
|
|
1798
|
+
{
|
|
1799
|
+
"name": "scope",
|
|
1800
|
+
"type": {
|
|
1801
|
+
"fqn": "@aws-cdk/core.Construct"
|
|
1802
|
+
}
|
|
1803
|
+
},
|
|
1804
|
+
{
|
|
1805
|
+
"name": "id",
|
|
1806
|
+
"type": {
|
|
1807
|
+
"primitive": "string"
|
|
1808
|
+
}
|
|
1809
|
+
},
|
|
1810
|
+
{
|
|
1811
|
+
"name": "props",
|
|
1812
|
+
"optional": true,
|
|
1813
|
+
"type": {
|
|
1814
|
+
"fqn": "@pwrdrvr/microapps-cdk.MicroAppsProps"
|
|
1815
|
+
}
|
|
1816
|
+
}
|
|
1817
|
+
]
|
|
1818
|
+
},
|
|
1819
|
+
"interfaces": [
|
|
1820
|
+
"@pwrdrvr/microapps-cdk.IMicroApps"
|
|
1821
|
+
],
|
|
1822
|
+
"kind": "class",
|
|
1823
|
+
"locationInModule": {
|
|
1824
|
+
"filename": "src/MicroApps.ts",
|
|
1825
|
+
"line": 169
|
|
1826
|
+
},
|
|
1827
|
+
"name": "MicroApps",
|
|
1828
|
+
"properties": [
|
|
1829
|
+
{
|
|
1830
|
+
"docs": {
|
|
1831
|
+
"stability": "stable"
|
|
1607
1832
|
},
|
|
1608
1833
|
"immutable": true,
|
|
1609
1834
|
"locationInModule": {
|
|
1610
1835
|
"filename": "src/MicroApps.ts",
|
|
1611
|
-
"line":
|
|
1836
|
+
"line": 181
|
|
1837
|
+
},
|
|
1838
|
+
"name": "apigwy",
|
|
1839
|
+
"overrides": "@pwrdrvr/microapps-cdk.IMicroApps",
|
|
1840
|
+
"type": {
|
|
1841
|
+
"fqn": "@pwrdrvr/microapps-cdk.IMicroAppsAPIGwy"
|
|
1842
|
+
}
|
|
1843
|
+
},
|
|
1844
|
+
{
|
|
1845
|
+
"docs": {
|
|
1846
|
+
"stability": "stable"
|
|
1847
|
+
},
|
|
1848
|
+
"immutable": true,
|
|
1849
|
+
"locationInModule": {
|
|
1850
|
+
"filename": "src/MicroApps.ts",
|
|
1851
|
+
"line": 171
|
|
1852
|
+
},
|
|
1853
|
+
"name": "cf",
|
|
1854
|
+
"overrides": "@pwrdrvr/microapps-cdk.IMicroApps",
|
|
1855
|
+
"type": {
|
|
1856
|
+
"fqn": "@pwrdrvr/microapps-cdk.IMicroAppsCF"
|
|
1857
|
+
}
|
|
1858
|
+
},
|
|
1859
|
+
{
|
|
1860
|
+
"docs": {
|
|
1861
|
+
"stability": "stable"
|
|
1862
|
+
},
|
|
1863
|
+
"immutable": true,
|
|
1864
|
+
"locationInModule": {
|
|
1865
|
+
"filename": "src/MicroApps.ts",
|
|
1866
|
+
"line": 176
|
|
1867
|
+
},
|
|
1868
|
+
"name": "s3",
|
|
1869
|
+
"overrides": "@pwrdrvr/microapps-cdk.IMicroApps",
|
|
1870
|
+
"type": {
|
|
1871
|
+
"fqn": "@pwrdrvr/microapps-cdk.IMicroAppsS3"
|
|
1872
|
+
}
|
|
1873
|
+
},
|
|
1874
|
+
{
|
|
1875
|
+
"docs": {
|
|
1876
|
+
"stability": "stable"
|
|
1877
|
+
},
|
|
1878
|
+
"immutable": true,
|
|
1879
|
+
"locationInModule": {
|
|
1880
|
+
"filename": "src/MicroApps.ts",
|
|
1881
|
+
"line": 186
|
|
1882
|
+
},
|
|
1883
|
+
"name": "svcs",
|
|
1884
|
+
"overrides": "@pwrdrvr/microapps-cdk.IMicroApps",
|
|
1885
|
+
"type": {
|
|
1886
|
+
"fqn": "@pwrdrvr/microapps-cdk.IMicroAppsSvcs"
|
|
1887
|
+
}
|
|
1888
|
+
}
|
|
1889
|
+
],
|
|
1890
|
+
"symbolId": "src/MicroApps:MicroApps"
|
|
1891
|
+
},
|
|
1892
|
+
"@pwrdrvr/microapps-cdk.MicroAppsAPIGwy": {
|
|
1893
|
+
"assembly": "@pwrdrvr/microapps-cdk",
|
|
1894
|
+
"base": "@aws-cdk/core.Construct",
|
|
1895
|
+
"docs": {
|
|
1896
|
+
"stability": "stable"
|
|
1897
|
+
},
|
|
1898
|
+
"fqn": "@pwrdrvr/microapps-cdk.MicroAppsAPIGwy",
|
|
1899
|
+
"initializer": {
|
|
1900
|
+
"docs": {
|
|
1901
|
+
"stability": "stable",
|
|
1902
|
+
"summary": "MicroApps - Create just API Gateway."
|
|
1903
|
+
},
|
|
1904
|
+
"locationInModule": {
|
|
1905
|
+
"filename": "src/MicroAppsAPIGwy.ts",
|
|
1906
|
+
"line": 102
|
|
1907
|
+
},
|
|
1908
|
+
"parameters": [
|
|
1909
|
+
{
|
|
1910
|
+
"name": "scope",
|
|
1911
|
+
"type": {
|
|
1912
|
+
"fqn": "@aws-cdk/core.Construct"
|
|
1913
|
+
}
|
|
1914
|
+
},
|
|
1915
|
+
{
|
|
1916
|
+
"name": "id",
|
|
1917
|
+
"type": {
|
|
1918
|
+
"primitive": "string"
|
|
1919
|
+
}
|
|
1920
|
+
},
|
|
1921
|
+
{
|
|
1922
|
+
"name": "props",
|
|
1923
|
+
"optional": true,
|
|
1924
|
+
"type": {
|
|
1925
|
+
"fqn": "@pwrdrvr/microapps-cdk.MicroAppsAPIGwyProps"
|
|
1926
|
+
}
|
|
1927
|
+
}
|
|
1928
|
+
]
|
|
1929
|
+
},
|
|
1930
|
+
"interfaces": [
|
|
1931
|
+
"@pwrdrvr/microapps-cdk.IMicroAppsAPIGwy"
|
|
1932
|
+
],
|
|
1933
|
+
"kind": "class",
|
|
1934
|
+
"locationInModule": {
|
|
1935
|
+
"filename": "src/MicroAppsAPIGwy.ts",
|
|
1936
|
+
"line": 85
|
|
1937
|
+
},
|
|
1938
|
+
"name": "MicroAppsAPIGwy",
|
|
1939
|
+
"properties": [
|
|
1940
|
+
{
|
|
1941
|
+
"docs": {
|
|
1942
|
+
"stability": "stable",
|
|
1943
|
+
"summary": "API Gateway."
|
|
1944
|
+
},
|
|
1945
|
+
"immutable": true,
|
|
1946
|
+
"locationInModule": {
|
|
1947
|
+
"filename": "src/MicroAppsAPIGwy.ts",
|
|
1948
|
+
"line": 92
|
|
1949
|
+
},
|
|
1950
|
+
"name": "httpApi",
|
|
1951
|
+
"overrides": "@pwrdrvr/microapps-cdk.IMicroAppsAPIGwy",
|
|
1952
|
+
"type": {
|
|
1953
|
+
"fqn": "@aws-cdk/aws-apigatewayv2.HttpApi"
|
|
1954
|
+
}
|
|
1955
|
+
},
|
|
1956
|
+
{
|
|
1957
|
+
"docs": {
|
|
1958
|
+
"stability": "stable",
|
|
1959
|
+
"summary": "Domain Name applied to API Gateway origin."
|
|
1960
|
+
},
|
|
1961
|
+
"immutable": true,
|
|
1962
|
+
"locationInModule": {
|
|
1963
|
+
"filename": "src/MicroAppsAPIGwy.ts",
|
|
1964
|
+
"line": 87
|
|
1965
|
+
},
|
|
1966
|
+
"name": "dnAppsOrigin",
|
|
1967
|
+
"optional": true,
|
|
1968
|
+
"overrides": "@pwrdrvr/microapps-cdk.IMicroAppsAPIGwy",
|
|
1969
|
+
"type": {
|
|
1970
|
+
"fqn": "@aws-cdk/aws-apigatewayv2.IDomainName"
|
|
1971
|
+
}
|
|
1972
|
+
}
|
|
1973
|
+
],
|
|
1974
|
+
"symbolId": "src/MicroAppsAPIGwy:MicroAppsAPIGwy"
|
|
1975
|
+
},
|
|
1976
|
+
"@pwrdrvr/microapps-cdk.MicroAppsAPIGwyProps": {
|
|
1977
|
+
"assembly": "@pwrdrvr/microapps-cdk",
|
|
1978
|
+
"datatype": true,
|
|
1979
|
+
"docs": {
|
|
1980
|
+
"stability": "stable"
|
|
1981
|
+
},
|
|
1982
|
+
"fqn": "@pwrdrvr/microapps-cdk.MicroAppsAPIGwyProps",
|
|
1983
|
+
"kind": "interface",
|
|
1984
|
+
"locationInModule": {
|
|
1985
|
+
"filename": "src/MicroAppsAPIGwy.ts",
|
|
1986
|
+
"line": 9
|
|
1987
|
+
},
|
|
1988
|
+
"name": "MicroAppsAPIGwyProps",
|
|
1989
|
+
"properties": [
|
|
1990
|
+
{
|
|
1991
|
+
"abstract": true,
|
|
1992
|
+
"docs": {
|
|
1993
|
+
"default": "- resource names auto assigned",
|
|
1994
|
+
"example": "microapps",
|
|
1995
|
+
"stability": "stable",
|
|
1996
|
+
"summary": "Optional asset name root."
|
|
1997
|
+
},
|
|
1998
|
+
"immutable": true,
|
|
1999
|
+
"locationInModule": {
|
|
2000
|
+
"filename": "src/MicroAppsAPIGwy.ts",
|
|
2001
|
+
"line": 41
|
|
2002
|
+
},
|
|
2003
|
+
"name": "assetNameRoot",
|
|
2004
|
+
"optional": true,
|
|
2005
|
+
"type": {
|
|
2006
|
+
"primitive": "string"
|
|
2007
|
+
}
|
|
2008
|
+
},
|
|
2009
|
+
{
|
|
2010
|
+
"abstract": true,
|
|
2011
|
+
"docs": {
|
|
2012
|
+
"default": "none",
|
|
2013
|
+
"example": "-dev-pr-12",
|
|
2014
|
+
"stability": "stable",
|
|
2015
|
+
"summary": "Optional asset name suffix."
|
|
2016
|
+
},
|
|
2017
|
+
"immutable": true,
|
|
2018
|
+
"locationInModule": {
|
|
2019
|
+
"filename": "src/MicroAppsAPIGwy.ts",
|
|
2020
|
+
"line": 49
|
|
2021
|
+
},
|
|
2022
|
+
"name": "assetNameSuffix",
|
|
2023
|
+
"optional": true,
|
|
2024
|
+
"type": {
|
|
2025
|
+
"primitive": "string"
|
|
2026
|
+
}
|
|
2027
|
+
},
|
|
2028
|
+
{
|
|
2029
|
+
"abstract": true,
|
|
2030
|
+
"docs": {
|
|
2031
|
+
"default": "none",
|
|
2032
|
+
"stability": "stable",
|
|
2033
|
+
"summary": "Optional local region ACM certificate to use for API Gateway Note: required when using a custom domain."
|
|
2034
|
+
},
|
|
2035
|
+
"immutable": true,
|
|
2036
|
+
"locationInModule": {
|
|
2037
|
+
"filename": "src/MicroAppsAPIGwy.ts",
|
|
2038
|
+
"line": 57
|
|
2039
|
+
},
|
|
2040
|
+
"name": "certOrigin",
|
|
2041
|
+
"optional": true,
|
|
2042
|
+
"type": {
|
|
2043
|
+
"fqn": "@aws-cdk/aws-certificatemanager.ICertificate"
|
|
2044
|
+
}
|
|
2045
|
+
},
|
|
2046
|
+
{
|
|
2047
|
+
"abstract": true,
|
|
2048
|
+
"docs": {
|
|
2049
|
+
"default": "auto-assigned",
|
|
2050
|
+
"example": "apps.pwrdrvr.com",
|
|
2051
|
+
"stability": "stable",
|
|
2052
|
+
"summary": "CloudFront edge domain name."
|
|
2053
|
+
},
|
|
2054
|
+
"immutable": true,
|
|
2055
|
+
"locationInModule": {
|
|
2056
|
+
"filename": "src/MicroAppsAPIGwy.ts",
|
|
2057
|
+
"line": 25
|
|
2058
|
+
},
|
|
2059
|
+
"name": "domainNameEdge",
|
|
2060
|
+
"optional": true,
|
|
2061
|
+
"type": {
|
|
2062
|
+
"primitive": "string"
|
|
2063
|
+
}
|
|
2064
|
+
},
|
|
2065
|
+
{
|
|
2066
|
+
"abstract": true,
|
|
2067
|
+
"docs": {
|
|
2068
|
+
"default": "auto-assigned",
|
|
2069
|
+
"example": "apps-origin.pwrdrvr.com",
|
|
2070
|
+
"stability": "stable",
|
|
2071
|
+
"summary": "API Gateway origin domain name."
|
|
2072
|
+
},
|
|
2073
|
+
"immutable": true,
|
|
2074
|
+
"locationInModule": {
|
|
2075
|
+
"filename": "src/MicroAppsAPIGwy.ts",
|
|
2076
|
+
"line": 33
|
|
2077
|
+
},
|
|
2078
|
+
"name": "domainNameOrigin",
|
|
2079
|
+
"optional": true,
|
|
2080
|
+
"type": {
|
|
2081
|
+
"primitive": "string"
|
|
2082
|
+
}
|
|
2083
|
+
},
|
|
2084
|
+
{
|
|
2085
|
+
"abstract": true,
|
|
2086
|
+
"docs": {
|
|
2087
|
+
"stability": "stable",
|
|
2088
|
+
"summary": "Route53 zone in which to create optional `domainNameEdge` record."
|
|
2089
|
+
},
|
|
2090
|
+
"immutable": true,
|
|
2091
|
+
"locationInModule": {
|
|
2092
|
+
"filename": "src/MicroAppsAPIGwy.ts",
|
|
2093
|
+
"line": 62
|
|
2094
|
+
},
|
|
2095
|
+
"name": "r53Zone",
|
|
2096
|
+
"optional": true,
|
|
2097
|
+
"type": {
|
|
2098
|
+
"fqn": "@aws-cdk/aws-route53.IHostedZone"
|
|
2099
|
+
}
|
|
2100
|
+
},
|
|
2101
|
+
{
|
|
2102
|
+
"abstract": true,
|
|
2103
|
+
"docs": {
|
|
2104
|
+
"default": "- per resource default",
|
|
2105
|
+
"remarks": "Note: if set to DESTROY the S3 buckes will have `autoDeleteObjects` set to `true`",
|
|
2106
|
+
"stability": "stable",
|
|
2107
|
+
"summary": "RemovalPolicy override for child resources."
|
|
2108
|
+
},
|
|
2109
|
+
"immutable": true,
|
|
2110
|
+
"locationInModule": {
|
|
2111
|
+
"filename": "src/MicroAppsAPIGwy.ts",
|
|
2112
|
+
"line": 17
|
|
2113
|
+
},
|
|
2114
|
+
"name": "removalPolicy",
|
|
2115
|
+
"optional": true,
|
|
2116
|
+
"type": {
|
|
2117
|
+
"fqn": "@aws-cdk/core.RemovalPolicy"
|
|
2118
|
+
}
|
|
2119
|
+
},
|
|
2120
|
+
{
|
|
2121
|
+
"abstract": true,
|
|
2122
|
+
"docs": {
|
|
2123
|
+
"default": "none",
|
|
2124
|
+
"example": "dev/",
|
|
2125
|
+
"stability": "stable",
|
|
2126
|
+
"summary": "Path prefix on the root of the API Gateway Stage."
|
|
2127
|
+
},
|
|
2128
|
+
"immutable": true,
|
|
2129
|
+
"locationInModule": {
|
|
2130
|
+
"filename": "src/MicroAppsAPIGwy.ts",
|
|
2131
|
+
"line": 70
|
|
2132
|
+
},
|
|
2133
|
+
"name": "rootPathPrefix",
|
|
2134
|
+
"optional": true,
|
|
2135
|
+
"type": {
|
|
2136
|
+
"primitive": "string"
|
|
2137
|
+
}
|
|
2138
|
+
}
|
|
2139
|
+
],
|
|
2140
|
+
"symbolId": "src/MicroAppsAPIGwy:MicroAppsAPIGwyProps"
|
|
2141
|
+
},
|
|
2142
|
+
"@pwrdrvr/microapps-cdk.MicroAppsCF": {
|
|
2143
|
+
"assembly": "@pwrdrvr/microapps-cdk",
|
|
2144
|
+
"base": "@aws-cdk/core.Construct",
|
|
2145
|
+
"docs": {
|
|
2146
|
+
"stability": "stable"
|
|
2147
|
+
},
|
|
2148
|
+
"fqn": "@pwrdrvr/microapps-cdk.MicroAppsCF",
|
|
2149
|
+
"initializer": {
|
|
2150
|
+
"docs": {
|
|
2151
|
+
"stability": "stable",
|
|
2152
|
+
"summary": "MicroApps - Create just CloudFront resources."
|
|
2153
|
+
},
|
|
2154
|
+
"locationInModule": {
|
|
2155
|
+
"filename": "src/MicroAppsCF.ts",
|
|
2156
|
+
"line": 221
|
|
2157
|
+
},
|
|
2158
|
+
"parameters": [
|
|
2159
|
+
{
|
|
2160
|
+
"name": "scope",
|
|
2161
|
+
"type": {
|
|
2162
|
+
"fqn": "@aws-cdk/core.Construct"
|
|
2163
|
+
}
|
|
2164
|
+
},
|
|
2165
|
+
{
|
|
2166
|
+
"name": "id",
|
|
2167
|
+
"type": {
|
|
2168
|
+
"primitive": "string"
|
|
2169
|
+
}
|
|
2170
|
+
},
|
|
2171
|
+
{
|
|
2172
|
+
"name": "props",
|
|
2173
|
+
"type": {
|
|
2174
|
+
"fqn": "@pwrdrvr/microapps-cdk.MicroAppsCFProps"
|
|
2175
|
+
}
|
|
2176
|
+
}
|
|
2177
|
+
]
|
|
2178
|
+
},
|
|
2179
|
+
"interfaces": [
|
|
2180
|
+
"@pwrdrvr/microapps-cdk.IMicroAppsCF"
|
|
2181
|
+
],
|
|
2182
|
+
"kind": "class",
|
|
2183
|
+
"locationInModule": {
|
|
2184
|
+
"filename": "src/MicroAppsCF.ts",
|
|
2185
|
+
"line": 111
|
|
2186
|
+
},
|
|
2187
|
+
"methods": [
|
|
2188
|
+
{
|
|
2189
|
+
"docs": {
|
|
2190
|
+
"stability": "stable",
|
|
2191
|
+
"summary": "Add API Gateway and S3 routes to an existing CloudFront Distribution."
|
|
2192
|
+
},
|
|
2193
|
+
"locationInModule": {
|
|
2194
|
+
"filename": "src/MicroAppsCF.ts",
|
|
2195
|
+
"line": 165
|
|
2196
|
+
},
|
|
2197
|
+
"name": "addRoutes",
|
|
2198
|
+
"parameters": [
|
|
2199
|
+
{
|
|
2200
|
+
"name": "_scope",
|
|
2201
|
+
"type": {
|
|
2202
|
+
"fqn": "@aws-cdk/core.Construct"
|
|
2203
|
+
}
|
|
2204
|
+
},
|
|
2205
|
+
{
|
|
2206
|
+
"name": "props",
|
|
2207
|
+
"type": {
|
|
2208
|
+
"fqn": "@pwrdrvr/microapps-cdk.AddRoutesOptions"
|
|
2209
|
+
}
|
|
2210
|
+
}
|
|
2211
|
+
],
|
|
2212
|
+
"static": true
|
|
2213
|
+
},
|
|
2214
|
+
{
|
|
2215
|
+
"docs": {
|
|
2216
|
+
"remarks": "If a custom domain name is NOT used for the origin then a policy\nwill be created.\n\nIf a custom domain name IS used for the origin then the ALL_VIEWER\npolicy will be returned. This policy passes the Host header to the\norigin, which is fine when using a custom domain name on the origin.",
|
|
2217
|
+
"stability": "stable",
|
|
2218
|
+
"summary": "Create or get the origin request policy."
|
|
2219
|
+
},
|
|
2220
|
+
"locationInModule": {
|
|
2221
|
+
"filename": "src/MicroAppsCF.ts",
|
|
2222
|
+
"line": 125
|
|
2223
|
+
},
|
|
2224
|
+
"name": "createAPIOriginPolicy",
|
|
2225
|
+
"parameters": [
|
|
2226
|
+
{
|
|
2227
|
+
"name": "scope",
|
|
2228
|
+
"type": {
|
|
2229
|
+
"fqn": "@aws-cdk/core.Construct"
|
|
2230
|
+
}
|
|
2231
|
+
},
|
|
2232
|
+
{
|
|
2233
|
+
"name": "props",
|
|
2234
|
+
"type": {
|
|
2235
|
+
"fqn": "@pwrdrvr/microapps-cdk.CreateAPIOriginPolicyOptions"
|
|
2236
|
+
}
|
|
2237
|
+
}
|
|
2238
|
+
],
|
|
2239
|
+
"returns": {
|
|
2240
|
+
"type": {
|
|
2241
|
+
"fqn": "@aws-cdk/aws-cloudfront.IOriginRequestPolicy"
|
|
2242
|
+
}
|
|
2243
|
+
},
|
|
2244
|
+
"static": true
|
|
2245
|
+
}
|
|
2246
|
+
],
|
|
2247
|
+
"name": "MicroAppsCF",
|
|
2248
|
+
"properties": [
|
|
2249
|
+
{
|
|
2250
|
+
"docs": {
|
|
2251
|
+
"stability": "stable"
|
|
2252
|
+
},
|
|
2253
|
+
"immutable": true,
|
|
2254
|
+
"locationInModule": {
|
|
2255
|
+
"filename": "src/MicroAppsCF.ts",
|
|
2256
|
+
"line": 211
|
|
2257
|
+
},
|
|
2258
|
+
"name": "cloudFrontDistro",
|
|
2259
|
+
"overrides": "@pwrdrvr/microapps-cdk.IMicroAppsCF",
|
|
2260
|
+
"type": {
|
|
2261
|
+
"fqn": "@aws-cdk/aws-cloudfront.Distribution"
|
|
2262
|
+
}
|
|
2263
|
+
}
|
|
2264
|
+
],
|
|
2265
|
+
"symbolId": "src/MicroAppsCF:MicroAppsCF"
|
|
2266
|
+
},
|
|
2267
|
+
"@pwrdrvr/microapps-cdk.MicroAppsCFProps": {
|
|
2268
|
+
"assembly": "@pwrdrvr/microapps-cdk",
|
|
2269
|
+
"datatype": true,
|
|
2270
|
+
"docs": {
|
|
2271
|
+
"stability": "stable"
|
|
2272
|
+
},
|
|
2273
|
+
"fqn": "@pwrdrvr/microapps-cdk.MicroAppsCFProps",
|
|
2274
|
+
"kind": "interface",
|
|
2275
|
+
"locationInModule": {
|
|
2276
|
+
"filename": "src/MicroAppsCF.ts",
|
|
2277
|
+
"line": 16
|
|
2278
|
+
},
|
|
2279
|
+
"name": "MicroAppsCFProps",
|
|
2280
|
+
"properties": [
|
|
2281
|
+
{
|
|
2282
|
+
"abstract": true,
|
|
2283
|
+
"docs": {
|
|
2284
|
+
"stability": "stable",
|
|
2285
|
+
"summary": "S3 bucket origin for deployed applications."
|
|
2286
|
+
},
|
|
2287
|
+
"immutable": true,
|
|
2288
|
+
"locationInModule": {
|
|
2289
|
+
"filename": "src/MicroAppsCF.ts",
|
|
2290
|
+
"line": 29
|
|
2291
|
+
},
|
|
2292
|
+
"name": "bucketAppsOrigin",
|
|
2293
|
+
"type": {
|
|
2294
|
+
"fqn": "@aws-cdk/aws-cloudfront-origins.S3Origin"
|
|
2295
|
+
}
|
|
2296
|
+
},
|
|
2297
|
+
{
|
|
2298
|
+
"abstract": true,
|
|
2299
|
+
"docs": {
|
|
2300
|
+
"stability": "stable",
|
|
2301
|
+
"summary": "API Gateway v2 HTTP API for apps."
|
|
2302
|
+
},
|
|
2303
|
+
"immutable": true,
|
|
2304
|
+
"locationInModule": {
|
|
2305
|
+
"filename": "src/MicroAppsCF.ts",
|
|
2306
|
+
"line": 55
|
|
2307
|
+
},
|
|
2308
|
+
"name": "httpApi",
|
|
2309
|
+
"type": {
|
|
2310
|
+
"fqn": "@aws-cdk/aws-apigatewayv2.HttpApi"
|
|
2311
|
+
}
|
|
2312
|
+
},
|
|
2313
|
+
{
|
|
2314
|
+
"abstract": true,
|
|
2315
|
+
"docs": {
|
|
2316
|
+
"default": "- resource names auto assigned",
|
|
2317
|
+
"example": "microapps",
|
|
2318
|
+
"stability": "stable",
|
|
2319
|
+
"summary": "Optional asset name root."
|
|
2320
|
+
},
|
|
2321
|
+
"immutable": true,
|
|
2322
|
+
"locationInModule": {
|
|
2323
|
+
"filename": "src/MicroAppsCF.ts",
|
|
2324
|
+
"line": 63
|
|
2325
|
+
},
|
|
2326
|
+
"name": "assetNameRoot",
|
|
2327
|
+
"optional": true,
|
|
2328
|
+
"type": {
|
|
2329
|
+
"primitive": "string"
|
|
2330
|
+
}
|
|
2331
|
+
},
|
|
2332
|
+
{
|
|
2333
|
+
"abstract": true,
|
|
2334
|
+
"docs": {
|
|
2335
|
+
"default": "none",
|
|
2336
|
+
"example": "-dev-pr-12",
|
|
2337
|
+
"stability": "stable",
|
|
2338
|
+
"summary": "Optional asset name suffix."
|
|
2339
|
+
},
|
|
2340
|
+
"immutable": true,
|
|
2341
|
+
"locationInModule": {
|
|
2342
|
+
"filename": "src/MicroAppsCF.ts",
|
|
2343
|
+
"line": 71
|
|
2344
|
+
},
|
|
2345
|
+
"name": "assetNameSuffix",
|
|
2346
|
+
"optional": true,
|
|
2347
|
+
"type": {
|
|
2348
|
+
"primitive": "string"
|
|
2349
|
+
}
|
|
2350
|
+
},
|
|
2351
|
+
{
|
|
2352
|
+
"abstract": true,
|
|
2353
|
+
"docs": {
|
|
2354
|
+
"stability": "stable",
|
|
2355
|
+
"summary": "S3 bucket for CloudFront logs."
|
|
2356
|
+
},
|
|
2357
|
+
"immutable": true,
|
|
2358
|
+
"locationInModule": {
|
|
2359
|
+
"filename": "src/MicroAppsCF.ts",
|
|
2360
|
+
"line": 34
|
|
2361
|
+
},
|
|
2362
|
+
"name": "bucketLogs",
|
|
2363
|
+
"optional": true,
|
|
2364
|
+
"type": {
|
|
2365
|
+
"fqn": "@aws-cdk/aws-s3.IBucket"
|
|
2366
|
+
}
|
|
2367
|
+
},
|
|
2368
|
+
{
|
|
2369
|
+
"abstract": true,
|
|
2370
|
+
"docs": {
|
|
2371
|
+
"stability": "stable",
|
|
2372
|
+
"summary": "ACM Certificate that covers `domainNameEdge` name."
|
|
2373
|
+
},
|
|
2374
|
+
"immutable": true,
|
|
2375
|
+
"locationInModule": {
|
|
2376
|
+
"filename": "src/MicroAppsCF.ts",
|
|
2377
|
+
"line": 76
|
|
2378
|
+
},
|
|
2379
|
+
"name": "certEdge",
|
|
2380
|
+
"optional": true,
|
|
2381
|
+
"type": {
|
|
2382
|
+
"fqn": "@aws-cdk/aws-certificatemanager.ICertificate"
|
|
2383
|
+
}
|
|
2384
|
+
},
|
|
2385
|
+
{
|
|
2386
|
+
"abstract": true,
|
|
2387
|
+
"docs": {
|
|
2388
|
+
"default": "auto-assigned",
|
|
2389
|
+
"example": "apps.pwrdrvr.com",
|
|
2390
|
+
"stability": "stable",
|
|
2391
|
+
"summary": "CloudFront Distribution domain name."
|
|
2392
|
+
},
|
|
2393
|
+
"immutable": true,
|
|
2394
|
+
"locationInModule": {
|
|
2395
|
+
"filename": "src/MicroAppsCF.ts",
|
|
2396
|
+
"line": 42
|
|
2397
|
+
},
|
|
2398
|
+
"name": "domainNameEdge",
|
|
2399
|
+
"optional": true,
|
|
2400
|
+
"type": {
|
|
2401
|
+
"primitive": "string"
|
|
2402
|
+
}
|
|
2403
|
+
},
|
|
2404
|
+
{
|
|
2405
|
+
"abstract": true,
|
|
2406
|
+
"docs": {
|
|
2407
|
+
"default": "- retrieved from httpApi, if possible",
|
|
2408
|
+
"example": "apps.pwrdrvr.com",
|
|
2409
|
+
"stability": "stable",
|
|
2410
|
+
"summary": "API Gateway custom origin domain name."
|
|
2411
|
+
},
|
|
2412
|
+
"immutable": true,
|
|
2413
|
+
"locationInModule": {
|
|
2414
|
+
"filename": "src/MicroAppsCF.ts",
|
|
2415
|
+
"line": 50
|
|
2416
|
+
},
|
|
2417
|
+
"name": "domainNameOrigin",
|
|
2418
|
+
"optional": true,
|
|
2419
|
+
"type": {
|
|
2420
|
+
"primitive": "string"
|
|
2421
|
+
}
|
|
2422
|
+
},
|
|
2423
|
+
{
|
|
2424
|
+
"abstract": true,
|
|
2425
|
+
"docs": {
|
|
2426
|
+
"stability": "stable",
|
|
2427
|
+
"summary": "Route53 zone in which to create optional `domainNameEdge` record."
|
|
2428
|
+
},
|
|
2429
|
+
"immutable": true,
|
|
2430
|
+
"locationInModule": {
|
|
2431
|
+
"filename": "src/MicroAppsCF.ts",
|
|
2432
|
+
"line": 81
|
|
2433
|
+
},
|
|
2434
|
+
"name": "r53Zone",
|
|
2435
|
+
"optional": true,
|
|
2436
|
+
"type": {
|
|
2437
|
+
"fqn": "@aws-cdk/aws-route53.IHostedZone"
|
|
2438
|
+
}
|
|
2439
|
+
},
|
|
2440
|
+
{
|
|
2441
|
+
"abstract": true,
|
|
2442
|
+
"docs": {
|
|
2443
|
+
"default": "- per resource default",
|
|
2444
|
+
"remarks": "Note: if set to DESTROY the S3 buckes will have `autoDeleteObjects` set to `true`",
|
|
2445
|
+
"stability": "stable",
|
|
2446
|
+
"summary": "RemovalPolicy override for child resources."
|
|
2447
|
+
},
|
|
2448
|
+
"immutable": true,
|
|
2449
|
+
"locationInModule": {
|
|
2450
|
+
"filename": "src/MicroAppsCF.ts",
|
|
2451
|
+
"line": 24
|
|
2452
|
+
},
|
|
2453
|
+
"name": "removalPolicy",
|
|
2454
|
+
"optional": true,
|
|
2455
|
+
"type": {
|
|
2456
|
+
"fqn": "@aws-cdk/core.RemovalPolicy"
|
|
2457
|
+
}
|
|
2458
|
+
},
|
|
2459
|
+
{
|
|
2460
|
+
"abstract": true,
|
|
2461
|
+
"docs": {
|
|
2462
|
+
"example": "dev/",
|
|
2463
|
+
"stability": "stable",
|
|
2464
|
+
"summary": "Path prefix on the root of the CloudFront distribution."
|
|
2465
|
+
},
|
|
2466
|
+
"immutable": true,
|
|
2467
|
+
"locationInModule": {
|
|
2468
|
+
"filename": "src/MicroAppsCF.ts",
|
|
2469
|
+
"line": 88
|
|
2470
|
+
},
|
|
2471
|
+
"name": "rootPathPrefix",
|
|
2472
|
+
"optional": true,
|
|
2473
|
+
"type": {
|
|
2474
|
+
"primitive": "string"
|
|
2475
|
+
}
|
|
2476
|
+
}
|
|
2477
|
+
],
|
|
2478
|
+
"symbolId": "src/MicroAppsCF:MicroAppsCFProps"
|
|
2479
|
+
},
|
|
2480
|
+
"@pwrdrvr/microapps-cdk.MicroAppsProps": {
|
|
2481
|
+
"assembly": "@pwrdrvr/microapps-cdk",
|
|
2482
|
+
"datatype": true,
|
|
2483
|
+
"docs": {
|
|
2484
|
+
"stability": "stable",
|
|
2485
|
+
"summary": "Props for MicroApps."
|
|
2486
|
+
},
|
|
2487
|
+
"fqn": "@pwrdrvr/microapps-cdk.MicroAppsProps",
|
|
2488
|
+
"kind": "interface",
|
|
2489
|
+
"locationInModule": {
|
|
2490
|
+
"filename": "src/MicroApps.ts",
|
|
2491
|
+
"line": 14
|
|
2492
|
+
},
|
|
2493
|
+
"name": "MicroAppsProps",
|
|
2494
|
+
"properties": [
|
|
2495
|
+
{
|
|
2496
|
+
"abstract": true,
|
|
2497
|
+
"docs": {
|
|
2498
|
+
"default": "dev",
|
|
2499
|
+
"stability": "stable",
|
|
2500
|
+
"summary": "Passed to NODE_ENV of Router and Deployer Lambda functions."
|
|
2501
|
+
},
|
|
2502
|
+
"immutable": true,
|
|
2503
|
+
"locationInModule": {
|
|
2504
|
+
"filename": "src/MicroApps.ts",
|
|
2505
|
+
"line": 29
|
|
2506
|
+
},
|
|
2507
|
+
"name": "appEnv",
|
|
2508
|
+
"type": {
|
|
2509
|
+
"primitive": "string"
|
|
2510
|
+
}
|
|
2511
|
+
},
|
|
2512
|
+
{
|
|
2513
|
+
"abstract": true,
|
|
2514
|
+
"docs": {
|
|
2515
|
+
"default": "- resource names auto assigned",
|
|
2516
|
+
"example": "microapps",
|
|
2517
|
+
"stability": "stable",
|
|
2518
|
+
"summary": "Optional asset name root."
|
|
2519
|
+
},
|
|
2520
|
+
"immutable": true,
|
|
2521
|
+
"locationInModule": {
|
|
2522
|
+
"filename": "src/MicroApps.ts",
|
|
2523
|
+
"line": 37
|
|
2524
|
+
},
|
|
2525
|
+
"name": "assetNameRoot",
|
|
2526
|
+
"optional": true,
|
|
2527
|
+
"type": {
|
|
2528
|
+
"primitive": "string"
|
|
2529
|
+
}
|
|
2530
|
+
},
|
|
2531
|
+
{
|
|
2532
|
+
"abstract": true,
|
|
2533
|
+
"docs": {
|
|
2534
|
+
"default": "none",
|
|
2535
|
+
"example": "-dev-pr-12",
|
|
2536
|
+
"stability": "stable",
|
|
2537
|
+
"summary": "Optional asset name suffix."
|
|
2538
|
+
},
|
|
2539
|
+
"immutable": true,
|
|
2540
|
+
"locationInModule": {
|
|
2541
|
+
"filename": "src/MicroApps.ts",
|
|
2542
|
+
"line": 45
|
|
2543
|
+
},
|
|
2544
|
+
"name": "assetNameSuffix",
|
|
2545
|
+
"optional": true,
|
|
2546
|
+
"type": {
|
|
2547
|
+
"primitive": "string"
|
|
2548
|
+
}
|
|
2549
|
+
},
|
|
2550
|
+
{
|
|
2551
|
+
"abstract": true,
|
|
2552
|
+
"docs": {
|
|
2553
|
+
"stability": "stable",
|
|
2554
|
+
"summary": "Certificate in US-East-1 for the CloudFront distribution."
|
|
2555
|
+
},
|
|
2556
|
+
"immutable": true,
|
|
2557
|
+
"locationInModule": {
|
|
2558
|
+
"filename": "src/MicroApps.ts",
|
|
2559
|
+
"line": 56
|
|
2560
|
+
},
|
|
2561
|
+
"name": "certEdge",
|
|
2562
|
+
"optional": true,
|
|
2563
|
+
"type": {
|
|
2564
|
+
"fqn": "@aws-cdk/aws-certificatemanager.ICertificate"
|
|
2565
|
+
}
|
|
2566
|
+
},
|
|
2567
|
+
{
|
|
2568
|
+
"abstract": true,
|
|
2569
|
+
"docs": {
|
|
2570
|
+
"stability": "stable",
|
|
2571
|
+
"summary": "Certificate in deployed region for the API Gateway."
|
|
2572
|
+
},
|
|
2573
|
+
"immutable": true,
|
|
2574
|
+
"locationInModule": {
|
|
2575
|
+
"filename": "src/MicroApps.ts",
|
|
2576
|
+
"line": 62
|
|
2577
|
+
},
|
|
2578
|
+
"name": "certOrigin",
|
|
2579
|
+
"optional": true,
|
|
2580
|
+
"type": {
|
|
2581
|
+
"fqn": "@aws-cdk/aws-certificatemanager.ICertificate"
|
|
2582
|
+
}
|
|
2583
|
+
},
|
|
2584
|
+
{
|
|
2585
|
+
"abstract": true,
|
|
2586
|
+
"docs": {
|
|
2587
|
+
"default": "auto-assigned",
|
|
2588
|
+
"example": "apps.pwrdrvr.com",
|
|
2589
|
+
"stability": "stable",
|
|
2590
|
+
"summary": "Optional custom domain name for the CloudFront distribution."
|
|
2591
|
+
},
|
|
2592
|
+
"immutable": true,
|
|
2593
|
+
"locationInModule": {
|
|
2594
|
+
"filename": "src/MicroApps.ts",
|
|
2595
|
+
"line": 141
|
|
2596
|
+
},
|
|
2597
|
+
"name": "domainNameEdge",
|
|
2598
|
+
"optional": true,
|
|
2599
|
+
"type": {
|
|
2600
|
+
"primitive": "string"
|
|
2601
|
+
}
|
|
2602
|
+
},
|
|
2603
|
+
{
|
|
2604
|
+
"abstract": true,
|
|
2605
|
+
"docs": {
|
|
2606
|
+
"default": "auto-assigned",
|
|
2607
|
+
"example": "apps-origin.pwrdrvr.com",
|
|
2608
|
+
"stability": "stable",
|
|
2609
|
+
"summary": "Optional custom domain name for the API Gateway HTTPv2 API."
|
|
2610
|
+
},
|
|
2611
|
+
"immutable": true,
|
|
2612
|
+
"locationInModule": {
|
|
2613
|
+
"filename": "src/MicroApps.ts",
|
|
2614
|
+
"line": 149
|
|
2615
|
+
},
|
|
2616
|
+
"name": "domainNameOrigin",
|
|
2617
|
+
"optional": true,
|
|
2618
|
+
"type": {
|
|
2619
|
+
"primitive": "string"
|
|
2620
|
+
}
|
|
2621
|
+
},
|
|
2622
|
+
{
|
|
2623
|
+
"abstract": true,
|
|
2624
|
+
"docs": {
|
|
2625
|
+
"stability": "stable",
|
|
2626
|
+
"summary": "Route53 zone in which to create optional `domainNameEdge` record."
|
|
2627
|
+
},
|
|
2628
|
+
"immutable": true,
|
|
2629
|
+
"locationInModule": {
|
|
2630
|
+
"filename": "src/MicroApps.ts",
|
|
2631
|
+
"line": 50
|
|
2632
|
+
},
|
|
2633
|
+
"name": "r53Zone",
|
|
2634
|
+
"optional": true,
|
|
2635
|
+
"type": {
|
|
2636
|
+
"fqn": "@aws-cdk/aws-route53.IHostedZone"
|
|
2637
|
+
}
|
|
2638
|
+
},
|
|
2639
|
+
{
|
|
2640
|
+
"abstract": true,
|
|
2641
|
+
"docs": {
|
|
2642
|
+
"default": "- per resource default",
|
|
2643
|
+
"remarks": "Note: if set to DESTROY the S3 buckes will have `autoDeleteObjects` set to `true`",
|
|
2644
|
+
"stability": "stable",
|
|
2645
|
+
"summary": "RemovalPolicy override for child resources."
|
|
2646
|
+
},
|
|
2647
|
+
"immutable": true,
|
|
2648
|
+
"locationInModule": {
|
|
2649
|
+
"filename": "src/MicroApps.ts",
|
|
2650
|
+
"line": 22
|
|
2651
|
+
},
|
|
2652
|
+
"name": "removalPolicy",
|
|
2653
|
+
"optional": true,
|
|
2654
|
+
"type": {
|
|
2655
|
+
"fqn": "@aws-cdk/core.RemovalPolicy"
|
|
2656
|
+
}
|
|
2657
|
+
},
|
|
2658
|
+
{
|
|
2659
|
+
"abstract": true,
|
|
2660
|
+
"docs": {
|
|
2661
|
+
"example": "dev/",
|
|
2662
|
+
"stability": "stable",
|
|
2663
|
+
"summary": "Path prefix on the root of the CloudFront distribution."
|
|
2664
|
+
},
|
|
2665
|
+
"immutable": true,
|
|
2666
|
+
"locationInModule": {
|
|
2667
|
+
"filename": "src/MicroApps.ts",
|
|
2668
|
+
"line": 156
|
|
2669
|
+
},
|
|
2670
|
+
"name": "rootPathPrefix",
|
|
2671
|
+
"optional": true,
|
|
2672
|
+
"type": {
|
|
2673
|
+
"primitive": "string"
|
|
2674
|
+
}
|
|
2675
|
+
},
|
|
2676
|
+
{
|
|
2677
|
+
"abstract": true,
|
|
2678
|
+
"docs": {
|
|
2679
|
+
"example": "[ 'AROA1234567890123' ]",
|
|
2680
|
+
"remarks": "AROAs of the IAM Role to exclude from the DENY rules on the S3 Bucket Policy.\nThis allows sessions that assume the IAM Role to be excluded from the\nDENY rules on the S3 Bucket Policy.\n\nTypically any admin roles / users that need to view or manage the S3 Bucket\nwould be added to this list.\n\nRoles / users that are used directly, not assumed, can be added to `s3PolicyBypassRoleNames` instead.\n\nNote: This AROA must be specified to prevent this policy from locking\nout non-root sessions that have assumed the admin role.\n\nThe notPrincipals will only match the role name exactly and will not match\nany session that has assumed the role since notPrincipals does not allow\nwildcard matches and does not do wildcard matches implicitly either.\n\nThe AROA must be used because there are only 3 Principal variables available:\n https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_variables.html#principaltable\n aws:username, aws:userid, aws:PrincipalTag\n\nFor an assumed role, aws:username is blank, aws:userid is:\n [unique id AKA AROA for Role]:[session name]\n\nTable of unique ID prefixes such as AROA:\n https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.html#identifiers-prefixes\n\nThe name of the role is simply not available for an assumed role and, if it was,\na complicated comparison would be requierd to prevent exclusion\nof applying the Deny Rule to roles from other accounts.\n\nTo get the AROA with the AWS CLI:\n aws iam get-role --role-name ROLE-NAME\n aws iam get-user -–user-name USER-NAME",
|
|
2681
|
+
"see": "s3StrictBucketPolicy",
|
|
2682
|
+
"stability": "stable",
|
|
2683
|
+
"summary": "Applies when using s3StrictBucketPolicy = true."
|
|
2684
|
+
},
|
|
2685
|
+
"immutable": true,
|
|
2686
|
+
"locationInModule": {
|
|
2687
|
+
"filename": "src/MicroApps.ts",
|
|
2688
|
+
"line": 133
|
|
2689
|
+
},
|
|
2690
|
+
"name": "s3PolicyBypassAROAs",
|
|
2691
|
+
"optional": true,
|
|
2692
|
+
"type": {
|
|
2693
|
+
"collection": {
|
|
2694
|
+
"elementtype": {
|
|
2695
|
+
"primitive": "string"
|
|
2696
|
+
},
|
|
2697
|
+
"kind": "array"
|
|
2698
|
+
}
|
|
2699
|
+
}
|
|
2700
|
+
},
|
|
2701
|
+
{
|
|
2702
|
+
"abstract": true,
|
|
2703
|
+
"docs": {
|
|
2704
|
+
"example": "['arn:aws:iam::1234567890123:role/AdminAccess', 'arn:aws:iam::1234567890123:user/MyAdminUser']",
|
|
2705
|
+
"remarks": "IAM Role or IAM User names to exclude from the DENY rules on the S3 Bucket Policy.\n\nRoles that are Assumed must instead have their AROA added to `s3PolicyBypassAROAs`.\n\nTypically any admin roles / users that need to view or manage the S3 Bucket\nwould be added to this list.",
|
|
2706
|
+
"see": "s3PolicyBypassAROAs",
|
|
2707
|
+
"stability": "stable",
|
|
2708
|
+
"summary": "Applies when using s3StrictBucketPolicy = true."
|
|
2709
|
+
},
|
|
2710
|
+
"immutable": true,
|
|
2711
|
+
"locationInModule": {
|
|
2712
|
+
"filename": "src/MicroApps.ts",
|
|
2713
|
+
"line": 90
|
|
2714
|
+
},
|
|
2715
|
+
"name": "s3PolicyBypassPrincipalARNs",
|
|
2716
|
+
"optional": true,
|
|
2717
|
+
"type": {
|
|
2718
|
+
"collection": {
|
|
2719
|
+
"elementtype": {
|
|
2720
|
+
"primitive": "string"
|
|
2721
|
+
},
|
|
2722
|
+
"kind": "array"
|
|
2723
|
+
}
|
|
2724
|
+
}
|
|
2725
|
+
},
|
|
2726
|
+
{
|
|
2727
|
+
"abstract": true,
|
|
2728
|
+
"docs": {
|
|
2729
|
+
"default": "false",
|
|
2730
|
+
"remarks": "This setting should be used when applications are less than\nfully trusted.",
|
|
2731
|
+
"stability": "stable",
|
|
2732
|
+
"summary": "Use a strict S3 Bucket Policy that prevents applications from reading/writing/modifying/deleting files in the S3 Bucket outside of the path that is specific to their app/version."
|
|
2733
|
+
},
|
|
2734
|
+
"immutable": true,
|
|
2735
|
+
"locationInModule": {
|
|
2736
|
+
"filename": "src/MicroApps.ts",
|
|
2737
|
+
"line": 74
|
|
2738
|
+
},
|
|
2739
|
+
"name": "s3StrictBucketPolicy",
|
|
2740
|
+
"optional": true,
|
|
2741
|
+
"type": {
|
|
2742
|
+
"primitive": "boolean"
|
|
2743
|
+
}
|
|
2744
|
+
}
|
|
2745
|
+
],
|
|
2746
|
+
"symbolId": "src/MicroApps:MicroAppsProps"
|
|
2747
|
+
},
|
|
2748
|
+
"@pwrdrvr/microapps-cdk.MicroAppsS3": {
|
|
2749
|
+
"assembly": "@pwrdrvr/microapps-cdk",
|
|
2750
|
+
"base": "@aws-cdk/core.Construct",
|
|
2751
|
+
"docs": {
|
|
2752
|
+
"stability": "stable"
|
|
2753
|
+
},
|
|
2754
|
+
"fqn": "@pwrdrvr/microapps-cdk.MicroAppsS3",
|
|
2755
|
+
"initializer": {
|
|
2756
|
+
"docs": {
|
|
2757
|
+
"stability": "stable",
|
|
2758
|
+
"summary": "MicroApps - Create just S3 resources."
|
|
2759
|
+
},
|
|
2760
|
+
"locationInModule": {
|
|
2761
|
+
"filename": "src/MicroAppsS3.ts",
|
|
2762
|
+
"line": 113
|
|
2763
|
+
},
|
|
2764
|
+
"parameters": [
|
|
2765
|
+
{
|
|
2766
|
+
"name": "scope",
|
|
2767
|
+
"type": {
|
|
2768
|
+
"fqn": "@aws-cdk/core.Construct"
|
|
2769
|
+
}
|
|
2770
|
+
},
|
|
2771
|
+
{
|
|
2772
|
+
"name": "id",
|
|
2773
|
+
"type": {
|
|
2774
|
+
"primitive": "string"
|
|
2775
|
+
}
|
|
2776
|
+
},
|
|
2777
|
+
{
|
|
2778
|
+
"name": "props",
|
|
2779
|
+
"optional": true,
|
|
2780
|
+
"type": {
|
|
2781
|
+
"fqn": "@pwrdrvr/microapps-cdk.MicroAppsS3Props"
|
|
2782
|
+
}
|
|
2783
|
+
}
|
|
2784
|
+
]
|
|
2785
|
+
},
|
|
2786
|
+
"interfaces": [
|
|
2787
|
+
"@pwrdrvr/microapps-cdk.IMicroAppsS3"
|
|
2788
|
+
],
|
|
2789
|
+
"kind": "class",
|
|
2790
|
+
"locationInModule": {
|
|
2791
|
+
"filename": "src/MicroAppsS3.ts",
|
|
2792
|
+
"line": 81
|
|
2793
|
+
},
|
|
2794
|
+
"name": "MicroAppsS3",
|
|
2795
|
+
"properties": [
|
|
2796
|
+
{
|
|
2797
|
+
"docs": {
|
|
2798
|
+
"stability": "stable",
|
|
2799
|
+
"summary": "S3 bucket for deployed applications."
|
|
2800
|
+
},
|
|
2801
|
+
"immutable": true,
|
|
2802
|
+
"locationInModule": {
|
|
2803
|
+
"filename": "src/MicroAppsS3.ts",
|
|
2804
|
+
"line": 83
|
|
2805
|
+
},
|
|
2806
|
+
"name": "bucketApps",
|
|
2807
|
+
"overrides": "@pwrdrvr/microapps-cdk.IMicroAppsS3",
|
|
2808
|
+
"type": {
|
|
2809
|
+
"fqn": "@aws-cdk/aws-s3.IBucket"
|
|
2810
|
+
}
|
|
2811
|
+
},
|
|
2812
|
+
{
|
|
2813
|
+
"docs": {
|
|
2814
|
+
"stability": "stable",
|
|
2815
|
+
"summary": "CloudFront Origin Access Identity for the deployed applications bucket."
|
|
2816
|
+
},
|
|
2817
|
+
"immutable": true,
|
|
2818
|
+
"locationInModule": {
|
|
2819
|
+
"filename": "src/MicroAppsS3.ts",
|
|
2820
|
+
"line": 88
|
|
2821
|
+
},
|
|
2822
|
+
"name": "bucketAppsOAI",
|
|
2823
|
+
"overrides": "@pwrdrvr/microapps-cdk.IMicroAppsS3",
|
|
2824
|
+
"type": {
|
|
2825
|
+
"fqn": "@aws-cdk/aws-cloudfront.OriginAccessIdentity"
|
|
2826
|
+
}
|
|
2827
|
+
},
|
|
2828
|
+
{
|
|
2829
|
+
"docs": {
|
|
2830
|
+
"stability": "stable",
|
|
2831
|
+
"summary": "CloudFront Origin for the deployed applications bucket."
|
|
2832
|
+
},
|
|
2833
|
+
"immutable": true,
|
|
2834
|
+
"locationInModule": {
|
|
2835
|
+
"filename": "src/MicroAppsS3.ts",
|
|
2836
|
+
"line": 93
|
|
2837
|
+
},
|
|
2838
|
+
"name": "bucketAppsOrigin",
|
|
2839
|
+
"overrides": "@pwrdrvr/microapps-cdk.IMicroAppsS3",
|
|
2840
|
+
"type": {
|
|
2841
|
+
"fqn": "@aws-cdk/aws-cloudfront-origins.S3Origin"
|
|
2842
|
+
}
|
|
2843
|
+
},
|
|
2844
|
+
{
|
|
2845
|
+
"docs": {
|
|
2846
|
+
"stability": "stable",
|
|
2847
|
+
"summary": "S3 bucket for staged applications (prior to deploy)."
|
|
2848
|
+
},
|
|
2849
|
+
"immutable": true,
|
|
2850
|
+
"locationInModule": {
|
|
2851
|
+
"filename": "src/MicroAppsS3.ts",
|
|
2852
|
+
"line": 98
|
|
2853
|
+
},
|
|
2854
|
+
"name": "bucketAppsStaging",
|
|
2855
|
+
"overrides": "@pwrdrvr/microapps-cdk.IMicroAppsS3",
|
|
2856
|
+
"type": {
|
|
2857
|
+
"fqn": "@aws-cdk/aws-s3.IBucket"
|
|
2858
|
+
}
|
|
2859
|
+
},
|
|
2860
|
+
{
|
|
2861
|
+
"docs": {
|
|
2862
|
+
"stability": "stable",
|
|
2863
|
+
"summary": "S3 bucket for CloudFront logs."
|
|
2864
|
+
},
|
|
2865
|
+
"immutable": true,
|
|
2866
|
+
"locationInModule": {
|
|
2867
|
+
"filename": "src/MicroAppsS3.ts",
|
|
2868
|
+
"line": 103
|
|
2869
|
+
},
|
|
2870
|
+
"name": "bucketLogs",
|
|
2871
|
+
"overrides": "@pwrdrvr/microapps-cdk.IMicroAppsS3",
|
|
2872
|
+
"type": {
|
|
2873
|
+
"fqn": "@aws-cdk/aws-s3.IBucket"
|
|
2874
|
+
}
|
|
2875
|
+
}
|
|
2876
|
+
],
|
|
2877
|
+
"symbolId": "src/MicroAppsS3:MicroAppsS3"
|
|
2878
|
+
},
|
|
2879
|
+
"@pwrdrvr/microapps-cdk.MicroAppsS3Props": {
|
|
2880
|
+
"assembly": "@pwrdrvr/microapps-cdk",
|
|
2881
|
+
"datatype": true,
|
|
2882
|
+
"docs": {
|
|
2883
|
+
"stability": "stable"
|
|
2884
|
+
},
|
|
2885
|
+
"fqn": "@pwrdrvr/microapps-cdk.MicroAppsS3Props",
|
|
2886
|
+
"kind": "interface",
|
|
2887
|
+
"locationInModule": {
|
|
2888
|
+
"filename": "src/MicroAppsS3.ts",
|
|
2889
|
+
"line": 33
|
|
2890
|
+
},
|
|
2891
|
+
"name": "MicroAppsS3Props",
|
|
2892
|
+
"properties": [
|
|
2893
|
+
{
|
|
2894
|
+
"abstract": true,
|
|
2895
|
+
"docs": {
|
|
2896
|
+
"default": "- resource names auto assigned",
|
|
2897
|
+
"example": "microapps",
|
|
2898
|
+
"stability": "stable",
|
|
2899
|
+
"summary": "Optional asset name root."
|
|
2900
|
+
},
|
|
2901
|
+
"immutable": true,
|
|
2902
|
+
"locationInModule": {
|
|
2903
|
+
"filename": "src/MicroAppsS3.ts",
|
|
2904
|
+
"line": 70
|
|
2905
|
+
},
|
|
2906
|
+
"name": "assetNameRoot",
|
|
2907
|
+
"optional": true,
|
|
2908
|
+
"type": {
|
|
2909
|
+
"primitive": "string"
|
|
2910
|
+
}
|
|
2911
|
+
},
|
|
2912
|
+
{
|
|
2913
|
+
"abstract": true,
|
|
2914
|
+
"docs": {
|
|
2915
|
+
"default": "none",
|
|
2916
|
+
"example": "-dev-pr-12",
|
|
2917
|
+
"stability": "stable",
|
|
2918
|
+
"summary": "Optional asset name suffix."
|
|
2919
|
+
},
|
|
2920
|
+
"immutable": true,
|
|
2921
|
+
"locationInModule": {
|
|
2922
|
+
"filename": "src/MicroAppsS3.ts",
|
|
2923
|
+
"line": 78
|
|
2924
|
+
},
|
|
2925
|
+
"name": "assetNameSuffix",
|
|
2926
|
+
"optional": true,
|
|
2927
|
+
"type": {
|
|
2928
|
+
"primitive": "string"
|
|
2929
|
+
}
|
|
2930
|
+
},
|
|
2931
|
+
{
|
|
2932
|
+
"abstract": true,
|
|
2933
|
+
"docs": {
|
|
2934
|
+
"default": "auto-assigned",
|
|
2935
|
+
"stability": "stable",
|
|
2936
|
+
"summary": "S3 deployed apps bucket name."
|
|
2937
|
+
},
|
|
2938
|
+
"immutable": true,
|
|
2939
|
+
"locationInModule": {
|
|
2940
|
+
"filename": "src/MicroAppsS3.ts",
|
|
2941
|
+
"line": 48
|
|
2942
|
+
},
|
|
2943
|
+
"name": "bucketAppsName",
|
|
2944
|
+
"optional": true,
|
|
2945
|
+
"type": {
|
|
2946
|
+
"primitive": "string"
|
|
2947
|
+
}
|
|
2948
|
+
},
|
|
2949
|
+
{
|
|
2950
|
+
"abstract": true,
|
|
2951
|
+
"docs": {
|
|
2952
|
+
"default": "auto-assigned",
|
|
2953
|
+
"stability": "stable",
|
|
2954
|
+
"summary": "S3 staging apps bucket name."
|
|
2955
|
+
},
|
|
2956
|
+
"immutable": true,
|
|
2957
|
+
"locationInModule": {
|
|
2958
|
+
"filename": "src/MicroAppsS3.ts",
|
|
2959
|
+
"line": 55
|
|
2960
|
+
},
|
|
2961
|
+
"name": "bucketAppsStagingName",
|
|
2962
|
+
"optional": true,
|
|
2963
|
+
"type": {
|
|
2964
|
+
"primitive": "string"
|
|
2965
|
+
}
|
|
2966
|
+
},
|
|
2967
|
+
{
|
|
2968
|
+
"abstract": true,
|
|
2969
|
+
"docs": {
|
|
2970
|
+
"default": "auto-assigned",
|
|
2971
|
+
"stability": "stable",
|
|
2972
|
+
"summary": "S3 logs bucket name."
|
|
2973
|
+
},
|
|
2974
|
+
"immutable": true,
|
|
2975
|
+
"locationInModule": {
|
|
2976
|
+
"filename": "src/MicroAppsS3.ts",
|
|
2977
|
+
"line": 62
|
|
2978
|
+
},
|
|
2979
|
+
"name": "bucketLogsName",
|
|
2980
|
+
"optional": true,
|
|
2981
|
+
"type": {
|
|
2982
|
+
"primitive": "string"
|
|
2983
|
+
}
|
|
2984
|
+
},
|
|
2985
|
+
{
|
|
2986
|
+
"abstract": true,
|
|
2987
|
+
"docs": {
|
|
2988
|
+
"default": "- per resource default",
|
|
2989
|
+
"remarks": "Note: if set to DESTROY the S3 buckes will have `autoDeleteObjects` set to `true`",
|
|
2990
|
+
"stability": "stable",
|
|
2991
|
+
"summary": "RemovalPolicy override for child resources."
|
|
2992
|
+
},
|
|
2993
|
+
"immutable": true,
|
|
2994
|
+
"locationInModule": {
|
|
2995
|
+
"filename": "src/MicroAppsS3.ts",
|
|
2996
|
+
"line": 41
|
|
2997
|
+
},
|
|
2998
|
+
"name": "removalPolicy",
|
|
2999
|
+
"optional": true,
|
|
3000
|
+
"type": {
|
|
3001
|
+
"fqn": "@aws-cdk/core.RemovalPolicy"
|
|
3002
|
+
}
|
|
3003
|
+
}
|
|
3004
|
+
],
|
|
3005
|
+
"symbolId": "src/MicroAppsS3:MicroAppsS3Props"
|
|
3006
|
+
},
|
|
3007
|
+
"@pwrdrvr/microapps-cdk.MicroAppsSvcs": {
|
|
3008
|
+
"assembly": "@pwrdrvr/microapps-cdk",
|
|
3009
|
+
"base": "@aws-cdk/core.Construct",
|
|
3010
|
+
"docs": {
|
|
3011
|
+
"stability": "stable"
|
|
3012
|
+
},
|
|
3013
|
+
"fqn": "@pwrdrvr/microapps-cdk.MicroAppsSvcs",
|
|
3014
|
+
"initializer": {
|
|
3015
|
+
"docs": {
|
|
3016
|
+
"stability": "stable",
|
|
3017
|
+
"summary": "MicroApps - Create Lambda resources, DynamoDB, and grant S3 privs."
|
|
3018
|
+
},
|
|
3019
|
+
"locationInModule": {
|
|
3020
|
+
"filename": "src/MicroAppsSvcs.ts",
|
|
3021
|
+
"line": 104
|
|
3022
|
+
},
|
|
3023
|
+
"parameters": [
|
|
3024
|
+
{
|
|
3025
|
+
"name": "scope",
|
|
3026
|
+
"type": {
|
|
3027
|
+
"fqn": "@aws-cdk/core.Construct"
|
|
3028
|
+
}
|
|
3029
|
+
},
|
|
3030
|
+
{
|
|
3031
|
+
"name": "id",
|
|
3032
|
+
"type": {
|
|
3033
|
+
"primitive": "string"
|
|
3034
|
+
}
|
|
3035
|
+
},
|
|
3036
|
+
{
|
|
3037
|
+
"name": "props",
|
|
3038
|
+
"optional": true,
|
|
3039
|
+
"type": {
|
|
3040
|
+
"fqn": "@pwrdrvr/microapps-cdk.MicroAppsSvcsProps"
|
|
3041
|
+
}
|
|
3042
|
+
}
|
|
3043
|
+
]
|
|
3044
|
+
},
|
|
3045
|
+
"interfaces": [
|
|
3046
|
+
"@pwrdrvr/microapps-cdk.IMicroAppsSvcs"
|
|
3047
|
+
],
|
|
3048
|
+
"kind": "class",
|
|
3049
|
+
"locationInModule": {
|
|
3050
|
+
"filename": "src/MicroAppsSvcs.ts",
|
|
3051
|
+
"line": 87
|
|
3052
|
+
},
|
|
3053
|
+
"name": "MicroAppsSvcs",
|
|
3054
|
+
"properties": [
|
|
3055
|
+
{
|
|
3056
|
+
"docs": {
|
|
3057
|
+
"stability": "stable",
|
|
3058
|
+
"summary": "Lambda function for the Deployer."
|
|
3059
|
+
},
|
|
3060
|
+
"immutable": true,
|
|
3061
|
+
"locationInModule": {
|
|
3062
|
+
"filename": "src/MicroAppsSvcs.ts",
|
|
3063
|
+
"line": 94
|
|
3064
|
+
},
|
|
3065
|
+
"name": "deployerFunc",
|
|
3066
|
+
"overrides": "@pwrdrvr/microapps-cdk.IMicroAppsSvcs",
|
|
3067
|
+
"type": {
|
|
3068
|
+
"fqn": "@aws-cdk/aws-lambda.IFunction"
|
|
3069
|
+
}
|
|
3070
|
+
},
|
|
3071
|
+
{
|
|
3072
|
+
"docs": {
|
|
3073
|
+
"stability": "stable",
|
|
3074
|
+
"summary": "DynamoDB table used by Router, Deployer, and Release console app."
|
|
3075
|
+
},
|
|
3076
|
+
"immutable": true,
|
|
3077
|
+
"locationInModule": {
|
|
3078
|
+
"filename": "src/MicroAppsSvcs.ts",
|
|
3079
|
+
"line": 89
|
|
3080
|
+
},
|
|
3081
|
+
"name": "table",
|
|
3082
|
+
"overrides": "@pwrdrvr/microapps-cdk.IMicroAppsSvcs",
|
|
3083
|
+
"type": {
|
|
3084
|
+
"fqn": "@aws-cdk/aws-dynamodb.ITable"
|
|
3085
|
+
}
|
|
3086
|
+
}
|
|
3087
|
+
],
|
|
3088
|
+
"symbolId": "src/MicroAppsSvcs:MicroAppsSvcs"
|
|
3089
|
+
},
|
|
3090
|
+
"@pwrdrvr/microapps-cdk.MicroAppsSvcsProps": {
|
|
3091
|
+
"assembly": "@pwrdrvr/microapps-cdk",
|
|
3092
|
+
"datatype": true,
|
|
3093
|
+
"docs": {
|
|
3094
|
+
"stability": "stable"
|
|
3095
|
+
},
|
|
3096
|
+
"fqn": "@pwrdrvr/microapps-cdk.MicroAppsSvcsProps",
|
|
3097
|
+
"kind": "interface",
|
|
3098
|
+
"locationInModule": {
|
|
3099
|
+
"filename": "src/MicroAppsSvcs.ts",
|
|
3100
|
+
"line": 14
|
|
3101
|
+
},
|
|
3102
|
+
"name": "MicroAppsSvcsProps",
|
|
3103
|
+
"properties": [
|
|
3104
|
+
{
|
|
3105
|
+
"abstract": true,
|
|
3106
|
+
"docs": {
|
|
3107
|
+
"stability": "stable"
|
|
3108
|
+
},
|
|
3109
|
+
"immutable": true,
|
|
3110
|
+
"locationInModule": {
|
|
3111
|
+
"filename": "src/MicroAppsSvcs.ts",
|
|
3112
|
+
"line": 44
|
|
3113
|
+
},
|
|
3114
|
+
"name": "appEnv",
|
|
3115
|
+
"type": {
|
|
3116
|
+
"primitive": "string"
|
|
3117
|
+
}
|
|
3118
|
+
},
|
|
3119
|
+
{
|
|
3120
|
+
"abstract": true,
|
|
3121
|
+
"docs": {
|
|
3122
|
+
"stability": "stable",
|
|
3123
|
+
"summary": "S3 bucket for deployed applications."
|
|
3124
|
+
},
|
|
3125
|
+
"immutable": true,
|
|
3126
|
+
"locationInModule": {
|
|
3127
|
+
"filename": "src/MicroAppsSvcs.ts",
|
|
3128
|
+
"line": 27
|
|
3129
|
+
},
|
|
3130
|
+
"name": "bucketApps",
|
|
3131
|
+
"type": {
|
|
3132
|
+
"fqn": "@aws-cdk/aws-s3.IBucket"
|
|
3133
|
+
}
|
|
3134
|
+
},
|
|
3135
|
+
{
|
|
3136
|
+
"abstract": true,
|
|
3137
|
+
"docs": {
|
|
3138
|
+
"stability": "stable",
|
|
3139
|
+
"summary": "CloudFront Origin Access Identity for the deployed applications bucket."
|
|
3140
|
+
},
|
|
3141
|
+
"immutable": true,
|
|
3142
|
+
"locationInModule": {
|
|
3143
|
+
"filename": "src/MicroAppsSvcs.ts",
|
|
3144
|
+
"line": 32
|
|
3145
|
+
},
|
|
3146
|
+
"name": "bucketAppsOAI",
|
|
3147
|
+
"type": {
|
|
3148
|
+
"fqn": "@aws-cdk/aws-cloudfront.OriginAccessIdentity"
|
|
3149
|
+
}
|
|
3150
|
+
},
|
|
3151
|
+
{
|
|
3152
|
+
"abstract": true,
|
|
3153
|
+
"docs": {
|
|
3154
|
+
"stability": "stable",
|
|
3155
|
+
"summary": "S3 bucket for staged applications (prior to deploy)."
|
|
3156
|
+
},
|
|
3157
|
+
"immutable": true,
|
|
3158
|
+
"locationInModule": {
|
|
3159
|
+
"filename": "src/MicroAppsSvcs.ts",
|
|
3160
|
+
"line": 37
|
|
3161
|
+
},
|
|
3162
|
+
"name": "bucketAppsStaging",
|
|
3163
|
+
"type": {
|
|
3164
|
+
"fqn": "@aws-cdk/aws-s3.IBucket"
|
|
3165
|
+
}
|
|
3166
|
+
},
|
|
3167
|
+
{
|
|
3168
|
+
"abstract": true,
|
|
3169
|
+
"docs": {
|
|
3170
|
+
"stability": "stable",
|
|
3171
|
+
"summary": "API Gateway v2 HTTP for Router and app."
|
|
3172
|
+
},
|
|
3173
|
+
"immutable": true,
|
|
3174
|
+
"locationInModule": {
|
|
3175
|
+
"filename": "src/MicroAppsSvcs.ts",
|
|
3176
|
+
"line": 42
|
|
3177
|
+
},
|
|
3178
|
+
"name": "httpApi",
|
|
3179
|
+
"type": {
|
|
3180
|
+
"fqn": "@aws-cdk/aws-apigatewayv2.HttpApi"
|
|
3181
|
+
}
|
|
3182
|
+
},
|
|
3183
|
+
{
|
|
3184
|
+
"abstract": true,
|
|
3185
|
+
"docs": {
|
|
3186
|
+
"default": "- resource names auto assigned",
|
|
3187
|
+
"example": "microapps",
|
|
3188
|
+
"stability": "stable",
|
|
3189
|
+
"summary": "Optional asset name root."
|
|
3190
|
+
},
|
|
3191
|
+
"immutable": true,
|
|
3192
|
+
"locationInModule": {
|
|
3193
|
+
"filename": "src/MicroAppsSvcs.ts",
|
|
3194
|
+
"line": 52
|
|
3195
|
+
},
|
|
3196
|
+
"name": "assetNameRoot",
|
|
3197
|
+
"optional": true,
|
|
3198
|
+
"type": {
|
|
3199
|
+
"primitive": "string"
|
|
3200
|
+
}
|
|
3201
|
+
},
|
|
3202
|
+
{
|
|
3203
|
+
"abstract": true,
|
|
3204
|
+
"docs": {
|
|
3205
|
+
"default": "none",
|
|
3206
|
+
"example": "-dev-pr-12",
|
|
3207
|
+
"stability": "stable",
|
|
3208
|
+
"summary": "Optional asset name suffix."
|
|
3209
|
+
},
|
|
3210
|
+
"immutable": true,
|
|
3211
|
+
"locationInModule": {
|
|
3212
|
+
"filename": "src/MicroAppsSvcs.ts",
|
|
3213
|
+
"line": 60
|
|
3214
|
+
},
|
|
3215
|
+
"name": "assetNameSuffix",
|
|
3216
|
+
"optional": true,
|
|
3217
|
+
"type": {
|
|
3218
|
+
"primitive": "string"
|
|
3219
|
+
}
|
|
3220
|
+
},
|
|
3221
|
+
{
|
|
3222
|
+
"abstract": true,
|
|
3223
|
+
"docs": {
|
|
3224
|
+
"default": "- per resource default",
|
|
3225
|
+
"remarks": "Note: if set to DESTROY the S3 buckes will have `autoDeleteObjects` set to `true`",
|
|
3226
|
+
"stability": "stable",
|
|
3227
|
+
"summary": "RemovalPolicy override for child resources."
|
|
3228
|
+
},
|
|
3229
|
+
"immutable": true,
|
|
3230
|
+
"locationInModule": {
|
|
3231
|
+
"filename": "src/MicroAppsSvcs.ts",
|
|
3232
|
+
"line": 22
|
|
3233
|
+
},
|
|
3234
|
+
"name": "removalPolicy",
|
|
3235
|
+
"optional": true,
|
|
3236
|
+
"type": {
|
|
3237
|
+
"fqn": "@aws-cdk/core.RemovalPolicy"
|
|
3238
|
+
}
|
|
3239
|
+
},
|
|
3240
|
+
{
|
|
3241
|
+
"abstract": true,
|
|
3242
|
+
"docs": {
|
|
3243
|
+
"default": "none",
|
|
3244
|
+
"example": "dev/",
|
|
3245
|
+
"stability": "stable",
|
|
3246
|
+
"summary": "Path prefix on the root of the deployment."
|
|
3247
|
+
},
|
|
3248
|
+
"immutable": true,
|
|
3249
|
+
"locationInModule": {
|
|
3250
|
+
"filename": "src/MicroAppsSvcs.ts",
|
|
3251
|
+
"line": 72
|
|
3252
|
+
},
|
|
3253
|
+
"name": "rootPathPrefix",
|
|
3254
|
+
"optional": true,
|
|
3255
|
+
"type": {
|
|
3256
|
+
"primitive": "string"
|
|
3257
|
+
}
|
|
3258
|
+
},
|
|
3259
|
+
{
|
|
3260
|
+
"abstract": true,
|
|
3261
|
+
"docs": {
|
|
3262
|
+
"stability": "stable"
|
|
3263
|
+
},
|
|
3264
|
+
"immutable": true,
|
|
3265
|
+
"locationInModule": {
|
|
3266
|
+
"filename": "src/MicroAppsSvcs.ts",
|
|
3267
|
+
"line": 63
|
|
3268
|
+
},
|
|
3269
|
+
"name": "s3PolicyBypassAROAs",
|
|
3270
|
+
"optional": true,
|
|
3271
|
+
"type": {
|
|
3272
|
+
"collection": {
|
|
3273
|
+
"elementtype": {
|
|
3274
|
+
"primitive": "string"
|
|
3275
|
+
},
|
|
3276
|
+
"kind": "array"
|
|
3277
|
+
}
|
|
3278
|
+
}
|
|
3279
|
+
},
|
|
3280
|
+
{
|
|
3281
|
+
"abstract": true,
|
|
3282
|
+
"docs": {
|
|
3283
|
+
"stability": "stable"
|
|
3284
|
+
},
|
|
3285
|
+
"immutable": true,
|
|
3286
|
+
"locationInModule": {
|
|
3287
|
+
"filename": "src/MicroAppsSvcs.ts",
|
|
3288
|
+
"line": 64
|
|
3289
|
+
},
|
|
3290
|
+
"name": "s3PolicyBypassPrincipalARNs",
|
|
3291
|
+
"optional": true,
|
|
3292
|
+
"type": {
|
|
3293
|
+
"collection": {
|
|
3294
|
+
"elementtype": {
|
|
3295
|
+
"primitive": "string"
|
|
3296
|
+
},
|
|
3297
|
+
"kind": "array"
|
|
3298
|
+
}
|
|
3299
|
+
}
|
|
3300
|
+
},
|
|
3301
|
+
{
|
|
3302
|
+
"abstract": true,
|
|
3303
|
+
"docs": {
|
|
3304
|
+
"stability": "stable"
|
|
3305
|
+
},
|
|
3306
|
+
"immutable": true,
|
|
3307
|
+
"locationInModule": {
|
|
3308
|
+
"filename": "src/MicroAppsSvcs.ts",
|
|
3309
|
+
"line": 62
|
|
1612
3310
|
},
|
|
1613
3311
|
"name": "s3StrictBucketPolicy",
|
|
1614
3312
|
"optional": true,
|
|
@@ -1616,9 +3314,10 @@
|
|
|
1616
3314
|
"primitive": "boolean"
|
|
1617
3315
|
}
|
|
1618
3316
|
}
|
|
1619
|
-
]
|
|
3317
|
+
],
|
|
3318
|
+
"symbolId": "src/MicroAppsSvcs:MicroAppsSvcsProps"
|
|
1620
3319
|
}
|
|
1621
3320
|
},
|
|
1622
|
-
"version": "0.0.
|
|
1623
|
-
"fingerprint": "
|
|
3321
|
+
"version": "0.0.29",
|
|
3322
|
+
"fingerprint": "5QT/HkbdMmSDp94Z9D6Buj3VBuH8bsTBX4uksTjZYtY="
|
|
1624
3323
|
}
|