@gradientedge/cdk-utils 4.3.2 → 4.4.0

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.
Files changed (529) hide show
  1. package/README.md +38 -23
  2. package/api-docs/AcmManager.html +619 -0
  3. package/api-docs/AcmProps.html +235 -0
  4. package/api-docs/AlarmProps.html +235 -0
  5. package/api-docs/AlarmStatusWidgetProps.html +235 -0
  6. package/api-docs/ApiDestinationEvent.html +294 -0
  7. package/api-docs/ApiDestinationEventType.html +235 -0
  8. package/api-docs/ApiDestinedLambda.html +294 -0
  9. package/api-docs/ApiDestinedLambdaEnvironment.html +235 -0
  10. package/api-docs/ApiDestinedLambdaType.html +235 -0
  11. package/api-docs/ApiDestinedRestApi.html +294 -0
  12. package/api-docs/ApiDestinedRestApiType.html +235 -0
  13. package/api-docs/ApiManager.html +763 -0
  14. package/api-docs/ApiToEventBridgeTarget.html +1874 -0
  15. package/api-docs/ApiToEventBridgeTarget.jpg +0 -0
  16. package/api-docs/ApiToEventBridgeTargetEventProps.html +235 -0
  17. package/api-docs/ApiToEventBridgeTargetLambdaProps.html +235 -0
  18. package/api-docs/ApiToEventBridgeTargetProps.html +235 -0
  19. package/api-docs/AppConfigManager.html +1200 -0
  20. package/api-docs/AppConfigProps.html +235 -0
  21. package/api-docs/CloudFrontManager.html +2399 -0
  22. package/api-docs/CloudFrontProps.html +235 -0
  23. package/api-docs/CloudTrailManager.html +634 -0
  24. package/api-docs/CloudTrailProps.html +235 -0
  25. package/api-docs/CloudWatchManager.html +2983 -0
  26. package/api-docs/CloudfrontFunctionProps.html +235 -0
  27. package/api-docs/CodeBuildManager.html +733 -0
  28. package/api-docs/CommonConstruct.html +1296 -0
  29. package/api-docs/CommonStack.html +810 -0
  30. package/api-docs/CommonStackProps.html +235 -0
  31. package/api-docs/DashboardProps.html +235 -0
  32. package/api-docs/DistributionProps.html +235 -0
  33. package/api-docs/DynamodbManager.html +527 -0
  34. package/api-docs/EcrManager.html +527 -0
  35. package/api-docs/EcsClusterProps.html +235 -0
  36. package/api-docs/EcsManager.html +877 -0
  37. package/api-docs/EcsTaskProps.html +235 -0
  38. package/api-docs/EksClusterProps.html +235 -0
  39. package/api-docs/EksManager.html +577 -0
  40. package/api-docs/EventBusProps.html +235 -0
  41. package/api-docs/EventManager.html +1451 -0
  42. package/api-docs/EventRuleProps.html +235 -0
  43. package/api-docs/GraphQLApiLambda.html +1668 -0
  44. package/api-docs/GraphQLApiLambda.jpg +0 -0
  45. package/api-docs/GraphQlApiLambdaEnvironment.html +235 -0
  46. package/api-docs/GraphQlApiLambdaProps.html +235 -0
  47. package/api-docs/GraphWidgetProps.html +235 -0
  48. package/api-docs/HealthCheck.html +235 -0
  49. package/api-docs/IamManager.html +3818 -0
  50. package/api-docs/LambdaEdgeProps.html +235 -0
  51. package/api-docs/LambdaEnvironment.html +235 -0
  52. package/api-docs/LambdaManager.html +2375 -0
  53. package/api-docs/LambdaProps.html +235 -0
  54. package/api-docs/LogManager.html +952 -0
  55. package/api-docs/LogProps.html +235 -0
  56. package/api-docs/LogQueryWidgetProps.html +235 -0
  57. package/api-docs/MetricFilterProps.html +235 -0
  58. package/api-docs/MetricProps.html +235 -0
  59. package/api-docs/NumericWidgetProps.html +235 -0
  60. package/api-docs/Route53Manager.html +1457 -0
  61. package/api-docs/Route53Props.html +235 -0
  62. package/api-docs/RuleProps.html +235 -0
  63. package/api-docs/S3BucketProps.html +235 -0
  64. package/api-docs/S3Manager.html +1543 -0
  65. package/api-docs/SSMParameterReader.html +428 -0
  66. package/api-docs/SSMParameterReaderProps.html +235 -0
  67. package/api-docs/SecretsManager.html +1137 -0
  68. package/api-docs/SiteWithEcsBackend.html +2388 -0
  69. package/api-docs/SiteWithEcsBackendProps.html +235 -0
  70. package/api-docs/SnsManager.html +777 -0
  71. package/api-docs/SsmManager.html +952 -0
  72. package/api-docs/StaticSite.html +1355 -0
  73. package/api-docs/StaticSiteProps.html +235 -0
  74. package/api-docs/SubscriptionProps.html +235 -0
  75. package/api-docs/TableProps.html +235 -0
  76. package/api-docs/TextWidgetProps.html +235 -0
  77. package/api-docs/VpcManager.html +930 -0
  78. package/api-docs/WafIPSetProps.html +235 -0
  79. package/api-docs/WafManager.html +727 -0
  80. package/api-docs/WafWebACLProps.html +235 -0
  81. package/api-docs/common_construct.ts.html +275 -0
  82. package/api-docs/common_stack.ts.html +299 -0
  83. package/api-docs/construct_api-to-eventbridge-target_api-destination-event.ts.html +171 -0
  84. package/api-docs/construct_api-to-eventbridge-target_api-destined-lambda.ts.html +174 -0
  85. package/api-docs/construct_api-to-eventbridge-target_api-destined-rest-api.ts.html +186 -0
  86. package/api-docs/construct_api-to-eventbridge-target_main.ts.html +747 -0
  87. package/api-docs/construct_graphql-api-lambda_main.ts.html +404 -0
  88. package/api-docs/construct_site-with-ecs-backend_main.ts.html +540 -0
  89. package/api-docs/construct_static-site_main.ts.html +370 -0
  90. package/api-docs/global.html +1527 -0
  91. package/api-docs/index.html +207 -0
  92. package/api-docs/manager_aws_acm-manager.ts.html +232 -0
  93. package/api-docs/manager_aws_api-manager.ts.html +256 -0
  94. package/api-docs/manager_aws_app-config-manager.ts.html +305 -0
  95. package/api-docs/manager_aws_cloudfront-manager.ts.html +487 -0
  96. package/api-docs/manager_aws_cloudtrail-manager.ts.html +247 -0
  97. package/api-docs/manager_aws_cloudwatch-manager.ts.html +548 -0
  98. package/api-docs/manager_aws_codebuild-manager.ts.html +236 -0
  99. package/api-docs/manager_aws_dynamodb-manager.ts.html +215 -0
  100. package/api-docs/manager_aws_ecr-manager.ts.html +195 -0
  101. package/api-docs/manager_aws_ecs-manager.ts.html +255 -0
  102. package/api-docs/manager_aws_eks-manager.ts.html +256 -0
  103. package/api-docs/manager_aws_event-manager.ts.html +332 -0
  104. package/api-docs/manager_aws_iam-manager.ts.html +569 -0
  105. package/api-docs/manager_aws_lambda-manager.ts.html +396 -0
  106. package/api-docs/manager_aws_log-manager.ts.html +255 -0
  107. package/api-docs/manager_aws_route53-manager.ts.html +329 -0
  108. package/api-docs/manager_aws_s3-manager.ts.html +357 -0
  109. package/api-docs/manager_aws_secrets-manager.ts.html +270 -0
  110. package/api-docs/manager_aws_sns-manager.ts.html +242 -0
  111. package/api-docs/manager_aws_ssm-manager.ts.html +268 -0
  112. package/api-docs/manager_aws_vpc-manager.ts.html +238 -0
  113. package/api-docs/manager_aws_waf-manager.ts.html +228 -0
  114. package/api-docs/scripts/app.min.js +1 -0
  115. package/api-docs/scripts/linenumber.js +26 -0
  116. package/api-docs/scripts/search.js +39 -0
  117. package/api-docs/styles/app.min.css +1 -0
  118. package/api-docs/styles/iframe.css +13 -0
  119. package/api-docs/styles/prettify-jsdoc.css +111 -0
  120. package/api-docs/styles/prettify-tomorrow.css +132 -0
  121. package/api-docs/styles/reset.css +44 -0
  122. package/api-docs/tutorial-Architecture.html +147 -0
  123. package/api-docs/tutorial-Build.html +146 -0
  124. package/api-docs/tutorial-CI-CD.html +150 -0
  125. package/api-docs/tutorial-Development.html +223 -0
  126. package/api-docs/types_aws_index.ts.html +611 -0
  127. package/api-docs/utils_aws_index.ts.html +189 -0
  128. package/api-docs/utils_index.ts.html +225 -0
  129. package/app/api-destined-function/node_modules/.yarn-integrity +180 -0
  130. package/app/api-destined-function/node_modules/@types/uuid/LICENSE +21 -0
  131. package/app/api-destined-function/node_modules/@types/uuid/README.md +16 -0
  132. package/app/api-destined-function/node_modules/@types/uuid/index.d.mts +10 -0
  133. package/app/api-destined-function/node_modules/@types/uuid/index.d.ts +80 -0
  134. package/app/api-destined-function/node_modules/@types/uuid/package.json +54 -0
  135. package/app/api-destined-function/node_modules/balanced-match/LICENSE.md +21 -0
  136. package/app/api-destined-function/node_modules/balanced-match/README.md +97 -0
  137. package/app/api-destined-function/node_modules/balanced-match/index.js +62 -0
  138. package/app/api-destined-function/node_modules/balanced-match/package.json +48 -0
  139. package/app/api-destined-function/node_modules/brace-expansion/LICENSE +21 -0
  140. package/app/api-destined-function/node_modules/brace-expansion/README.md +129 -0
  141. package/app/api-destined-function/node_modules/brace-expansion/index.js +201 -0
  142. package/app/api-destined-function/node_modules/brace-expansion/package.json +47 -0
  143. package/app/api-destined-function/node_modules/concat-map/.travis.yml +4 -0
  144. package/app/api-destined-function/node_modules/concat-map/LICENSE +18 -0
  145. package/app/api-destined-function/node_modules/concat-map/README.markdown +62 -0
  146. package/app/api-destined-function/node_modules/concat-map/example/map.js +6 -0
  147. package/app/api-destined-function/node_modules/concat-map/index.js +13 -0
  148. package/app/api-destined-function/node_modules/concat-map/package.json +43 -0
  149. package/app/api-destined-function/node_modules/fs.realpath/LICENSE +43 -0
  150. package/app/api-destined-function/node_modules/fs.realpath/README.md +33 -0
  151. package/app/api-destined-function/node_modules/fs.realpath/index.js +66 -0
  152. package/app/api-destined-function/node_modules/fs.realpath/old.js +303 -0
  153. package/app/api-destined-function/node_modules/fs.realpath/package.json +26 -0
  154. package/app/api-destined-function/node_modules/glob/LICENSE +21 -0
  155. package/app/api-destined-function/node_modules/glob/README.md +378 -0
  156. package/app/api-destined-function/node_modules/glob/common.js +236 -0
  157. package/app/api-destined-function/node_modules/glob/glob.js +787 -0
  158. package/app/api-destined-function/node_modules/glob/package.json +52 -0
  159. package/app/api-destined-function/node_modules/glob/sync.js +483 -0
  160. package/app/api-destined-function/node_modules/inflight/LICENSE +15 -0
  161. package/app/api-destined-function/node_modules/inflight/README.md +37 -0
  162. package/app/api-destined-function/node_modules/inflight/inflight.js +54 -0
  163. package/app/api-destined-function/node_modules/inflight/package.json +29 -0
  164. package/app/api-destined-function/node_modules/inherits/LICENSE +16 -0
  165. package/app/api-destined-function/node_modules/inherits/README.md +42 -0
  166. package/app/api-destined-function/node_modules/inherits/inherits.js +9 -0
  167. package/app/api-destined-function/node_modules/inherits/inherits_browser.js +27 -0
  168. package/app/api-destined-function/node_modules/inherits/package.json +29 -0
  169. package/app/api-destined-function/node_modules/minimatch/LICENSE +15 -0
  170. package/app/api-destined-function/node_modules/minimatch/README.md +209 -0
  171. package/app/api-destined-function/node_modules/minimatch/minimatch.js +923 -0
  172. package/app/api-destined-function/node_modules/minimatch/package.json +30 -0
  173. package/app/api-destined-function/node_modules/mkdirp/LICENSE +21 -0
  174. package/app/api-destined-function/node_modules/mkdirp/bin/cmd.js +68 -0
  175. package/app/api-destined-function/node_modules/mkdirp/index.js +31 -0
  176. package/app/api-destined-function/node_modules/mkdirp/lib/find-made.js +29 -0
  177. package/app/api-destined-function/node_modules/mkdirp/lib/mkdirp-manual.js +64 -0
  178. package/app/api-destined-function/node_modules/mkdirp/lib/mkdirp-native.js +39 -0
  179. package/app/api-destined-function/node_modules/mkdirp/lib/opts-arg.js +23 -0
  180. package/app/api-destined-function/node_modules/mkdirp/lib/path-arg.js +29 -0
  181. package/app/api-destined-function/node_modules/mkdirp/lib/use-native.js +10 -0
  182. package/app/api-destined-function/node_modules/mkdirp/package.json +44 -0
  183. package/app/api-destined-function/node_modules/mkdirp/readme.markdown +266 -0
  184. package/app/api-destined-function/node_modules/once/LICENSE +15 -0
  185. package/app/api-destined-function/node_modules/once/README.md +79 -0
  186. package/app/api-destined-function/node_modules/once/once.js +42 -0
  187. package/app/api-destined-function/node_modules/once/package.json +33 -0
  188. package/app/api-destined-function/node_modules/path-is-absolute/index.js +20 -0
  189. package/app/api-destined-function/node_modules/path-is-absolute/license +21 -0
  190. package/app/api-destined-function/node_modules/path-is-absolute/package.json +43 -0
  191. package/app/api-destined-function/node_modules/path-is-absolute/readme.md +59 -0
  192. package/app/api-destined-function/node_modules/rimraf/LICENSE +15 -0
  193. package/app/api-destined-function/node_modules/rimraf/README.md +101 -0
  194. package/app/api-destined-function/node_modules/rimraf/bin.js +68 -0
  195. package/app/api-destined-function/node_modules/rimraf/package.json +32 -0
  196. package/app/api-destined-function/node_modules/rimraf/rimraf.js +360 -0
  197. package/app/api-destined-function/node_modules/uuid/LICENSE.md +9 -0
  198. package/app/api-destined-function/node_modules/uuid/README.md +505 -0
  199. package/app/api-destined-function/node_modules/uuid/dist/bin/uuid +2 -0
  200. package/app/api-destined-function/node_modules/uuid/dist/esm-browser/index.js +9 -0
  201. package/app/api-destined-function/node_modules/uuid/dist/esm-browser/md5.js +215 -0
  202. package/app/api-destined-function/node_modules/uuid/dist/esm-browser/nil.js +1 -0
  203. package/app/api-destined-function/node_modules/uuid/dist/esm-browser/parse.js +35 -0
  204. package/app/api-destined-function/node_modules/uuid/dist/esm-browser/regex.js +1 -0
  205. package/app/api-destined-function/node_modules/uuid/dist/esm-browser/rng.js +19 -0
  206. package/app/api-destined-function/node_modules/uuid/dist/esm-browser/sha1.js +96 -0
  207. package/app/api-destined-function/node_modules/uuid/dist/esm-browser/stringify.js +30 -0
  208. package/app/api-destined-function/node_modules/uuid/dist/esm-browser/v1.js +95 -0
  209. package/app/api-destined-function/node_modules/uuid/dist/esm-browser/v3.js +4 -0
  210. package/app/api-destined-function/node_modules/uuid/dist/esm-browser/v35.js +64 -0
  211. package/app/api-destined-function/node_modules/uuid/dist/esm-browser/v4.js +24 -0
  212. package/app/api-destined-function/node_modules/uuid/dist/esm-browser/v5.js +4 -0
  213. package/app/api-destined-function/node_modules/uuid/dist/esm-browser/validate.js +7 -0
  214. package/app/api-destined-function/node_modules/uuid/dist/esm-browser/version.js +11 -0
  215. package/app/api-destined-function/node_modules/uuid/dist/esm-node/index.js +9 -0
  216. package/app/api-destined-function/node_modules/uuid/dist/esm-node/md5.js +13 -0
  217. package/app/api-destined-function/node_modules/uuid/dist/esm-node/nil.js +1 -0
  218. package/app/api-destined-function/node_modules/uuid/dist/esm-node/parse.js +35 -0
  219. package/app/api-destined-function/node_modules/uuid/dist/esm-node/regex.js +1 -0
  220. package/app/api-destined-function/node_modules/uuid/dist/esm-node/rng.js +12 -0
  221. package/app/api-destined-function/node_modules/uuid/dist/esm-node/sha1.js +13 -0
  222. package/app/api-destined-function/node_modules/uuid/dist/esm-node/stringify.js +29 -0
  223. package/app/api-destined-function/node_modules/uuid/dist/esm-node/v1.js +95 -0
  224. package/app/api-destined-function/node_modules/uuid/dist/esm-node/v3.js +4 -0
  225. package/app/api-destined-function/node_modules/uuid/dist/esm-node/v35.js +64 -0
  226. package/app/api-destined-function/node_modules/uuid/dist/esm-node/v4.js +24 -0
  227. package/app/api-destined-function/node_modules/uuid/dist/esm-node/v5.js +4 -0
  228. package/app/api-destined-function/node_modules/uuid/dist/esm-node/validate.js +7 -0
  229. package/app/api-destined-function/node_modules/uuid/dist/esm-node/version.js +11 -0
  230. package/app/api-destined-function/node_modules/uuid/dist/index.js +79 -0
  231. package/app/api-destined-function/node_modules/uuid/dist/md5-browser.js +223 -0
  232. package/app/api-destined-function/node_modules/uuid/dist/md5.js +23 -0
  233. package/app/api-destined-function/node_modules/uuid/dist/nil.js +8 -0
  234. package/app/api-destined-function/node_modules/uuid/dist/parse.js +45 -0
  235. package/app/api-destined-function/node_modules/uuid/dist/regex.js +8 -0
  236. package/app/api-destined-function/node_modules/uuid/dist/rng-browser.js +26 -0
  237. package/app/api-destined-function/node_modules/uuid/dist/rng.js +24 -0
  238. package/app/api-destined-function/node_modules/uuid/dist/sha1-browser.js +104 -0
  239. package/app/api-destined-function/node_modules/uuid/dist/sha1.js +23 -0
  240. package/app/api-destined-function/node_modules/uuid/dist/stringify.js +39 -0
  241. package/app/api-destined-function/node_modules/uuid/dist/umd/uuid.min.js +1 -0
  242. package/app/api-destined-function/node_modules/uuid/dist/umd/uuidNIL.min.js +1 -0
  243. package/app/api-destined-function/node_modules/uuid/dist/umd/uuidParse.min.js +1 -0
  244. package/app/api-destined-function/node_modules/uuid/dist/umd/uuidStringify.min.js +1 -0
  245. package/app/api-destined-function/node_modules/uuid/dist/umd/uuidValidate.min.js +1 -0
  246. package/app/api-destined-function/node_modules/uuid/dist/umd/uuidVersion.min.js +1 -0
  247. package/app/api-destined-function/node_modules/uuid/dist/umd/uuidv1.min.js +1 -0
  248. package/app/api-destined-function/node_modules/uuid/dist/umd/uuidv3.min.js +1 -0
  249. package/app/api-destined-function/node_modules/uuid/dist/umd/uuidv4.min.js +1 -0
  250. package/app/api-destined-function/node_modules/uuid/dist/umd/uuidv5.min.js +1 -0
  251. package/app/api-destined-function/node_modules/uuid/dist/uuid-bin.js +85 -0
  252. package/app/api-destined-function/node_modules/uuid/dist/v1.js +107 -0
  253. package/app/api-destined-function/node_modules/uuid/dist/v3.js +16 -0
  254. package/app/api-destined-function/node_modules/uuid/dist/v35.js +78 -0
  255. package/app/api-destined-function/node_modules/uuid/dist/v4.js +37 -0
  256. package/app/api-destined-function/node_modules/uuid/dist/v5.js +16 -0
  257. package/app/api-destined-function/node_modules/uuid/dist/validate.js +17 -0
  258. package/app/api-destined-function/node_modules/uuid/dist/version.js +21 -0
  259. package/app/api-destined-function/node_modules/uuid/package.json +135 -0
  260. package/app/api-destined-function/node_modules/uuid/wrapper.mjs +10 -0
  261. package/app/api-destined-function/node_modules/wrappy/LICENSE +15 -0
  262. package/app/api-destined-function/node_modules/wrappy/README.md +36 -0
  263. package/app/api-destined-function/node_modules/wrappy/package.json +29 -0
  264. package/app/api-destined-function/node_modules/wrappy/wrappy.js +33 -0
  265. package/app/api-destined-function/package.json +30 -0
  266. package/app/api-destined-function/src/lib/lambda.ts +31 -0
  267. package/dist/app/api-destined-function/src/lib/lambda.d.ts +19 -0
  268. package/dist/app/api-destined-function/src/lib/lambda.d.ts.map +1 -0
  269. package/dist/app/api-destined-function/src/lib/lambda.js +34 -0
  270. package/dist/app/api-destined-function/src/lib/lambda.js.map +1 -0
  271. package/dist/src/lib/common/{commonConstruct.d.ts → construct.d.ts} +2 -13
  272. package/dist/src/lib/common/construct.d.ts.map +1 -0
  273. package/dist/src/lib/common/{commonConstruct.js → construct.js} +2 -13
  274. package/dist/src/lib/common/construct.js.map +1 -0
  275. package/dist/src/lib/common/index.d.ts +2 -2
  276. package/dist/src/lib/common/index.d.ts.map +1 -1
  277. package/dist/src/lib/common/index.js +2 -2
  278. package/dist/src/lib/common/index.js.map +1 -1
  279. package/dist/src/lib/common/{commonStack.d.ts → stack.d.ts} +3 -14
  280. package/dist/src/lib/common/stack.d.ts.map +1 -0
  281. package/dist/src/lib/common/{commonStack.js → stack.js} +4 -15
  282. package/dist/src/lib/common/stack.js.map +1 -0
  283. package/dist/src/lib/construct/api-to-eventbridge-target/api-destination-event.d.ts +16 -0
  284. package/dist/src/lib/construct/api-to-eventbridge-target/api-destination-event.d.ts.map +1 -0
  285. package/dist/src/lib/construct/api-to-eventbridge-target/api-destination-event.js +17 -0
  286. package/dist/src/lib/construct/api-to-eventbridge-target/api-destination-event.js.map +1 -0
  287. package/dist/src/lib/construct/api-to-eventbridge-target/api-destined-lambda.d.ts +19 -0
  288. package/dist/src/lib/construct/api-to-eventbridge-target/api-destined-lambda.d.ts.map +1 -0
  289. package/dist/src/lib/construct/api-to-eventbridge-target/api-destined-lambda.js +19 -0
  290. package/dist/src/lib/construct/api-to-eventbridge-target/api-destined-lambda.js.map +1 -0
  291. package/dist/src/lib/construct/api-to-eventbridge-target/api-destined-rest-api.d.ts +35 -0
  292. package/dist/src/lib/construct/api-to-eventbridge-target/api-destined-rest-api.d.ts.map +1 -0
  293. package/dist/src/lib/construct/api-to-eventbridge-target/api-destined-rest-api.js +29 -0
  294. package/dist/src/lib/construct/api-to-eventbridge-target/api-destined-rest-api.js.map +1 -0
  295. package/dist/src/lib/construct/api-to-eventbridge-target/index.d.ts +5 -0
  296. package/dist/src/lib/construct/api-to-eventbridge-target/index.d.ts.map +1 -0
  297. package/dist/src/lib/construct/api-to-eventbridge-target/index.js +17 -0
  298. package/dist/src/lib/construct/api-to-eventbridge-target/index.js.map +1 -0
  299. package/dist/src/lib/construct/api-to-eventbridge-target/main.d.ts +134 -0
  300. package/dist/src/lib/construct/api-to-eventbridge-target/main.d.ts.map +1 -0
  301. package/dist/src/lib/construct/api-to-eventbridge-target/main.js +487 -0
  302. package/dist/src/lib/construct/api-to-eventbridge-target/main.js.map +1 -0
  303. package/dist/src/lib/construct/graphql-api-lambda/index.d.ts +2 -0
  304. package/dist/src/lib/construct/graphql-api-lambda/index.d.ts.map +1 -0
  305. package/dist/src/lib/construct/graphql-api-lambda/index.js +14 -0
  306. package/dist/src/lib/construct/graphql-api-lambda/index.js.map +1 -0
  307. package/dist/src/lib/construct/{graphQLApiLambda.d.ts → graphql-api-lambda/main.d.ts} +8 -18
  308. package/dist/src/lib/construct/graphql-api-lambda/main.d.ts.map +1 -0
  309. package/dist/src/lib/construct/{graphQLApiLambda.js → graphql-api-lambda/main.js} +9 -19
  310. package/dist/src/lib/construct/graphql-api-lambda/main.js.map +1 -0
  311. package/dist/src/lib/construct/index.d.ts +4 -3
  312. package/dist/src/lib/construct/index.d.ts.map +1 -1
  313. package/dist/src/lib/construct/index.js +4 -3
  314. package/dist/src/lib/construct/index.js.map +1 -1
  315. package/dist/src/lib/construct/site-with-ecs-backend/index.d.ts +2 -0
  316. package/dist/src/lib/construct/site-with-ecs-backend/index.d.ts.map +1 -0
  317. package/dist/src/lib/construct/site-with-ecs-backend/index.js +14 -0
  318. package/dist/src/lib/construct/site-with-ecs-backend/index.js.map +1 -0
  319. package/dist/src/lib/construct/{siteWithEcsBackend.d.ts → site-with-ecs-backend/main.d.ts} +4 -16
  320. package/dist/src/lib/construct/site-with-ecs-backend/main.d.ts.map +1 -0
  321. package/dist/src/lib/construct/{siteWithEcsBackend.js → site-with-ecs-backend/main.js} +3 -15
  322. package/dist/src/lib/construct/site-with-ecs-backend/main.js.map +1 -0
  323. package/dist/src/lib/construct/static-site/index.d.ts +2 -0
  324. package/dist/src/lib/construct/static-site/index.d.ts.map +1 -0
  325. package/dist/src/lib/construct/static-site/index.js +14 -0
  326. package/dist/src/lib/construct/static-site/index.js.map +1 -0
  327. package/dist/src/lib/construct/{staticSite.d.ts → static-site/main.d.ts} +4 -16
  328. package/dist/src/lib/construct/static-site/main.d.ts.map +1 -0
  329. package/dist/src/lib/construct/{staticSite.js → static-site/main.js} +3 -15
  330. package/dist/src/lib/construct/static-site/main.js.map +1 -0
  331. package/dist/src/lib/manager/aws/{acmManager.d.ts → acm-manager.d.ts} +2 -2
  332. package/dist/src/lib/manager/aws/acm-manager.d.ts.map +1 -0
  333. package/dist/src/lib/manager/aws/{acmManager.js → acm-manager.js} +2 -2
  334. package/dist/src/lib/manager/aws/acm-manager.js.map +1 -0
  335. package/dist/src/lib/manager/aws/{apiManager.d.ts → api-manager.d.ts} +5 -5
  336. package/dist/src/lib/manager/aws/api-manager.d.ts.map +1 -0
  337. package/dist/src/lib/manager/aws/{apiManager.js → api-manager.js} +5 -5
  338. package/dist/src/lib/manager/aws/api-manager.js.map +1 -0
  339. package/dist/src/lib/manager/aws/{appConfigManager.d.ts → app-config-manager.d.ts} +2 -2
  340. package/dist/src/lib/manager/aws/app-config-manager.d.ts.map +1 -0
  341. package/dist/src/lib/manager/aws/{appConfigManager.js → app-config-manager.js} +2 -2
  342. package/dist/src/lib/manager/aws/app-config-manager.js.map +1 -0
  343. package/dist/src/lib/manager/aws/{cloudFrontManager.d.ts → cloudfront-manager.d.ts} +2 -2
  344. package/dist/src/lib/manager/aws/cloudfront-manager.d.ts.map +1 -0
  345. package/dist/src/lib/manager/aws/{cloudFrontManager.js → cloudfront-manager.js} +2 -2
  346. package/dist/src/lib/manager/aws/cloudfront-manager.js.map +1 -0
  347. package/dist/src/lib/manager/aws/{cloudTrailManager.d.ts → cloudtrail-manager.d.ts} +2 -2
  348. package/dist/src/lib/manager/aws/cloudtrail-manager.d.ts.map +1 -0
  349. package/dist/src/lib/manager/aws/{cloudTrailManager.js → cloudtrail-manager.js} +2 -2
  350. package/dist/src/lib/manager/aws/cloudtrail-manager.js.map +1 -0
  351. package/dist/src/lib/manager/aws/{cloudWatchManager.d.ts → cloudwatch-manager.d.ts} +2 -2
  352. package/dist/src/lib/manager/aws/cloudwatch-manager.d.ts.map +1 -0
  353. package/dist/src/lib/manager/aws/{cloudWatchManager.js → cloudwatch-manager.js} +2 -2
  354. package/dist/src/lib/manager/aws/cloudwatch-manager.js.map +1 -0
  355. package/dist/src/lib/manager/aws/{codeBuildManager.d.ts → codebuild-manager.d.ts} +2 -2
  356. package/dist/src/lib/manager/aws/codebuild-manager.d.ts.map +1 -0
  357. package/dist/src/lib/manager/aws/{codeBuildManager.js → codebuild-manager.js} +2 -2
  358. package/dist/src/lib/manager/aws/codebuild-manager.js.map +1 -0
  359. package/dist/src/lib/manager/aws/{dynamodbManager.d.ts → dynamodb-manager.d.ts} +2 -2
  360. package/dist/src/lib/manager/aws/dynamodb-manager.d.ts.map +1 -0
  361. package/dist/src/lib/manager/aws/{dynamodbManager.js → dynamodb-manager.js} +2 -2
  362. package/dist/src/lib/manager/aws/dynamodb-manager.js.map +1 -0
  363. package/dist/src/lib/manager/aws/{ecrManager.d.ts → ecr-manager.d.ts} +2 -2
  364. package/dist/src/lib/manager/aws/ecr-manager.d.ts.map +1 -0
  365. package/dist/src/lib/manager/aws/{ecrManager.js → ecr-manager.js} +2 -2
  366. package/dist/src/lib/manager/aws/ecr-manager.js.map +1 -0
  367. package/dist/src/lib/manager/aws/{ecsManager.d.ts → ecs-manager.d.ts} +2 -2
  368. package/dist/src/lib/manager/aws/ecs-manager.d.ts.map +1 -0
  369. package/dist/src/lib/manager/aws/{ecsManager.js → ecs-manager.js} +2 -2
  370. package/dist/src/lib/manager/aws/ecs-manager.js.map +1 -0
  371. package/dist/src/lib/manager/aws/{eksManager.d.ts → eks-manager.d.ts} +2 -2
  372. package/dist/src/lib/manager/aws/eks-manager.d.ts.map +1 -0
  373. package/dist/src/lib/manager/aws/{eksManager.js → eks-manager.js} +2 -2
  374. package/dist/src/lib/manager/aws/eks-manager.js.map +1 -0
  375. package/dist/src/lib/manager/aws/{eventManager.d.ts → event-manager.d.ts} +18 -2
  376. package/dist/src/lib/manager/aws/event-manager.d.ts.map +1 -0
  377. package/dist/src/lib/manager/aws/{eventManager.js → event-manager.js} +44 -2
  378. package/dist/src/lib/manager/aws/event-manager.js.map +1 -0
  379. package/dist/src/lib/manager/aws/{iamManager.d.ts → iam-manager.d.ts} +12 -14
  380. package/dist/src/lib/manager/aws/iam-manager.d.ts.map +1 -0
  381. package/dist/src/lib/manager/aws/{iamManager.js → iam-manager.js} +21 -17
  382. package/dist/src/lib/manager/aws/iam-manager.js.map +1 -0
  383. package/dist/src/lib/manager/aws/index.d.ts +22 -22
  384. package/dist/src/lib/manager/aws/index.d.ts.map +1 -1
  385. package/dist/src/lib/manager/aws/index.js +22 -22
  386. package/dist/src/lib/manager/aws/index.js.map +1 -1
  387. package/dist/src/lib/manager/aws/{lambdaManager.d.ts → lambda-manager.d.ts} +2 -2
  388. package/dist/src/lib/manager/aws/lambda-manager.d.ts.map +1 -0
  389. package/dist/src/lib/manager/aws/{lambdaManager.js → lambda-manager.js} +4 -4
  390. package/dist/src/lib/manager/aws/lambda-manager.js.map +1 -0
  391. package/dist/src/lib/manager/aws/{logManager.d.ts → log-manager.d.ts} +2 -2
  392. package/dist/src/lib/manager/aws/log-manager.d.ts.map +1 -0
  393. package/dist/src/lib/manager/aws/{logManager.js → log-manager.js} +2 -2
  394. package/dist/src/lib/manager/aws/log-manager.js.map +1 -0
  395. package/dist/src/lib/manager/aws/{route53Manager.d.ts → route53-manager.d.ts} +3 -3
  396. package/dist/src/lib/manager/aws/route53-manager.d.ts.map +1 -0
  397. package/dist/src/lib/manager/aws/{route53Manager.js → route53-manager.js} +3 -3
  398. package/dist/src/lib/manager/aws/route53-manager.js.map +1 -0
  399. package/dist/src/lib/manager/aws/{s3Manager.d.ts → s3-manager.d.ts} +2 -2
  400. package/dist/src/lib/manager/aws/s3-manager.d.ts.map +1 -0
  401. package/dist/src/lib/manager/aws/{s3Manager.js → s3-manager.js} +2 -2
  402. package/dist/src/lib/manager/aws/s3-manager.js.map +1 -0
  403. package/dist/src/lib/manager/aws/{secretsManager.d.ts → secrets-manager.d.ts} +2 -2
  404. package/dist/src/lib/manager/aws/secrets-manager.d.ts.map +1 -0
  405. package/dist/src/lib/manager/aws/{secretsManager.js → secrets-manager.js} +2 -2
  406. package/dist/src/lib/manager/aws/secrets-manager.js.map +1 -0
  407. package/dist/src/lib/manager/aws/{snsManager.d.ts → sns-manager.d.ts} +2 -2
  408. package/dist/src/lib/manager/aws/sns-manager.d.ts.map +1 -0
  409. package/dist/src/lib/manager/aws/{snsManager.js → sns-manager.js} +2 -2
  410. package/dist/src/lib/manager/aws/sns-manager.js.map +1 -0
  411. package/dist/src/lib/manager/aws/{ssmManager.d.ts → ssm-manager.d.ts} +4 -9
  412. package/dist/src/lib/manager/aws/ssm-manager.d.ts.map +1 -0
  413. package/dist/src/lib/manager/aws/{ssmManager.js → ssm-manager.js} +4 -9
  414. package/dist/src/lib/manager/aws/ssm-manager.js.map +1 -0
  415. package/dist/src/lib/manager/aws/{vpcManager.d.ts → vpc-manager.d.ts} +2 -2
  416. package/dist/src/lib/manager/aws/vpc-manager.d.ts.map +1 -0
  417. package/dist/src/lib/manager/aws/{vpcManager.js → vpc-manager.js} +2 -2
  418. package/dist/src/lib/manager/aws/vpc-manager.js.map +1 -0
  419. package/dist/src/lib/manager/aws/{wafManager.d.ts → waf-manager.d.ts} +2 -2
  420. package/dist/src/lib/manager/aws/waf-manager.d.ts.map +1 -0
  421. package/dist/src/lib/manager/aws/{wafManager.js → waf-manager.js} +2 -2
  422. package/dist/src/lib/manager/aws/waf-manager.js.map +1 -0
  423. package/dist/src/lib/types/aws/index.d.ts +137 -2
  424. package/dist/src/lib/types/aws/index.d.ts.map +1 -1
  425. package/dist/src/lib/utils/aws/index.d.ts +1 -1
  426. package/dist/src/lib/utils/aws/index.d.ts.map +1 -1
  427. package/dist/src/lib/utils/index.d.ts +1 -0
  428. package/dist/src/lib/utils/index.d.ts.map +1 -1
  429. package/dist/src/lib/utils/index.js +1 -0
  430. package/dist/src/lib/utils/index.js.map +1 -1
  431. package/img/ApiToEventBridgeTarget.jpg +0 -0
  432. package/img/GraphQLApiLambda.jpg +0 -0
  433. package/package.json +7 -8
  434. package/src/lib/common/{commonConstruct.ts → construct.ts} +1 -12
  435. package/src/lib/common/index.ts +2 -2
  436. package/src/lib/common/{commonStack.ts → stack.ts} +3 -13
  437. package/src/lib/construct/api-to-eventbridge-target/api-destination-event.ts +16 -0
  438. package/src/lib/construct/api-to-eventbridge-target/api-destined-lambda.ts +19 -0
  439. package/src/lib/construct/api-to-eventbridge-target/api-destined-rest-api.ts +31 -0
  440. package/src/lib/construct/api-to-eventbridge-target/index.ts +4 -0
  441. package/src/lib/construct/api-to-eventbridge-target/main.ts +592 -0
  442. package/src/lib/construct/graphql-api-lambda/index.ts +1 -0
  443. package/src/lib/construct/{graphQLApiLambda.ts → graphql-api-lambda/main.ts} +9 -19
  444. package/src/lib/construct/index.ts +4 -3
  445. package/src/lib/construct/site-with-ecs-backend/index.ts +1 -0
  446. package/src/lib/construct/{siteWithEcsBackend.ts → site-with-ecs-backend/main.ts} +3 -15
  447. package/src/lib/construct/static-site/index.ts +1 -0
  448. package/src/lib/construct/{staticSite.ts → static-site/main.ts} +3 -15
  449. package/src/lib/manager/aws/{acmManager.ts → acm-manager.ts} +1 -1
  450. package/src/lib/manager/aws/{apiManager.ts → api-manager.ts} +4 -4
  451. package/src/lib/manager/aws/{appConfigManager.ts → app-config-manager.ts} +1 -1
  452. package/src/lib/manager/aws/{cloudFrontManager.ts → cloudfront-manager.ts} +1 -1
  453. package/src/lib/manager/aws/{cloudTrailManager.ts → cloudtrail-manager.ts} +1 -1
  454. package/src/lib/manager/aws/{cloudWatchManager.ts → cloudwatch-manager.ts} +1 -1
  455. package/src/lib/manager/aws/{codeBuildManager.ts → codebuild-manager.ts} +1 -1
  456. package/src/lib/manager/aws/{dynamodbManager.ts → dynamodb-manager.ts} +1 -1
  457. package/src/lib/manager/aws/{ecrManager.ts → ecr-manager.ts} +1 -1
  458. package/src/lib/manager/aws/{ecsManager.ts → ecs-manager.ts} +1 -1
  459. package/src/lib/manager/aws/{eksManager.ts → eks-manager.ts} +1 -1
  460. package/src/lib/manager/aws/{eventManager.ts → event-manager.ts} +55 -1
  461. package/src/lib/manager/aws/{iamManager.ts → iam-manager.ts} +21 -16
  462. package/src/lib/manager/aws/index.ts +22 -22
  463. package/src/lib/manager/aws/{lambdaManager.ts → lambda-manager.ts} +2 -2
  464. package/src/lib/manager/aws/{logManager.ts → log-manager.ts} +1 -1
  465. package/src/lib/manager/aws/{route53Manager.ts → route53-manager.ts} +2 -2
  466. package/src/lib/manager/aws/{s3Manager.ts → s3-manager.ts} +1 -1
  467. package/src/lib/manager/aws/{secretsManager.ts → secrets-manager.ts} +1 -1
  468. package/src/lib/manager/aws/{snsManager.ts → sns-manager.ts} +1 -1
  469. package/src/lib/manager/aws/{ssmManager.ts → ssm-manager.ts} +3 -8
  470. package/src/lib/manager/aws/{vpcManager.ts → vpc-manager.ts} +1 -1
  471. package/src/lib/manager/aws/{wafManager.ts → waf-manager.ts} +1 -1
  472. package/src/lib/types/aws/index.ts +140 -2
  473. package/src/lib/utils/aws/index.ts +1 -1
  474. package/src/lib/utils/index.ts +1 -0
  475. package/.releaserc +0 -9
  476. package/dist/src/lib/common/commonConstruct.d.ts.map +0 -1
  477. package/dist/src/lib/common/commonConstruct.js.map +0 -1
  478. package/dist/src/lib/common/commonStack.d.ts.map +0 -1
  479. package/dist/src/lib/common/commonStack.js.map +0 -1
  480. package/dist/src/lib/construct/graphQLApiLambda.d.ts.map +0 -1
  481. package/dist/src/lib/construct/graphQLApiLambda.js.map +0 -1
  482. package/dist/src/lib/construct/siteWithEcsBackend.d.ts.map +0 -1
  483. package/dist/src/lib/construct/siteWithEcsBackend.js.map +0 -1
  484. package/dist/src/lib/construct/staticSite.d.ts.map +0 -1
  485. package/dist/src/lib/construct/staticSite.js.map +0 -1
  486. package/dist/src/lib/manager/aws/acmManager.d.ts.map +0 -1
  487. package/dist/src/lib/manager/aws/acmManager.js.map +0 -1
  488. package/dist/src/lib/manager/aws/apiManager.d.ts.map +0 -1
  489. package/dist/src/lib/manager/aws/apiManager.js.map +0 -1
  490. package/dist/src/lib/manager/aws/appConfigManager.d.ts.map +0 -1
  491. package/dist/src/lib/manager/aws/appConfigManager.js.map +0 -1
  492. package/dist/src/lib/manager/aws/cloudFrontManager.d.ts.map +0 -1
  493. package/dist/src/lib/manager/aws/cloudFrontManager.js.map +0 -1
  494. package/dist/src/lib/manager/aws/cloudTrailManager.d.ts.map +0 -1
  495. package/dist/src/lib/manager/aws/cloudTrailManager.js.map +0 -1
  496. package/dist/src/lib/manager/aws/cloudWatchManager.d.ts.map +0 -1
  497. package/dist/src/lib/manager/aws/cloudWatchManager.js.map +0 -1
  498. package/dist/src/lib/manager/aws/codeBuildManager.d.ts.map +0 -1
  499. package/dist/src/lib/manager/aws/codeBuildManager.js.map +0 -1
  500. package/dist/src/lib/manager/aws/dynamodbManager.d.ts.map +0 -1
  501. package/dist/src/lib/manager/aws/dynamodbManager.js.map +0 -1
  502. package/dist/src/lib/manager/aws/ecrManager.d.ts.map +0 -1
  503. package/dist/src/lib/manager/aws/ecrManager.js.map +0 -1
  504. package/dist/src/lib/manager/aws/ecsManager.d.ts.map +0 -1
  505. package/dist/src/lib/manager/aws/ecsManager.js.map +0 -1
  506. package/dist/src/lib/manager/aws/eksManager.d.ts.map +0 -1
  507. package/dist/src/lib/manager/aws/eksManager.js.map +0 -1
  508. package/dist/src/lib/manager/aws/eventManager.d.ts.map +0 -1
  509. package/dist/src/lib/manager/aws/eventManager.js.map +0 -1
  510. package/dist/src/lib/manager/aws/iamManager.d.ts.map +0 -1
  511. package/dist/src/lib/manager/aws/iamManager.js.map +0 -1
  512. package/dist/src/lib/manager/aws/lambdaManager.d.ts.map +0 -1
  513. package/dist/src/lib/manager/aws/lambdaManager.js.map +0 -1
  514. package/dist/src/lib/manager/aws/logManager.d.ts.map +0 -1
  515. package/dist/src/lib/manager/aws/logManager.js.map +0 -1
  516. package/dist/src/lib/manager/aws/route53Manager.d.ts.map +0 -1
  517. package/dist/src/lib/manager/aws/route53Manager.js.map +0 -1
  518. package/dist/src/lib/manager/aws/s3Manager.d.ts.map +0 -1
  519. package/dist/src/lib/manager/aws/s3Manager.js.map +0 -1
  520. package/dist/src/lib/manager/aws/secretsManager.d.ts.map +0 -1
  521. package/dist/src/lib/manager/aws/secretsManager.js.map +0 -1
  522. package/dist/src/lib/manager/aws/snsManager.d.ts.map +0 -1
  523. package/dist/src/lib/manager/aws/snsManager.js.map +0 -1
  524. package/dist/src/lib/manager/aws/ssmManager.d.ts.map +0 -1
  525. package/dist/src/lib/manager/aws/ssmManager.js.map +0 -1
  526. package/dist/src/lib/manager/aws/vpcManager.d.ts.map +0 -1
  527. package/dist/src/lib/manager/aws/vpcManager.js.map +0 -1
  528. package/dist/src/lib/manager/aws/wafManager.d.ts.map +0 -1
  529. package/dist/src/lib/manager/aws/wafManager.js.map +0 -1
