aws-cdk-lib 2.200.2__py3-none-any.whl → 2.224.0__py3-none-any.whl

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.

Potentially problematic release.


This version of aws-cdk-lib might be problematic. Click here for more details.

Files changed (569) hide show
  1. aws_cdk/__init__.py +1349 -373
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.200.2.jsii.tgz → aws-cdk-lib@2.224.0.jsii.tgz} +0 -0
  4. aws_cdk/alexa_ask/__init__.py +12 -2
  5. aws_cdk/aws_accessanalyzer/__init__.py +323 -6
  6. aws_cdk/aws_acmpca/__init__.py +53 -10
  7. aws_cdk/aws_aiops/__init__.py +1019 -0
  8. aws_cdk/aws_amazonmq/__init__.py +357 -313
  9. aws_cdk/aws_amplify/__init__.py +173 -17
  10. aws_cdk/aws_amplifyuibuilder/__init__.py +35 -6
  11. aws_cdk/aws_apigateway/__init__.py +1017 -155
  12. aws_cdk/aws_apigatewayv2/__init__.py +2796 -379
  13. aws_cdk/aws_apigatewayv2_integrations/__init__.py +94 -16
  14. aws_cdk/aws_appconfig/__init__.py +298 -43
  15. aws_cdk/aws_appflow/__init__.py +151 -6
  16. aws_cdk/aws_appintegrations/__init__.py +546 -6
  17. aws_cdk/aws_applicationautoscaling/__init__.py +29 -6
  18. aws_cdk/aws_applicationinsights/__init__.py +13 -2
  19. aws_cdk/aws_applicationsignals/__init__.py +374 -6
  20. aws_cdk/aws_appmesh/__init__.py +94 -26
  21. aws_cdk/aws_apprunner/__init__.py +66 -18
  22. aws_cdk/aws_appstream/__init__.py +309 -55
  23. aws_cdk/aws_appsync/__init__.py +227 -53
  24. aws_cdk/aws_apptest/__init__.py +71 -2
  25. aws_cdk/aws_aps/__init__.py +1875 -132
  26. aws_cdk/aws_arcregionswitch/__init__.py +5095 -0
  27. aws_cdk/aws_arczonalshift/__init__.py +39 -12
  28. aws_cdk/aws_athena/__init__.py +365 -29
  29. aws_cdk/aws_auditmanager/__init__.py +71 -2
  30. aws_cdk/aws_autoscaling/__init__.py +135 -55
  31. aws_cdk/aws_autoscaling_common/__init__.py +3 -0
  32. aws_cdk/aws_autoscalingplans/__init__.py +13 -2
  33. aws_cdk/aws_b2bi/__init__.py +1819 -99
  34. aws_cdk/aws_backup/__init__.py +317 -28
  35. aws_cdk/aws_backupgateway/__init__.py +13 -2
  36. aws_cdk/aws_batch/__init__.py +1405 -178
  37. aws_cdk/aws_bcmdataexports/__init__.py +21 -2
  38. aws_cdk/aws_bedrock/__init__.py +6747 -627
  39. aws_cdk/aws_bedrockagentcore/__init__.py +10425 -0
  40. aws_cdk/aws_billingconductor/__init__.py +197 -11
  41. aws_cdk/aws_budgets/__init__.py +42 -4
  42. aws_cdk/aws_cassandra/__init__.py +247 -6
  43. aws_cdk/aws_ce/__init__.py +35 -6
  44. aws_cdk/aws_certificatemanager/__init__.py +237 -32
  45. aws_cdk/aws_chatbot/__init__.py +70 -6
  46. aws_cdk/aws_cleanrooms/__init__.py +709 -206
  47. aws_cdk/aws_cleanroomsml/__init__.py +13 -2
  48. aws_cdk/aws_cloud9/__init__.py +13 -2
  49. aws_cdk/aws_cloudformation/__init__.py +345 -166
  50. aws_cdk/aws_cloudfront/__init__.py +2101 -680
  51. aws_cdk/aws_cloudfront/experimental/__init__.py +108 -16
  52. aws_cdk/aws_cloudfront_origins/__init__.py +614 -73
  53. aws_cdk/aws_cloudtrail/__init__.py +301 -17
  54. aws_cdk/aws_cloudwatch/__init__.py +1414 -153
  55. aws_cdk/aws_codeartifact/__init__.py +35 -6
  56. aws_cdk/aws_codebuild/__init__.py +1103 -118
  57. aws_cdk/aws_codecommit/__init__.py +23 -9
  58. aws_cdk/aws_codeconnections/__init__.py +13 -2
  59. aws_cdk/aws_codedeploy/__init__.py +67 -6
  60. aws_cdk/aws_codeguruprofiler/__init__.py +74 -2
  61. aws_cdk/aws_codegurureviewer/__init__.py +13 -2
  62. aws_cdk/aws_codepipeline/__init__.py +127 -64
  63. aws_cdk/aws_codepipeline_actions/__init__.py +749 -0
  64. aws_cdk/aws_codestar/__init__.py +13 -2
  65. aws_cdk/aws_codestarconnections/__init__.py +35 -6
  66. aws_cdk/aws_codestarnotifications/__init__.py +16 -2
  67. aws_cdk/aws_cognito/__init__.py +814 -80
  68. aws_cdk/aws_cognito_identitypool/__init__.py +17 -12
  69. aws_cdk/aws_comprehend/__init__.py +24 -4
  70. aws_cdk/aws_config/__init__.py +191 -30
  71. aws_cdk/aws_connect/__init__.py +2736 -191
  72. aws_cdk/aws_connectcampaigns/__init__.py +13 -2
  73. aws_cdk/aws_connectcampaignsv2/__init__.py +268 -6
  74. aws_cdk/aws_controltower/__init__.py +35 -6
  75. aws_cdk/aws_cur/__init__.py +100 -4
  76. aws_cdk/aws_customerprofiles/__init__.py +617 -27
  77. aws_cdk/aws_databrew/__init__.py +68 -12
  78. aws_cdk/aws_datapipeline/__init__.py +42 -2
  79. aws_cdk/aws_datasync/__init__.py +723 -203
  80. aws_cdk/aws_datazone/__init__.py +4425 -608
  81. aws_cdk/aws_dax/__init__.py +83 -6
  82. aws_cdk/aws_deadline/__init__.py +321 -32
  83. aws_cdk/aws_detective/__init__.py +35 -6
  84. aws_cdk/aws_devicefarm/__init__.py +68 -12
  85. aws_cdk/aws_devopsguru/__init__.py +37 -6
  86. aws_cdk/aws_directoryservice/__init__.py +53 -4
  87. aws_cdk/aws_dlm/__init__.py +13 -2
  88. aws_cdk/aws_dms/__init__.py +184 -27
  89. aws_cdk/aws_docdb/__init__.py +323 -46
  90. aws_cdk/aws_docdbelastic/__init__.py +13 -2
  91. aws_cdk/aws_dsql/__init__.py +340 -12
  92. aws_cdk/aws_dynamodb/__init__.py +1463 -166
  93. aws_cdk/aws_ec2/__init__.py +9636 -1120
  94. aws_cdk/aws_ecr/__init__.py +631 -43
  95. aws_cdk/aws_ecr_assets/__init__.py +4 -0
  96. aws_cdk/aws_ecs/__init__.py +6524 -497
  97. aws_cdk/aws_ecs_patterns/__init__.py +2 -0
  98. aws_cdk/aws_efs/__init__.py +264 -24
  99. aws_cdk/aws_eks/__init__.py +1050 -218
  100. aws_cdk/aws_elasticache/__init__.py +373 -20
  101. aws_cdk/aws_elasticbeanstalk/__init__.py +75 -8
  102. aws_cdk/aws_elasticloadbalancing/__init__.py +16 -2
  103. aws_cdk/aws_elasticloadbalancingv2/__init__.py +1670 -106
  104. aws_cdk/aws_elasticsearch/__init__.py +282 -9
  105. aws_cdk/aws_emr/__init__.py +187 -20
  106. aws_cdk/aws_emrcontainers/__init__.py +71 -2
  107. aws_cdk/aws_emrserverless/__init__.py +188 -3
  108. aws_cdk/aws_entityresolution/__init__.py +585 -58
  109. aws_cdk/aws_events/__init__.py +969 -124
  110. aws_cdk/aws_events_targets/__init__.py +310 -54
  111. aws_cdk/aws_eventschemas/__init__.py +46 -8
  112. aws_cdk/aws_evidently/__init__.py +57 -10
  113. aws_cdk/aws_evs/__init__.py +2244 -0
  114. aws_cdk/aws_finspace/__init__.py +71 -2
  115. aws_cdk/aws_fis/__init__.py +26 -4
  116. aws_cdk/aws_fms/__init__.py +35 -6
  117. aws_cdk/aws_forecast/__init__.py +24 -4
  118. aws_cdk/aws_frauddetector/__init__.py +79 -14
  119. aws_cdk/aws_fsx/__init__.py +1236 -142
  120. aws_cdk/aws_gamelift/__init__.py +653 -78
  121. aws_cdk/aws_gameliftstreams/__init__.py +38 -16
  122. aws_cdk/aws_globalaccelerator/__init__.py +55 -14
  123. aws_cdk/aws_glue/__init__.py +1368 -320
  124. aws_cdk/aws_grafana/__init__.py +13 -2
  125. aws_cdk/aws_greengrass/__init__.py +654 -32
  126. aws_cdk/aws_greengrassv2/__init__.py +53 -4
  127. aws_cdk/aws_groundstation/__init__.py +122 -6
  128. aws_cdk/aws_guardduty/__init__.py +1613 -123
  129. aws_cdk/aws_healthimaging/__init__.py +71 -2
  130. aws_cdk/aws_healthlake/__init__.py +42 -2
  131. aws_cdk/aws_iam/__init__.py +480 -140
  132. aws_cdk/aws_identitystore/__init__.py +24 -4
  133. aws_cdk/aws_imagebuilder/__init__.py +1433 -183
  134. aws_cdk/aws_inspector/__init__.py +38 -6
  135. aws_cdk/aws_inspectorv2/__init__.py +2285 -243
  136. aws_cdk/aws_internetmonitor/__init__.py +71 -2
  137. aws_cdk/aws_invoicing/__init__.py +13 -2
  138. aws_cdk/aws_iot/__init__.py +1730 -86
  139. aws_cdk/aws_iotanalytics/__init__.py +162 -8
  140. aws_cdk/aws_iotcoredeviceadvisor/__init__.py +106 -40
  141. aws_cdk/aws_iotevents/__init__.py +122 -6
  142. aws_cdk/aws_iotfleethub/__init__.py +71 -2
  143. aws_cdk/aws_iotfleetwise/__init__.py +195 -14
  144. aws_cdk/aws_iotsitewise/__init__.py +1837 -89
  145. aws_cdk/aws_iotthingsgraph/__init__.py +13 -2
  146. aws_cdk/aws_iottwinmaker/__init__.py +115 -10
  147. aws_cdk/aws_iotwireless/__init__.py +649 -22
  148. aws_cdk/aws_ivs/__init__.py +561 -57
  149. aws_cdk/aws_ivschat/__init__.py +24 -4
  150. aws_cdk/aws_kafkaconnect/__init__.py +35 -6
  151. aws_cdk/aws_kendra/__init__.py +120 -28
  152. aws_cdk/aws_kendraranking/__init__.py +13 -2
  153. aws_cdk/aws_kinesis/__init__.py +622 -22
  154. aws_cdk/aws_kinesisanalytics/__init__.py +467 -94
  155. aws_cdk/aws_kinesisanalyticsv2/__init__.py +201 -11
  156. aws_cdk/aws_kinesisfirehose/__init__.py +3077 -295
  157. aws_cdk/aws_kinesisvideo/__init__.py +24 -4
  158. aws_cdk/aws_kms/__init__.py +188 -41
  159. aws_cdk/aws_lakeformation/__init__.py +80 -15
  160. aws_cdk/aws_lambda/__init__.py +2101 -252
  161. aws_cdk/aws_lambda_event_sources/__init__.py +638 -1
  162. aws_cdk/aws_lambda_nodejs/__init__.py +63 -24
  163. aws_cdk/aws_launchwizard/__init__.py +13 -2
  164. aws_cdk/aws_lex/__init__.py +871 -8
  165. aws_cdk/aws_licensemanager/__init__.py +24 -4
  166. aws_cdk/aws_lightsail/__init__.py +2159 -975
  167. aws_cdk/aws_location/__init__.py +618 -14
  168. aws_cdk/aws_logs/__init__.py +5904 -956
  169. aws_cdk/aws_lookoutequipment/__init__.py +13 -2
  170. aws_cdk/aws_lookoutmetrics/__init__.py +38 -6
  171. aws_cdk/aws_lookoutvision/__init__.py +71 -2
  172. aws_cdk/aws_m2/__init__.py +94 -19
  173. aws_cdk/aws_macie/__init__.py +49 -11
  174. aws_cdk/aws_managedblockchain/__init__.py +180 -6
  175. aws_cdk/aws_mediaconnect/__init__.py +101 -18
  176. aws_cdk/aws_mediaconvert/__init__.py +35 -6
  177. aws_cdk/aws_medialive/__init__.py +1239 -35
  178. aws_cdk/aws_mediapackage/__init__.py +59 -12
  179. aws_cdk/aws_mediapackagev2/__init__.py +1607 -225
  180. aws_cdk/aws_mediastore/__init__.py +13 -2
  181. aws_cdk/aws_mediatailor/__init__.py +583 -12
  182. aws_cdk/aws_memorydb/__init__.py +271 -12
  183. aws_cdk/aws_mpa/__init__.py +1495 -0
  184. aws_cdk/aws_msk/__init__.py +104 -18
  185. aws_cdk/aws_mwaa/__init__.py +121 -9
  186. aws_cdk/aws_neptune/__init__.py +290 -78
  187. aws_cdk/aws_neptunegraph/__init__.py +24 -4
  188. aws_cdk/aws_networkfirewall/__init__.py +1289 -273
  189. aws_cdk/aws_networkmanager/__init__.py +349 -33
  190. aws_cdk/aws_nimblestudio/__init__.py +75 -8
  191. aws_cdk/aws_notifications/__init__.py +317 -12
  192. aws_cdk/aws_notificationscontacts/__init__.py +13 -2
  193. aws_cdk/aws_oam/__init__.py +24 -4
  194. aws_cdk/aws_observabilityadmin/__init__.py +2561 -0
  195. aws_cdk/aws_odb/__init__.py +5872 -0
  196. aws_cdk/aws_omics/__init__.py +2495 -529
  197. aws_cdk/aws_opensearchserverless/__init__.py +312 -37
  198. aws_cdk/aws_opensearchservice/__init__.py +495 -19
  199. aws_cdk/aws_opsworks/__init__.py +235 -139
  200. aws_cdk/aws_opsworkscm/__init__.py +16 -52
  201. aws_cdk/aws_organizations/__init__.py +70 -10
  202. aws_cdk/aws_osis/__init__.py +167 -2
  203. aws_cdk/aws_panorama/__init__.py +151 -6
  204. aws_cdk/aws_paymentcryptography/__init__.py +24 -4
  205. aws_cdk/aws_pcaconnectorad/__init__.py +59 -10
  206. aws_cdk/aws_pcaconnectorscep/__init__.py +24 -4
  207. aws_cdk/aws_pcs/__init__.py +387 -68
  208. aws_cdk/aws_personalize/__init__.py +46 -8
  209. aws_cdk/aws_pinpoint/__init__.py +329 -38
  210. aws_cdk/aws_pinpointemail/__init__.py +48 -8
  211. aws_cdk/aws_pipes/__init__.py +12 -2
  212. aws_cdk/aws_proton/__init__.py +37 -6
  213. aws_cdk/aws_qbusiness/__init__.py +635 -34
  214. aws_cdk/aws_qldb/__init__.py +24 -4
  215. aws_cdk/aws_quicksight/__init__.py +7900 -1160
  216. aws_cdk/aws_ram/__init__.py +24 -4
  217. aws_cdk/aws_rbin/__init__.py +12 -2
  218. aws_cdk/aws_rds/__init__.py +3345 -512
  219. aws_cdk/aws_redshift/__init__.py +143 -20
  220. aws_cdk/aws_redshiftserverless/__init__.py +692 -4
  221. aws_cdk/aws_refactorspaces/__init__.py +64 -14
  222. aws_cdk/aws_rekognition/__init__.py +93 -6
  223. aws_cdk/aws_resiliencehub/__init__.py +24 -4
  224. aws_cdk/aws_resourceexplorer2/__init__.py +35 -6
  225. aws_cdk/aws_resourcegroups/__init__.py +82 -4
  226. aws_cdk/aws_robomaker/__init__.py +72 -12
  227. aws_cdk/aws_rolesanywhere/__init__.py +180 -6
  228. aws_cdk/aws_route53/__init__.py +3273 -1442
  229. aws_cdk/aws_route53_targets/__init__.py +3 -0
  230. aws_cdk/aws_route53profiles/__init__.py +37 -6
  231. aws_cdk/aws_route53recoverycontrol/__init__.py +46 -8
  232. aws_cdk/aws_route53recoveryreadiness/__init__.py +104 -8
  233. aws_cdk/aws_route53resolver/__init__.py +226 -36
  234. aws_cdk/aws_rtbfabric/__init__.py +3498 -0
  235. aws_cdk/aws_rum/__init__.py +13 -2
  236. aws_cdk/aws_s3/__init__.py +1291 -158
  237. aws_cdk/aws_s3_assets/__init__.py +11 -11
  238. aws_cdk/aws_s3_deployment/__init__.py +147 -11
  239. aws_cdk/aws_s3_notifications/__init__.py +7 -7
  240. aws_cdk/aws_s3express/__init__.py +266 -8
  241. aws_cdk/aws_s3objectlambda/__init__.py +68 -16
  242. aws_cdk/aws_s3outposts/__init__.py +46 -8
  243. aws_cdk/aws_s3tables/__init__.py +2000 -323
  244. aws_cdk/aws_s3vectors/__init__.py +1378 -0
  245. aws_cdk/aws_sagemaker/__init__.py +6617 -363
  246. aws_cdk/aws_sam/__init__.py +79 -14
  247. aws_cdk/aws_scheduler/__init__.py +237 -4
  248. aws_cdk/aws_sdb/__init__.py +12 -2
  249. aws_cdk/aws_secretsmanager/__init__.py +170 -14
  250. aws_cdk/aws_securityhub/__init__.py +3121 -176
  251. aws_cdk/aws_securitylake/__init__.py +46 -8
  252. aws_cdk/aws_servicecatalog/__init__.py +405 -246
  253. aws_cdk/aws_servicecatalogappregistry/__init__.py +164 -8
  254. aws_cdk/aws_servicediscovery/__init__.py +140 -47
  255. aws_cdk/aws_ses/__init__.py +1231 -140
  256. aws_cdk/aws_shield/__init__.py +46 -8
  257. aws_cdk/aws_signer/__init__.py +27 -4
  258. aws_cdk/aws_simspaceweaver/__init__.py +42 -2
  259. aws_cdk/aws_smsvoice/__init__.py +4716 -0
  260. aws_cdk/aws_sns/__init__.py +245 -29
  261. aws_cdk/aws_sns_subscriptions/__init__.py +3 -1
  262. aws_cdk/aws_sqs/__init__.py +211 -14
  263. aws_cdk/aws_ssm/__init__.py +401 -58
  264. aws_cdk/aws_ssmcontacts/__init__.py +46 -8
  265. aws_cdk/aws_ssmguiconnect/__init__.py +13 -2
  266. aws_cdk/aws_ssmincidents/__init__.py +24 -4
  267. aws_cdk/aws_ssmquicksetup/__init__.py +383 -6
  268. aws_cdk/aws_sso/__init__.py +70 -12
  269. aws_cdk/aws_stepfunctions/__init__.py +615 -70
  270. aws_cdk/aws_stepfunctions_tasks/__init__.py +781 -144
  271. aws_cdk/aws_supportapp/__init__.py +39 -6
  272. aws_cdk/aws_synthetics/__init__.py +861 -75
  273. aws_cdk/aws_systemsmanagersap/__init__.py +13 -2
  274. aws_cdk/aws_timestream/__init__.py +104 -8
  275. aws_cdk/aws_transfer/__init__.py +784 -87
  276. aws_cdk/aws_verifiedpermissions/__init__.py +145 -17
  277. aws_cdk/aws_voiceid/__init__.py +41 -2
  278. aws_cdk/aws_vpclattice/__init__.py +376 -30
  279. aws_cdk/aws_waf/__init__.py +79 -14
  280. aws_cdk/aws_wafregional/__init__.py +123 -22
  281. aws_cdk/aws_wafv2/__init__.py +1179 -60
  282. aws_cdk/aws_wisdom/__init__.py +1401 -90
  283. aws_cdk/aws_workspaces/__init__.py +93 -6
  284. aws_cdk/aws_workspacesinstances/__init__.py +3940 -0
  285. aws_cdk/aws_workspacesthinclient/__init__.py +79 -10
  286. aws_cdk/aws_workspacesweb/__init__.py +1057 -141
  287. aws_cdk/aws_xray/__init__.py +48 -8
  288. aws_cdk/cloud_assembly_schema/__init__.py +231 -6
  289. aws_cdk/custom_resources/__init__.py +40 -12
  290. aws_cdk/cx_api/__init__.py +85 -14
  291. aws_cdk/interfaces/__init__.py +739 -0
  292. aws_cdk/interfaces/alexa_ask/__init__.py +146 -0
  293. aws_cdk/interfaces/aws_accessanalyzer/__init__.py +146 -0
  294. aws_cdk/interfaces/aws_acmpca/__init__.py +501 -0
  295. aws_cdk/interfaces/aws_aiops/__init__.py +146 -0
  296. aws_cdk/interfaces/aws_amazonmq/__init__.py +386 -0
  297. aws_cdk/interfaces/aws_amplify/__init__.py +352 -0
  298. aws_cdk/interfaces/aws_amplifyuibuilder/__init__.py +454 -0
  299. aws_cdk/interfaces/aws_apigateway/__init__.py +2486 -0
  300. aws_cdk/interfaces/aws_apigatewayv2/__init__.py +1651 -0
  301. aws_cdk/interfaces/aws_appconfig/__init__.py +1020 -0
  302. aws_cdk/interfaces/aws_appflow/__init__.py +404 -0
  303. aws_cdk/interfaces/aws_appintegrations/__init__.py +396 -0
  304. aws_cdk/interfaces/aws_applicationautoscaling/__init__.py +307 -0
  305. aws_cdk/interfaces/aws_applicationinsights/__init__.py +148 -0
  306. aws_cdk/interfaces/aws_applicationsignals/__init__.py +358 -0
  307. aws_cdk/interfaces/aws_appmesh/__init__.py +888 -0
  308. aws_cdk/interfaces/aws_apprunner/__init__.py +564 -0
  309. aws_cdk/interfaces/aws_appstream/__init__.py +1482 -0
  310. aws_cdk/interfaces/aws_appsync/__init__.py +1326 -0
  311. aws_cdk/interfaces/aws_apptest/__init__.py +163 -0
  312. aws_cdk/interfaces/aws_aps/__init__.py +558 -0
  313. aws_cdk/interfaces/aws_arcregionswitch/__init__.py +146 -0
  314. aws_cdk/interfaces/aws_arczonalshift/__init__.py +273 -0
  315. aws_cdk/interfaces/aws_athena/__init__.py +575 -0
  316. aws_cdk/interfaces/aws_auditmanager/__init__.py +163 -0
  317. aws_cdk/interfaces/aws_autoscaling/__init__.py +705 -0
  318. aws_cdk/interfaces/aws_autoscalingplans/__init__.py +148 -0
  319. aws_cdk/interfaces/aws_b2bi/__init__.py +524 -0
  320. aws_cdk/interfaces/aws_backup/__init__.py +955 -0
  321. aws_cdk/interfaces/aws_backupgateway/__init__.py +146 -0
  322. aws_cdk/interfaces/aws_batch/__init__.py +681 -0
  323. aws_cdk/interfaces/aws_bcmdataexports/__init__.py +146 -0
  324. aws_cdk/interfaces/aws_bedrock/__init__.py +1942 -0
  325. aws_cdk/interfaces/aws_bedrockagentcore/__init__.py +934 -0
  326. aws_cdk/interfaces/aws_billing/__init__.py +146 -0
  327. aws_cdk/interfaces/aws_billingconductor/__init__.py +463 -0
  328. aws_cdk/interfaces/aws_budgets/__init__.py +261 -0
  329. aws_cdk/interfaces/aws_cassandra/__init__.py +381 -0
  330. aws_cdk/interfaces/aws_ce/__init__.py +352 -0
  331. aws_cdk/interfaces/aws_certificatemanager/__init__.py +251 -0
  332. aws_cdk/interfaces/aws_chatbot/__init__.py +366 -0
  333. aws_cdk/interfaces/aws_cleanrooms/__init__.py +1103 -0
  334. aws_cdk/interfaces/aws_cleanroomsml/__init__.py +148 -0
  335. aws_cdk/interfaces/aws_cloud9/__init__.py +166 -0
  336. aws_cdk/interfaces/aws_cloudformation/__init__.py +1919 -0
  337. aws_cdk/interfaces/aws_cloudfront/__init__.py +1998 -0
  338. aws_cdk/interfaces/aws_cloudtrail/__init__.py +570 -0
  339. aws_cdk/interfaces/aws_cloudwatch/__init__.py +733 -0
  340. aws_cdk/interfaces/aws_codeartifact/__init__.py +352 -0
  341. aws_cdk/interfaces/aws_codebuild/__init__.py +487 -0
  342. aws_cdk/interfaces/aws_codecommit/__init__.py +163 -0
  343. aws_cdk/interfaces/aws_codeconnections/__init__.py +146 -0
  344. aws_cdk/interfaces/aws_codedeploy/__init__.py +352 -0
  345. aws_cdk/interfaces/aws_codeguruprofiler/__init__.py +168 -0
  346. aws_cdk/interfaces/aws_codegurureviewer/__init__.py +148 -0
  347. aws_cdk/interfaces/aws_codepipeline/__init__.py +388 -0
  348. aws_cdk/interfaces/aws_codestar/__init__.py +146 -0
  349. aws_cdk/interfaces/aws_codestarconnections/__init__.py +370 -0
  350. aws_cdk/interfaces/aws_codestarnotifications/__init__.py +148 -0
  351. aws_cdk/interfaces/aws_cognito/__init__.py +1929 -0
  352. aws_cdk/interfaces/aws_comprehend/__init__.py +251 -0
  353. aws_cdk/interfaces/aws_config/__init__.py +1165 -0
  354. aws_cdk/interfaces/aws_connect/__init__.py +2949 -0
  355. aws_cdk/interfaces/aws_connectcampaigns/__init__.py +146 -0
  356. aws_cdk/interfaces/aws_connectcampaignsv2/__init__.py +146 -0
  357. aws_cdk/interfaces/aws_controltower/__init__.py +394 -0
  358. aws_cdk/interfaces/aws_cur/__init__.py +146 -0
  359. aws_cdk/interfaces/aws_customerprofiles/__init__.py +915 -0
  360. aws_cdk/interfaces/aws_databrew/__init__.py +661 -0
  361. aws_cdk/interfaces/aws_datapipeline/__init__.py +146 -0
  362. aws_cdk/interfaces/aws_datasync/__init__.py +1384 -0
  363. aws_cdk/interfaces/aws_datazone/__init__.py +2238 -0
  364. aws_cdk/interfaces/aws_dax/__init__.py +364 -0
  365. aws_cdk/interfaces/aws_deadline/__init__.py +1303 -0
  366. aws_cdk/interfaces/aws_detective/__init__.py +364 -0
  367. aws_cdk/interfaces/aws_devicefarm/__init__.py +663 -0
  368. aws_cdk/interfaces/aws_devopsguru/__init__.py +362 -0
  369. aws_cdk/interfaces/aws_directoryservice/__init__.py +251 -0
  370. aws_cdk/interfaces/aws_dlm/__init__.py +166 -0
  371. aws_cdk/interfaces/aws_dms/__init__.py +1176 -0
  372. aws_cdk/interfaces/aws_docdb/__init__.py +560 -0
  373. aws_cdk/interfaces/aws_docdbelastic/__init__.py +146 -0
  374. aws_cdk/interfaces/aws_dsql/__init__.py +146 -0
  375. aws_cdk/interfaces/aws_dynamodb/__init__.py +278 -0
  376. aws_cdk/interfaces/aws_ec2/__init__.py +11963 -0
  377. aws_cdk/interfaces/aws_ecr/__init__.py +814 -0
  378. aws_cdk/interfaces/aws_ecs/__init__.py +845 -0
  379. aws_cdk/interfaces/aws_efs/__init__.py +392 -0
  380. aws_cdk/interfaces/aws_eks/__init__.py +948 -0
  381. aws_cdk/interfaces/aws_elasticache/__init__.py +1108 -0
  382. aws_cdk/interfaces/aws_elasticbeanstalk/__init__.py +503 -0
  383. aws_cdk/interfaces/aws_elasticloadbalancing/__init__.py +148 -0
  384. aws_cdk/interfaces/aws_elasticloadbalancingv2/__init__.py +795 -0
  385. aws_cdk/interfaces/aws_elasticsearch/__init__.py +158 -0
  386. aws_cdk/interfaces/aws_emr/__init__.py +913 -0
  387. aws_cdk/interfaces/aws_emrcontainers/__init__.py +168 -0
  388. aws_cdk/interfaces/aws_emrserverless/__init__.py +166 -0
  389. aws_cdk/interfaces/aws_entityresolution/__init__.py +608 -0
  390. aws_cdk/interfaces/aws_events/__init__.py +872 -0
  391. aws_cdk/interfaces/aws_eventschemas/__init__.py +455 -0
  392. aws_cdk/interfaces/aws_evidently/__init__.py +558 -0
  393. aws_cdk/interfaces/aws_evs/__init__.py +166 -0
  394. aws_cdk/interfaces/aws_finspace/__init__.py +166 -0
  395. aws_cdk/interfaces/aws_fis/__init__.py +271 -0
  396. aws_cdk/interfaces/aws_fms/__init__.py +364 -0
  397. aws_cdk/interfaces/aws_forecast/__init__.py +249 -0
  398. aws_cdk/interfaces/aws_frauddetector/__init__.py +764 -0
  399. aws_cdk/interfaces/aws_fsx/__init__.py +663 -0
  400. aws_cdk/interfaces/aws_gamelift/__init__.py +1325 -0
  401. aws_cdk/interfaces/aws_gameliftstreams/__init__.py +249 -0
  402. aws_cdk/interfaces/aws_globalaccelerator/__init__.py +461 -0
  403. aws_cdk/interfaces/aws_glue/__init__.py +2377 -0
  404. aws_cdk/interfaces/aws_grafana/__init__.py +146 -0
  405. aws_cdk/interfaces/aws_greengrass/__init__.py +1871 -0
  406. aws_cdk/interfaces/aws_greengrassv2/__init__.py +251 -0
  407. aws_cdk/interfaces/aws_groundstation/__init__.py +396 -0
  408. aws_cdk/interfaces/aws_guardduty/__init__.py +1225 -0
  409. aws_cdk/interfaces/aws_healthimaging/__init__.py +163 -0
  410. aws_cdk/interfaces/aws_healthlake/__init__.py +146 -0
  411. aws_cdk/interfaces/aws_iam/__init__.py +1803 -0
  412. aws_cdk/interfaces/aws_identitystore/__init__.py +288 -0
  413. aws_cdk/interfaces/aws_imagebuilder/__init__.py +984 -0
  414. aws_cdk/interfaces/aws_inspector/__init__.py +354 -0
  415. aws_cdk/interfaces/aws_inspectorv2/__init__.py +467 -0
  416. aws_cdk/interfaces/aws_internetmonitor/__init__.py +163 -0
  417. aws_cdk/interfaces/aws_invoicing/__init__.py +146 -0
  418. aws_cdk/interfaces/aws_iot/__init__.py +3483 -0
  419. aws_cdk/interfaces/aws_iotanalytics/__init__.py +455 -0
  420. aws_cdk/interfaces/aws_iotcoredeviceadvisor/__init__.py +168 -0
  421. aws_cdk/interfaces/aws_iotevents/__init__.py +352 -0
  422. aws_cdk/interfaces/aws_iotfleethub/__init__.py +166 -0
  423. aws_cdk/interfaces/aws_iotfleetwise/__init__.py +892 -0
  424. aws_cdk/interfaces/aws_iotsitewise/__init__.py +1097 -0
  425. aws_cdk/interfaces/aws_iotthingsgraph/__init__.py +146 -0
  426. aws_cdk/interfaces/aws_iottwinmaker/__init__.py +711 -0
  427. aws_cdk/interfaces/aws_iotwireless/__init__.py +1401 -0
  428. aws_cdk/interfaces/aws_ivs/__init__.py +1075 -0
  429. aws_cdk/interfaces/aws_ivschat/__init__.py +251 -0
  430. aws_cdk/interfaces/aws_kafkaconnect/__init__.py +354 -0
  431. aws_cdk/interfaces/aws_kendra/__init__.py +428 -0
  432. aws_cdk/interfaces/aws_kendraranking/__init__.py +166 -0
  433. aws_cdk/interfaces/aws_kinesis/__init__.py +364 -0
  434. aws_cdk/interfaces/aws_kinesisanalytics/__init__.py +364 -0
  435. aws_cdk/interfaces/aws_kinesisanalyticsv2/__init__.py +479 -0
  436. aws_cdk/interfaces/aws_kinesisfirehose/__init__.py +168 -0
  437. aws_cdk/interfaces/aws_kinesisvideo/__init__.py +283 -0
  438. aws_cdk/interfaces/aws_kms/__init__.py +376 -0
  439. aws_cdk/interfaces/aws_lakeformation/__init__.py +860 -0
  440. aws_cdk/interfaces/aws_lambda/__init__.py +1141 -0
  441. aws_cdk/interfaces/aws_launchwizard/__init__.py +146 -0
  442. aws_cdk/interfaces/aws_lex/__init__.py +513 -0
  443. aws_cdk/interfaces/aws_licensemanager/__init__.py +249 -0
  444. aws_cdk/interfaces/aws_lightsail/__init__.py +1744 -0
  445. aws_cdk/interfaces/aws_location/__init__.py +879 -0
  446. aws_cdk/interfaces/aws_logs/__init__.py +1667 -0
  447. aws_cdk/interfaces/aws_lookoutequipment/__init__.py +168 -0
  448. aws_cdk/interfaces/aws_lookoutmetrics/__init__.py +251 -0
  449. aws_cdk/interfaces/aws_lookoutvision/__init__.py +163 -0
  450. aws_cdk/interfaces/aws_m2/__init__.py +352 -0
  451. aws_cdk/interfaces/aws_macie/__init__.py +512 -0
  452. aws_cdk/interfaces/aws_managedblockchain/__init__.py +381 -0
  453. aws_cdk/interfaces/aws_mediaconnect/__init__.py +1028 -0
  454. aws_cdk/interfaces/aws_mediaconvert/__init__.py +396 -0
  455. aws_cdk/interfaces/aws_medialive/__init__.py +1755 -0
  456. aws_cdk/interfaces/aws_mediapackage/__init__.py +644 -0
  457. aws_cdk/interfaces/aws_mediapackagev2/__init__.py +618 -0
  458. aws_cdk/interfaces/aws_mediastore/__init__.py +146 -0
  459. aws_cdk/interfaces/aws_mediatailor/__init__.py +788 -0
  460. aws_cdk/interfaces/aws_memorydb/__init__.py +685 -0
  461. aws_cdk/interfaces/aws_mpa/__init__.py +249 -0
  462. aws_cdk/interfaces/aws_msk/__init__.py +764 -0
  463. aws_cdk/interfaces/aws_mwaa/__init__.py +166 -0
  464. aws_cdk/interfaces/aws_neptune/__init__.py +663 -0
  465. aws_cdk/interfaces/aws_neptunegraph/__init__.py +265 -0
  466. aws_cdk/interfaces/aws_networkfirewall/__init__.py +669 -0
  467. aws_cdk/interfaces/aws_networkmanager/__init__.py +1832 -0
  468. aws_cdk/interfaces/aws_nimblestudio/__init__.py +388 -0
  469. aws_cdk/interfaces/aws_notifications/__init__.py +868 -0
  470. aws_cdk/interfaces/aws_notificationscontacts/__init__.py +148 -0
  471. aws_cdk/interfaces/aws_oam/__init__.py +249 -0
  472. aws_cdk/interfaces/aws_observabilityadmin/__init__.py +362 -0
  473. aws_cdk/interfaces/aws_odb/__init__.py +562 -0
  474. aws_cdk/interfaces/aws_omics/__init__.py +838 -0
  475. aws_cdk/interfaces/aws_opensearchserverless/__init__.py +859 -0
  476. aws_cdk/interfaces/aws_opensearchservice/__init__.py +283 -0
  477. aws_cdk/interfaces/aws_opsworks/__init__.py +772 -0
  478. aws_cdk/interfaces/aws_opsworkscm/__init__.py +146 -0
  479. aws_cdk/interfaces/aws_organizations/__init__.py +646 -0
  480. aws_cdk/interfaces/aws_osis/__init__.py +146 -0
  481. aws_cdk/interfaces/aws_panorama/__init__.py +420 -0
  482. aws_cdk/interfaces/aws_paymentcryptography/__init__.py +249 -0
  483. aws_cdk/interfaces/aws_pcaconnectorad/__init__.py +608 -0
  484. aws_cdk/interfaces/aws_pcaconnectorscep/__init__.py +249 -0
  485. aws_cdk/interfaces/aws_pcs/__init__.py +352 -0
  486. aws_cdk/interfaces/aws_personalize/__init__.py +455 -0
  487. aws_cdk/interfaces/aws_pinpoint/__init__.py +2125 -0
  488. aws_cdk/interfaces/aws_pinpointemail/__init__.py +467 -0
  489. aws_cdk/interfaces/aws_pipes/__init__.py +158 -0
  490. aws_cdk/interfaces/aws_proton/__init__.py +360 -0
  491. aws_cdk/interfaces/aws_qbusiness/__init__.py +1122 -0
  492. aws_cdk/interfaces/aws_qldb/__init__.py +283 -0
  493. aws_cdk/interfaces/aws_quicksight/__init__.py +1566 -0
  494. aws_cdk/interfaces/aws_ram/__init__.py +249 -0
  495. aws_cdk/interfaces/aws_rbin/__init__.py +146 -0
  496. aws_cdk/interfaces/aws_rds/__init__.py +1780 -0
  497. aws_cdk/interfaces/aws_redshift/__init__.py +1104 -0
  498. aws_cdk/interfaces/aws_redshiftserverless/__init__.py +356 -0
  499. aws_cdk/interfaces/aws_refactorspaces/__init__.py +605 -0
  500. aws_cdk/interfaces/aws_rekognition/__init__.py +406 -0
  501. aws_cdk/interfaces/aws_resiliencehub/__init__.py +251 -0
  502. aws_cdk/interfaces/aws_resourceexplorer2/__init__.py +354 -0
  503. aws_cdk/interfaces/aws_resourcegroups/__init__.py +261 -0
  504. aws_cdk/interfaces/aws_robomaker/__init__.py +673 -0
  505. aws_cdk/interfaces/aws_rolesanywhere/__init__.py +384 -0
  506. aws_cdk/interfaces/aws_route53/__init__.py +804 -0
  507. aws_cdk/interfaces/aws_route53profiles/__init__.py +368 -0
  508. aws_cdk/interfaces/aws_route53recoverycontrol/__init__.py +463 -0
  509. aws_cdk/interfaces/aws_route53recoveryreadiness/__init__.py +535 -0
  510. aws_cdk/interfaces/aws_route53resolver/__init__.py +1356 -0
  511. aws_cdk/interfaces/aws_rtbfabric/__init__.py +352 -0
  512. aws_cdk/interfaces/aws_rum/__init__.py +146 -0
  513. aws_cdk/interfaces/aws_s3/__init__.py +1171 -0
  514. aws_cdk/interfaces/aws_s3express/__init__.py +392 -0
  515. aws_cdk/interfaces/aws_s3objectlambda/__init__.py +271 -0
  516. aws_cdk/interfaces/aws_s3outposts/__init__.py +455 -0
  517. aws_cdk/interfaces/aws_s3tables/__init__.py +575 -0
  518. aws_cdk/interfaces/aws_s3vectors/__init__.py +354 -0
  519. aws_cdk/interfaces/aws_sagemaker/__init__.py +3797 -0
  520. aws_cdk/interfaces/aws_sam/__init__.py +603 -0
  521. aws_cdk/interfaces/aws_scheduler/__init__.py +286 -0
  522. aws_cdk/interfaces/aws_sdb/__init__.py +146 -0
  523. aws_cdk/interfaces/aws_secretsmanager/__init__.py +461 -0
  524. aws_cdk/interfaces/aws_securityhub/__init__.py +1499 -0
  525. aws_cdk/interfaces/aws_securitylake/__init__.py +474 -0
  526. aws_cdk/interfaces/aws_servicecatalog/__init__.py +1829 -0
  527. aws_cdk/interfaces/aws_servicecatalogappregistry/__init__.py +557 -0
  528. aws_cdk/interfaces/aws_servicediscovery/__init__.py +636 -0
  529. aws_cdk/interfaces/aws_ses/__init__.py +2018 -0
  530. aws_cdk/interfaces/aws_shield/__init__.py +455 -0
  531. aws_cdk/interfaces/aws_signer/__init__.py +266 -0
  532. aws_cdk/interfaces/aws_simspaceweaver/__init__.py +146 -0
  533. aws_cdk/interfaces/aws_smsvoice/__init__.py +892 -0
  534. aws_cdk/interfaces/aws_sns/__init__.py +455 -0
  535. aws_cdk/interfaces/aws_sqs/__init__.py +364 -0
  536. aws_cdk/interfaces/aws_ssm/__init__.py +982 -0
  537. aws_cdk/interfaces/aws_ssmcontacts/__init__.py +455 -0
  538. aws_cdk/interfaces/aws_ssmguiconnect/__init__.py +146 -0
  539. aws_cdk/interfaces/aws_ssmincidents/__init__.py +249 -0
  540. aws_cdk/interfaces/aws_ssmquicksetup/__init__.py +253 -0
  541. aws_cdk/interfaces/aws_sso/__init__.py +797 -0
  542. aws_cdk/interfaces/aws_stepfunctions/__init__.py +459 -0
  543. aws_cdk/interfaces/aws_supportapp/__init__.py +372 -0
  544. aws_cdk/interfaces/aws_synthetics/__init__.py +249 -0
  545. aws_cdk/interfaces/aws_systemsmanagersap/__init__.py +148 -0
  546. aws_cdk/interfaces/aws_timestream/__init__.py +526 -0
  547. aws_cdk/interfaces/aws_transfer/__init__.py +967 -0
  548. aws_cdk/interfaces/aws_verifiedpermissions/__init__.py +538 -0
  549. aws_cdk/interfaces/aws_voiceid/__init__.py +146 -0
  550. aws_cdk/interfaces/aws_vpclattice/__init__.py +1418 -0
  551. aws_cdk/interfaces/aws_waf/__init__.py +764 -0
  552. aws_cdk/interfaces/aws_wafregional/__init__.py +1182 -0
  553. aws_cdk/interfaces/aws_wafv2/__init__.py +870 -0
  554. aws_cdk/interfaces/aws_wisdom/__init__.py +1556 -0
  555. aws_cdk/interfaces/aws_workspaces/__init__.py +352 -0
  556. aws_cdk/interfaces/aws_workspacesinstances/__init__.py +390 -0
  557. aws_cdk/interfaces/aws_workspacesthinclient/__init__.py +168 -0
  558. aws_cdk/interfaces/aws_workspacesweb/__init__.py +1085 -0
  559. aws_cdk/interfaces/aws_xray/__init__.py +457 -0
  560. aws_cdk/pipelines/__init__.py +192 -42
  561. aws_cdk/region_info/__init__.py +3 -0
  562. aws_cdk/triggers/__init__.py +60 -18
  563. {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/METADATA +338 -16
  564. aws_cdk_lib-2.224.0.dist-info/RECORD +584 -0
  565. aws_cdk_lib-2.200.2.dist-info/RECORD +0 -304
  566. {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/LICENSE +0 -0
  567. {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/NOTICE +0 -0
  568. {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/WHEEL +0 -0
  569. {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/top_level.txt +0 -0
@@ -146,6 +146,17 @@ acm.PrivateCertificate(self, "PrivateCertificate",
146
146
  )
147
147
  ```
148
148
 
149
+ ## Requesting public SSL/TLS certificates exportable to use anywhere
150
+
151
+ AWS Certificate Manager can issue an exportable public certificate. There is a charge at certificate issuance and again when the certificate renews. See [opting out of certificate transparency logging](https://docs.aws.amazon.com/acm/latest/userguide/acm-exportable-certificates.html) for details.
152
+
153
+ ```python
154
+ acm.Certificate(self, "Certificate",
155
+ domain_name="test.example.com",
156
+ allow_export=True
157
+ )
158
+ ```
159
+
149
160
  ## Requesting certificates without transparency logging
150
161
 
151
162
  Transparency logging can be opted out of for AWS Certificate Manager certificates. See [opting out of certificate transparency logging](https://docs.aws.amazon.com/acm/latest/userguide/acm-bestpractices.html#best-practices-transparency) for limits.
@@ -269,6 +280,12 @@ from ..aws_cloudwatch import (
269
280
  )
270
281
  from ..aws_iam import IRole as _IRole_235f5d8e
271
282
  from ..aws_route53 import IHostedZone as _IHostedZone_9a6907ad
283
+ from ..interfaces.aws_certificatemanager import (
284
+ AccountReference as _AccountReference_2fb6748e,
285
+ CertificateReference as _CertificateReference_6d6c82cf,
286
+ IAccountRef as _IAccountRef_dbc6fc0d,
287
+ ICertificateRef as _ICertificateRef_1878d79b,
288
+ )
272
289
 
273
290
 
274
291
  @jsii.data_type(
@@ -276,6 +293,7 @@ from ..aws_route53 import IHostedZone as _IHostedZone_9a6907ad
276
293
  jsii_struct_bases=[],
277
294
  name_mapping={
278
295
  "domain_name": "domainName",
296
+ "allow_export": "allowExport",
279
297
  "certificate_name": "certificateName",
280
298
  "key_algorithm": "keyAlgorithm",
281
299
  "subject_alternative_names": "subjectAlternativeNames",
@@ -288,6 +306,7 @@ class CertificateProps:
288
306
  self,
289
307
  *,
290
308
  domain_name: builtins.str,
309
+ allow_export: typing.Optional[builtins.bool] = None,
291
310
  certificate_name: typing.Optional[builtins.str] = None,
292
311
  key_algorithm: typing.Optional["KeyAlgorithm"] = None,
293
312
  subject_alternative_names: typing.Optional[typing.Sequence[builtins.str]] = None,
@@ -297,6 +316,7 @@ class CertificateProps:
297
316
  '''Properties for your certificate.
298
317
 
299
318
  :param domain_name: Fully-qualified domain name to request a certificate for. May contain wildcards, such as ``*.domain.com``.
319
+ :param allow_export: Enable or disable export of this certificate. If you issue an exportable public certificate, there is a charge at certificate issuance and again when the certificate renews. Ref: https://aws.amazon.com/certificate-manager/pricing Default: false
300
320
  :param certificate_name: The Certificate name. Since the Certificate resource doesn't support providing a physical name, the value provided here will be recorded in the ``Name`` tag Default: the full, absolute path of this construct
301
321
  :param key_algorithm: Specifies the algorithm of the public and private key pair that your certificate uses to encrypt data. Default: KeyAlgorithm.RSA_2048
302
322
  :param subject_alternative_names: Alternative domain names on your certificate. Use this to register alternative domain names that represent the same site. Default: - No additional FQDNs will be included as alternative domain names.
@@ -307,27 +327,27 @@ class CertificateProps:
307
327
 
308
328
  Example::
309
329
 
310
- # To use your own domain name in a Distribution, you must associate a certificate
311
- import aws_cdk.aws_certificatemanager as acm
312
- import aws_cdk.aws_route53 as route53
313
-
314
- # hosted_zone: route53.HostedZone
315
-
316
- # my_bucket: s3.Bucket
317
-
318
- my_certificate = acm.Certificate(self, "mySiteCert",
319
- domain_name="www.example.com",
320
- validation=acm.CertificateValidation.from_dns(hosted_zone)
330
+ example_com = route53.HostedZone(self, "ExampleCom",
331
+ zone_name="example.com"
332
+ )
333
+ example_net = route53.HostedZone(self, "ExampleNet",
334
+ zone_name="example.net"
321
335
  )
322
- cloudfront.Distribution(self, "myDist",
323
- default_behavior=cloudfront.BehaviorOptions(origin=origins.S3Origin(my_bucket)),
324
- domain_names=["www.example.com"],
325
- certificate=my_certificate
336
+
337
+ cert = acm.Certificate(self, "Certificate",
338
+ domain_name="test.example.com",
339
+ subject_alternative_names=["cool.example.com", "test.example.net"],
340
+ validation=acm.CertificateValidation.from_dns_multi_zone({
341
+ "test.example.com": example_com,
342
+ "cool.example.com": example_com,
343
+ "test.example.net": example_net
344
+ })
326
345
  )
327
346
  '''
328
347
  if __debug__:
329
348
  type_hints = typing.get_type_hints(_typecheckingstub__0454180af2ed6575d11cf361cd5374f722ba32d4007970472aca57751d85258f)
330
349
  check_type(argname="argument domain_name", value=domain_name, expected_type=type_hints["domain_name"])
350
+ check_type(argname="argument allow_export", value=allow_export, expected_type=type_hints["allow_export"])
331
351
  check_type(argname="argument certificate_name", value=certificate_name, expected_type=type_hints["certificate_name"])
332
352
  check_type(argname="argument key_algorithm", value=key_algorithm, expected_type=type_hints["key_algorithm"])
333
353
  check_type(argname="argument subject_alternative_names", value=subject_alternative_names, expected_type=type_hints["subject_alternative_names"])
@@ -336,6 +356,8 @@ class CertificateProps:
336
356
  self._values: typing.Dict[builtins.str, typing.Any] = {
337
357
  "domain_name": domain_name,
338
358
  }
359
+ if allow_export is not None:
360
+ self._values["allow_export"] = allow_export
339
361
  if certificate_name is not None:
340
362
  self._values["certificate_name"] = certificate_name
341
363
  if key_algorithm is not None:
@@ -357,6 +379,18 @@ class CertificateProps:
357
379
  assert result is not None, "Required property 'domain_name' is missing"
358
380
  return typing.cast(builtins.str, result)
359
381
 
382
+ @builtins.property
383
+ def allow_export(self) -> typing.Optional[builtins.bool]:
384
+ '''Enable or disable export of this certificate.
385
+
386
+ If you issue an exportable public certificate, there is a charge at certificate issuance and again when the certificate renews.
387
+ Ref: https://aws.amazon.com/certificate-manager/pricing
388
+
389
+ :default: false
390
+ '''
391
+ result = self._values.get("allow_export")
392
+ return typing.cast(typing.Optional[builtins.bool], result)
393
+
360
394
  @builtins.property
361
395
  def certificate_name(self) -> typing.Optional[builtins.str]:
362
396
  '''The Certificate name.
@@ -648,7 +682,7 @@ class CertificationValidationProps:
648
682
  )
649
683
 
650
684
 
651
- @jsii.implements(_IInspectable_c2943556)
685
+ @jsii.implements(_IInspectable_c2943556, _IAccountRef_dbc6fc0d)
652
686
  class CfnAccount(
653
687
  _CfnResource_9df397a6,
654
688
  metaclass=jsii.JSIIMeta,
@@ -680,7 +714,8 @@ class CfnAccount(
680
714
  *,
681
715
  expiry_events_configuration: typing.Union[_IResolvable_da3f097b, typing.Union["CfnAccount.ExpiryEventsConfigurationProperty", typing.Dict[builtins.str, typing.Any]]],
682
716
  ) -> None:
683
- '''
717
+ '''Create a new ``AWS::CertificateManager::Account``.
718
+
684
719
  :param scope: Scope in which this resource is defined.
685
720
  :param id: Construct identifier for this resource (unique in its scope).
686
721
  :param expiry_events_configuration: Object containing expiration events options associated with an AWS account . For more information, see `ExpiryEventsConfiguration <https://docs.aws.amazon.com/acm/latest/APIReference/API_ExpiryEventsConfiguration.html>`_ in the API reference.
@@ -725,6 +760,12 @@ class CfnAccount(
725
760
  '''The CloudFormation resource type name for this resource class.'''
726
761
  return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
727
762
 
763
+ @builtins.property
764
+ @jsii.member(jsii_name="accountRef")
765
+ def account_ref(self) -> _AccountReference_2fb6748e:
766
+ '''A reference to a Account resource.'''
767
+ return typing.cast(_AccountReference_2fb6748e, jsii.get(self, "accountRef"))
768
+
728
769
  @builtins.property
729
770
  @jsii.member(jsii_name="attrAccountId")
730
771
  def attr_account_id(self) -> builtins.str:
@@ -880,15 +921,15 @@ class CfnAccountProps:
880
921
  )
881
922
 
882
923
 
883
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
924
+ @jsii.implements(_IInspectable_c2943556, _ICertificateRef_1878d79b, _ITaggable_36806126)
884
925
  class CfnCertificate(
885
926
  _CfnResource_9df397a6,
886
927
  metaclass=jsii.JSIIMeta,
887
928
  jsii_type="aws-cdk-lib.aws_certificatemanager.CfnCertificate",
888
929
  ):
889
- '''The ``AWS::CertificateManager::Certificate`` resource requests an AWS Certificate Manager ( ACM ) certificate that you can use to enable secure connections.
930
+ '''The ``AWS::CertificateManager::Certificate`` resource requests an Certificate Manager ( ACM ) certificate that you can use to enable secure connections.
890
931
 
891
- For example, you can deploy an ACM certificate to an Elastic Load Balancer to enable HTTPS support. For more information, see `RequestCertificate <https://docs.aws.amazon.com/acm/latest/APIReference/API_RequestCertificate.html>`_ in the AWS Certificate Manager API Reference.
932
+ For example, you can deploy an ACM certificate to an Elastic Load Balancer to enable HTTPS support. For more information, see `RequestCertificate <https://docs.aws.amazon.com/acm/latest/APIReference/API_RequestCertificate.html>`_ in the Certificate Manager API Reference.
892
933
  .. epigraph::
893
934
 
894
935
  When you use the ``AWS::CertificateManager::Certificate`` resource in a CloudFormation stack, domain validation is handled automatically if all three of the following are true: The certificate domain is hosted in Amazon Route 53, the domain resides in your AWS account , and you are using DNS validation.
@@ -910,6 +951,7 @@ class CfnCertificate(
910
951
 
911
952
  # the properties below are optional
912
953
  certificate_authority_arn="certificateAuthorityArn",
954
+ certificate_export="certificateExport",
913
955
  certificate_transparency_logging_preference="certificateTransparencyLoggingPreference",
914
956
  domain_validation_options=[certificatemanager.CfnCertificate.DomainValidationOptionProperty(
915
957
  domain_name="domainName",
@@ -935,6 +977,7 @@ class CfnCertificate(
935
977
  *,
936
978
  domain_name: builtins.str,
937
979
  certificate_authority_arn: typing.Optional[builtins.str] = None,
980
+ certificate_export: typing.Optional[builtins.str] = None,
938
981
  certificate_transparency_logging_preference: typing.Optional[builtins.str] = None,
939
982
  domain_validation_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnCertificate.DomainValidationOptionProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
940
983
  key_algorithm: typing.Optional[builtins.str] = None,
@@ -942,14 +985,16 @@ class CfnCertificate(
942
985
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
943
986
  validation_method: typing.Optional[builtins.str] = None,
944
987
  ) -> None:
945
- '''
988
+ '''Create a new ``AWS::CertificateManager::Certificate``.
989
+
946
990
  :param scope: Scope in which this resource is defined.
947
991
  :param id: Construct identifier for this resource (unique in its scope).
948
992
  :param domain_name: The fully qualified domain name (FQDN), such as www.example.com, with which you want to secure an ACM certificate. Use an asterisk (*) to create a wildcard certificate that protects several sites in the same domain. For example, ``*.example.com`` protects ``www.example.com`` , ``site.example.com`` , and ``images.example.com.``.
949
993
  :param certificate_authority_arn: The Amazon Resource Name (ARN) of the private certificate authority (CA) that will be used to issue the certificate. If you do not provide an ARN and you are trying to request a private certificate, ACM will attempt to issue a public certificate. For more information about private CAs, see the `AWS Private Certificate Authority <https://docs.aws.amazon.com/privateca/latest/userguide/PcaWelcome.html>`_ user guide. The ARN must have the following form: ``arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012``
950
- :param certificate_transparency_logging_preference: You can opt out of certificate transparency logging by specifying the ``DISABLED`` option. Opt in by specifying ``ENABLED`` . If you do not specify a certificate transparency logging preference on a new CloudFormation template, or if you remove the logging preference from an existing template, this is the same as explicitly enabling the preference. Changing the certificate transparency logging preference will update the existing resource by calling ``UpdateCertificateOptions`` on the certificate. This action will not create a new resource.
994
+ :param certificate_export: You can opt out of allowing export of your certificate by specifying the ``DISABLED`` option. Allow export of your certificate by specifying the ``ENABLED`` option. If you do not specify an export preference in a new CloudFormation template, it is the same as explicitly denying export of your certificate.
995
+ :param certificate_transparency_logging_preference: You can opt out of certificate transparency logging by specifying the ``DISABLED`` option. Opt in by specifying ``ENABLED`` . This setting doces not apply to private certificates. If you do not specify a certificate transparency logging preference on a new CloudFormation template, or if you remove the logging preference from an existing template, this is the same as explicitly enabling the preference. Changing the certificate transparency logging preference will update the existing resource by calling ``UpdateCertificateOptions`` on the certificate. This action will not create a new resource.
951
996
  :param domain_validation_options: Domain information that domain name registrars use to verify your identity. .. epigraph:: In order for a AWS::CertificateManager::Certificate to be provisioned and validated in CloudFormation automatically, the ``DomainName`` property needs to be identical to one of the ``DomainName`` property supplied in DomainValidationOptions, if the ValidationMethod is **DNS**. Failing to keep them like-for-like will result in failure to create the domain validation records in Route53.
952
- :param key_algorithm: Specifies the algorithm of the public and private key pair that your certificate uses to encrypt data. RSA is the default key algorithm for ACM certificates. Elliptic Curve Digital Signature Algorithm (ECDSA) keys are smaller, offering security comparable to RSA keys but with greater computing efficiency. However, ECDSA is not supported by all network clients. Some AWS services may require RSA keys, or only support ECDSA keys of a particular size, while others allow the use of either RSA and ECDSA keys to ensure that compatibility is not broken. Check the requirements for the AWS service where you plan to deploy your certificate. For more information about selecting an algorithm, see `Key algorithms <https://docs.aws.amazon.com/acm/latest/userguide/acm-certificate.html#algorithms>`_ . .. epigraph:: Algorithms supported for an ACM certificate request include: - ``RSA_2048`` - ``EC_prime256v1`` - ``EC_secp384r1`` Other listed algorithms are for imported certificates only. > When you request a private PKI certificate signed by a CA from AWS Private CA, the specified signing algorithm family (RSA or ECDSA) must match the algorithm family of the CA's secret key. Default: RSA_2048
997
+ :param key_algorithm: Specifies the algorithm of the public and private key pair that your certificate uses to encrypt data. RSA is the default key algorithm for ACM certificates. Elliptic Curve Digital Signature Algorithm (ECDSA) keys are smaller, offering security comparable to RSA keys but with greater computing efficiency. However, ECDSA is not supported by all network clients. Some AWS services may require RSA keys, or only support ECDSA keys of a particular size, while others allow the use of either RSA and ECDSA keys to ensure that compatibility is not broken. Check the requirements for the AWS service where you plan to deploy your certificate. For more information about selecting an algorithm, see `Key algorithms <https://docs.aws.amazon.com/acm/latest/userguide/acm-certificate-characteristics.html#algorithms-term>`_ . .. epigraph:: Algorithms supported for an ACM certificate request include: - ``RSA_2048`` - ``EC_prime256v1`` - ``EC_secp384r1`` Other listed algorithms are for imported certificates only. > When you request a private PKI certificate signed by a CA from AWS Private CA, the specified signing algorithm family (RSA or ECDSA) must match the algorithm family of the CA's secret key. Default: RSA_2048
953
998
  :param subject_alternative_names: Additional FQDNs to be included in the Subject Alternative Name extension of the ACM certificate. For example, you can add www.example.net to a certificate for which the ``DomainName`` field is www.example.com if users can reach your site by using either name.
954
999
  :param tags: Key-value pairs that can identify the certificate.
955
1000
  :param validation_method: The method you want to use to validate that you own or control the domain associated with a public certificate. You can `validate with DNS <https://docs.aws.amazon.com/acm/latest/userguide/gs-acm-validate-dns.html>`_ or `validate with email <https://docs.aws.amazon.com/acm/latest/userguide/gs-acm-validate-email.html>`_ . We recommend that you use DNS validation. If not specified, this property defaults to email validation.
@@ -961,6 +1006,7 @@ class CfnCertificate(
961
1006
  props = CfnCertificateProps(
962
1007
  domain_name=domain_name,
963
1008
  certificate_authority_arn=certificate_authority_arn,
1009
+ certificate_export=certificate_export,
964
1010
  certificate_transparency_logging_preference=certificate_transparency_logging_preference,
965
1011
  domain_validation_options=domain_validation_options,
966
1012
  key_algorithm=key_algorithm,
@@ -971,6 +1017,27 @@ class CfnCertificate(
971
1017
 
972
1018
  jsii.create(self.__class__, self, [scope, id, props])
973
1019
 
1020
+ @jsii.member(jsii_name="fromCertificateId")
1021
+ @builtins.classmethod
1022
+ def from_certificate_id(
1023
+ cls,
1024
+ scope: _constructs_77d1e7e8.Construct,
1025
+ id: builtins.str,
1026
+ certificate_id: builtins.str,
1027
+ ) -> _ICertificateRef_1878d79b:
1028
+ '''Creates a new ICertificateRef from a certificateId.
1029
+
1030
+ :param scope: -
1031
+ :param id: -
1032
+ :param certificate_id: -
1033
+ '''
1034
+ if __debug__:
1035
+ type_hints = typing.get_type_hints(_typecheckingstub__74ad5174285b28bb947e64c6319be4642c1bb37681ea5d0d736a58181c45689e)
1036
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
1037
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
1038
+ check_type(argname="argument certificate_id", value=certificate_id, expected_type=type_hints["certificate_id"])
1039
+ return typing.cast(_ICertificateRef_1878d79b, jsii.sinvoke(cls, "fromCertificateId", [scope, id, certificate_id]))
1040
+
974
1041
  @jsii.member(jsii_name="inspect")
975
1042
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
976
1043
  '''Examines the CloudFormation resource and discloses attributes.
@@ -1009,6 +1076,12 @@ class CfnCertificate(
1009
1076
  '''
1010
1077
  return typing.cast(builtins.str, jsii.get(self, "attrId"))
1011
1078
 
1079
+ @builtins.property
1080
+ @jsii.member(jsii_name="certificateRef")
1081
+ def certificate_ref(self) -> _CertificateReference_6d6c82cf:
1082
+ '''A reference to a Certificate resource.'''
1083
+ return typing.cast(_CertificateReference_6d6c82cf, jsii.get(self, "certificateRef"))
1084
+
1012
1085
  @builtins.property
1013
1086
  @jsii.member(jsii_name="cfnProperties")
1014
1087
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
@@ -1046,15 +1119,25 @@ class CfnCertificate(
1046
1119
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1047
1120
  jsii.set(self, "certificateAuthorityArn", value) # pyright: ignore[reportArgumentType]
1048
1121
 
1122
+ @builtins.property
1123
+ @jsii.member(jsii_name="certificateExport")
1124
+ def certificate_export(self) -> typing.Optional[builtins.str]:
1125
+ '''You can opt out of allowing export of your certificate by specifying the ``DISABLED`` option.'''
1126
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "certificateExport"))
1127
+
1128
+ @certificate_export.setter
1129
+ def certificate_export(self, value: typing.Optional[builtins.str]) -> None:
1130
+ if __debug__:
1131
+ type_hints = typing.get_type_hints(_typecheckingstub__d950c422d5c6ee00cbcc4b8b9fb7d0b251571a9084cb4b6e68065e797e461b4a)
1132
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1133
+ jsii.set(self, "certificateExport", value) # pyright: ignore[reportArgumentType]
1134
+
1049
1135
  @builtins.property
1050
1136
  @jsii.member(jsii_name="certificateTransparencyLoggingPreference")
1051
1137
  def certificate_transparency_logging_preference(
1052
1138
  self,
1053
1139
  ) -> typing.Optional[builtins.str]:
1054
- '''You can opt out of certificate transparency logging by specifying the ``DISABLED`` option.
1055
-
1056
- Opt in by specifying ``ENABLED`` .
1057
- '''
1140
+ '''You can opt out of certificate transparency logging by specifying the ``DISABLED`` option.'''
1058
1141
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "certificateTransparencyLoggingPreference"))
1059
1142
 
1060
1143
  @certificate_transparency_logging_preference.setter
@@ -1157,7 +1240,7 @@ class CfnCertificate(
1157
1240
  hosted_zone_id: typing.Optional[builtins.str] = None,
1158
1241
  validation_domain: typing.Optional[builtins.str] = None,
1159
1242
  ) -> None:
1160
- '''``DomainValidationOption`` is a property of the `AWS::CertificateManager::Certificate <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html>`_ resource that specifies the AWS Certificate Manager ( ACM ) certificate domain to validate. Depending on the chosen validation method, ACM checks the domain's DNS record for a validation CNAME, or it attempts to send a validation email message to the domain owner.
1243
+ '''``DomainValidationOption`` is a property of the `AWS::CertificateManager::Certificate <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html>`_ resource that specifies the Certificate Manager ( ACM ) certificate domain to validate. Depending on the chosen validation method, ACM checks the domain's DNS record for a validation CNAME, or it attempts to send a validation email message to the domain owner.
1161
1244
 
1162
1245
  :param domain_name: A fully qualified domain name (FQDN) in the certificate request.
1163
1246
  :param hosted_zone_id: The ``HostedZoneId`` option, which is available if you are using Route 53 as your domain registrar, causes ACM to add your CNAME to the domain record. Your list of ``DomainValidationOptions`` must contain one and only one of the domain-validation options, and the ``HostedZoneId`` can be used only when ``DNS`` is specified as your validation method. Use the Route 53 ``ListHostedZones`` API to discover IDs for available hosted zones. This option is required for publicly trusted certificates. .. epigraph:: The ``ListHostedZones`` API returns IDs in the format "/hostedzone/Z111111QQQQQQQ", but CloudFormation requires the IDs to be in the format "Z111111QQQQQQQ". When you change your ``DomainValidationOptions`` , a new resource is created.
@@ -1258,6 +1341,7 @@ class CfnCertificate(
1258
1341
  name_mapping={
1259
1342
  "domain_name": "domainName",
1260
1343
  "certificate_authority_arn": "certificateAuthorityArn",
1344
+ "certificate_export": "certificateExport",
1261
1345
  "certificate_transparency_logging_preference": "certificateTransparencyLoggingPreference",
1262
1346
  "domain_validation_options": "domainValidationOptions",
1263
1347
  "key_algorithm": "keyAlgorithm",
@@ -1272,6 +1356,7 @@ class CfnCertificateProps:
1272
1356
  *,
1273
1357
  domain_name: builtins.str,
1274
1358
  certificate_authority_arn: typing.Optional[builtins.str] = None,
1359
+ certificate_export: typing.Optional[builtins.str] = None,
1275
1360
  certificate_transparency_logging_preference: typing.Optional[builtins.str] = None,
1276
1361
  domain_validation_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnCertificate.DomainValidationOptionProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
1277
1362
  key_algorithm: typing.Optional[builtins.str] = None,
@@ -1283,9 +1368,10 @@ class CfnCertificateProps:
1283
1368
 
1284
1369
  :param domain_name: The fully qualified domain name (FQDN), such as www.example.com, with which you want to secure an ACM certificate. Use an asterisk (*) to create a wildcard certificate that protects several sites in the same domain. For example, ``*.example.com`` protects ``www.example.com`` , ``site.example.com`` , and ``images.example.com.``.
1285
1370
  :param certificate_authority_arn: The Amazon Resource Name (ARN) of the private certificate authority (CA) that will be used to issue the certificate. If you do not provide an ARN and you are trying to request a private certificate, ACM will attempt to issue a public certificate. For more information about private CAs, see the `AWS Private Certificate Authority <https://docs.aws.amazon.com/privateca/latest/userguide/PcaWelcome.html>`_ user guide. The ARN must have the following form: ``arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012``
1286
- :param certificate_transparency_logging_preference: You can opt out of certificate transparency logging by specifying the ``DISABLED`` option. Opt in by specifying ``ENABLED`` . If you do not specify a certificate transparency logging preference on a new CloudFormation template, or if you remove the logging preference from an existing template, this is the same as explicitly enabling the preference. Changing the certificate transparency logging preference will update the existing resource by calling ``UpdateCertificateOptions`` on the certificate. This action will not create a new resource.
1371
+ :param certificate_export: You can opt out of allowing export of your certificate by specifying the ``DISABLED`` option. Allow export of your certificate by specifying the ``ENABLED`` option. If you do not specify an export preference in a new CloudFormation template, it is the same as explicitly denying export of your certificate.
1372
+ :param certificate_transparency_logging_preference: You can opt out of certificate transparency logging by specifying the ``DISABLED`` option. Opt in by specifying ``ENABLED`` . This setting doces not apply to private certificates. If you do not specify a certificate transparency logging preference on a new CloudFormation template, or if you remove the logging preference from an existing template, this is the same as explicitly enabling the preference. Changing the certificate transparency logging preference will update the existing resource by calling ``UpdateCertificateOptions`` on the certificate. This action will not create a new resource.
1287
1373
  :param domain_validation_options: Domain information that domain name registrars use to verify your identity. .. epigraph:: In order for a AWS::CertificateManager::Certificate to be provisioned and validated in CloudFormation automatically, the ``DomainName`` property needs to be identical to one of the ``DomainName`` property supplied in DomainValidationOptions, if the ValidationMethod is **DNS**. Failing to keep them like-for-like will result in failure to create the domain validation records in Route53.
1288
- :param key_algorithm: Specifies the algorithm of the public and private key pair that your certificate uses to encrypt data. RSA is the default key algorithm for ACM certificates. Elliptic Curve Digital Signature Algorithm (ECDSA) keys are smaller, offering security comparable to RSA keys but with greater computing efficiency. However, ECDSA is not supported by all network clients. Some AWS services may require RSA keys, or only support ECDSA keys of a particular size, while others allow the use of either RSA and ECDSA keys to ensure that compatibility is not broken. Check the requirements for the AWS service where you plan to deploy your certificate. For more information about selecting an algorithm, see `Key algorithms <https://docs.aws.amazon.com/acm/latest/userguide/acm-certificate.html#algorithms>`_ . .. epigraph:: Algorithms supported for an ACM certificate request include: - ``RSA_2048`` - ``EC_prime256v1`` - ``EC_secp384r1`` Other listed algorithms are for imported certificates only. > When you request a private PKI certificate signed by a CA from AWS Private CA, the specified signing algorithm family (RSA or ECDSA) must match the algorithm family of the CA's secret key. Default: RSA_2048
1374
+ :param key_algorithm: Specifies the algorithm of the public and private key pair that your certificate uses to encrypt data. RSA is the default key algorithm for ACM certificates. Elliptic Curve Digital Signature Algorithm (ECDSA) keys are smaller, offering security comparable to RSA keys but with greater computing efficiency. However, ECDSA is not supported by all network clients. Some AWS services may require RSA keys, or only support ECDSA keys of a particular size, while others allow the use of either RSA and ECDSA keys to ensure that compatibility is not broken. Check the requirements for the AWS service where you plan to deploy your certificate. For more information about selecting an algorithm, see `Key algorithms <https://docs.aws.amazon.com/acm/latest/userguide/acm-certificate-characteristics.html#algorithms-term>`_ . .. epigraph:: Algorithms supported for an ACM certificate request include: - ``RSA_2048`` - ``EC_prime256v1`` - ``EC_secp384r1`` Other listed algorithms are for imported certificates only. > When you request a private PKI certificate signed by a CA from AWS Private CA, the specified signing algorithm family (RSA or ECDSA) must match the algorithm family of the CA's secret key. Default: RSA_2048
1289
1375
  :param subject_alternative_names: Additional FQDNs to be included in the Subject Alternative Name extension of the ACM certificate. For example, you can add www.example.net to a certificate for which the ``DomainName`` field is www.example.com if users can reach your site by using either name.
1290
1376
  :param tags: Key-value pairs that can identify the certificate.
1291
1377
  :param validation_method: The method you want to use to validate that you own or control the domain associated with a public certificate. You can `validate with DNS <https://docs.aws.amazon.com/acm/latest/userguide/gs-acm-validate-dns.html>`_ or `validate with email <https://docs.aws.amazon.com/acm/latest/userguide/gs-acm-validate-email.html>`_ . We recommend that you use DNS validation. If not specified, this property defaults to email validation.
@@ -1304,6 +1390,7 @@ class CfnCertificateProps:
1304
1390
 
1305
1391
  # the properties below are optional
1306
1392
  certificate_authority_arn="certificateAuthorityArn",
1393
+ certificate_export="certificateExport",
1307
1394
  certificate_transparency_logging_preference="certificateTransparencyLoggingPreference",
1308
1395
  domain_validation_options=[certificatemanager.CfnCertificate.DomainValidationOptionProperty(
1309
1396
  domain_name="domainName",
@@ -1325,6 +1412,7 @@ class CfnCertificateProps:
1325
1412
  type_hints = typing.get_type_hints(_typecheckingstub__0e42a641d895acaee35ba9ec88335a357b8cbfb64b98867f1792ccd63242a79d)
1326
1413
  check_type(argname="argument domain_name", value=domain_name, expected_type=type_hints["domain_name"])
1327
1414
  check_type(argname="argument certificate_authority_arn", value=certificate_authority_arn, expected_type=type_hints["certificate_authority_arn"])
1415
+ check_type(argname="argument certificate_export", value=certificate_export, expected_type=type_hints["certificate_export"])
1328
1416
  check_type(argname="argument certificate_transparency_logging_preference", value=certificate_transparency_logging_preference, expected_type=type_hints["certificate_transparency_logging_preference"])
1329
1417
  check_type(argname="argument domain_validation_options", value=domain_validation_options, expected_type=type_hints["domain_validation_options"])
1330
1418
  check_type(argname="argument key_algorithm", value=key_algorithm, expected_type=type_hints["key_algorithm"])
@@ -1336,6 +1424,8 @@ class CfnCertificateProps:
1336
1424
  }
1337
1425
  if certificate_authority_arn is not None:
1338
1426
  self._values["certificate_authority_arn"] = certificate_authority_arn
1427
+ if certificate_export is not None:
1428
+ self._values["certificate_export"] = certificate_export
1339
1429
  if certificate_transparency_logging_preference is not None:
1340
1430
  self._values["certificate_transparency_logging_preference"] = certificate_transparency_logging_preference
1341
1431
  if domain_validation_options is not None:
@@ -1372,11 +1462,26 @@ class CfnCertificateProps:
1372
1462
  result = self._values.get("certificate_authority_arn")
1373
1463
  return typing.cast(typing.Optional[builtins.str], result)
1374
1464
 
1465
+ @builtins.property
1466
+ def certificate_export(self) -> typing.Optional[builtins.str]:
1467
+ '''You can opt out of allowing export of your certificate by specifying the ``DISABLED`` option.
1468
+
1469
+ Allow export of your certificate by specifying the ``ENABLED`` option.
1470
+
1471
+ If you do not specify an export preference in a new CloudFormation template, it is the same as explicitly denying export of your certificate.
1472
+
1473
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-certificateexport
1474
+ '''
1475
+ result = self._values.get("certificate_export")
1476
+ return typing.cast(typing.Optional[builtins.str], result)
1477
+
1375
1478
  @builtins.property
1376
1479
  def certificate_transparency_logging_preference(
1377
1480
  self,
1378
1481
  ) -> typing.Optional[builtins.str]:
1379
- '''You can opt out of certificate transparency logging by specifying the ``DISABLED`` option. Opt in by specifying ``ENABLED`` .
1482
+ '''You can opt out of certificate transparency logging by specifying the ``DISABLED`` option.
1483
+
1484
+ Opt in by specifying ``ENABLED`` . This setting doces not apply to private certificates.
1380
1485
 
1381
1486
  If you do not specify a certificate transparency logging preference on a new CloudFormation template, or if you remove the logging preference from an existing template, this is the same as explicitly enabling the preference.
1382
1487
 
@@ -1406,7 +1511,7 @@ class CfnCertificateProps:
1406
1511
  def key_algorithm(self) -> typing.Optional[builtins.str]:
1407
1512
  '''Specifies the algorithm of the public and private key pair that your certificate uses to encrypt data.
1408
1513
 
1409
- RSA is the default key algorithm for ACM certificates. Elliptic Curve Digital Signature Algorithm (ECDSA) keys are smaller, offering security comparable to RSA keys but with greater computing efficiency. However, ECDSA is not supported by all network clients. Some AWS services may require RSA keys, or only support ECDSA keys of a particular size, while others allow the use of either RSA and ECDSA keys to ensure that compatibility is not broken. Check the requirements for the AWS service where you plan to deploy your certificate. For more information about selecting an algorithm, see `Key algorithms <https://docs.aws.amazon.com/acm/latest/userguide/acm-certificate.html#algorithms>`_ .
1514
+ RSA is the default key algorithm for ACM certificates. Elliptic Curve Digital Signature Algorithm (ECDSA) keys are smaller, offering security comparable to RSA keys but with greater computing efficiency. However, ECDSA is not supported by all network clients. Some AWS services may require RSA keys, or only support ECDSA keys of a particular size, while others allow the use of either RSA and ECDSA keys to ensure that compatibility is not broken. Check the requirements for the AWS service where you plan to deploy your certificate. For more information about selecting an algorithm, see `Key algorithms <https://docs.aws.amazon.com/acm/latest/userguide/acm-certificate-characteristics.html#algorithms-term>`_ .
1410
1515
  .. epigraph::
1411
1516
 
1412
1517
  Algorithms supported for an ACM certificate request include:
@@ -1474,6 +1579,7 @@ class CfnCertificateProps:
1474
1579
  jsii_struct_bases=[CertificateProps],
1475
1580
  name_mapping={
1476
1581
  "domain_name": "domainName",
1582
+ "allow_export": "allowExport",
1477
1583
  "certificate_name": "certificateName",
1478
1584
  "key_algorithm": "keyAlgorithm",
1479
1585
  "subject_alternative_names": "subjectAlternativeNames",
@@ -1491,6 +1597,7 @@ class DnsValidatedCertificateProps(CertificateProps):
1491
1597
  self,
1492
1598
  *,
1493
1599
  domain_name: builtins.str,
1600
+ allow_export: typing.Optional[builtins.bool] = None,
1494
1601
  certificate_name: typing.Optional[builtins.str] = None,
1495
1602
  key_algorithm: typing.Optional["KeyAlgorithm"] = None,
1496
1603
  subject_alternative_names: typing.Optional[typing.Sequence[builtins.str]] = None,
@@ -1505,6 +1612,7 @@ class DnsValidatedCertificateProps(CertificateProps):
1505
1612
  '''Properties to create a DNS validated certificate managed by AWS Certificate Manager.
1506
1613
 
1507
1614
  :param domain_name: Fully-qualified domain name to request a certificate for. May contain wildcards, such as ``*.domain.com``.
1615
+ :param allow_export: Enable or disable export of this certificate. If you issue an exportable public certificate, there is a charge at certificate issuance and again when the certificate renews. Ref: https://aws.amazon.com/certificate-manager/pricing Default: false
1508
1616
  :param certificate_name: The Certificate name. Since the Certificate resource doesn't support providing a physical name, the value provided here will be recorded in the ``Name`` tag Default: the full, absolute path of this construct
1509
1617
  :param key_algorithm: Specifies the algorithm of the public and private key pair that your certificate uses to encrypt data. Default: KeyAlgorithm.RSA_2048
1510
1618
  :param subject_alternative_names: Alternative domain names on your certificate. Use this to register alternative domain names that represent the same site. Default: - No additional FQDNs will be included as alternative domain names.
@@ -1536,6 +1644,7 @@ class DnsValidatedCertificateProps(CertificateProps):
1536
1644
  hosted_zone=hosted_zone,
1537
1645
 
1538
1646
  # the properties below are optional
1647
+ allow_export=False,
1539
1648
  certificate_name="certificateName",
1540
1649
  cleanup_route53_records=False,
1541
1650
  custom_resource_role=role,
@@ -1550,6 +1659,7 @@ class DnsValidatedCertificateProps(CertificateProps):
1550
1659
  if __debug__:
1551
1660
  type_hints = typing.get_type_hints(_typecheckingstub__f8749c95da859ba878861eff7c4231de11fa86681f0df8dbe02a3b4e4f5128b6)
1552
1661
  check_type(argname="argument domain_name", value=domain_name, expected_type=type_hints["domain_name"])
1662
+ check_type(argname="argument allow_export", value=allow_export, expected_type=type_hints["allow_export"])
1553
1663
  check_type(argname="argument certificate_name", value=certificate_name, expected_type=type_hints["certificate_name"])
1554
1664
  check_type(argname="argument key_algorithm", value=key_algorithm, expected_type=type_hints["key_algorithm"])
1555
1665
  check_type(argname="argument subject_alternative_names", value=subject_alternative_names, expected_type=type_hints["subject_alternative_names"])
@@ -1564,6 +1674,8 @@ class DnsValidatedCertificateProps(CertificateProps):
1564
1674
  "domain_name": domain_name,
1565
1675
  "hosted_zone": hosted_zone,
1566
1676
  }
1677
+ if allow_export is not None:
1678
+ self._values["allow_export"] = allow_export
1567
1679
  if certificate_name is not None:
1568
1680
  self._values["certificate_name"] = certificate_name
1569
1681
  if key_algorithm is not None:
@@ -1593,6 +1705,18 @@ class DnsValidatedCertificateProps(CertificateProps):
1593
1705
  assert result is not None, "Required property 'domain_name' is missing"
1594
1706
  return typing.cast(builtins.str, result)
1595
1707
 
1708
+ @builtins.property
1709
+ def allow_export(self) -> typing.Optional[builtins.bool]:
1710
+ '''Enable or disable export of this certificate.
1711
+
1712
+ If you issue an exportable public certificate, there is a charge at certificate issuance and again when the certificate renews.
1713
+ Ref: https://aws.amazon.com/certificate-manager/pricing
1714
+
1715
+ :default: false
1716
+ '''
1717
+ result = self._values.get("allow_export")
1718
+ return typing.cast(typing.Optional[builtins.bool], result)
1719
+
1596
1720
  @builtins.property
1597
1721
  def certificate_name(self) -> typing.Optional[builtins.str]:
1598
1722
  '''The Certificate name.
@@ -1743,6 +1867,7 @@ class ICertificate(_IResource_c80c4260, typing_extensions.Protocol):
1743
1867
  account: typing.Optional[builtins.str] = None,
1744
1868
  color: typing.Optional[builtins.str] = None,
1745
1869
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
1870
+ id: typing.Optional[builtins.str] = None,
1746
1871
  label: typing.Optional[builtins.str] = None,
1747
1872
  period: typing.Optional[_Duration_4839e8c3] = None,
1748
1873
  region: typing.Optional[builtins.str] = None,
@@ -1750,6 +1875,7 @@ class ICertificate(_IResource_c80c4260, typing_extensions.Protocol):
1750
1875
  stack_region: typing.Optional[builtins.str] = None,
1751
1876
  statistic: typing.Optional[builtins.str] = None,
1752
1877
  unit: typing.Optional[_Unit_61bc6f70] = None,
1878
+ visible: typing.Optional[builtins.bool] = None,
1753
1879
  ) -> _Metric_e396a4dc:
1754
1880
  '''Return the DaysToExpiry metric for this AWS Certificate Manager Certificate. By default, this is the minimum value over 1 day.
1755
1881
 
@@ -1760,6 +1886,7 @@ class ICertificate(_IResource_c80c4260, typing_extensions.Protocol):
1760
1886
  :param account: Account which this metric comes from. Default: - Deployment account.
1761
1887
  :param color: The hex color code, prefixed with '#' (e.g. '#00ff00'), to use when this metric is rendered on a graph. The ``Color`` class has a set of standard colors that can be used here. Default: - Automatic color
1762
1888
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
1889
+ :param id: Unique identifier for this metric when used in dashboard widgets. The id can be used as a variable to represent this metric in math expressions. Valid characters are letters, numbers, and underscore. The first character must be a lowercase letter. Default: - No ID
1763
1890
  :param label: Label for this metric when added to a Graph in a Dashboard. You can use `dynamic labels <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/graph-dynamic-labels.html>`_ to show summary information about the entire displayed time series in the legend. For example, if you use:: [max: ${MAX}] MyMetric As the metric label, the maximum value in the visible range will be shown next to the time series name in the graph's legend. Default: - No label
1764
1891
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
1765
1892
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -1767,6 +1894,7 @@ class ICertificate(_IResource_c80c4260, typing_extensions.Protocol):
1767
1894
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
1768
1895
  :param statistic: What function to use for aggregating. Use the ``aws_cloudwatch.Stats`` helper class to construct valid input strings. Can be one of the following: - "Minimum" | "min" - "Maximum" | "max" - "Average" | "avg" - "Sum" | "sum" - "SampleCount | "n" - "pNN.NN" - "tmNN.NN" | "tm(NN.NN%:NN.NN%)" - "iqm" - "wmNN.NN" | "wm(NN.NN%:NN.NN%)" - "tcNN.NN" | "tc(NN.NN%:NN.NN%)" - "tsNN.NN" | "ts(NN.NN%:NN.NN%)" Default: Average
1769
1896
  :param unit: Unit used to filter the metric stream. Only refer to datums emitted to the metric stream with the given unit and ignore all others. Only useful when datums are being emitted to the same metric stream under different units. The default is to use all matric datums in the stream, regardless of unit, which is recommended in nearly all cases. CloudWatch does not honor this property for graphs. Default: - All metric datums in the given metric stream
1897
+ :param visible: Whether this metric should be visible in dashboard graphs. Setting this to false is useful when you want to hide raw metrics that are used in math expressions, and show only the expression results. Default: true
1770
1898
  '''
1771
1899
  ...
1772
1900
 
@@ -1794,6 +1922,7 @@ class _ICertificateProxy(
1794
1922
  account: typing.Optional[builtins.str] = None,
1795
1923
  color: typing.Optional[builtins.str] = None,
1796
1924
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
1925
+ id: typing.Optional[builtins.str] = None,
1797
1926
  label: typing.Optional[builtins.str] = None,
1798
1927
  period: typing.Optional[_Duration_4839e8c3] = None,
1799
1928
  region: typing.Optional[builtins.str] = None,
@@ -1801,6 +1930,7 @@ class _ICertificateProxy(
1801
1930
  stack_region: typing.Optional[builtins.str] = None,
1802
1931
  statistic: typing.Optional[builtins.str] = None,
1803
1932
  unit: typing.Optional[_Unit_61bc6f70] = None,
1933
+ visible: typing.Optional[builtins.bool] = None,
1804
1934
  ) -> _Metric_e396a4dc:
1805
1935
  '''Return the DaysToExpiry metric for this AWS Certificate Manager Certificate. By default, this is the minimum value over 1 day.
1806
1936
 
@@ -1811,6 +1941,7 @@ class _ICertificateProxy(
1811
1941
  :param account: Account which this metric comes from. Default: - Deployment account.
1812
1942
  :param color: The hex color code, prefixed with '#' (e.g. '#00ff00'), to use when this metric is rendered on a graph. The ``Color`` class has a set of standard colors that can be used here. Default: - Automatic color
1813
1943
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
1944
+ :param id: Unique identifier for this metric when used in dashboard widgets. The id can be used as a variable to represent this metric in math expressions. Valid characters are letters, numbers, and underscore. The first character must be a lowercase letter. Default: - No ID
1814
1945
  :param label: Label for this metric when added to a Graph in a Dashboard. You can use `dynamic labels <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/graph-dynamic-labels.html>`_ to show summary information about the entire displayed time series in the legend. For example, if you use:: [max: ${MAX}] MyMetric As the metric label, the maximum value in the visible range will be shown next to the time series name in the graph's legend. Default: - No label
1815
1946
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
1816
1947
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -1818,11 +1949,13 @@ class _ICertificateProxy(
1818
1949
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
1819
1950
  :param statistic: What function to use for aggregating. Use the ``aws_cloudwatch.Stats`` helper class to construct valid input strings. Can be one of the following: - "Minimum" | "min" - "Maximum" | "max" - "Average" | "avg" - "Sum" | "sum" - "SampleCount | "n" - "pNN.NN" - "tmNN.NN" | "tm(NN.NN%:NN.NN%)" - "iqm" - "wmNN.NN" | "wm(NN.NN%:NN.NN%)" - "tcNN.NN" | "tc(NN.NN%:NN.NN%)" - "tsNN.NN" | "ts(NN.NN%:NN.NN%)" Default: Average
1820
1951
  :param unit: Unit used to filter the metric stream. Only refer to datums emitted to the metric stream with the given unit and ignore all others. Only useful when datums are being emitted to the same metric stream under different units. The default is to use all matric datums in the stream, regardless of unit, which is recommended in nearly all cases. CloudWatch does not honor this property for graphs. Default: - All metric datums in the given metric stream
1952
+ :param visible: Whether this metric should be visible in dashboard graphs. Setting this to false is useful when you want to hide raw metrics that are used in math expressions, and show only the expression results. Default: true
1821
1953
  '''
1822
1954
  props = _MetricOptions_1788b62f(
1823
1955
  account=account,
1824
1956
  color=color,
1825
1957
  dimensions_map=dimensions_map,
1958
+ id=id,
1826
1959
  label=label,
1827
1960
  period=period,
1828
1961
  region=region,
@@ -1830,6 +1963,7 @@ class _ICertificateProxy(
1830
1963
  stack_region=stack_region,
1831
1964
  statistic=statistic,
1832
1965
  unit=unit,
1966
+ visible=visible,
1833
1967
  )
1834
1968
 
1835
1969
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricDaysToExpiry", [props]))
@@ -1952,6 +2086,7 @@ class PrivateCertificate(
1952
2086
  *,
1953
2087
  certificate_authority: _ICertificateAuthority_26727cab,
1954
2088
  domain_name: builtins.str,
2089
+ allow_export: typing.Optional[builtins.bool] = None,
1955
2090
  key_algorithm: typing.Optional[KeyAlgorithm] = None,
1956
2091
  subject_alternative_names: typing.Optional[typing.Sequence[builtins.str]] = None,
1957
2092
  ) -> None:
@@ -1960,6 +2095,7 @@ class PrivateCertificate(
1960
2095
  :param id: -
1961
2096
  :param certificate_authority: Private certificate authority (CA) that will be used to issue the certificate.
1962
2097
  :param domain_name: Fully-qualified domain name to request a private certificate for. May contain wildcards, such as ``*.domain.com``.
2098
+ :param allow_export: Enable or disable export of this certificate. If you issue an exportable public certificate, there is a charge at certificate issuance and again when the certificate renews. Ref: https://aws.amazon.com/certificate-manager/pricing Default: false
1963
2099
  :param key_algorithm: Specifies the algorithm of the public and private key pair that your certificate uses to encrypt data. When you request a private PKI certificate signed by a CA from AWS Private CA, the specified signing algorithm family (RSA or ECDSA) must match the algorithm family of the CA's secret key. Default: KeyAlgorithm.RSA_2048
1964
2100
  :param subject_alternative_names: Alternative domain names on your private certificate. Use this to register alternative domain names that represent the same site. Default: - No additional FQDNs will be included as alternative domain names.
1965
2101
  '''
@@ -1970,6 +2106,7 @@ class PrivateCertificate(
1970
2106
  props = PrivateCertificateProps(
1971
2107
  certificate_authority=certificate_authority,
1972
2108
  domain_name=domain_name,
2109
+ allow_export=allow_export,
1973
2110
  key_algorithm=key_algorithm,
1974
2111
  subject_alternative_names=subject_alternative_names,
1975
2112
  )
@@ -2004,6 +2141,7 @@ class PrivateCertificate(
2004
2141
  account: typing.Optional[builtins.str] = None,
2005
2142
  color: typing.Optional[builtins.str] = None,
2006
2143
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
2144
+ id: typing.Optional[builtins.str] = None,
2007
2145
  label: typing.Optional[builtins.str] = None,
2008
2146
  period: typing.Optional[_Duration_4839e8c3] = None,
2009
2147
  region: typing.Optional[builtins.str] = None,
@@ -2011,6 +2149,7 @@ class PrivateCertificate(
2011
2149
  stack_region: typing.Optional[builtins.str] = None,
2012
2150
  statistic: typing.Optional[builtins.str] = None,
2013
2151
  unit: typing.Optional[_Unit_61bc6f70] = None,
2152
+ visible: typing.Optional[builtins.bool] = None,
2014
2153
  ) -> _Metric_e396a4dc:
2015
2154
  '''Return the DaysToExpiry metric for this AWS Certificate Manager Certificate. By default, this is the minimum value over 1 day.
2016
2155
 
@@ -2021,6 +2160,7 @@ class PrivateCertificate(
2021
2160
  :param account: Account which this metric comes from. Default: - Deployment account.
2022
2161
  :param color: The hex color code, prefixed with '#' (e.g. '#00ff00'), to use when this metric is rendered on a graph. The ``Color`` class has a set of standard colors that can be used here. Default: - Automatic color
2023
2162
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
2163
+ :param id: Unique identifier for this metric when used in dashboard widgets. The id can be used as a variable to represent this metric in math expressions. Valid characters are letters, numbers, and underscore. The first character must be a lowercase letter. Default: - No ID
2024
2164
  :param label: Label for this metric when added to a Graph in a Dashboard. You can use `dynamic labels <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/graph-dynamic-labels.html>`_ to show summary information about the entire displayed time series in the legend. For example, if you use:: [max: ${MAX}] MyMetric As the metric label, the maximum value in the visible range will be shown next to the time series name in the graph's legend. Default: - No label
2025
2165
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
2026
2166
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -2028,11 +2168,13 @@ class PrivateCertificate(
2028
2168
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
2029
2169
  :param statistic: What function to use for aggregating. Use the ``aws_cloudwatch.Stats`` helper class to construct valid input strings. Can be one of the following: - "Minimum" | "min" - "Maximum" | "max" - "Average" | "avg" - "Sum" | "sum" - "SampleCount | "n" - "pNN.NN" - "tmNN.NN" | "tm(NN.NN%:NN.NN%)" - "iqm" - "wmNN.NN" | "wm(NN.NN%:NN.NN%)" - "tcNN.NN" | "tc(NN.NN%:NN.NN%)" - "tsNN.NN" | "ts(NN.NN%:NN.NN%)" Default: Average
2030
2170
  :param unit: Unit used to filter the metric stream. Only refer to datums emitted to the metric stream with the given unit and ignore all others. Only useful when datums are being emitted to the same metric stream under different units. The default is to use all matric datums in the stream, regardless of unit, which is recommended in nearly all cases. CloudWatch does not honor this property for graphs. Default: - All metric datums in the given metric stream
2171
+ :param visible: Whether this metric should be visible in dashboard graphs. Setting this to false is useful when you want to hide raw metrics that are used in math expressions, and show only the expression results. Default: true
2031
2172
  '''
2032
2173
  props = _MetricOptions_1788b62f(
2033
2174
  account=account,
2034
2175
  color=color,
2035
2176
  dimensions_map=dimensions_map,
2177
+ id=id,
2036
2178
  label=label,
2037
2179
  period=period,
2038
2180
  region=region,
@@ -2040,6 +2182,7 @@ class PrivateCertificate(
2040
2182
  stack_region=stack_region,
2041
2183
  statistic=statistic,
2042
2184
  unit=unit,
2185
+ visible=visible,
2043
2186
  )
2044
2187
 
2045
2188
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricDaysToExpiry", [props]))
@@ -2069,6 +2212,7 @@ class PrivateCertificate(
2069
2212
  name_mapping={
2070
2213
  "certificate_authority": "certificateAuthority",
2071
2214
  "domain_name": "domainName",
2215
+ "allow_export": "allowExport",
2072
2216
  "key_algorithm": "keyAlgorithm",
2073
2217
  "subject_alternative_names": "subjectAlternativeNames",
2074
2218
  },
@@ -2079,6 +2223,7 @@ class PrivateCertificateProps:
2079
2223
  *,
2080
2224
  certificate_authority: _ICertificateAuthority_26727cab,
2081
2225
  domain_name: builtins.str,
2226
+ allow_export: typing.Optional[builtins.bool] = None,
2082
2227
  key_algorithm: typing.Optional[KeyAlgorithm] = None,
2083
2228
  subject_alternative_names: typing.Optional[typing.Sequence[builtins.str]] = None,
2084
2229
  ) -> None:
@@ -2086,6 +2231,7 @@ class PrivateCertificateProps:
2086
2231
 
2087
2232
  :param certificate_authority: Private certificate authority (CA) that will be used to issue the certificate.
2088
2233
  :param domain_name: Fully-qualified domain name to request a private certificate for. May contain wildcards, such as ``*.domain.com``.
2234
+ :param allow_export: Enable or disable export of this certificate. If you issue an exportable public certificate, there is a charge at certificate issuance and again when the certificate renews. Ref: https://aws.amazon.com/certificate-manager/pricing Default: false
2089
2235
  :param key_algorithm: Specifies the algorithm of the public and private key pair that your certificate uses to encrypt data. When you request a private PKI certificate signed by a CA from AWS Private CA, the specified signing algorithm family (RSA or ECDSA) must match the algorithm family of the CA's secret key. Default: KeyAlgorithm.RSA_2048
2090
2236
  :param subject_alternative_names: Alternative domain names on your private certificate. Use this to register alternative domain names that represent the same site. Default: - No additional FQDNs will be included as alternative domain names.
2091
2237
 
@@ -2107,12 +2253,15 @@ class PrivateCertificateProps:
2107
2253
  type_hints = typing.get_type_hints(_typecheckingstub__74588c43933e5f34a3203601cc823ca974676f71701280dcd43e9f037bba43e3)
2108
2254
  check_type(argname="argument certificate_authority", value=certificate_authority, expected_type=type_hints["certificate_authority"])
2109
2255
  check_type(argname="argument domain_name", value=domain_name, expected_type=type_hints["domain_name"])
2256
+ check_type(argname="argument allow_export", value=allow_export, expected_type=type_hints["allow_export"])
2110
2257
  check_type(argname="argument key_algorithm", value=key_algorithm, expected_type=type_hints["key_algorithm"])
2111
2258
  check_type(argname="argument subject_alternative_names", value=subject_alternative_names, expected_type=type_hints["subject_alternative_names"])
2112
2259
  self._values: typing.Dict[builtins.str, typing.Any] = {
2113
2260
  "certificate_authority": certificate_authority,
2114
2261
  "domain_name": domain_name,
2115
2262
  }
2263
+ if allow_export is not None:
2264
+ self._values["allow_export"] = allow_export
2116
2265
  if key_algorithm is not None:
2117
2266
  self._values["key_algorithm"] = key_algorithm
2118
2267
  if subject_alternative_names is not None:
@@ -2135,6 +2284,18 @@ class PrivateCertificateProps:
2135
2284
  assert result is not None, "Required property 'domain_name' is missing"
2136
2285
  return typing.cast(builtins.str, result)
2137
2286
 
2287
+ @builtins.property
2288
+ def allow_export(self) -> typing.Optional[builtins.bool]:
2289
+ '''Enable or disable export of this certificate.
2290
+
2291
+ If you issue an exportable public certificate, there is a charge at certificate issuance and again when the certificate renews.
2292
+ Ref: https://aws.amazon.com/certificate-manager/pricing
2293
+
2294
+ :default: false
2295
+ '''
2296
+ result = self._values.get("allow_export")
2297
+ return typing.cast(typing.Optional[builtins.bool], result)
2298
+
2138
2299
  @builtins.property
2139
2300
  def key_algorithm(self) -> typing.Optional[KeyAlgorithm]:
2140
2301
  '''Specifies the algorithm of the public and private key pair that your certificate uses to encrypt data.
@@ -2225,6 +2386,7 @@ class Certificate(
2225
2386
  id: builtins.str,
2226
2387
  *,
2227
2388
  domain_name: builtins.str,
2389
+ allow_export: typing.Optional[builtins.bool] = None,
2228
2390
  certificate_name: typing.Optional[builtins.str] = None,
2229
2391
  key_algorithm: typing.Optional[KeyAlgorithm] = None,
2230
2392
  subject_alternative_names: typing.Optional[typing.Sequence[builtins.str]] = None,
@@ -2235,6 +2397,7 @@ class Certificate(
2235
2397
  :param scope: -
2236
2398
  :param id: -
2237
2399
  :param domain_name: Fully-qualified domain name to request a certificate for. May contain wildcards, such as ``*.domain.com``.
2400
+ :param allow_export: Enable or disable export of this certificate. If you issue an exportable public certificate, there is a charge at certificate issuance and again when the certificate renews. Ref: https://aws.amazon.com/certificate-manager/pricing Default: false
2238
2401
  :param certificate_name: The Certificate name. Since the Certificate resource doesn't support providing a physical name, the value provided here will be recorded in the ``Name`` tag Default: the full, absolute path of this construct
2239
2402
  :param key_algorithm: Specifies the algorithm of the public and private key pair that your certificate uses to encrypt data. Default: KeyAlgorithm.RSA_2048
2240
2403
  :param subject_alternative_names: Alternative domain names on your certificate. Use this to register alternative domain names that represent the same site. Default: - No additional FQDNs will be included as alternative domain names.
@@ -2247,6 +2410,7 @@ class Certificate(
2247
2410
  check_type(argname="argument id", value=id, expected_type=type_hints["id"])
2248
2411
  props = CertificateProps(
2249
2412
  domain_name=domain_name,
2413
+ allow_export=allow_export,
2250
2414
  certificate_name=certificate_name,
2251
2415
  key_algorithm=key_algorithm,
2252
2416
  subject_alternative_names=subject_alternative_names,
@@ -2284,6 +2448,7 @@ class Certificate(
2284
2448
  account: typing.Optional[builtins.str] = None,
2285
2449
  color: typing.Optional[builtins.str] = None,
2286
2450
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
2451
+ id: typing.Optional[builtins.str] = None,
2287
2452
  label: typing.Optional[builtins.str] = None,
2288
2453
  period: typing.Optional[_Duration_4839e8c3] = None,
2289
2454
  region: typing.Optional[builtins.str] = None,
@@ -2291,6 +2456,7 @@ class Certificate(
2291
2456
  stack_region: typing.Optional[builtins.str] = None,
2292
2457
  statistic: typing.Optional[builtins.str] = None,
2293
2458
  unit: typing.Optional[_Unit_61bc6f70] = None,
2459
+ visible: typing.Optional[builtins.bool] = None,
2294
2460
  ) -> _Metric_e396a4dc:
2295
2461
  '''Return the DaysToExpiry metric for this AWS Certificate Manager Certificate. By default, this is the minimum value over 1 day.
2296
2462
 
@@ -2301,6 +2467,7 @@ class Certificate(
2301
2467
  :param account: Account which this metric comes from. Default: - Deployment account.
2302
2468
  :param color: The hex color code, prefixed with '#' (e.g. '#00ff00'), to use when this metric is rendered on a graph. The ``Color`` class has a set of standard colors that can be used here. Default: - Automatic color
2303
2469
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
2470
+ :param id: Unique identifier for this metric when used in dashboard widgets. The id can be used as a variable to represent this metric in math expressions. Valid characters are letters, numbers, and underscore. The first character must be a lowercase letter. Default: - No ID
2304
2471
  :param label: Label for this metric when added to a Graph in a Dashboard. You can use `dynamic labels <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/graph-dynamic-labels.html>`_ to show summary information about the entire displayed time series in the legend. For example, if you use:: [max: ${MAX}] MyMetric As the metric label, the maximum value in the visible range will be shown next to the time series name in the graph's legend. Default: - No label
2305
2472
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
2306
2473
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -2308,11 +2475,13 @@ class Certificate(
2308
2475
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
2309
2476
  :param statistic: What function to use for aggregating. Use the ``aws_cloudwatch.Stats`` helper class to construct valid input strings. Can be one of the following: - "Minimum" | "min" - "Maximum" | "max" - "Average" | "avg" - "Sum" | "sum" - "SampleCount | "n" - "pNN.NN" - "tmNN.NN" | "tm(NN.NN%:NN.NN%)" - "iqm" - "wmNN.NN" | "wm(NN.NN%:NN.NN%)" - "tcNN.NN" | "tc(NN.NN%:NN.NN%)" - "tsNN.NN" | "ts(NN.NN%:NN.NN%)" Default: Average
2310
2477
  :param unit: Unit used to filter the metric stream. Only refer to datums emitted to the metric stream with the given unit and ignore all others. Only useful when datums are being emitted to the same metric stream under different units. The default is to use all matric datums in the stream, regardless of unit, which is recommended in nearly all cases. CloudWatch does not honor this property for graphs. Default: - All metric datums in the given metric stream
2478
+ :param visible: Whether this metric should be visible in dashboard graphs. Setting this to false is useful when you want to hide raw metrics that are used in math expressions, and show only the expression results. Default: true
2311
2479
  '''
2312
2480
  props = _MetricOptions_1788b62f(
2313
2481
  account=account,
2314
2482
  color=color,
2315
2483
  dimensions_map=dimensions_map,
2484
+ id=id,
2316
2485
  label=label,
2317
2486
  period=period,
2318
2487
  region=region,
@@ -2320,6 +2489,7 @@ class Certificate(
2320
2489
  stack_region=stack_region,
2321
2490
  statistic=statistic,
2322
2491
  unit=unit,
2492
+ visible=visible,
2323
2493
  )
2324
2494
 
2325
2495
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricDaysToExpiry", [props]))
@@ -2378,6 +2548,7 @@ class DnsValidatedCertificate(
2378
2548
  hosted_zone=hosted_zone,
2379
2549
 
2380
2550
  # the properties below are optional
2551
+ allow_export=False,
2381
2552
  certificate_name="certificateName",
2382
2553
  cleanup_route53_records=False,
2383
2554
  custom_resource_role=role,
@@ -2401,6 +2572,7 @@ class DnsValidatedCertificate(
2401
2572
  region: typing.Optional[builtins.str] = None,
2402
2573
  route53_endpoint: typing.Optional[builtins.str] = None,
2403
2574
  domain_name: builtins.str,
2575
+ allow_export: typing.Optional[builtins.bool] = None,
2404
2576
  certificate_name: typing.Optional[builtins.str] = None,
2405
2577
  key_algorithm: typing.Optional[KeyAlgorithm] = None,
2406
2578
  subject_alternative_names: typing.Optional[typing.Sequence[builtins.str]] = None,
@@ -2416,6 +2588,7 @@ class DnsValidatedCertificate(
2416
2588
  :param region: AWS region that will host the certificate. This is needed especially for certificates used for CloudFront distributions, which require the region to be us-east-1. Default: the region the stack is deployed in.
2417
2589
  :param route53_endpoint: An endpoint of Route53 service, which is not necessary as AWS SDK could figure out the right endpoints for most regions, but for some regions such as those in aws-cn partition, the default endpoint is not working now, hence the right endpoint need to be specified through this prop. Route53 is not been officially launched in China, it is only available for AWS internal accounts now. To make DnsValidatedCertificate work for internal accounts now, a special endpoint needs to be provided. Default: - The AWS SDK will determine the Route53 endpoint to use based on region
2418
2590
  :param domain_name: Fully-qualified domain name to request a certificate for. May contain wildcards, such as ``*.domain.com``.
2591
+ :param allow_export: Enable or disable export of this certificate. If you issue an exportable public certificate, there is a charge at certificate issuance and again when the certificate renews. Ref: https://aws.amazon.com/certificate-manager/pricing Default: false
2419
2592
  :param certificate_name: The Certificate name. Since the Certificate resource doesn't support providing a physical name, the value provided here will be recorded in the ``Name`` tag Default: the full, absolute path of this construct
2420
2593
  :param key_algorithm: Specifies the algorithm of the public and private key pair that your certificate uses to encrypt data. Default: KeyAlgorithm.RSA_2048
2421
2594
  :param subject_alternative_names: Alternative domain names on your certificate. Use this to register alternative domain names that represent the same site. Default: - No additional FQDNs will be included as alternative domain names.
@@ -2435,6 +2608,7 @@ class DnsValidatedCertificate(
2435
2608
  region=region,
2436
2609
  route53_endpoint=route53_endpoint,
2437
2610
  domain_name=domain_name,
2611
+ allow_export=allow_export,
2438
2612
  certificate_name=certificate_name,
2439
2613
  key_algorithm=key_algorithm,
2440
2614
  subject_alternative_names=subject_alternative_names,
@@ -2472,6 +2646,7 @@ class DnsValidatedCertificate(
2472
2646
  account: typing.Optional[builtins.str] = None,
2473
2647
  color: typing.Optional[builtins.str] = None,
2474
2648
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
2649
+ id: typing.Optional[builtins.str] = None,
2475
2650
  label: typing.Optional[builtins.str] = None,
2476
2651
  period: typing.Optional[_Duration_4839e8c3] = None,
2477
2652
  region: typing.Optional[builtins.str] = None,
@@ -2479,6 +2654,7 @@ class DnsValidatedCertificate(
2479
2654
  stack_region: typing.Optional[builtins.str] = None,
2480
2655
  statistic: typing.Optional[builtins.str] = None,
2481
2656
  unit: typing.Optional[_Unit_61bc6f70] = None,
2657
+ visible: typing.Optional[builtins.bool] = None,
2482
2658
  ) -> _Metric_e396a4dc:
2483
2659
  '''(deprecated) Return the DaysToExpiry metric for this AWS Certificate Manager Certificate. By default, this is the minimum value over 1 day.
2484
2660
 
@@ -2489,6 +2665,7 @@ class DnsValidatedCertificate(
2489
2665
  :param account: Account which this metric comes from. Default: - Deployment account.
2490
2666
  :param color: The hex color code, prefixed with '#' (e.g. '#00ff00'), to use when this metric is rendered on a graph. The ``Color`` class has a set of standard colors that can be used here. Default: - Automatic color
2491
2667
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
2668
+ :param id: Unique identifier for this metric when used in dashboard widgets. The id can be used as a variable to represent this metric in math expressions. Valid characters are letters, numbers, and underscore. The first character must be a lowercase letter. Default: - No ID
2492
2669
  :param label: Label for this metric when added to a Graph in a Dashboard. You can use `dynamic labels <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/graph-dynamic-labels.html>`_ to show summary information about the entire displayed time series in the legend. For example, if you use:: [max: ${MAX}] MyMetric As the metric label, the maximum value in the visible range will be shown next to the time series name in the graph's legend. Default: - No label
2493
2670
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
2494
2671
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -2496,6 +2673,7 @@ class DnsValidatedCertificate(
2496
2673
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
2497
2674
  :param statistic: What function to use for aggregating. Use the ``aws_cloudwatch.Stats`` helper class to construct valid input strings. Can be one of the following: - "Minimum" | "min" - "Maximum" | "max" - "Average" | "avg" - "Sum" | "sum" - "SampleCount | "n" - "pNN.NN" - "tmNN.NN" | "tm(NN.NN%:NN.NN%)" - "iqm" - "wmNN.NN" | "wm(NN.NN%:NN.NN%)" - "tcNN.NN" | "tc(NN.NN%:NN.NN%)" - "tsNN.NN" | "ts(NN.NN%:NN.NN%)" Default: Average
2498
2675
  :param unit: Unit used to filter the metric stream. Only refer to datums emitted to the metric stream with the given unit and ignore all others. Only useful when datums are being emitted to the same metric stream under different units. The default is to use all matric datums in the stream, regardless of unit, which is recommended in nearly all cases. CloudWatch does not honor this property for graphs. Default: - All metric datums in the given metric stream
2676
+ :param visible: Whether this metric should be visible in dashboard graphs. Setting this to false is useful when you want to hide raw metrics that are used in math expressions, and show only the expression results. Default: true
2499
2677
 
2500
2678
  :stability: deprecated
2501
2679
  '''
@@ -2503,6 +2681,7 @@ class DnsValidatedCertificate(
2503
2681
  account=account,
2504
2682
  color=color,
2505
2683
  dimensions_map=dimensions_map,
2684
+ id=id,
2506
2685
  label=label,
2507
2686
  period=period,
2508
2687
  region=region,
@@ -2510,6 +2689,7 @@ class DnsValidatedCertificate(
2510
2689
  stack_region=stack_region,
2511
2690
  statistic=statistic,
2512
2691
  unit=unit,
2692
+ visible=visible,
2513
2693
  )
2514
2694
 
2515
2695
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricDaysToExpiry", [props]))
@@ -2575,6 +2755,7 @@ publication.publish()
2575
2755
  def _typecheckingstub__0454180af2ed6575d11cf361cd5374f722ba32d4007970472aca57751d85258f(
2576
2756
  *,
2577
2757
  domain_name: builtins.str,
2758
+ allow_export: typing.Optional[builtins.bool] = None,
2578
2759
  certificate_name: typing.Optional[builtins.str] = None,
2579
2760
  key_algorithm: typing.Optional[KeyAlgorithm] = None,
2580
2761
  subject_alternative_names: typing.Optional[typing.Sequence[builtins.str]] = None,
@@ -2659,6 +2840,7 @@ def _typecheckingstub__6f094b3f6a318b9501162c46d45eaf42466c16a9c333dd4021dc90258
2659
2840
  *,
2660
2841
  domain_name: builtins.str,
2661
2842
  certificate_authority_arn: typing.Optional[builtins.str] = None,
2843
+ certificate_export: typing.Optional[builtins.str] = None,
2662
2844
  certificate_transparency_logging_preference: typing.Optional[builtins.str] = None,
2663
2845
  domain_validation_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnCertificate.DomainValidationOptionProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
2664
2846
  key_algorithm: typing.Optional[builtins.str] = None,
@@ -2669,6 +2851,14 @@ def _typecheckingstub__6f094b3f6a318b9501162c46d45eaf42466c16a9c333dd4021dc90258
2669
2851
  """Type checking stubs"""
2670
2852
  pass
2671
2853
 
2854
+ def _typecheckingstub__74ad5174285b28bb947e64c6319be4642c1bb37681ea5d0d736a58181c45689e(
2855
+ scope: _constructs_77d1e7e8.Construct,
2856
+ id: builtins.str,
2857
+ certificate_id: builtins.str,
2858
+ ) -> None:
2859
+ """Type checking stubs"""
2860
+ pass
2861
+
2672
2862
  def _typecheckingstub__6cc2233ca7729f72437c57a4d626536c7b9150faa120045db48045a6b05d1e2a(
2673
2863
  inspector: _TreeInspector_488e0dd5,
2674
2864
  ) -> None:
@@ -2693,6 +2883,12 @@ def _typecheckingstub__58a46e864da863431c56823a56fc6f403857fef239765fe1b0400f623
2693
2883
  """Type checking stubs"""
2694
2884
  pass
2695
2885
 
2886
+ def _typecheckingstub__d950c422d5c6ee00cbcc4b8b9fb7d0b251571a9084cb4b6e68065e797e461b4a(
2887
+ value: typing.Optional[builtins.str],
2888
+ ) -> None:
2889
+ """Type checking stubs"""
2890
+ pass
2891
+
2696
2892
  def _typecheckingstub__f6946e1448636db36ed5e4ce9c801fc6db4c58d0f89d88789b24f93a2628abc0(
2697
2893
  value: typing.Optional[builtins.str],
2698
2894
  ) -> None:
@@ -2742,6 +2938,7 @@ def _typecheckingstub__0e42a641d895acaee35ba9ec88335a357b8cbfb64b98867f1792ccd63
2742
2938
  *,
2743
2939
  domain_name: builtins.str,
2744
2940
  certificate_authority_arn: typing.Optional[builtins.str] = None,
2941
+ certificate_export: typing.Optional[builtins.str] = None,
2745
2942
  certificate_transparency_logging_preference: typing.Optional[builtins.str] = None,
2746
2943
  domain_validation_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnCertificate.DomainValidationOptionProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
2747
2944
  key_algorithm: typing.Optional[builtins.str] = None,
@@ -2755,6 +2952,7 @@ def _typecheckingstub__0e42a641d895acaee35ba9ec88335a357b8cbfb64b98867f1792ccd63
2755
2952
  def _typecheckingstub__f8749c95da859ba878861eff7c4231de11fa86681f0df8dbe02a3b4e4f5128b6(
2756
2953
  *,
2757
2954
  domain_name: builtins.str,
2955
+ allow_export: typing.Optional[builtins.bool] = None,
2758
2956
  certificate_name: typing.Optional[builtins.str] = None,
2759
2957
  key_algorithm: typing.Optional[KeyAlgorithm] = None,
2760
2958
  subject_alternative_names: typing.Optional[typing.Sequence[builtins.str]] = None,
@@ -2781,6 +2979,7 @@ def _typecheckingstub__f15cee4bdac8e70000027c8ca1386d49408a399d3919aa965c46bb68f
2781
2979
  *,
2782
2980
  certificate_authority: _ICertificateAuthority_26727cab,
2783
2981
  domain_name: builtins.str,
2982
+ allow_export: typing.Optional[builtins.bool] = None,
2784
2983
  key_algorithm: typing.Optional[KeyAlgorithm] = None,
2785
2984
  subject_alternative_names: typing.Optional[typing.Sequence[builtins.str]] = None,
2786
2985
  ) -> None:
@@ -2799,6 +2998,7 @@ def _typecheckingstub__74588c43933e5f34a3203601cc823ca974676f71701280dcd43e9f037
2799
2998
  *,
2800
2999
  certificate_authority: _ICertificateAuthority_26727cab,
2801
3000
  domain_name: builtins.str,
3001
+ allow_export: typing.Optional[builtins.bool] = None,
2802
3002
  key_algorithm: typing.Optional[KeyAlgorithm] = None,
2803
3003
  subject_alternative_names: typing.Optional[typing.Sequence[builtins.str]] = None,
2804
3004
  ) -> None:
@@ -2810,6 +3010,7 @@ def _typecheckingstub__64139efa4ed87482ec95b7e38ad6cf94c6873d02b05ba33c374316868
2810
3010
  id: builtins.str,
2811
3011
  *,
2812
3012
  domain_name: builtins.str,
3013
+ allow_export: typing.Optional[builtins.bool] = None,
2813
3014
  certificate_name: typing.Optional[builtins.str] = None,
2814
3015
  key_algorithm: typing.Optional[KeyAlgorithm] = None,
2815
3016
  subject_alternative_names: typing.Optional[typing.Sequence[builtins.str]] = None,
@@ -2837,6 +3038,7 @@ def _typecheckingstub__9ce11c00a812f11e5a7783956e3e90d7c684153bef62852779a324183
2837
3038
  region: typing.Optional[builtins.str] = None,
2838
3039
  route53_endpoint: typing.Optional[builtins.str] = None,
2839
3040
  domain_name: builtins.str,
3041
+ allow_export: typing.Optional[builtins.bool] = None,
2840
3042
  certificate_name: typing.Optional[builtins.str] = None,
2841
3043
  key_algorithm: typing.Optional[KeyAlgorithm] = None,
2842
3044
  subject_alternative_names: typing.Optional[typing.Sequence[builtins.str]] = None,
@@ -2851,3 +3053,6 @@ def _typecheckingstub__ba22afa55d26d44bc7ab216beab4c3cde2bb1d3e614622e603aa02f7a
2851
3053
  ) -> None:
2852
3054
  """Type checking stubs"""
2853
3055
  pass
3056
+
3057
+ for cls in [ICertificate]:
3058
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])