@@ -0,0 +1,2399 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+
4
+ <head>
5
+
6
+ <meta charset="utf-8">
7
+ <meta name="viewport" content="width=device-width, initial-scale=1">
8
+ <title>Gradient Edge CDK Utils CloudFrontManager</title>
9
+
10
+ <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js"></script>
11
+ <script src="https://unpkg.com/@babel/standalone/babel.min.js"></script>
12
+ <script src="./build/entry.js"></script>
13
+ <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
14
+ <!--[if lt IE 9]>
15
+ <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
16
+ <![endif]-->
17
+ <link href="https://fonts.googleapis.com/css?family=Roboto:100,400,700|Inconsolata,700" rel="stylesheet">
18
+ <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
19
+ <link type="text/css" rel="stylesheet" href="https://jmblog.github.io/color-themes-for-google-code-prettify/themes/tomorrow-night.min.css">
20
+ <link type="text/css" rel="stylesheet" href="styles/app.min.css">
21
+ <link type="text/css" rel="stylesheet" href="styles/iframe.css">
22
+ <link type="text/css" rel="stylesheet" href="">
23
+ <script async defer src="https://buttons.github.io/buttons.js"></script>
24
+
25
+
26
+ </head>
27
+
28
+
29
+
30
+ <body class="layout small-header">
31
+ <div id="stickyNavbarOverlay"></div>
32
+
33
+
34
+ <div class="top-nav">
35
+ <div class="inner">
36
+ <a id="hamburger" role="button" class="navbar-burger" aria-label="menu" aria-expanded="false">
37
+ <span aria-hidden="true"></span>
38
+ <span aria-hidden="true"></span>
39
+ <span aria-hidden="true"></span>
40
+ </a>
41
+ <div class="logo">
42
+
43
+
44
+ <a href="index.html">
45
+ <h1 class="navbar-item">Gradient Edge CDK Utils Documentation</h1>
46
+ </a>
47
+
48
+ </div>
49
+ <div class="menu">
50
+
51
+ <div class="navigation">
52
+ <a
53
+ href="index.html"
54
+ class="link"
55
+ >
56
+ API Documentation
57
+ </a>
58
+
59
+ <div class="dropdown is-hoverable is-right">
60
+ <a class="dropdown-trigger link">
61
+ Tutorials
62
+ <i class="fas fa-chevron-down fa-xs"></i>
63
+ </a>
64
+ <div class="dropdown-menu">
65
+ <div class="dropdown-content">
66
+
67
+ <a class="dropdown-item" href="tutorial-Architecture.html">
68
+ Architecture
69
+ </a>
70
+
71
+ <a class="dropdown-item" href="tutorial-Build.html">
72
+ Build
73
+ </a>
74
+
75
+ <a class="dropdown-item" href="tutorial-CI-CD.html">
76
+ CI-CD
77
+ </a>
78
+
79
+ <a class="dropdown-item" href="tutorial-Development.html">
80
+ Development
81
+ </a>
82
+
83
+ </div>
84
+ </div>
85
+ </div>
86
+
87
+
88
+
89
+ <a
90
+ class="link user-link "
91
+ href="https://github.com/gradientedge/cdk-utils"
92
+ >
93
+ Github
94
+ </a>
95
+
96
+
97
+
98
+ </div>
99
+ </div>
100
+ </div>
101
+ </div>
102
+ <div id="main">
103
+ <div
104
+ class="sidebar "
105
+ id="sidebarNav"
106
+ >
107
+
108
+ <div class="search-wrapper">
109
+ <input id="search" type="text" placeholder="Search docs..." class="input">
110
+ </div>
111
+
112
+ <nav>
113
+
114
+ <h2><a href="index.html">Documentation</a></h2><div class="category"></div><div class="category"><h2>Application Integration</h2><h3>Classes</h3><ul><li><a href="EventManager.html">EventManager</a></li><li><a href="SnsManager.html">SnsManager</a></li></ul><h3>Interfaces</h3><ul><li><a href="EventBusProps.html">EventBusProps</a></li><li><a href="EventRuleProps.html">EventRuleProps</a></li><li><a href="RuleProps.html">RuleProps</a></li><li><a href="SubscriptionProps.html">SubscriptionProps</a></li></ul></div><div class="category"><h2>Compute</h2><h3>Classes</h3><ul><li><a href="LambdaManager.html">LambdaManager</a></li></ul><h3>Interfaces</h3><ul><li><a href="HealthCheck.html">HealthCheck</a></li><li><a href="LambdaEdgeProps.html">LambdaEdgeProps</a></li><li><a href="LambdaProps.html">LambdaProps</a></li></ul></div><div class="category"><h2>Constructs</h2><h3>Classes</h3><ul><li><a href="ApiDestinationEvent.html">ApiDestinationEvent</a></li><li><a href="ApiDestinedLambda.html">ApiDestinedLambda</a></li><li><a href="ApiDestinedRestApi.html">ApiDestinedRestApi</a></li><li><a href="ApiToEventBridgeTarget.html">ApiToEventBridgeTarget</a></li><li><a href="CommonConstruct.html">CommonConstruct</a></li><li><a href="GraphQLApiLambda.html">GraphQLApiLambda</a></li><li><a href="SiteWithEcsBackend.html">SiteWithEcsBackend</a></li><li><a href="StaticSite.html">StaticSite</a></li></ul><h3>Interfaces</h3><ul><li><a href="ApiDestinationEventType.html">ApiDestinationEventType</a></li><li><a href="ApiDestinedLambdaEnvironment.html">ApiDestinedLambdaEnvironment</a></li><li><a href="ApiDestinedLambdaType.html">ApiDestinedLambdaType</a></li><li><a href="ApiDestinedRestApiType.html">ApiDestinedRestApiType</a></li><li><a href="ApiToEventBridgeTargetEventProps.html">ApiToEventBridgeTargetEventProps</a></li><li><a href="ApiToEventBridgeTargetLambdaProps.html">ApiToEventBridgeTargetLambdaProps</a></li><li><a href="ApiToEventBridgeTargetProps.html">ApiToEventBridgeTargetProps</a></li><li><a href="CommonStackProps.html">CommonStackProps</a></li><li><a href="GraphQlApiLambdaEnvironment.html">GraphQlApiLambdaEnvironment</a></li><li><a href="GraphQlApiLambdaProps.html">GraphQlApiLambdaProps</a></li><li><a href="LambdaEnvironment.html">LambdaEnvironment</a></li><li><a href="SiteWithEcsBackendProps.html">SiteWithEcsBackendProps</a></li><li><a href="StaticSiteProps.html">StaticSiteProps</a></li></ul></div><div class="category"><h2>Containers</h2><h3>Classes</h3><ul><li><a href="EcrManager.html">EcrManager</a></li><li><a href="EcsManager.html">EcsManager</a></li><li><a href="EksManager.html">EksManager</a></li></ul><h3>Interfaces</h3><ul><li><a href="EcsClusterProps.html">EcsClusterProps</a></li><li><a href="EcsTaskProps.html">EcsTaskProps</a></li><li><a href="EksClusterProps.html">EksClusterProps</a></li></ul></div><div class="category"><h2>Developer Tools</h2><h3>Classes</h3><ul><li><a href="CodeBuildManager.html">CodeBuildManager</a></li></ul></div><div class="category"><h2>Management & Governance</h2><h3>Classes</h3><ul><li><a href="AppConfigManager.html">AppConfigManager</a></li><li><a href="CloudTrailManager.html">CloudTrailManager</a></li><li><a href="CloudWatchManager.html">CloudWatchManager</a></li><li><a href="LogManager.html">LogManager</a></li><li><a href="SsmManager.html">SsmManager</a></li><li><a href="SSMParameterReader.html">SSMParameterReader</a></li></ul><h3>Interfaces</h3><ul><li><a href="AlarmProps.html">AlarmProps</a></li><li><a href="AlarmStatusWidgetProps.html">AlarmStatusWidgetProps</a></li><li><a href="AppConfigProps.html">AppConfigProps</a></li><li><a href="CloudTrailProps.html">CloudTrailProps</a></li><li><a href="DashboardProps.html">DashboardProps</a></li><li><a href="GraphWidgetProps.html">GraphWidgetProps</a></li><li><a href="LogProps.html">LogProps</a></li><li><a href="LogQueryWidgetProps.html">LogQueryWidgetProps</a></li><li><a href="MetricFilterProps.html">MetricFilterProps</a></li><li><a href="MetricProps.html">MetricProps</a></li><li><a href="NumericWidgetProps.html">NumericWidgetProps</a></li><li><a href="SSMParameterReaderProps.html">SSMParameterReaderProps</a></li><li><a href="TextWidgetProps.html">TextWidgetProps</a></li></ul></div><div class="category"><h2>Networking & Content Delivery</h2><h3>Classes</h3><ul><li><a href="ApiManager.html">ApiManager</a></li><li><a href="CloudFrontManager.html">CloudFrontManager</a></li><li><a href="Route53Manager.html">Route53Manager</a></li><li><a href="VpcManager.html">VpcManager</a></li></ul><h3>Interfaces</h3><ul><li><a href="CloudfrontFunctionProps.html">CloudfrontFunctionProps</a></li><li><a href="CloudFrontProps.html">CloudFrontProps</a></li><li><a href="DistributionProps.html">DistributionProps</a></li><li><a href="Route53Props.html">Route53Props</a></li></ul></div><div class="category"><h2>Security, Identity & Compliance</h2><h3>Classes</h3><ul><li><a href="AcmManager.html">AcmManager</a></li><li><a href="IamManager.html">IamManager</a></li><li><a href="SecretsManager.html">SecretsManager</a></li><li><a href="WafManager.html">WafManager</a></li></ul><h3>Interfaces</h3><ul><li><a href="AcmProps.html">AcmProps</a></li><li><a href="WafIPSetProps.html">WafIPSetProps</a></li><li><a href="WafWebACLProps.html">WafWebACLProps</a></li></ul></div><div class="category"><h2>Stacks</h2><h3>Classes</h3><ul><li><a href="CommonStack.html">CommonStack</a></li></ul></div><div class="category"><h2>Storage</h2><h3>Classes</h3><ul><li><a href="DynamodbManager.html">DynamodbManager</a></li><li><a href="S3Manager.html">S3Manager</a></li></ul><h3>Interfaces</h3><ul><li><a href="S3BucketProps.html">S3BucketProps</a></li><li><a href="TableProps.html">TableProps</a></li></ul></div><div class="category"><h2>Utils</h2><h3>Global</h3><ul><li><a href="global.html#ArnsByRegion">ArnsByRegion</a></li><li><a href="global.html#CloudWatchWidgetType">CloudWatchWidgetType</a></li><li><a href="global.html#CommonVpcIdentifier">CommonVpcIdentifier</a></li><li><a href="global.html#createCfnOutput">createCfnOutput</a></li><li><a href="global.html#defaultResponseObject">defaultResponseObject</a></li><li><a href="global.html#isDevStage">isDevStage</a></li><li><a href="global.html#isPrdStage">isPrdStage</a></li><li><a href="global.html#isTestStage">isTestStage</a></li><li><a href="global.html#isUatStage">isUatStage</a></li><li><a href="global.html#redirectError">redirectError</a></li><li><a href="global.html#redirectSuccess">redirectSuccess</a></li></ul></div><div class="category"><h2>Utils
115
+ LogLevel enumeration</h2><h3>Global</h3><ul><li><a href="global.html#LogLevel">LogLevel</a></li></ul></div>
116
+
117
+ </nav>
118
+ </div>
119
+ <div class="core" id="main-content-wrapper">
120
+ <div class="content">
121
+ <header class="page-title">
122
+ <p>Class</p>
123
+ <h1>CloudFrontManager</h1>
124
+ </header>
125
+
126
+
127
+
128
+
129
+
130
+ <section>
131
+
132
+ <header>
133
+
134
+ <h2><span class="attribs"><span class="type-signature"></span></span>CloudFrontManager<span class="signature">()</span><span class="type-signature"></span></h2>
135
+
136
+ <div class="class-description"><p>Provides operations on AWS CloudFront.</p>
137
+ <ul>
138
+ <li>A new instance of this class is injected into common.CommonConstruct constructor.</li>
139
+ <li>If a custom construct extends common.CommonConstruct, an instance is available within the context.</li>
140
+ </ul></div>
141
+
142
+
143
+ </header>
144
+
145
+ <article>
146
+ <div class="container-overview">
147
+
148
+
149
+ <div class='vertical-section'>
150
+ <div class="members">
151
+ <div class="member">
152
+ <div class=name>
153
+ <span class="tag">Constructor</span>
154
+ </div>
155
+
156
+
157
+
158
+
159
+ <h4 class="name" id="CloudFrontManager">
160
+ <a class="href-link" href="#CloudFrontManager">#</a>
161
+
162
+ <span class="code-name">
163
+
164
+ new CloudFrontManager<span class="signature">()</span><span class="type-signature"></span>
165
+
166
+ </span>
167
+ </h4>
168
+
169
+
170
+
171
+
172
+ <div class="description">
173
+ <script type="text/javascript" src="https://unpkg.com/mermaid@7.1.0/dist/mermaid.min.js"></script>
174
+ </div>
175
+
176
+
177
+
178
+
179
+
180
+
181
+
182
+
183
+
184
+
185
+
186
+
187
+
188
+
189
+ <dl class="details">
190
+
191
+
192
+
193
+
194
+
195
+
196
+
197
+
198
+
199
+
200
+
201
+
202
+
203
+
204
+
205
+
206
+
207
+
208
+
209
+
210
+
211
+
212
+
213
+
214
+
215
+
216
+
217
+ <dt class="tag-see">See:</dt>
218
+ <dd class="tag-see">
219
+ <ul>
220
+ <li><p><a href="https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_cloudfront-readme.html">CDK CloudFront Module</a></p></li>
221
+ </ul>
222
+ </dd>
223
+
224
+
225
+
226
+
227
+
228
+ <p class="tag-source">
229
+ <a href="manager_aws_cloudfront-manager.ts.html" class="button">View Source</a>
230
+ <span>
231
+ <a href="manager_aws_cloudfront-manager.ts.html">manager/aws/cloudfront-manager.ts</a>, <a href="manager_aws_cloudfront-manager.ts.html#line33">line 33</a>
232
+ </span>
233
+ </p>
234
+
235
+ </dl>
236
+
237
+
238
+
239
+
240
+
241
+
242
+
243
+
244
+
245
+
246
+
247
+
248
+
249
+
250
+
251
+
252
+
253
+
254
+
255
+
256
+
257
+ <h5>Example</h5>
258
+
259
+
260
+ <pre class="prettyprint"><code>import * as common from '@gradientedge/cdk-utils'
261
+
262
+ class CustomConstruct extends common.common.CommonConstruct {
263
+ constructor(parent: cdk.Construct, id: string, props: common.CommonStackProps) {
264
+ super(parent, id, props)
265
+ this.props = props
266
+ this.cloudFrontManager.createCloudFrontDistribution(
267
+ 'MyDistribution',
268
+ this,
269
+ siteBucket,
270
+ logBucket,
271
+ originAccessIdentity,
272
+ certificate
273
+ )
274
+ }
275
+ }</code></pre>
276
+
277
+
278
+
279
+
280
+ </div>
281
+ </div>
282
+ </div>
283
+
284
+
285
+ </div>
286
+
287
+
288
+
289
+
290
+
291
+
292
+
293
+
294
+
295
+
296
+
297
+
298
+
299
+
300
+
301
+
302
+ <div class='vertical-section'>
303
+ <h1>Methods</h1>
304
+ <div class="members">
305
+
306
+ <div class="member">
307
+
308
+
309
+
310
+ <h4 class="name" id="createCloudFrontDistribution">
311
+ <a class="href-link" href="#createCloudFrontDistribution">#</a>
312
+
313
+ <span class="code-name">
314
+
315
+ createCloudFrontDistribution<span class="signature">(id, scope, props, siteBucket<span class="signature-attributes">nullable</span>, logBucket<span class="signature-attributes">nullable</span>, oai<span class="signature-attributes">nullable</span>, certificate<span class="signature-attributes">nullable</span>, aliases<span class="signature-attributes">nullable</span>)</span><span class="type-signature"></span>
316
+
317
+ </span>
318
+ </h4>
319
+
320
+
321
+
322
+ <p class="summary"><p>Method to create a cloudfront distribution</p></p>
323
+
324
+
325
+ <div class="description">
326
+ <script type="text/javascript" src="https://unpkg.com/mermaid@7.1.0/dist/mermaid.min.js"></script>
327
+ </div>
328
+
329
+
330
+
331
+
332
+
333
+
334
+
335
+
336
+
337
+
338
+ <h5>Parameters:</h5>
339
+
340
+ <div class="table-container">
341
+ <table class="params table">
342
+ <thead>
343
+ <tr>
344
+
345
+ <th>Name</th>
346
+
347
+
348
+ <th>Type</th>
349
+
350
+
351
+ <th>Attributes</th>
352
+
353
+
354
+
355
+
356
+ <th class="last">Description</th>
357
+ </tr>
358
+ </thead>
359
+
360
+ <tbody>
361
+
362
+
363
+
364
+ <tr class="deep-level-0">
365
+
366
+ <td class="name"><code>id</code></td>
367
+
368
+
369
+ <td class="type">
370
+
371
+
372
+ <code class="param-type">string</code>
373
+
374
+
375
+
376
+ </td>
377
+
378
+
379
+ <td class="attributes">
380
+
381
+
382
+
383
+
384
+
385
+ </td>
386
+
387
+
388
+
389
+
390
+ <td class="description last"><p>scoped id of the resource</p></td>
391
+ </tr>
392
+
393
+
394
+
395
+
396
+
397
+ <tr class="deep-level-0">
398
+
399
+ <td class="name"><code>scope</code></td>
400
+
401
+
402
+ <td class="type">
403
+
404
+
405
+ <code class="param-type">common.CommonConstruct</code>
406
+
407
+
408
+
409
+ </td>
410
+
411
+
412
+ <td class="attributes">
413
+
414
+
415
+
416
+
417
+
418
+ </td>
419
+
420
+
421
+
422
+
423
+ <td class="description last"><p>scope in which this resource is defined</p></td>
424
+ </tr>
425
+
426
+
427
+
428
+
429
+
430
+ <tr class="deep-level-0">
431
+
432
+ <td class="name"><code>props</code></td>
433
+
434
+
435
+ <td class="type">
436
+
437
+
438
+ <code class="param-type">types.CloudFrontProps</code>
439
+
440
+
441
+
442
+ </td>
443
+
444
+
445
+ <td class="attributes">
446
+
447
+
448
+
449
+
450
+
451
+ </td>
452
+
453
+
454
+
455
+
456
+ <td class="description last"><p>distribution properties</p></td>
457
+ </tr>
458
+
459
+
460
+
461
+
462
+
463
+ <tr class="deep-level-0">
464
+
465
+ <td class="name"><code>siteBucket</code></td>
466
+
467
+
468
+ <td class="type">
469
+
470
+
471
+ <code class="param-type">s3.IBucket</code>
472
+
473
+
474
+
475
+ </td>
476
+
477
+
478
+ <td class="attributes">
479
+
480
+
481
+
482
+ &lt;nullable><br>
483
+
484
+
485
+
486
+ </td>
487
+
488
+
489
+
490
+
491
+ <td class="description last"></td>
492
+ </tr>
493
+
494
+
495
+
496
+
497
+
498
+ <tr class="deep-level-0">
499
+
500
+ <td class="name"><code>logBucket</code></td>
501
+
502
+
503
+ <td class="type">
504
+
505
+
506
+ <code class="param-type">s3.IBucket</code>
507
+
508
+
509
+
510
+ </td>
511
+
512
+
513
+ <td class="attributes">
514
+
515
+
516
+
517
+ &lt;nullable><br>
518
+
519
+
520
+
521
+ </td>
522
+
523
+
524
+
525
+
526
+ <td class="description last"></td>
527
+ </tr>
528
+
529
+
530
+
531
+
532
+
533
+ <tr class="deep-level-0">
534
+
535
+ <td class="name"><code>oai</code></td>
536
+
537
+
538
+ <td class="type">
539
+
540
+
541
+ <code class="param-type">cloudfront.OriginAccessIdentity</code>
542
+
543
+
544
+
545
+ </td>
546
+
547
+
548
+ <td class="attributes">
549
+
550
+
551
+
552
+ &lt;nullable><br>
553
+
554
+
555
+
556
+ </td>
557
+
558
+
559
+
560
+
561
+ <td class="description last"></td>
562
+ </tr>
563
+
564
+
565
+
566
+
567
+
568
+ <tr class="deep-level-0">
569
+
570
+ <td class="name"><code>certificate</code></td>
571
+
572
+
573
+ <td class="type">
574
+
575
+
576
+ <code class="param-type">acm.ICertificate</code>
577
+
578
+
579
+
580
+ </td>
581
+
582
+
583
+ <td class="attributes">
584
+
585
+
586
+
587
+ &lt;nullable><br>
588
+
589
+
590
+
591
+ </td>
592
+
593
+
594
+
595
+
596
+ <td class="description last"></td>
597
+ </tr>
598
+
599
+
600
+
601
+
602
+
603
+ <tr class="deep-level-0">
604
+
605
+ <td class="name"><code>aliases</code></td>
606
+
607
+
608
+ <td class="type">
609
+
610
+
611
+ <code class="param-type">Array.&lt;string></code>
612
+
613
+
614
+
615
+ </td>
616
+
617
+
618
+ <td class="attributes">
619
+
620
+
621
+
622
+ &lt;nullable><br>
623
+
624
+
625
+
626
+ </td>
627
+
628
+
629
+
630
+
631
+ <td class="description last"></td>
632
+ </tr>
633
+
634
+
635
+
636
+ </tbody>
637
+ </table>
638
+ </div>
639
+
640
+
641
+
642
+
643
+
644
+ <dl class="details">
645
+
646
+
647
+
648
+
649
+
650
+
651
+
652
+
653
+
654
+
655
+
656
+
657
+
658
+
659
+
660
+
661
+ <dt class="important tag-deprecated">Deprecated:</dt><dd><ul class="dummy"><li>Use `createDistributionWithS3Origin` instead</li></ul></dd>
662
+
663
+
664
+
665
+
666
+
667
+
668
+
669
+
670
+
671
+
672
+
673
+
674
+
675
+
676
+
677
+
678
+ <p class="tag-source">
679
+ <a href="manager_aws_cloudfront-manager.ts.html" class="button">View Source</a>
680
+ <span>
681
+ <a href="manager_aws_cloudfront-manager.ts.html">manager/aws/cloudfront-manager.ts</a>, <a href="manager_aws_cloudfront-manager.ts.html#line289">line 289</a>
682
+ </span>
683
+ </p>
684
+
685
+ </dl>
686
+
687
+
688
+
689
+
690
+
691
+
692
+
693
+
694
+
695
+
696
+
697
+
698
+
699
+
700
+
701
+
702
+
703
+
704
+
705
+
706
+
707
+ </div>
708
+
709
+ <div class="member">
710
+
711
+
712
+
713
+ <h4 class="name" id="createCloudfrontFunction">
714
+ <a class="href-link" href="#createCloudfrontFunction">#</a>
715
+
716
+ <span class="code-name">
717
+
718
+ createCloudfrontFunction<span class="signature">(id, scope, props)</span><span class="type-signature"></span>
719
+
720
+ </span>
721
+ </h4>
722
+
723
+
724
+
725
+ <p class="summary"><p>Method to provision a Cloudfront function</p></p>
726
+
727
+
728
+ <div class="description">
729
+ <script type="text/javascript" src="https://unpkg.com/mermaid@7.1.0/dist/mermaid.min.js"></script>
730
+ </div>
731
+
732
+
733
+
734
+
735
+
736
+
737
+
738
+
739
+
740
+
741
+ <h5>Parameters:</h5>
742
+
743
+ <div class="table-container">
744
+ <table class="params table">
745
+ <thead>
746
+ <tr>
747
+
748
+ <th>Name</th>
749
+
750
+
751
+ <th>Type</th>
752
+
753
+
754
+
755
+
756
+
757
+ <th class="last">Description</th>
758
+ </tr>
759
+ </thead>
760
+
761
+ <tbody>
762
+
763
+
764
+
765
+ <tr class="deep-level-0">
766
+
767
+ <td class="name"><code>id</code></td>
768
+
769
+
770
+ <td class="type">
771
+
772
+
773
+ <code class="param-type">string</code>
774
+
775
+
776
+
777
+ </td>
778
+
779
+
780
+
781
+
782
+
783
+ <td class="description last"><p>scoped id of the resource</p></td>
784
+ </tr>
785
+
786
+
787
+
788
+
789
+
790
+ <tr class="deep-level-0">
791
+
792
+ <td class="name"><code>scope</code></td>
793
+
794
+
795
+ <td class="type">
796
+
797
+
798
+ <code class="param-type">common.CommonConstruct</code>
799
+
800
+
801
+
802
+ </td>
803
+
804
+
805
+
806
+
807
+
808
+ <td class="description last"><p>scope in which this resource is defined</p></td>
809
+ </tr>
810
+
811
+
812
+
813
+
814
+
815
+ <tr class="deep-level-0">
816
+
817
+ <td class="name"><code>props</code></td>
818
+
819
+
820
+ <td class="type">
821
+
822
+
823
+ <code class="param-type">types.CloudfrontFunctionProps</code>
824
+
825
+
826
+
827
+ </td>
828
+
829
+
830
+
831
+
832
+
833
+ <td class="description last"></td>
834
+ </tr>
835
+
836
+
837
+
838
+ </tbody>
839
+ </table>
840
+ </div>
841
+
842
+
843
+
844
+
845
+
846
+ <dl class="details">
847
+
848
+
849
+
850
+
851
+
852
+
853
+
854
+
855
+
856
+
857
+
858
+
859
+
860
+
861
+
862
+
863
+
864
+
865
+
866
+
867
+
868
+
869
+
870
+
871
+
872
+
873
+
874
+
875
+
876
+
877
+
878
+ <p class="tag-source">
879
+ <a href="manager_aws_cloudfront-manager.ts.html" class="button">View Source</a>
880
+ <span>
881
+ <a href="manager_aws_cloudfront-manager.ts.html">manager/aws/cloudfront-manager.ts</a>, <a href="manager_aws_cloudfront-manager.ts.html#line357">line 357</a>
882
+ </span>
883
+ </p>
884
+
885
+ </dl>
886
+
887
+
888
+
889
+
890
+
891
+
892
+
893
+
894
+
895
+
896
+
897
+
898
+
899
+
900
+
901
+
902
+
903
+
904
+
905
+
906
+
907
+ </div>
908
+
909
+ <div class="member">
910
+
911
+
912
+
913
+ <h4 class="name" id="createDistributionWithHttpOrigin">
914
+ <a class="href-link" href="#createDistributionWithHttpOrigin">#</a>
915
+
916
+ <span class="code-name">
917
+
918
+ createDistributionWithHttpOrigin<span class="signature">(id, scope, props, origin, domainNames, logBucket<span class="signature-attributes">nullable</span>, certificate<span class="signature-attributes">nullable</span>, defaultFunctionAssociations<span class="signature-attributes">nullable</span>)</span><span class="type-signature"></span>
919
+
920
+ </span>
921
+ </h4>
922
+
923
+
924
+
925
+ <p class="summary"><p>Method to create a CloudFront distribution with HTTP Origin</p>.</p>
926
+
927
+
928
+ <div class="description">
929
+ <script type="text/javascript" src="https://unpkg.com/mermaid@7.1.0/dist/mermaid.min.js"></script><p>Method to create a CloudFront distribution with HTTP Origin</p>
930
+ </div>
931
+
932
+
933
+
934
+
935
+
936
+
937
+
938
+
939
+
940
+
941
+ <h5>Parameters:</h5>
942
+
943
+ <div class="table-container">
944
+ <table class="params table">
945
+ <thead>
946
+ <tr>
947
+
948
+ <th>Name</th>
949
+
950
+
951
+ <th>Type</th>
952
+
953
+
954
+ <th>Attributes</th>
955
+
956
+
957
+
958
+
959
+ <th class="last">Description</th>
960
+ </tr>
961
+ </thead>
962
+
963
+ <tbody>
964
+
965
+
966
+
967
+ <tr class="deep-level-0">
968
+
969
+ <td class="name"><code>id</code></td>
970
+
971
+
972
+ <td class="type">
973
+
974
+
975
+ <code class="param-type">string</code>
976
+
977
+
978
+
979
+ </td>
980
+
981
+
982
+ <td class="attributes">
983
+
984
+
985
+
986
+
987
+
988
+ </td>
989
+
990
+
991
+
992
+
993
+ <td class="description last"><p>scoped id of the resource</p></td>
994
+ </tr>
995
+
996
+
997
+
998
+
999
+
1000
+ <tr class="deep-level-0">
1001
+
1002
+ <td class="name"><code>scope</code></td>
1003
+
1004
+
1005
+ <td class="type">
1006
+
1007
+
1008
+ <code class="param-type">common.CommonConstruct</code>
1009
+
1010
+
1011
+
1012
+ </td>
1013
+
1014
+
1015
+ <td class="attributes">
1016
+
1017
+
1018
+
1019
+
1020
+
1021
+ </td>
1022
+
1023
+
1024
+
1025
+
1026
+ <td class="description last"><p>scope in which this resource is defined</p></td>
1027
+ </tr>
1028
+
1029
+
1030
+
1031
+
1032
+
1033
+ <tr class="deep-level-0">
1034
+
1035
+ <td class="name"><code>props</code></td>
1036
+
1037
+
1038
+ <td class="type">
1039
+
1040
+
1041
+ <code class="param-type">types.DistributionProps</code>
1042
+
1043
+
1044
+
1045
+ </td>
1046
+
1047
+
1048
+ <td class="attributes">
1049
+
1050
+
1051
+
1052
+
1053
+
1054
+ </td>
1055
+
1056
+
1057
+
1058
+
1059
+ <td class="description last"><p>distribution properties</p></td>
1060
+ </tr>
1061
+
1062
+
1063
+
1064
+
1065
+
1066
+ <tr class="deep-level-0">
1067
+
1068
+ <td class="name"><code>origin</code></td>
1069
+
1070
+
1071
+ <td class="type">
1072
+
1073
+
1074
+ <code class="param-type">origins.S3Origin</code>
1075
+
1076
+
1077
+
1078
+ </td>
1079
+
1080
+
1081
+ <td class="attributes">
1082
+
1083
+
1084
+
1085
+
1086
+
1087
+ </td>
1088
+
1089
+
1090
+
1091
+
1092
+ <td class="description last"></td>
1093
+ </tr>
1094
+
1095
+
1096
+
1097
+
1098
+
1099
+ <tr class="deep-level-0">
1100
+
1101
+ <td class="name"><code>domainNames</code></td>
1102
+
1103
+
1104
+ <td class="type">
1105
+
1106
+
1107
+ <code class="param-type">Array.&lt;string></code>
1108
+
1109
+
1110
+
1111
+ </td>
1112
+
1113
+
1114
+ <td class="attributes">
1115
+
1116
+
1117
+
1118
+
1119
+
1120
+ </td>
1121
+
1122
+
1123
+
1124
+
1125
+ <td class="description last"></td>
1126
+ </tr>
1127
+
1128
+
1129
+
1130
+
1131
+
1132
+ <tr class="deep-level-0">
1133
+
1134
+ <td class="name"><code>logBucket</code></td>
1135
+
1136
+
1137
+ <td class="type">
1138
+
1139
+
1140
+ <code class="param-type">s3.IBucket</code>
1141
+
1142
+
1143
+
1144
+ </td>
1145
+
1146
+
1147
+ <td class="attributes">
1148
+
1149
+
1150
+
1151
+ &lt;nullable><br>
1152
+
1153
+
1154
+
1155
+ </td>
1156
+
1157
+
1158
+
1159
+
1160
+ <td class="description last"></td>
1161
+ </tr>
1162
+
1163
+
1164
+
1165
+
1166
+
1167
+ <tr class="deep-level-0">
1168
+
1169
+ <td class="name"><code>certificate</code></td>
1170
+
1171
+
1172
+ <td class="type">
1173
+
1174
+
1175
+ <code class="param-type">acm.ICertificate</code>
1176
+
1177
+
1178
+
1179
+ </td>
1180
+
1181
+
1182
+ <td class="attributes">
1183
+
1184
+
1185
+
1186
+ &lt;nullable><br>
1187
+
1188
+
1189
+
1190
+ </td>
1191
+
1192
+
1193
+
1194
+
1195
+ <td class="description last"></td>
1196
+ </tr>
1197
+
1198
+
1199
+
1200
+
1201
+
1202
+ <tr class="deep-level-0">
1203
+
1204
+ <td class="name"><code>defaultFunctionAssociations</code></td>
1205
+
1206
+
1207
+ <td class="type">
1208
+
1209
+
1210
+ <code class="param-type">cloudfront.FunctionAssociation</code>
1211
+
1212
+
1213
+
1214
+ </td>
1215
+
1216
+
1217
+ <td class="attributes">
1218
+
1219
+
1220
+
1221
+ &lt;nullable><br>
1222
+
1223
+
1224
+
1225
+ </td>
1226
+
1227
+
1228
+
1229
+
1230
+ <td class="description last"></td>
1231
+ </tr>
1232
+
1233
+
1234
+
1235
+ </tbody>
1236
+ </table>
1237
+ </div>
1238
+
1239
+
1240
+
1241
+
1242
+
1243
+ <dl class="details">
1244
+
1245
+
1246
+
1247
+
1248
+
1249
+
1250
+
1251
+
1252
+
1253
+
1254
+
1255
+
1256
+
1257
+
1258
+
1259
+
1260
+
1261
+
1262
+
1263
+
1264
+
1265
+
1266
+
1267
+
1268
+
1269
+
1270
+
1271
+
1272
+
1273
+
1274
+
1275
+ <p class="tag-source">
1276
+ <a href="manager_aws_cloudfront-manager.ts.html" class="button">View Source</a>
1277
+ <span>
1278
+ <a href="manager_aws_cloudfront-manager.ts.html">manager/aws/cloudfront-manager.ts</a>, <a href="manager_aws_cloudfront-manager.ts.html#line319">line 319</a>
1279
+ </span>
1280
+ </p>
1281
+
1282
+ </dl>
1283
+
1284
+
1285
+
1286
+
1287
+
1288
+
1289
+
1290
+
1291
+
1292
+
1293
+
1294
+
1295
+
1296
+
1297
+
1298
+
1299
+
1300
+
1301
+
1302
+
1303
+
1304
+ </div>
1305
+
1306
+ <div class="member">
1307
+
1308
+
1309
+
1310
+ <h4 class="name" id="createDistributionWithS3Origin">
1311
+ <a class="href-link" href="#createDistributionWithS3Origin">#</a>
1312
+
1313
+ <span class="code-name">
1314
+
1315
+ createDistributionWithS3Origin<span class="signature">(id, scope, props, origin, siteBucket, logBucket<span class="signature-attributes">nullable</span>, oai<span class="signature-attributes">nullable</span>, certificate<span class="signature-attributes">nullable</span>, aliases<span class="signature-attributes">nullable</span>, defaultFunctionAssociations<span class="signature-attributes">nullable</span>)</span><span class="type-signature"></span>
1316
+
1317
+ </span>
1318
+ </h4>
1319
+
1320
+
1321
+
1322
+ <p class="summary"><p>Method to create a CloudFront distribution with S3 Origin</p>.</p>
1323
+
1324
+
1325
+ <div class="description">
1326
+ <script type="text/javascript" src="https://unpkg.com/mermaid@7.1.0/dist/mermaid.min.js"></script><p>Method to create a CloudFront distribution with S3 Origin</p>
1327
+ </div>
1328
+
1329
+
1330
+
1331
+
1332
+
1333
+
1334
+
1335
+
1336
+
1337
+
1338
+ <h5>Parameters:</h5>
1339
+
1340
+ <div class="table-container">
1341
+ <table class="params table">
1342
+ <thead>
1343
+ <tr>
1344
+
1345
+ <th>Name</th>
1346
+
1347
+
1348
+ <th>Type</th>
1349
+
1350
+
1351
+ <th>Attributes</th>
1352
+
1353
+
1354
+
1355
+
1356
+ <th class="last">Description</th>
1357
+ </tr>
1358
+ </thead>
1359
+
1360
+ <tbody>
1361
+
1362
+
1363
+
1364
+ <tr class="deep-level-0">
1365
+
1366
+ <td class="name"><code>id</code></td>
1367
+
1368
+
1369
+ <td class="type">
1370
+
1371
+
1372
+ <code class="param-type">string</code>
1373
+
1374
+
1375
+
1376
+ </td>
1377
+
1378
+
1379
+ <td class="attributes">
1380
+
1381
+
1382
+
1383
+
1384
+
1385
+ </td>
1386
+
1387
+
1388
+
1389
+
1390
+ <td class="description last"><p>scoped id of the resource</p></td>
1391
+ </tr>
1392
+
1393
+
1394
+
1395
+
1396
+
1397
+ <tr class="deep-level-0">
1398
+
1399
+ <td class="name"><code>scope</code></td>
1400
+
1401
+
1402
+ <td class="type">
1403
+
1404
+
1405
+ <code class="param-type">common.CommonConstruct</code>
1406
+
1407
+
1408
+
1409
+ </td>
1410
+
1411
+
1412
+ <td class="attributes">
1413
+
1414
+
1415
+
1416
+
1417
+
1418
+ </td>
1419
+
1420
+
1421
+
1422
+
1423
+ <td class="description last"><p>scope in which this resource is defined</p></td>
1424
+ </tr>
1425
+
1426
+
1427
+
1428
+
1429
+
1430
+ <tr class="deep-level-0">
1431
+
1432
+ <td class="name"><code>props</code></td>
1433
+
1434
+
1435
+ <td class="type">
1436
+
1437
+
1438
+ <code class="param-type">types.DistributionProps</code>
1439
+
1440
+
1441
+
1442
+ </td>
1443
+
1444
+
1445
+ <td class="attributes">
1446
+
1447
+
1448
+
1449
+
1450
+
1451
+ </td>
1452
+
1453
+
1454
+
1455
+
1456
+ <td class="description last"><p>distribution properties</p></td>
1457
+ </tr>
1458
+
1459
+
1460
+
1461
+
1462
+
1463
+ <tr class="deep-level-0">
1464
+
1465
+ <td class="name"><code>origin</code></td>
1466
+
1467
+
1468
+ <td class="type">
1469
+
1470
+
1471
+ <code class="param-type">origins.S3Origin</code>
1472
+
1473
+
1474
+
1475
+ </td>
1476
+
1477
+
1478
+ <td class="attributes">
1479
+
1480
+
1481
+
1482
+
1483
+
1484
+ </td>
1485
+
1486
+
1487
+
1488
+
1489
+ <td class="description last"></td>
1490
+ </tr>
1491
+
1492
+
1493
+
1494
+
1495
+
1496
+ <tr class="deep-level-0">
1497
+
1498
+ <td class="name"><code>siteBucket</code></td>
1499
+
1500
+
1501
+ <td class="type">
1502
+
1503
+
1504
+ <code class="param-type">s3.IBucket</code>
1505
+
1506
+
1507
+
1508
+ </td>
1509
+
1510
+
1511
+ <td class="attributes">
1512
+
1513
+
1514
+
1515
+
1516
+
1517
+ </td>
1518
+
1519
+
1520
+
1521
+
1522
+ <td class="description last"></td>
1523
+ </tr>
1524
+
1525
+
1526
+
1527
+
1528
+
1529
+ <tr class="deep-level-0">
1530
+
1531
+ <td class="name"><code>logBucket</code></td>
1532
+
1533
+
1534
+ <td class="type">
1535
+
1536
+
1537
+ <code class="param-type">s3.IBucket</code>
1538
+
1539
+
1540
+
1541
+ </td>
1542
+
1543
+
1544
+ <td class="attributes">
1545
+
1546
+
1547
+
1548
+ &lt;nullable><br>
1549
+
1550
+
1551
+
1552
+ </td>
1553
+
1554
+
1555
+
1556
+
1557
+ <td class="description last"></td>
1558
+ </tr>
1559
+
1560
+
1561
+
1562
+
1563
+
1564
+ <tr class="deep-level-0">
1565
+
1566
+ <td class="name"><code>oai</code></td>
1567
+
1568
+
1569
+ <td class="type">
1570
+
1571
+
1572
+ <code class="param-type">cloudfront.OriginAccessIdentity</code>
1573
+
1574
+
1575
+
1576
+ </td>
1577
+
1578
+
1579
+ <td class="attributes">
1580
+
1581
+
1582
+
1583
+ &lt;nullable><br>
1584
+
1585
+
1586
+
1587
+ </td>
1588
+
1589
+
1590
+
1591
+
1592
+ <td class="description last"></td>
1593
+ </tr>
1594
+
1595
+
1596
+
1597
+
1598
+
1599
+ <tr class="deep-level-0">
1600
+
1601
+ <td class="name"><code>certificate</code></td>
1602
+
1603
+
1604
+ <td class="type">
1605
+
1606
+
1607
+ <code class="param-type">acm.ICertificate</code>
1608
+
1609
+
1610
+
1611
+ </td>
1612
+
1613
+
1614
+ <td class="attributes">
1615
+
1616
+
1617
+
1618
+ &lt;nullable><br>
1619
+
1620
+
1621
+
1622
+ </td>
1623
+
1624
+
1625
+
1626
+
1627
+ <td class="description last"></td>
1628
+ </tr>
1629
+
1630
+
1631
+
1632
+
1633
+
1634
+ <tr class="deep-level-0">
1635
+
1636
+ <td class="name"><code>aliases</code></td>
1637
+
1638
+
1639
+ <td class="type">
1640
+
1641
+
1642
+ <code class="param-type">Array.&lt;string></code>
1643
+
1644
+
1645
+
1646
+ </td>
1647
+
1648
+
1649
+ <td class="attributes">
1650
+
1651
+
1652
+
1653
+ &lt;nullable><br>
1654
+
1655
+
1656
+
1657
+ </td>
1658
+
1659
+
1660
+
1661
+
1662
+ <td class="description last"></td>
1663
+ </tr>
1664
+
1665
+
1666
+
1667
+
1668
+
1669
+ <tr class="deep-level-0">
1670
+
1671
+ <td class="name"><code>defaultFunctionAssociations</code></td>
1672
+
1673
+
1674
+ <td class="type">
1675
+
1676
+
1677
+ <code class="param-type">cloudfront.FunctionAssociation</code>
1678
+
1679
+
1680
+
1681
+ </td>
1682
+
1683
+
1684
+ <td class="attributes">
1685
+
1686
+
1687
+
1688
+ &lt;nullable><br>
1689
+
1690
+
1691
+
1692
+ </td>
1693
+
1694
+
1695
+
1696
+
1697
+ <td class="description last"></td>
1698
+ </tr>
1699
+
1700
+
1701
+
1702
+ </tbody>
1703
+ </table>
1704
+ </div>
1705
+
1706
+
1707
+
1708
+
1709
+
1710
+ <dl class="details">
1711
+
1712
+
1713
+
1714
+
1715
+
1716
+
1717
+
1718
+
1719
+
1720
+
1721
+
1722
+
1723
+
1724
+
1725
+
1726
+
1727
+
1728
+
1729
+
1730
+
1731
+
1732
+
1733
+
1734
+
1735
+
1736
+
1737
+
1738
+
1739
+
1740
+
1741
+
1742
+ <p class="tag-source">
1743
+ <a href="manager_aws_cloudfront-manager.ts.html" class="button">View Source</a>
1744
+ <span>
1745
+ <a href="manager_aws_cloudfront-manager.ts.html">manager/aws/cloudfront-manager.ts</a>, <a href="manager_aws_cloudfront-manager.ts.html#line305">line 305</a>
1746
+ </span>
1747
+ </p>
1748
+
1749
+ </dl>
1750
+
1751
+
1752
+
1753
+
1754
+
1755
+
1756
+
1757
+
1758
+
1759
+
1760
+
1761
+
1762
+
1763
+
1764
+
1765
+
1766
+
1767
+
1768
+
1769
+
1770
+
1771
+ </div>
1772
+
1773
+ <div class="member">
1774
+
1775
+
1776
+
1777
+ <h4 class="name" id="createEdgeFunction">
1778
+ <a class="href-link" href="#createEdgeFunction">#</a>
1779
+
1780
+ <span class="code-name">
1781
+
1782
+ createEdgeFunction<span class="signature">(id, scope, props, layers, code, environment, vpc, securityGroups, accessPoint, mountPath)</span><span class="type-signature"></span>
1783
+
1784
+ </span>
1785
+ </h4>
1786
+
1787
+
1788
+
1789
+ <p class="summary"><p>Method to provision a Lambda@Edge function</p></p>
1790
+
1791
+
1792
+ <div class="description">
1793
+ <script type="text/javascript" src="https://unpkg.com/mermaid@7.1.0/dist/mermaid.min.js"></script>
1794
+ </div>
1795
+
1796
+
1797
+
1798
+
1799
+
1800
+
1801
+
1802
+
1803
+
1804
+
1805
+ <h5>Parameters:</h5>
1806
+
1807
+ <div class="table-container">
1808
+ <table class="params table">
1809
+ <thead>
1810
+ <tr>
1811
+
1812
+ <th>Name</th>
1813
+
1814
+
1815
+ <th>Type</th>
1816
+
1817
+
1818
+
1819
+
1820
+
1821
+ <th class="last">Description</th>
1822
+ </tr>
1823
+ </thead>
1824
+
1825
+ <tbody>
1826
+
1827
+
1828
+
1829
+ <tr class="deep-level-0">
1830
+
1831
+ <td class="name"><code>id</code></td>
1832
+
1833
+
1834
+ <td class="type">
1835
+
1836
+
1837
+ <code class="param-type">string</code>
1838
+
1839
+
1840
+
1841
+ </td>
1842
+
1843
+
1844
+
1845
+
1846
+
1847
+ <td class="description last"><p>scoped id of the resource</p></td>
1848
+ </tr>
1849
+
1850
+
1851
+
1852
+
1853
+
1854
+ <tr class="deep-level-0">
1855
+
1856
+ <td class="name"><code>scope</code></td>
1857
+
1858
+
1859
+ <td class="type">
1860
+
1861
+
1862
+ <code class="param-type">common.CommonConstruct</code>
1863
+
1864
+
1865
+
1866
+ </td>
1867
+
1868
+
1869
+
1870
+
1871
+
1872
+ <td class="description last"><p>scope in which this resource is defined</p></td>
1873
+ </tr>
1874
+
1875
+
1876
+
1877
+
1878
+
1879
+ <tr class="deep-level-0">
1880
+
1881
+ <td class="name"><code>props</code></td>
1882
+
1883
+
1884
+ <td class="type">
1885
+
1886
+
1887
+ <code class="param-type">types.LambdaEdgeProps</code>
1888
+
1889
+
1890
+
1891
+ </td>
1892
+
1893
+
1894
+
1895
+
1896
+
1897
+ <td class="description last"><p>lambda@edge properties</p></td>
1898
+ </tr>
1899
+
1900
+
1901
+
1902
+
1903
+
1904
+ <tr class="deep-level-0">
1905
+
1906
+ <td class="name"><code>layers</code></td>
1907
+
1908
+
1909
+ <td class="type">
1910
+
1911
+
1912
+ <code class="param-type">Array.&lt;lambda.ILayerVersion></code>
1913
+
1914
+
1915
+
1916
+ </td>
1917
+
1918
+
1919
+
1920
+
1921
+
1922
+ <td class="description last"></td>
1923
+ </tr>
1924
+
1925
+
1926
+
1927
+
1928
+
1929
+ <tr class="deep-level-0">
1930
+
1931
+ <td class="name"><code>code</code></td>
1932
+
1933
+
1934
+ <td class="type">
1935
+
1936
+
1937
+ <code class="param-type">lambda.AssetCode</code>
1938
+
1939
+
1940
+
1941
+ </td>
1942
+
1943
+
1944
+
1945
+
1946
+
1947
+ <td class="description last"></td>
1948
+ </tr>
1949
+
1950
+
1951
+
1952
+
1953
+
1954
+ <tr class="deep-level-0">
1955
+
1956
+ <td class="name"><code>environment</code></td>
1957
+
1958
+
1959
+ <td class="type">
1960
+
1961
+
1962
+ <code class="param-type">Map.&lt;string, string></code>
1963
+
1964
+
1965
+
1966
+ </td>
1967
+
1968
+
1969
+
1970
+
1971
+
1972
+ <td class="description last"></td>
1973
+ </tr>
1974
+
1975
+
1976
+
1977
+
1978
+
1979
+ <tr class="deep-level-0">
1980
+
1981
+ <td class="name"><code>vpc</code></td>
1982
+
1983
+
1984
+ <td class="type">
1985
+
1986
+
1987
+ <code class="param-type">ec2.IVpc</code>
1988
+
1989
+
1990
+
1991
+ </td>
1992
+
1993
+
1994
+
1995
+
1996
+
1997
+ <td class="description last"></td>
1998
+ </tr>
1999
+
2000
+
2001
+
2002
+
2003
+
2004
+ <tr class="deep-level-0">
2005
+
2006
+ <td class="name"><code>securityGroups</code></td>
2007
+
2008
+
2009
+ <td class="type">
2010
+
2011
+
2012
+ <code class="param-type">Array.&lt;ec2.ISecurityGroup></code>
2013
+
2014
+
2015
+
2016
+ </td>
2017
+
2018
+
2019
+
2020
+
2021
+
2022
+ <td class="description last"></td>
2023
+ </tr>
2024
+
2025
+
2026
+
2027
+
2028
+
2029
+ <tr class="deep-level-0">
2030
+
2031
+ <td class="name"><code>accessPoint</code></td>
2032
+
2033
+
2034
+ <td class="type">
2035
+
2036
+
2037
+ <code class="param-type">efs.IAccessPoint</code>
2038
+
2039
+
2040
+
2041
+ </td>
2042
+
2043
+
2044
+
2045
+
2046
+
2047
+ <td class="description last"></td>
2048
+ </tr>
2049
+
2050
+
2051
+
2052
+
2053
+
2054
+ <tr class="deep-level-0">
2055
+
2056
+ <td class="name"><code>mountPath</code></td>
2057
+
2058
+
2059
+ <td class="type">
2060
+
2061
+
2062
+ <code class="param-type">string</code>
2063
+
2064
+
2065
+
2066
+ </td>
2067
+
2068
+
2069
+
2070
+
2071
+
2072
+ <td class="description last"></td>
2073
+ </tr>
2074
+
2075
+
2076
+
2077
+ </tbody>
2078
+ </table>
2079
+ </div>
2080
+
2081
+
2082
+
2083
+
2084
+
2085
+ <dl class="details">
2086
+
2087
+
2088
+
2089
+
2090
+
2091
+
2092
+
2093
+
2094
+
2095
+
2096
+
2097
+
2098
+
2099
+
2100
+
2101
+
2102
+
2103
+
2104
+
2105
+
2106
+
2107
+
2108
+
2109
+
2110
+
2111
+
2112
+
2113
+
2114
+
2115
+
2116
+
2117
+ <p class="tag-source">
2118
+ <a href="manager_aws_cloudfront-manager.ts.html" class="button">View Source</a>
2119
+ <span>
2120
+ <a href="manager_aws_cloudfront-manager.ts.html">manager/aws/cloudfront-manager.ts</a>, <a href="manager_aws_cloudfront-manager.ts.html#line336">line 336</a>
2121
+ </span>
2122
+ </p>
2123
+
2124
+ </dl>
2125
+
2126
+
2127
+
2128
+
2129
+
2130
+
2131
+
2132
+
2133
+
2134
+
2135
+
2136
+
2137
+
2138
+
2139
+
2140
+
2141
+
2142
+
2143
+
2144
+
2145
+
2146
+ </div>
2147
+
2148
+ <div class="member">
2149
+
2150
+
2151
+
2152
+ <h4 class="name" id="invalidateCache">
2153
+ <a class="href-link" href="#invalidateCache">#</a>
2154
+
2155
+ <span class="code-name">
2156
+
2157
+ invalidateCache<span class="signature">(id, scope, dockerFilePath, distributionId, paths)</span><span class="type-signature"></span>
2158
+
2159
+ </span>
2160
+ </h4>
2161
+
2162
+
2163
+
2164
+
2165
+ <div class="description">
2166
+ <script type="text/javascript" src="https://unpkg.com/mermaid@7.1.0/dist/mermaid.min.js"></script>
2167
+ </div>
2168
+
2169
+
2170
+
2171
+
2172
+
2173
+
2174
+
2175
+
2176
+
2177
+
2178
+ <h5>Parameters:</h5>
2179
+
2180
+ <div class="table-container">
2181
+ <table class="params table">
2182
+ <thead>
2183
+ <tr>
2184
+
2185
+ <th>Name</th>
2186
+
2187
+
2188
+ <th>Type</th>
2189
+
2190
+
2191
+
2192
+
2193
+
2194
+ <th class="last">Description</th>
2195
+ </tr>
2196
+ </thead>
2197
+
2198
+ <tbody>
2199
+
2200
+
2201
+
2202
+ <tr class="deep-level-0">
2203
+
2204
+ <td class="name"><code>id</code></td>
2205
+
2206
+
2207
+ <td class="type">
2208
+
2209
+ </td>
2210
+
2211
+
2212
+
2213
+
2214
+
2215
+ <td class="description last"></td>
2216
+ </tr>
2217
+
2218
+
2219
+
2220
+
2221
+
2222
+ <tr class="deep-level-0">
2223
+
2224
+ <td class="name"><code>scope</code></td>
2225
+
2226
+
2227
+ <td class="type">
2228
+
2229
+ </td>
2230
+
2231
+
2232
+
2233
+
2234
+
2235
+ <td class="description last"></td>
2236
+ </tr>
2237
+
2238
+
2239
+
2240
+
2241
+
2242
+ <tr class="deep-level-0">
2243
+
2244
+ <td class="name"><code>dockerFilePath</code></td>
2245
+
2246
+
2247
+ <td class="type">
2248
+
2249
+ </td>
2250
+
2251
+
2252
+
2253
+
2254
+
2255
+ <td class="description last"></td>
2256
+ </tr>
2257
+
2258
+
2259
+
2260
+
2261
+
2262
+ <tr class="deep-level-0">
2263
+
2264
+ <td class="name"><code>distributionId</code></td>
2265
+
2266
+
2267
+ <td class="type">
2268
+
2269
+ </td>
2270
+
2271
+
2272
+
2273
+
2274
+
2275
+ <td class="description last"></td>
2276
+ </tr>
2277
+
2278
+
2279
+
2280
+
2281
+
2282
+ <tr class="deep-level-0">
2283
+
2284
+ <td class="name"><code>paths</code></td>
2285
+
2286
+
2287
+ <td class="type">
2288
+
2289
+ </td>
2290
+
2291
+
2292
+
2293
+
2294
+
2295
+ <td class="description last"></td>
2296
+ </tr>
2297
+
2298
+
2299
+
2300
+ </tbody>
2301
+ </table>
2302
+ </div>
2303
+
2304
+
2305
+
2306
+
2307
+
2308
+ <dl class="details">
2309
+
2310
+
2311
+
2312
+
2313
+
2314
+
2315
+
2316
+
2317
+
2318
+
2319
+
2320
+
2321
+
2322
+
2323
+
2324
+
2325
+
2326
+
2327
+
2328
+
2329
+
2330
+
2331
+
2332
+
2333
+
2334
+
2335
+
2336
+
2337
+
2338
+
2339
+
2340
+ <p class="tag-source">
2341
+ <a href="manager_aws_cloudfront-manager.ts.html" class="button">View Source</a>
2342
+ <span>
2343
+ <a href="manager_aws_cloudfront-manager.ts.html">manager/aws/cloudfront-manager.ts</a>, <a href="manager_aws_cloudfront-manager.ts.html#line347">line 347</a>
2344
+ </span>
2345
+ </p>
2346
+
2347
+ </dl>
2348
+
2349
+
2350
+
2351
+
2352
+
2353
+
2354
+
2355
+
2356
+
2357
+
2358
+
2359
+
2360
+
2361
+
2362
+
2363
+
2364
+
2365
+
2366
+
2367
+
2368
+
2369
+ </div>
2370
+
2371
+ </div>
2372
+ </div>
2373
+
2374
+
2375
+
2376
+
2377
+
2378
+ </article>
2379
+
2380
+ </section>
2381
+
2382
+
2383
+
2384
+
2385
+ </div>
2386
+
2387
+ </div>
2388
+ <div id="side-nav" class="side-nav">
2389
+ </div>
2390
+ </div>
2391
+ <script src="scripts/app.min.js"></script>
2392
+ <script>PR.prettyPrint();</script>
2393
+ <script src="scripts/linenumber.js"> </script>
2394
+
2395
+ <script src="scripts/search.js"> </script>
2396
+
2397
+
2398
+ </body>
2399
+ </html>