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
@@ -45,9 +45,47 @@ from .. import (
45
45
  TagManager as _TagManager_0a598cb3,
46
46
  TreeInspector as _TreeInspector_488e0dd5,
47
47
  )
48
+ from ..interfaces.aws_cloudformation import (
49
+ CustomResourceReference as _CustomResourceReference_d8e366c9,
50
+ GuardHookReference as _GuardHookReference_9ad20ca0,
51
+ HookDefaultVersionReference as _HookDefaultVersionReference_11df53e8,
52
+ HookTypeConfigReference as _HookTypeConfigReference_ed91f4cb,
53
+ HookVersionReference as _HookVersionReference_3688b53a,
54
+ ICustomResourceRef as _ICustomResourceRef_337851e1,
55
+ IGuardHookRef as _IGuardHookRef_e0640792,
56
+ IHookDefaultVersionRef as _IHookDefaultVersionRef_a4784949,
57
+ IHookTypeConfigRef as _IHookTypeConfigRef_7bc118dc,
58
+ IHookVersionRef as _IHookVersionRef_0d71a867,
59
+ ILambdaHookRef as _ILambdaHookRef_5ceec28e,
60
+ IMacroRef as _IMacroRef_e9ae4afa,
61
+ IModuleDefaultVersionRef as _IModuleDefaultVersionRef_8f5f90c3,
62
+ IModuleVersionRef as _IModuleVersionRef_76485182,
63
+ IPublicTypeVersionRef as _IPublicTypeVersionRef_554ddaba,
64
+ IPublisherRef as _IPublisherRef_43e14b13,
65
+ IResourceDefaultVersionRef as _IResourceDefaultVersionRef_6bcf9f85,
66
+ IResourceVersionRef as _IResourceVersionRef_8fc1bbae,
67
+ IStackRef as _IStackRef_f0f1d363,
68
+ IStackSetRef as _IStackSetRef_3a202137,
69
+ ITypeActivationRef as _ITypeActivationRef_95db49a7,
70
+ IWaitConditionHandleRef as _IWaitConditionHandleRef_6fbe7b4b,
71
+ IWaitConditionRef as _IWaitConditionRef_5bc95657,
72
+ LambdaHookReference as _LambdaHookReference_1c262218,
73
+ MacroReference as _MacroReference_2603df14,
74
+ ModuleDefaultVersionReference as _ModuleDefaultVersionReference_6e4498de,
75
+ ModuleVersionReference as _ModuleVersionReference_16e9080f,
76
+ PublicTypeVersionReference as _PublicTypeVersionReference_da345091,
77
+ PublisherReference as _PublisherReference_2058d21f,
78
+ ResourceDefaultVersionReference as _ResourceDefaultVersionReference_878c9c7f,
79
+ ResourceVersionReference as _ResourceVersionReference_a8ae93f7,
80
+ StackReference as _StackReference_15f8b984,
81
+ StackSetReference as _StackSetReference_c5c1f82d,
82
+ TypeActivationReference as _TypeActivationReference_03c77595,
83
+ WaitConditionHandleReference as _WaitConditionHandleReference_ba26e35b,
84
+ WaitConditionReference as _WaitConditionReference_e2d94a43,
85
+ )
48
86
 
49
87
 
50
- @jsii.implements(_IInspectable_c2943556)
88
+ @jsii.implements(_IInspectable_c2943556, _ICustomResourceRef_337851e1)
51
89
  class CfnCustomResource(
52
90
  _CfnResource_9df397a6,
53
91
  metaclass=jsii.JSIIMeta,
@@ -88,7 +126,8 @@ class CfnCustomResource(
88
126
  service_token: builtins.str,
89
127
  service_timeout: typing.Optional[jsii.Number] = None,
90
128
  ) -> None:
91
- '''
129
+ '''Create a new ``AWS::CloudFormation::CustomResource``.
130
+
92
131
  :param scope: Scope in which this resource is defined.
93
132
  :param id: Construct identifier for this resource (unique in its scope).
94
133
  :param service_token: The service token, such as an Amazon SNS topic ARN or Lambda function ARN. The service token must be from the same Region as the stack. Updates aren't supported.
@@ -147,6 +186,12 @@ class CfnCustomResource(
147
186
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
148
187
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
149
188
 
189
+ @builtins.property
190
+ @jsii.member(jsii_name="customResourceRef")
191
+ def custom_resource_ref(self) -> _CustomResourceReference_d8e366c9:
192
+ '''A reference to a CustomResource resource.'''
193
+ return typing.cast(_CustomResourceReference_d8e366c9, jsii.get(self, "customResourceRef"))
194
+
150
195
  @builtins.property
151
196
  @jsii.member(jsii_name="serviceToken")
152
197
  def service_token(self) -> builtins.str:
@@ -257,7 +302,7 @@ class CfnCustomResourceProps:
257
302
  )
258
303
 
259
304
 
260
- @jsii.implements(_IInspectable_c2943556)
305
+ @jsii.implements(_IInspectable_c2943556, _IGuardHookRef_e0640792)
261
306
  class CfnGuardHook(
262
307
  _CfnResource_9df397a6,
263
308
  metaclass=jsii.JSIIMeta,
@@ -346,7 +391,8 @@ class CfnGuardHook(
346
391
  stack_filters: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnGuardHook.StackFiltersProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
347
392
  target_filters: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnGuardHook.TargetFiltersProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
348
393
  ) -> None:
349
- '''
394
+ '''Create a new ``AWS::CloudFormation::GuardHook``.
395
+
350
396
  :param scope: Scope in which this resource is defined.
351
397
  :param id: Construct identifier for this resource (unique in its scope).
352
398
  :param alias: The type name alias for the Hook. This alias must be unique per account and Region. The alias must be in the form ``Name1::Name2::Name3`` and must not begin with ``AWS`` . For example, ``Private::Guard::MyTestHook`` .
@@ -358,7 +404,7 @@ class CfnGuardHook(
358
404
  :param log_bucket: Specifies the name of an S3 bucket to store the Guard output report. This report contains the results of your Guard rule validations.
359
405
  :param options: Specifies the S3 location of your input parameters.
360
406
  :param stack_filters: Specifies the stack level filters for the Hook. Example stack level filter in JSON: ``"StackFilters": {"FilteringCriteria": "ALL", "StackNames": {"Exclude": [ "stack-1", "stack-2"]}}`` Example stack level filter in YAML: ``StackFilters: FilteringCriteria: ALL StackNames: Exclude: - stack-1 - stack-2``
361
- :param target_filters: Specifies the target filters for the Hook. Example target filter in JSON: ``"TargetFilters": {"Actions": [ "Create", "Update", "Delete" ]}`` Example target filter in YAML: ``TargetFilters: Actions: - CREATE - UPDATE - DELETE``
407
+ :param target_filters: Specifies the target filters for the Hook. Example target filter in JSON: ``"TargetFilters": {"Actions": [ "CREATE", "UPDATE", "DELETE" ]}`` Example target filter in YAML: ``TargetFilters: Actions: - CREATE - UPDATE - DELETE``
362
408
  '''
363
409
  if __debug__:
364
410
  type_hints = typing.get_type_hints(_typecheckingstub__03161d7a487fda6efdcca08ffddf765149d688cda393f699958050fcb318e260)
@@ -423,6 +469,12 @@ class CfnGuardHook(
423
469
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
424
470
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
425
471
 
472
+ @builtins.property
473
+ @jsii.member(jsii_name="guardHookRef")
474
+ def guard_hook_ref(self) -> _GuardHookReference_9ad20ca0:
475
+ '''A reference to a GuardHook resource.'''
476
+ return typing.cast(_GuardHookReference_9ad20ca0, jsii.get(self, "guardHookRef"))
477
+
426
478
  @builtins.property
427
479
  @jsii.member(jsii_name="alias")
428
480
  def alias(self) -> builtins.str:
@@ -744,7 +796,7 @@ class CfnGuardHook(
744
796
  ) -> None:
745
797
  '''Specifies the S3 location where your Guard rules or input parameters are located.
746
798
 
747
- :param uri: Specifies the S3 path to the file containing your Guard rules or input parameters (in the form ``s3://<bucket name>/<file name>`` ). For Guard rules, the object stored in S3 must have one of the following file extensions: ``.guard`` , ``.zip`` , or ``.tar.gz`` . For input parameters, the object stored in S3 must have one of the following file extensions: ``.yaml`` , ``.json`` , ``.zip`` , or ``.tar.gz`` .
799
+ :param uri: Specifies the S3 path to the file that contains your Guard rules or input parameters (in the form ``s3://<bucket name>/<file name>`` ). For Guard rules, the object stored in S3 must have one of the following file extensions: ``.guard`` , ``.zip`` , or ``.tar.gz`` . For input parameters, the object stored in S3 must have one of the following file extensions: ``.yaml`` , ``.json`` , ``.zip`` , or ``.tar.gz`` .
748
800
  :param version_id: For S3 buckets with versioning enabled, specifies the unique ID of the S3 object version to download your Guard rules or input parameters from. The Guard Hook downloads files from S3 every time the Hook is invoked. To prevent accidental changes or deletions, we recommend using a version when configuring your Guard Hook.
749
801
 
750
802
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudformation-guardhook-s3location.html
@@ -775,7 +827,7 @@ class CfnGuardHook(
775
827
 
776
828
  @builtins.property
777
829
  def uri(self) -> builtins.str:
778
- '''Specifies the S3 path to the file containing your Guard rules or input parameters (in the form ``s3://<bucket name>/<file name>`` ).
830
+ '''Specifies the S3 path to the file that contains your Guard rules or input parameters (in the form ``s3://<bucket name>/<file name>`` ).
779
831
 
780
832
  For Guard rules, the object stored in S3 must have one of the following file extensions: ``.guard`` , ``.zip`` , or ``.tar.gz`` .
781
833
 
@@ -1231,7 +1283,7 @@ class CfnGuardHookProps:
1231
1283
  :param log_bucket: Specifies the name of an S3 bucket to store the Guard output report. This report contains the results of your Guard rule validations.
1232
1284
  :param options: Specifies the S3 location of your input parameters.
1233
1285
  :param stack_filters: Specifies the stack level filters for the Hook. Example stack level filter in JSON: ``"StackFilters": {"FilteringCriteria": "ALL", "StackNames": {"Exclude": [ "stack-1", "stack-2"]}}`` Example stack level filter in YAML: ``StackFilters: FilteringCriteria: ALL StackNames: Exclude: - stack-1 - stack-2``
1234
- :param target_filters: Specifies the target filters for the Hook. Example target filter in JSON: ``"TargetFilters": {"Actions": [ "Create", "Update", "Delete" ]}`` Example target filter in YAML: ``TargetFilters: Actions: - CREATE - UPDATE - DELETE``
1286
+ :param target_filters: Specifies the target filters for the Hook. Example target filter in JSON: ``"TargetFilters": {"Actions": [ "CREATE", "UPDATE", "DELETE" ]}`` Example target filter in YAML: ``TargetFilters: Actions: - CREATE - UPDATE - DELETE``
1235
1287
 
1236
1288
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-guardhook.html
1237
1289
  :exampleMetadata: fixture=_generated
@@ -1445,7 +1497,7 @@ class CfnGuardHookProps:
1445
1497
 
1446
1498
  Example target filter in JSON:
1447
1499
 
1448
- ``"TargetFilters": {"Actions": [ "Create", "Update", "Delete" ]}``
1500
+ ``"TargetFilters": {"Actions": [ "CREATE", "UPDATE", "DELETE" ]}``
1449
1501
 
1450
1502
  Example target filter in YAML:
1451
1503
 
@@ -1468,7 +1520,7 @@ class CfnGuardHookProps:
1468
1520
  )
1469
1521
 
1470
1522
 
1471
- @jsii.implements(_IInspectable_c2943556)
1523
+ @jsii.implements(_IInspectable_c2943556, _IHookDefaultVersionRef_a4784949)
1472
1524
  class CfnHookDefaultVersion(
1473
1525
  _CfnResource_9df397a6,
1474
1526
  metaclass=jsii.JSIIMeta,
@@ -1508,7 +1560,8 @@ class CfnHookDefaultVersion(
1508
1560
  type_version_arn: typing.Optional[builtins.str] = None,
1509
1561
  version_id: typing.Optional[builtins.str] = None,
1510
1562
  ) -> None:
1511
- '''
1563
+ '''Create a new ``AWS::CloudFormation::HookDefaultVersion``.
1564
+
1512
1565
  :param scope: Scope in which this resource is defined.
1513
1566
  :param id: Construct identifier for this resource (unique in its scope).
1514
1567
  :param type_name: The name of the Hook. You must specify either ``TypeVersionArn`` , or ``TypeName`` and ``VersionId`` .
@@ -1560,7 +1613,7 @@ class CfnHookDefaultVersion(
1560
1613
  @builtins.property
1561
1614
  @jsii.member(jsii_name="attrArn")
1562
1615
  def attr_arn(self) -> builtins.str:
1563
- '''The Amazon Resource Number (ARN) of the activated Hook, in this account and Region.
1616
+ '''The Amazon Resource Number (ARN) of the activated Hook in this account and Region.
1564
1617
 
1565
1618
  :cloudformationAttribute: Arn
1566
1619
  '''
@@ -1571,6 +1624,12 @@ class CfnHookDefaultVersion(
1571
1624
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
1572
1625
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
1573
1626
 
1627
+ @builtins.property
1628
+ @jsii.member(jsii_name="hookDefaultVersionRef")
1629
+ def hook_default_version_ref(self) -> _HookDefaultVersionReference_11df53e8:
1630
+ '''A reference to a HookDefaultVersion resource.'''
1631
+ return typing.cast(_HookDefaultVersionReference_11df53e8, jsii.get(self, "hookDefaultVersionRef"))
1632
+
1574
1633
  @builtins.property
1575
1634
  @jsii.member(jsii_name="typeName")
1576
1635
  def type_name(self) -> typing.Optional[builtins.str]:
@@ -1707,7 +1766,7 @@ class CfnHookDefaultVersionProps:
1707
1766
  )
1708
1767
 
1709
1768
 
1710
- @jsii.implements(_IInspectable_c2943556)
1769
+ @jsii.implements(_IInspectable_c2943556, _IHookTypeConfigRef_7bc118dc)
1711
1770
  class CfnHookTypeConfig(
1712
1771
  _CfnResource_9df397a6,
1713
1772
  metaclass=jsii.JSIIMeta,
@@ -1747,7 +1806,8 @@ class CfnHookTypeConfig(
1747
1806
  type_arn: typing.Optional[builtins.str] = None,
1748
1807
  type_name: typing.Optional[builtins.str] = None,
1749
1808
  ) -> None:
1750
- '''
1809
+ '''Create a new ``AWS::CloudFormation::HookTypeConfig``.
1810
+
1751
1811
  :param scope: Scope in which this resource is defined.
1752
1812
  :param id: Construct identifier for this resource (unique in its scope).
1753
1813
  :param configuration: Specifies the activated Hook type configuration, in this AWS account and AWS Region . You must specify either ``TypeName`` and ``Configuration`` or ``TypeArn`` and ``Configuration`` .
@@ -1801,7 +1861,7 @@ class CfnHookTypeConfig(
1801
1861
  @builtins.property
1802
1862
  @jsii.member(jsii_name="attrConfigurationArn")
1803
1863
  def attr_configuration_arn(self) -> builtins.str:
1804
- '''The Amazon Resource Number (ARN) of the activated Hook type configuration, in this account and Region.
1864
+ '''The Amazon Resource Number (ARN) of the activated Hook type configuration in this account and Region.
1805
1865
 
1806
1866
  :cloudformationAttribute: ConfigurationArn
1807
1867
  '''
@@ -1812,6 +1872,12 @@ class CfnHookTypeConfig(
1812
1872
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
1813
1873
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
1814
1874
 
1875
+ @builtins.property
1876
+ @jsii.member(jsii_name="hookTypeConfigRef")
1877
+ def hook_type_config_ref(self) -> _HookTypeConfigReference_ed91f4cb:
1878
+ '''A reference to a HookTypeConfig resource.'''
1879
+ return typing.cast(_HookTypeConfigReference_ed91f4cb, jsii.get(self, "hookTypeConfigRef"))
1880
+
1815
1881
  @builtins.property
1816
1882
  @jsii.member(jsii_name="configuration")
1817
1883
  def configuration(self) -> builtins.str:
@@ -1986,7 +2052,7 @@ class CfnHookTypeConfigProps:
1986
2052
  )
1987
2053
 
1988
2054
 
1989
- @jsii.implements(_IInspectable_c2943556)
2055
+ @jsii.implements(_IInspectable_c2943556, _IHookVersionRef_0d71a867)
1990
2056
  class CfnHookVersion(
1991
2057
  _CfnResource_9df397a6,
1992
2058
  metaclass=jsii.JSIIMeta,
@@ -2031,11 +2097,12 @@ class CfnHookVersion(
2031
2097
  execution_role_arn: typing.Optional[builtins.str] = None,
2032
2098
  logging_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnHookVersion.LoggingConfigProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
2033
2099
  ) -> None:
2034
- '''
2100
+ '''Create a new ``AWS::CloudFormation::HookVersion``.
2101
+
2035
2102
  :param scope: Scope in which this resource is defined.
2036
2103
  :param id: Construct identifier for this resource (unique in its scope).
2037
- :param schema_handler_package: A URL to the Amazon S3 bucket containing the Hook project package that contains the necessary files for the Hook you want to register. For information on generating a schema handler package, see `Modeling custom CloudFormation Hooks <https://docs.aws.amazon.com/cloudformation-cli/latest/hooks-userguide/hooks-model.html>`_ in the *AWS CloudFormation Hooks User Guide* . .. epigraph:: To register the Hook, you must have ``s3:GetObject`` permissions to access the S3 objects.
2038
- :param type_name: The unique name for your hook. Specifies a three-part namespace for your hook, with a recommended pattern of ``Organization::Service::Hook`` . .. epigraph:: The following organization namespaces are reserved and can't be used in your hook type names: - ``Alexa`` - ``AMZN`` - ``Amazon`` - ``ASK`` - ``AWS`` - ``Custom`` - ``Dev``
2104
+ :param schema_handler_package: A URL to the Amazon S3 bucket for the Hook project package that contains the necessary files for the Hook you want to register. For information on generating a schema handler package, see `Modeling custom CloudFormation Hooks <https://docs.aws.amazon.com/cloudformation-cli/latest/hooks-userguide/hooks-model.html>`_ in the *AWS CloudFormation Hooks User Guide* . .. epigraph:: To register the Hook, you must have ``s3:GetObject`` permissions to access the S3 objects.
2105
+ :param type_name: The unique name for your Hook. Specifies a three-part namespace for your Hook, with a recommended pattern of ``Organization::Service::Hook`` . .. epigraph:: The following organization namespaces are reserved and can't be used in your Hook type names: - ``Alexa`` - ``AMZN`` - ``Amazon`` - ``ASK`` - ``AWS`` - ``Custom`` - ``Dev``
2039
2106
  :param execution_role_arn: The Amazon Resource Name (ARN) of the task execution role that grants the Hook permission.
2040
2107
  :param logging_config: Contains logging configuration information for an extension.
2041
2108
  '''
@@ -2135,10 +2202,16 @@ class CfnHookVersion(
2135
2202
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
2136
2203
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
2137
2204
 
2205
+ @builtins.property
2206
+ @jsii.member(jsii_name="hookVersionRef")
2207
+ def hook_version_ref(self) -> _HookVersionReference_3688b53a:
2208
+ '''A reference to a HookVersion resource.'''
2209
+ return typing.cast(_HookVersionReference_3688b53a, jsii.get(self, "hookVersionRef"))
2210
+
2138
2211
  @builtins.property
2139
2212
  @jsii.member(jsii_name="schemaHandlerPackage")
2140
2213
  def schema_handler_package(self) -> builtins.str:
2141
- '''A URL to the Amazon S3 bucket containing the Hook project package that contains the necessary files for the Hook you want to register.'''
2214
+ '''A URL to the Amazon S3 bucket for the Hook project package that contains the necessary files for the Hook you want to register.'''
2142
2215
  return typing.cast(builtins.str, jsii.get(self, "schemaHandlerPackage"))
2143
2216
 
2144
2217
  @schema_handler_package.setter
@@ -2151,7 +2224,7 @@ class CfnHookVersion(
2151
2224
  @builtins.property
2152
2225
  @jsii.member(jsii_name="typeName")
2153
2226
  def type_name(self) -> builtins.str:
2154
- '''The unique name for your hook.'''
2227
+ '''The unique name for your Hook.'''
2155
2228
  return typing.cast(builtins.str, jsii.get(self, "typeName"))
2156
2229
 
2157
2230
  @type_name.setter
@@ -2284,8 +2357,8 @@ class CfnHookVersionProps:
2284
2357
  ) -> None:
2285
2358
  '''Properties for defining a ``CfnHookVersion``.
2286
2359
 
2287
- :param schema_handler_package: A URL to the Amazon S3 bucket containing the Hook project package that contains the necessary files for the Hook you want to register. For information on generating a schema handler package, see `Modeling custom CloudFormation Hooks <https://docs.aws.amazon.com/cloudformation-cli/latest/hooks-userguide/hooks-model.html>`_ in the *AWS CloudFormation Hooks User Guide* . .. epigraph:: To register the Hook, you must have ``s3:GetObject`` permissions to access the S3 objects.
2288
- :param type_name: The unique name for your hook. Specifies a three-part namespace for your hook, with a recommended pattern of ``Organization::Service::Hook`` . .. epigraph:: The following organization namespaces are reserved and can't be used in your hook type names: - ``Alexa`` - ``AMZN`` - ``Amazon`` - ``ASK`` - ``AWS`` - ``Custom`` - ``Dev``
2360
+ :param schema_handler_package: A URL to the Amazon S3 bucket for the Hook project package that contains the necessary files for the Hook you want to register. For information on generating a schema handler package, see `Modeling custom CloudFormation Hooks <https://docs.aws.amazon.com/cloudformation-cli/latest/hooks-userguide/hooks-model.html>`_ in the *AWS CloudFormation Hooks User Guide* . .. epigraph:: To register the Hook, you must have ``s3:GetObject`` permissions to access the S3 objects.
2361
+ :param type_name: The unique name for your Hook. Specifies a three-part namespace for your Hook, with a recommended pattern of ``Organization::Service::Hook`` . .. epigraph:: The following organization namespaces are reserved and can't be used in your Hook type names: - ``Alexa`` - ``AMZN`` - ``Amazon`` - ``ASK`` - ``AWS`` - ``Custom`` - ``Dev``
2289
2362
  :param execution_role_arn: The Amazon Resource Name (ARN) of the task execution role that grants the Hook permission.
2290
2363
  :param logging_config: Contains logging configuration information for an extension.
2291
2364
 
@@ -2327,7 +2400,7 @@ class CfnHookVersionProps:
2327
2400
 
2328
2401
  @builtins.property
2329
2402
  def schema_handler_package(self) -> builtins.str:
2330
- '''A URL to the Amazon S3 bucket containing the Hook project package that contains the necessary files for the Hook you want to register.
2403
+ '''A URL to the Amazon S3 bucket for the Hook project package that contains the necessary files for the Hook you want to register.
2331
2404
 
2332
2405
  For information on generating a schema handler package, see `Modeling custom CloudFormation Hooks <https://docs.aws.amazon.com/cloudformation-cli/latest/hooks-userguide/hooks-model.html>`_ in the *AWS CloudFormation Hooks User Guide* .
2333
2406
  .. epigraph::
@@ -2342,12 +2415,12 @@ class CfnHookVersionProps:
2342
2415
 
2343
2416
  @builtins.property
2344
2417
  def type_name(self) -> builtins.str:
2345
- '''The unique name for your hook.
2418
+ '''The unique name for your Hook.
2346
2419
 
2347
- Specifies a three-part namespace for your hook, with a recommended pattern of ``Organization::Service::Hook`` .
2420
+ Specifies a three-part namespace for your Hook, with a recommended pattern of ``Organization::Service::Hook`` .
2348
2421
  .. epigraph::
2349
2422
 
2350
- The following organization namespaces are reserved and can't be used in your hook type names:
2423
+ The following organization namespaces are reserved and can't be used in your Hook type names:
2351
2424
 
2352
2425
  - ``Alexa``
2353
2426
  - ``AMZN``
@@ -2395,7 +2468,7 @@ class CfnHookVersionProps:
2395
2468
  )
2396
2469
 
2397
2470
 
2398
- @jsii.implements(_IInspectable_c2943556)
2471
+ @jsii.implements(_IInspectable_c2943556, _ILambdaHookRef_5ceec28e)
2399
2472
  class CfnLambdaHook(
2400
2473
  _CfnResource_9df397a6,
2401
2474
  metaclass=jsii.JSIIMeta,
@@ -2468,7 +2541,8 @@ class CfnLambdaHook(
2468
2541
  stack_filters: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnLambdaHook.StackFiltersProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
2469
2542
  target_filters: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnLambdaHook.TargetFiltersProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
2470
2543
  ) -> None:
2471
- '''
2544
+ '''Create a new ``AWS::CloudFormation::LambdaHook``.
2545
+
2472
2546
  :param scope: Scope in which this resource is defined.
2473
2547
  :param id: Construct identifier for this resource (unique in its scope).
2474
2548
  :param alias: The type name alias for the Hook. This alias must be unique per account and Region. The alias must be in the form ``Name1::Name2::Name3`` and must not begin with ``AWS`` . For example, ``Private::Lambda::MyTestHook`` .
@@ -2478,7 +2552,7 @@ class CfnLambdaHook(
2478
2552
  :param lambda_function: Specifies the Lambda function for the Hook. You can use:. - The full Amazon Resource Name (ARN) without a suffix. - A qualified ARN with a version or alias suffix.
2479
2553
  :param target_operations: Specifies the list of operations the Hook is run against. For more information, see `Hook targets <https://docs.aws.amazon.com/cloudformation-cli/latest/hooks-userguide/hooks-concepts.html#hook-terms-hook-target>`_ in the *AWS CloudFormation Hooks User Guide* . Valid values: ``STACK`` | ``RESOURCE`` | ``CHANGE_SET`` | ``CLOUD_CONTROL``
2480
2554
  :param stack_filters: Specifies the stack level filters for the Hook. Example stack level filter in JSON: ``"StackFilters": {"FilteringCriteria": "ALL", "StackNames": {"Exclude": [ "stack-1", "stack-2"]}}`` Example stack level filter in YAML: ``StackFilters: FilteringCriteria: ALL StackNames: Exclude: - stack-1 - stack-2``
2481
- :param target_filters: Specifies the target filters for the Hook. Example target filter in JSON: ``"TargetFilters": {"Actions": [ "Create", "Update", "Delete" ]}`` Example target filter in YAML: ``TargetFilters: Actions: - CREATE - UPDATE - DELETE``
2555
+ :param target_filters: Specifies the target filters for the Hook. Example target filter in JSON: ``"TargetFilters": {"Actions": [ "CREATE", "UPDATE", "DELETE" ]}`` Example target filter in YAML: ``TargetFilters: Actions: - CREATE - UPDATE - DELETE``
2482
2556
  '''
2483
2557
  if __debug__:
2484
2558
  type_hints = typing.get_type_hints(_typecheckingstub__fec9ac58a382959177810e26366e5dddc9f912aaf73b09411981c9ecbce1010a)
@@ -2541,6 +2615,12 @@ class CfnLambdaHook(
2541
2615
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
2542
2616
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
2543
2617
 
2618
+ @builtins.property
2619
+ @jsii.member(jsii_name="lambdaHookRef")
2620
+ def lambda_hook_ref(self) -> _LambdaHookReference_1c262218:
2621
+ '''A reference to a LambdaHook resource.'''
2622
+ return typing.cast(_LambdaHookReference_1c262218, jsii.get(self, "lambdaHookRef"))
2623
+
2544
2624
  @builtins.property
2545
2625
  @jsii.member(jsii_name="alias")
2546
2626
  def alias(self) -> builtins.str:
@@ -3169,7 +3249,7 @@ class CfnLambdaHookProps:
3169
3249
  :param lambda_function: Specifies the Lambda function for the Hook. You can use:. - The full Amazon Resource Name (ARN) without a suffix. - A qualified ARN with a version or alias suffix.
3170
3250
  :param target_operations: Specifies the list of operations the Hook is run against. For more information, see `Hook targets <https://docs.aws.amazon.com/cloudformation-cli/latest/hooks-userguide/hooks-concepts.html#hook-terms-hook-target>`_ in the *AWS CloudFormation Hooks User Guide* . Valid values: ``STACK`` | ``RESOURCE`` | ``CHANGE_SET`` | ``CLOUD_CONTROL``
3171
3251
  :param stack_filters: Specifies the stack level filters for the Hook. Example stack level filter in JSON: ``"StackFilters": {"FilteringCriteria": "ALL", "StackNames": {"Exclude": [ "stack-1", "stack-2"]}}`` Example stack level filter in YAML: ``StackFilters: FilteringCriteria: ALL StackNames: Exclude: - stack-1 - stack-2``
3172
- :param target_filters: Specifies the target filters for the Hook. Example target filter in JSON: ``"TargetFilters": {"Actions": [ "Create", "Update", "Delete" ]}`` Example target filter in YAML: ``TargetFilters: Actions: - CREATE - UPDATE - DELETE``
3252
+ :param target_filters: Specifies the target filters for the Hook. Example target filter in JSON: ``"TargetFilters": {"Actions": [ "CREATE", "UPDATE", "DELETE" ]}`` Example target filter in YAML: ``TargetFilters: Actions: - CREATE - UPDATE - DELETE``
3173
3253
 
3174
3254
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-lambdahook.html
3175
3255
  :exampleMetadata: fixture=_generated
@@ -3340,7 +3420,7 @@ class CfnLambdaHookProps:
3340
3420
 
3341
3421
  Example target filter in JSON:
3342
3422
 
3343
- ``"TargetFilters": {"Actions": [ "Create", "Update", "Delete" ]}``
3423
+ ``"TargetFilters": {"Actions": [ "CREATE", "UPDATE", "DELETE" ]}``
3344
3424
 
3345
3425
  Example target filter in YAML:
3346
3426
 
@@ -3363,7 +3443,7 @@ class CfnLambdaHookProps:
3363
3443
  )
3364
3444
 
3365
3445
 
3366
- @jsii.implements(_IInspectable_c2943556)
3446
+ @jsii.implements(_IInspectable_c2943556, _IMacroRef_e9ae4afa)
3367
3447
  class CfnMacro(
3368
3448
  _CfnResource_9df397a6,
3369
3449
  metaclass=jsii.JSIIMeta,
@@ -3405,7 +3485,8 @@ class CfnMacro(
3405
3485
  log_group_name: typing.Optional[builtins.str] = None,
3406
3486
  log_role_arn: typing.Optional[builtins.str] = None,
3407
3487
  ) -> None:
3408
- '''
3488
+ '''Create a new ``AWS::CloudFormation::Macro``.
3489
+
3409
3490
  :param scope: Scope in which this resource is defined.
3410
3491
  :param id: Construct identifier for this resource (unique in its scope).
3411
3492
  :param function_name: The Amazon Resource Name (ARN) of the underlying Lambda function that you want CloudFormation to invoke when the macro is run.
@@ -3461,7 +3542,8 @@ class CfnMacro(
3461
3542
  @builtins.property
3462
3543
  @jsii.member(jsii_name="attrId")
3463
3544
  def attr_id(self) -> builtins.str:
3464
- '''
3545
+ '''Returns a unique identifier for the resource.
3546
+
3465
3547
  :cloudformationAttribute: Id
3466
3548
  '''
3467
3549
  return typing.cast(builtins.str, jsii.get(self, "attrId"))
@@ -3471,6 +3553,12 @@ class CfnMacro(
3471
3553
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
3472
3554
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
3473
3555
 
3556
+ @builtins.property
3557
+ @jsii.member(jsii_name="macroRef")
3558
+ def macro_ref(self) -> _MacroReference_2603df14:
3559
+ '''A reference to a Macro resource.'''
3560
+ return typing.cast(_MacroReference_2603df14, jsii.get(self, "macroRef"))
3561
+
3474
3562
  @builtins.property
3475
3563
  @jsii.member(jsii_name="functionName")
3476
3564
  def function_name(self) -> builtins.str:
@@ -3666,7 +3754,7 @@ class CfnMacroProps:
3666
3754
  )
3667
3755
 
3668
3756
 
3669
- @jsii.implements(_IInspectable_c2943556)
3757
+ @jsii.implements(_IInspectable_c2943556, _IModuleDefaultVersionRef_8f5f90c3)
3670
3758
  class CfnModuleDefaultVersion(
3671
3759
  _CfnResource_9df397a6,
3672
3760
  metaclass=jsii.JSIIMeta,
@@ -3706,7 +3794,8 @@ class CfnModuleDefaultVersion(
3706
3794
  module_name: typing.Optional[builtins.str] = None,
3707
3795
  version_id: typing.Optional[builtins.str] = None,
3708
3796
  ) -> None:
3709
- '''
3797
+ '''Create a new ``AWS::CloudFormation::ModuleDefaultVersion``.
3798
+
3710
3799
  :param scope: Scope in which this resource is defined.
3711
3800
  :param id: Construct identifier for this resource (unique in its scope).
3712
3801
  :param arn: The Amazon Resource Name (ARN) of the module version to set as the default version. Conditional: You must specify either ``Arn`` , or ``ModuleName`` and ``VersionId`` .
@@ -3758,6 +3847,12 @@ class CfnModuleDefaultVersion(
3758
3847
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
3759
3848
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
3760
3849
 
3850
+ @builtins.property
3851
+ @jsii.member(jsii_name="moduleDefaultVersionRef")
3852
+ def module_default_version_ref(self) -> _ModuleDefaultVersionReference_6e4498de:
3853
+ '''A reference to a ModuleDefaultVersion resource.'''
3854
+ return typing.cast(_ModuleDefaultVersionReference_6e4498de, jsii.get(self, "moduleDefaultVersionRef"))
3855
+
3761
3856
  @builtins.property
3762
3857
  @jsii.member(jsii_name="arn")
3763
3858
  def arn(self) -> typing.Optional[builtins.str]:
@@ -3894,7 +3989,7 @@ class CfnModuleDefaultVersionProps:
3894
3989
  )
3895
3990
 
3896
3991
 
3897
- @jsii.implements(_IInspectable_c2943556)
3992
+ @jsii.implements(_IInspectable_c2943556, _IModuleVersionRef_76485182)
3898
3993
  class CfnModuleVersion(
3899
3994
  _CfnResource_9df397a6,
3900
3995
  metaclass=jsii.JSIIMeta,
@@ -3932,11 +4027,12 @@ class CfnModuleVersion(
3932
4027
  module_name: builtins.str,
3933
4028
  module_package: builtins.str,
3934
4029
  ) -> None:
3935
- '''
4030
+ '''Create a new ``AWS::CloudFormation::ModuleVersion``.
4031
+
3936
4032
  :param scope: Scope in which this resource is defined.
3937
4033
  :param id: Construct identifier for this resource (unique in its scope).
3938
4034
  :param module_name: The name of the module being registered.
3939
- :param module_package: A URL to the S3 bucket containing the package that contains the template fragment and schema files for the module version to register. For more information, see `Module structure and requirements <https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/modules-structure.html>`_ in the *AWS CloudFormation Command Line Interface (CLI) User Guide* . .. epigraph:: To register the module version, you must have ``s3:GetObject`` permissions to access the S3 objects.
4035
+ :param module_package: A URL to the S3 bucket for the package that contains the template fragment and schema files for the module version to register. For more information, see `Module structure and requirements <https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/modules-structure.html>`_ in the *AWS CloudFormation Command Line Interface (CLI) User Guide* . .. epigraph:: To register the module version, you must have ``s3:GetObject`` permissions to access the S3 objects.
3940
4036
  '''
3941
4037
  if __debug__:
3942
4038
  type_hints = typing.get_type_hints(_typecheckingstub__50da97e251a6b1bacc1202d70f10c857ca74139ea4e8bcc35b2ff47e8b8b2729)
@@ -4060,6 +4156,12 @@ class CfnModuleVersion(
4060
4156
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
4061
4157
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
4062
4158
 
4159
+ @builtins.property
4160
+ @jsii.member(jsii_name="moduleVersionRef")
4161
+ def module_version_ref(self) -> _ModuleVersionReference_16e9080f:
4162
+ '''A reference to a ModuleVersion resource.'''
4163
+ return typing.cast(_ModuleVersionReference_16e9080f, jsii.get(self, "moduleVersionRef"))
4164
+
4063
4165
  @builtins.property
4064
4166
  @jsii.member(jsii_name="moduleName")
4065
4167
  def module_name(self) -> builtins.str:
@@ -4076,7 +4178,7 @@ class CfnModuleVersion(
4076
4178
  @builtins.property
4077
4179
  @jsii.member(jsii_name="modulePackage")
4078
4180
  def module_package(self) -> builtins.str:
4079
- '''A URL to the S3 bucket containing the package that contains the template fragment and schema files for the module version to register.'''
4181
+ '''A URL to the S3 bucket for the package that contains the template fragment and schema files for the module version to register.'''
4080
4182
  return typing.cast(builtins.str, jsii.get(self, "modulePackage"))
4081
4183
 
4082
4184
  @module_package.setter
@@ -4102,7 +4204,7 @@ class CfnModuleVersionProps:
4102
4204
  '''Properties for defining a ``CfnModuleVersion``.
4103
4205
 
4104
4206
  :param module_name: The name of the module being registered.
4105
- :param module_package: A URL to the S3 bucket containing the package that contains the template fragment and schema files for the module version to register. For more information, see `Module structure and requirements <https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/modules-structure.html>`_ in the *AWS CloudFormation Command Line Interface (CLI) User Guide* . .. epigraph:: To register the module version, you must have ``s3:GetObject`` permissions to access the S3 objects.
4207
+ :param module_package: A URL to the S3 bucket for the package that contains the template fragment and schema files for the module version to register. For more information, see `Module structure and requirements <https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/modules-structure.html>`_ in the *AWS CloudFormation Command Line Interface (CLI) User Guide* . .. epigraph:: To register the module version, you must have ``s3:GetObject`` permissions to access the S3 objects.
4106
4208
 
4107
4209
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-moduleversion.html
4108
4210
  :exampleMetadata: fixture=_generated
@@ -4139,7 +4241,7 @@ class CfnModuleVersionProps:
4139
4241
 
4140
4242
  @builtins.property
4141
4243
  def module_package(self) -> builtins.str:
4142
- '''A URL to the S3 bucket containing the package that contains the template fragment and schema files for the module version to register.
4244
+ '''A URL to the S3 bucket for the package that contains the template fragment and schema files for the module version to register.
4143
4245
 
4144
4246
  For more information, see `Module structure and requirements <https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/modules-structure.html>`_ in the *AWS CloudFormation Command Line Interface (CLI) User Guide* .
4145
4247
  .. epigraph::
@@ -4164,7 +4266,7 @@ class CfnModuleVersionProps:
4164
4266
  )
4165
4267
 
4166
4268
 
4167
- @jsii.implements(_IInspectable_c2943556)
4269
+ @jsii.implements(_IInspectable_c2943556, _IPublicTypeVersionRef_554ddaba)
4168
4270
  class CfnPublicTypeVersion(
4169
4271
  _CfnResource_9df397a6,
4170
4272
  metaclass=jsii.JSIIMeta,
@@ -4215,7 +4317,8 @@ class CfnPublicTypeVersion(
4215
4317
  type: typing.Optional[builtins.str] = None,
4216
4318
  type_name: typing.Optional[builtins.str] = None,
4217
4319
  ) -> None:
4218
- '''
4320
+ '''Create a new ``AWS::CloudFormation::PublicTypeVersion``.
4321
+
4219
4322
  :param scope: Scope in which this resource is defined.
4220
4323
  :param id: Construct identifier for this resource (unique in its scope).
4221
4324
  :param arn: The Amazon Resource Number (ARN) of the extension. Conditional: You must specify ``Arn`` , or ``TypeName`` and ``Type`` .
@@ -4302,6 +4405,12 @@ class CfnPublicTypeVersion(
4302
4405
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
4303
4406
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
4304
4407
 
4408
+ @builtins.property
4409
+ @jsii.member(jsii_name="publicTypeVersionRef")
4410
+ def public_type_version_ref(self) -> _PublicTypeVersionReference_da345091:
4411
+ '''A reference to a PublicTypeVersion resource.'''
4412
+ return typing.cast(_PublicTypeVersionReference_da345091, jsii.get(self, "publicTypeVersionRef"))
4413
+
4305
4414
  @builtins.property
4306
4415
  @jsii.member(jsii_name="arn")
4307
4416
  def arn(self) -> typing.Optional[builtins.str]:
@@ -4513,7 +4622,7 @@ class CfnPublicTypeVersionProps:
4513
4622
  )
4514
4623
 
4515
4624
 
4516
- @jsii.implements(_IInspectable_c2943556)
4625
+ @jsii.implements(_IInspectable_c2943556, _IPublisherRef_43e14b13)
4517
4626
  class CfnPublisher(
4518
4627
  _CfnResource_9df397a6,
4519
4628
  metaclass=jsii.JSIIMeta,
@@ -4551,7 +4660,8 @@ class CfnPublisher(
4551
4660
  accept_terms_and_conditions: typing.Union[builtins.bool, _IResolvable_da3f097b],
4552
4661
  connection_arn: typing.Optional[builtins.str] = None,
4553
4662
  ) -> None:
4554
- '''
4663
+ '''Create a new ``AWS::CloudFormation::Publisher``.
4664
+
4555
4665
  :param scope: Scope in which this resource is defined.
4556
4666
  :param id: Construct identifier for this resource (unique in its scope).
4557
4667
  :param accept_terms_and_conditions: Whether you accept the `Terms and Conditions <https://docs.aws.amazon.com/https://cloudformation-registry-documents.s3.amazonaws.com/Terms_and_Conditions_for_AWS_CloudFormation_Registry_Publishers.pdf>`_ for publishing extensions in the CloudFormation registry. You must accept the terms and conditions in order to register to publish public extensions to the CloudFormation registry. The default is ``false`` .
@@ -4641,6 +4751,12 @@ class CfnPublisher(
4641
4751
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
4642
4752
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
4643
4753
 
4754
+ @builtins.property
4755
+ @jsii.member(jsii_name="publisherRef")
4756
+ def publisher_ref(self) -> _PublisherReference_2058d21f:
4757
+ '''A reference to a Publisher resource.'''
4758
+ return typing.cast(_PublisherReference_2058d21f, jsii.get(self, "publisherRef"))
4759
+
4644
4760
  @builtins.property
4645
4761
  @jsii.member(jsii_name="acceptTermsAndConditions")
4646
4762
  def accept_terms_and_conditions(
@@ -4756,7 +4872,7 @@ class CfnPublisherProps:
4756
4872
  )
4757
4873
 
4758
4874
 
4759
- @jsii.implements(_IInspectable_c2943556)
4875
+ @jsii.implements(_IInspectable_c2943556, _IResourceDefaultVersionRef_6bcf9f85)
4760
4876
  class CfnResourceDefaultVersion(
4761
4877
  _CfnResource_9df397a6,
4762
4878
  metaclass=jsii.JSIIMeta,
@@ -4794,7 +4910,8 @@ class CfnResourceDefaultVersion(
4794
4910
  type_version_arn: typing.Optional[builtins.str] = None,
4795
4911
  version_id: typing.Optional[builtins.str] = None,
4796
4912
  ) -> None:
4797
- '''
4913
+ '''Create a new ``AWS::CloudFormation::ResourceDefaultVersion``.
4914
+
4798
4915
  :param scope: Scope in which this resource is defined.
4799
4916
  :param id: Construct identifier for this resource (unique in its scope).
4800
4917
  :param type_name: The name of the resource. Conditional: You must specify either ``TypeVersionArn`` , or ``TypeName`` and ``VersionId`` .
@@ -4857,6 +4974,12 @@ class CfnResourceDefaultVersion(
4857
4974
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
4858
4975
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
4859
4976
 
4977
+ @builtins.property
4978
+ @jsii.member(jsii_name="resourceDefaultVersionRef")
4979
+ def resource_default_version_ref(self) -> _ResourceDefaultVersionReference_878c9c7f:
4980
+ '''A reference to a ResourceDefaultVersion resource.'''
4981
+ return typing.cast(_ResourceDefaultVersionReference_878c9c7f, jsii.get(self, "resourceDefaultVersionRef"))
4982
+
4860
4983
  @builtins.property
4861
4984
  @jsii.member(jsii_name="typeName")
4862
4985
  def type_name(self) -> typing.Optional[builtins.str]:
@@ -4995,7 +5118,7 @@ class CfnResourceDefaultVersionProps:
4995
5118
  )
4996
5119
 
4997
5120
 
4998
- @jsii.implements(_IInspectable_c2943556)
5121
+ @jsii.implements(_IInspectable_c2943556, _IResourceVersionRef_8fc1bbae)
4999
5122
  class CfnResourceVersion(
5000
5123
  _CfnResource_9df397a6,
5001
5124
  metaclass=jsii.JSIIMeta,
@@ -5046,10 +5169,11 @@ class CfnResourceVersion(
5046
5169
  execution_role_arn: typing.Optional[builtins.str] = None,
5047
5170
  logging_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnResourceVersion.LoggingConfigProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
5048
5171
  ) -> None:
5049
- '''
5172
+ '''Create a new ``AWS::CloudFormation::ResourceVersion``.
5173
+
5050
5174
  :param scope: Scope in which this resource is defined.
5051
5175
  :param id: Construct identifier for this resource (unique in its scope).
5052
- :param schema_handler_package: A URL to the S3 bucket containing the resource project package that contains the necessary files for the resource you want to register. For information on generating a schema handler package, see `Modeling resource types to use with AWS CloudFormation <https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-model.html>`_ in the *AWS CloudFormation Command Line Interface (CLI) User Guide* . .. epigraph:: To register the resource version, you must have ``s3:GetObject`` permissions to access the S3 objects.
5176
+ :param schema_handler_package: A URL to the S3 bucket for the resource project package that contains the necessary files for the resource you want to register. For information on generating a schema handler package, see `Modeling resource types to use with AWS CloudFormation <https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-model.html>`_ in the *AWS CloudFormation Command Line Interface (CLI) User Guide* . .. epigraph:: To register the resource version, you must have ``s3:GetObject`` permissions to access the S3 objects.
5053
5177
  :param type_name: The name of the resource being registered. We recommend that resource names adhere to the following pattern: *company_or_organization* :: *service* :: *type* . .. epigraph:: The following organization namespaces are reserved and can't be used in your resource names: - ``Alexa`` - ``AMZN`` - ``Amazon`` - ``AWS`` - ``Custom`` - ``Dev``
5054
5178
  :param execution_role_arn: The Amazon Resource Name (ARN) of the IAM role for CloudFormation to assume when invoking the resource. If your resource calls AWS APIs in any of its handlers, you must create an IAM execution role that includes the necessary permissions to call those AWS APIs, and provision that execution role in your account. When CloudFormation needs to invoke the resource type handler, CloudFormation assumes this execution role to create a temporary session token, which it then passes to the resource type handler, thereby supplying your resource type with the appropriate credentials.
5055
5179
  :param logging_config: Logging configuration information for a resource.
@@ -5174,10 +5298,16 @@ class CfnResourceVersion(
5174
5298
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
5175
5299
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
5176
5300
 
5301
+ @builtins.property
5302
+ @jsii.member(jsii_name="resourceVersionRef")
5303
+ def resource_version_ref(self) -> _ResourceVersionReference_a8ae93f7:
5304
+ '''A reference to a ResourceVersion resource.'''
5305
+ return typing.cast(_ResourceVersionReference_a8ae93f7, jsii.get(self, "resourceVersionRef"))
5306
+
5177
5307
  @builtins.property
5178
5308
  @jsii.member(jsii_name="schemaHandlerPackage")
5179
5309
  def schema_handler_package(self) -> builtins.str:
5180
- '''A URL to the S3 bucket containing the resource project package that contains the necessary files for the resource you want to register.'''
5310
+ '''A URL to the S3 bucket for the resource project package that contains the necessary files for the resource you want to register.'''
5181
5311
  return typing.cast(builtins.str, jsii.get(self, "schemaHandlerPackage"))
5182
5312
 
5183
5313
  @schema_handler_package.setter
@@ -5323,7 +5453,7 @@ class CfnResourceVersionProps:
5323
5453
  ) -> None:
5324
5454
  '''Properties for defining a ``CfnResourceVersion``.
5325
5455
 
5326
- :param schema_handler_package: A URL to the S3 bucket containing the resource project package that contains the necessary files for the resource you want to register. For information on generating a schema handler package, see `Modeling resource types to use with AWS CloudFormation <https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-model.html>`_ in the *AWS CloudFormation Command Line Interface (CLI) User Guide* . .. epigraph:: To register the resource version, you must have ``s3:GetObject`` permissions to access the S3 objects.
5456
+ :param schema_handler_package: A URL to the S3 bucket for the resource project package that contains the necessary files for the resource you want to register. For information on generating a schema handler package, see `Modeling resource types to use with AWS CloudFormation <https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-model.html>`_ in the *AWS CloudFormation Command Line Interface (CLI) User Guide* . .. epigraph:: To register the resource version, you must have ``s3:GetObject`` permissions to access the S3 objects.
5327
5457
  :param type_name: The name of the resource being registered. We recommend that resource names adhere to the following pattern: *company_or_organization* :: *service* :: *type* . .. epigraph:: The following organization namespaces are reserved and can't be used in your resource names: - ``Alexa`` - ``AMZN`` - ``Amazon`` - ``AWS`` - ``Custom`` - ``Dev``
5328
5458
  :param execution_role_arn: The Amazon Resource Name (ARN) of the IAM role for CloudFormation to assume when invoking the resource. If your resource calls AWS APIs in any of its handlers, you must create an IAM execution role that includes the necessary permissions to call those AWS APIs, and provision that execution role in your account. When CloudFormation needs to invoke the resource type handler, CloudFormation assumes this execution role to create a temporary session token, which it then passes to the resource type handler, thereby supplying your resource type with the appropriate credentials.
5329
5459
  :param logging_config: Logging configuration information for a resource.
@@ -5366,7 +5496,7 @@ class CfnResourceVersionProps:
5366
5496
 
5367
5497
  @builtins.property
5368
5498
  def schema_handler_package(self) -> builtins.str:
5369
- '''A URL to the S3 bucket containing the resource project package that contains the necessary files for the resource you want to register.
5499
+ '''A URL to the S3 bucket for the resource project package that contains the necessary files for the resource you want to register.
5370
5500
 
5371
5501
  For information on generating a schema handler package, see `Modeling resource types to use with AWS CloudFormation <https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-model.html>`_ in the *AWS CloudFormation Command Line Interface (CLI) User Guide* .
5372
5502
  .. epigraph::
@@ -5435,7 +5565,7 @@ class CfnResourceVersionProps:
5435
5565
  )
5436
5566
 
5437
5567
 
5438
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
5568
+ @jsii.implements(_IInspectable_c2943556, _IStackRef_f0f1d363, _ITaggable_36806126)
5439
5569
  class CfnStack(
5440
5570
  _CfnResource_9df397a6,
5441
5571
  metaclass=jsii.JSIIMeta,
@@ -5445,7 +5575,7 @@ class CfnStack(
5445
5575
 
5446
5576
  For more information, see `Nested stacks <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html>`_ in the *AWS CloudFormation User Guide* .
5447
5577
 
5448
- You can add output values from a nested stack within the containing template. You use the `GetAtt <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-getatt.html>`_ function with the nested stack's logical name and the name of the output value in the nested stack in the format ``Outputs. *NestedStackOutputName*`` .
5578
+ You can add output values from a nested stack within the containing template. You use the `GetAtt <https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/intrinsic-function-reference-getatt.html>`_ function with the nested stack's logical name and the name of the output value in the nested stack in the format ``Outputs. *NestedStackOutputName*`` .
5449
5579
 
5450
5580
  We strongly recommend that updates to nested stacks are run from the parent stack.
5451
5581
 
@@ -5523,13 +5653,14 @@ class CfnStack(
5523
5653
  template_url: typing.Optional[builtins.str] = None,
5524
5654
  timeout_in_minutes: typing.Optional[jsii.Number] = None,
5525
5655
  ) -> None:
5526
- '''
5656
+ '''Create a new ``AWS::CloudFormation::Stack``.
5657
+
5527
5658
  :param scope: Scope in which this resource is defined.
5528
5659
  :param id: Construct identifier for this resource (unique in its scope).
5529
5660
  :param notification_arns: The Amazon SNS topic ARNs to publish stack related events. You can find your Amazon SNS topic ARNs using the Amazon SNS console or your Command Line Interface (CLI).
5530
5661
  :param parameters: The set value pairs that represent the parameters passed to CloudFormation when this nested stack is created. Each parameter has a name corresponding to a parameter defined in the embedded template and a value representing the value that you want to set for the parameter. .. epigraph:: If you use the ``Ref`` function to pass a parameter value to a nested stack, comma-delimited list parameters must be of type ``String`` . In other words, you can't pass values that are of type ``CommaDelimitedList`` to nested stacks. Required if the nested stack requires input parameters. Whether an update causes interruptions depends on the resources that are being updated. An update never causes a nested stack to be replaced.
5531
5662
  :param tags: Key-value pairs to associate with this stack. CloudFormation also propagates these tags to the resources created in the stack. A maximum number of 50 tags can be specified.
5532
- :param template_url: The URL of a file containing the template body. The URL must point to a template (max size: 1 MB) that's located in an Amazon S3 bucket. The location for an Amazon S3 bucket must start with ``https://`` . Whether an update causes interruptions depends on the resources that are being updated. An update never causes a nested stack to be replaced.
5663
+ :param template_url: The URL of a file that contains the template body. The URL must point to a template (max size: 1 MB) that's located in an Amazon S3 bucket. The location for an Amazon S3 bucket must start with ``https://`` . Whether an update causes interruptions depends on the resources that are being updated. An update never causes a nested stack to be replaced.
5533
5664
  :param timeout_in_minutes: The length of time, in minutes, that CloudFormation waits for the nested stack to reach the ``CREATE_COMPLETE`` state. The default is no timeout. When CloudFormation detects that the nested stack has reached the ``CREATE_COMPLETE`` state, it marks the nested stack resource as ``CREATE_COMPLETE`` in the parent stack and resumes creating the parent stack. If the timeout period expires before the nested stack reaches ``CREATE_COMPLETE`` , CloudFormation marks the nested stack as failed and rolls back both the nested stack and parent stack. Updates aren't supported.
5534
5665
  '''
5535
5666
  if __debug__:
@@ -5579,7 +5710,7 @@ class CfnStack(
5579
5710
  @builtins.property
5580
5711
  @jsii.member(jsii_name="attrChangeSetId")
5581
5712
  def attr_change_set_id(self) -> builtins.str:
5582
- '''Returns the unique ID of the change set.
5713
+ '''Returns the unique identifier of the change set.
5583
5714
 
5584
5715
  :cloudformationAttribute: ChangeSetId
5585
5716
  '''
@@ -5588,7 +5719,7 @@ class CfnStack(
5588
5719
  @builtins.property
5589
5720
  @jsii.member(jsii_name="attrCreationTime")
5590
5721
  def attr_creation_time(self) -> builtins.str:
5591
- '''Returns The time at which the stack was created.
5722
+ '''Returns the time the stack was created.
5592
5723
 
5593
5724
  :cloudformationAttribute: CreationTime
5594
5725
  '''
@@ -5657,6 +5788,12 @@ class CfnStack(
5657
5788
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
5658
5789
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
5659
5790
 
5791
+ @builtins.property
5792
+ @jsii.member(jsii_name="stackRef")
5793
+ def stack_ref(self) -> _StackReference_15f8b984:
5794
+ '''A reference to a Stack resource.'''
5795
+ return typing.cast(_StackReference_15f8b984, jsii.get(self, "stackRef"))
5796
+
5660
5797
  @builtins.property
5661
5798
  @jsii.member(jsii_name="tags")
5662
5799
  def tags(self) -> _TagManager_0a598cb3:
@@ -5713,7 +5850,7 @@ class CfnStack(
5713
5850
  @builtins.property
5714
5851
  @jsii.member(jsii_name="templateUrl")
5715
5852
  def template_url(self) -> typing.Optional[builtins.str]:
5716
- '''The URL of a file containing the template body.'''
5853
+ '''The URL of a file that contains the template body.'''
5717
5854
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "templateUrl"))
5718
5855
 
5719
5856
  @template_url.setter
@@ -5868,7 +6005,7 @@ class CfnStackProps:
5868
6005
  :param notification_arns: The Amazon SNS topic ARNs to publish stack related events. You can find your Amazon SNS topic ARNs using the Amazon SNS console or your Command Line Interface (CLI).
5869
6006
  :param parameters: The set value pairs that represent the parameters passed to CloudFormation when this nested stack is created. Each parameter has a name corresponding to a parameter defined in the embedded template and a value representing the value that you want to set for the parameter. .. epigraph:: If you use the ``Ref`` function to pass a parameter value to a nested stack, comma-delimited list parameters must be of type ``String`` . In other words, you can't pass values that are of type ``CommaDelimitedList`` to nested stacks. Required if the nested stack requires input parameters. Whether an update causes interruptions depends on the resources that are being updated. An update never causes a nested stack to be replaced.
5870
6007
  :param tags: Key-value pairs to associate with this stack. CloudFormation also propagates these tags to the resources created in the stack. A maximum number of 50 tags can be specified.
5871
- :param template_url: The URL of a file containing the template body. The URL must point to a template (max size: 1 MB) that's located in an Amazon S3 bucket. The location for an Amazon S3 bucket must start with ``https://`` . Whether an update causes interruptions depends on the resources that are being updated. An update never causes a nested stack to be replaced.
6008
+ :param template_url: The URL of a file that contains the template body. The URL must point to a template (max size: 1 MB) that's located in an Amazon S3 bucket. The location for an Amazon S3 bucket must start with ``https://`` . Whether an update causes interruptions depends on the resources that are being updated. An update never causes a nested stack to be replaced.
5872
6009
  :param timeout_in_minutes: The length of time, in minutes, that CloudFormation waits for the nested stack to reach the ``CREATE_COMPLETE`` state. The default is no timeout. When CloudFormation detects that the nested stack has reached the ``CREATE_COMPLETE`` state, it marks the nested stack resource as ``CREATE_COMPLETE`` in the parent stack and resumes creating the parent stack. If the timeout period expires before the nested stack reaches ``CREATE_COMPLETE`` , CloudFormation marks the nested stack as failed and rolls back both the nested stack and parent stack. Updates aren't supported.
5873
6010
 
5874
6011
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stack.html
@@ -5956,7 +6093,7 @@ class CfnStackProps:
5956
6093
 
5957
6094
  @builtins.property
5958
6095
  def template_url(self) -> typing.Optional[builtins.str]:
5959
- '''The URL of a file containing the template body.
6096
+ '''The URL of a file that contains the template body.
5960
6097
 
5961
6098
  The URL must point to a template (max size: 1 MB) that's located in an Amazon S3 bucket. The location for an Amazon S3 bucket must start with ``https://`` .
5962
6099
 
@@ -5992,15 +6129,15 @@ class CfnStackProps:
5992
6129
  )
5993
6130
 
5994
6131
 
5995
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
6132
+ @jsii.implements(_IInspectable_c2943556, _IStackSetRef_3a202137, _ITaggable_36806126)
5996
6133
  class CfnStackSet(
5997
6134
  _CfnResource_9df397a6,
5998
6135
  metaclass=jsii.JSIIMeta,
5999
6136
  jsii_type="aws-cdk-lib.aws_cloudformation.CfnStackSet",
6000
6137
  ):
6001
- '''The ``AWS::CloudFormation::StackSet`` resource enables you to provision stacks into AWS accounts and across Regions by using a single CloudFormation template.
6138
+ '''The ``AWS::CloudFormation::StackSet`` resource contains information about a StackSet.
6002
6139
 
6003
- In the stack set, you specify the template to use, in addition to any parameters and capabilities that the template requires.
6140
+ With StackSets, you can provision stacks across AWS accounts and Regions from a single CloudFormation template. Each stack is based on the same CloudFormation template, but you can customize individual stacks using parameters.
6004
6141
  .. epigraph::
6005
6142
 
6006
6143
  Run deployments to nested StackSets from the parent stack, not directly through the StackSet API.
@@ -6090,24 +6227,25 @@ class CfnStackSet(
6090
6227
  template_body: typing.Optional[builtins.str] = None,
6091
6228
  template_url: typing.Optional[builtins.str] = None,
6092
6229
  ) -> None:
6093
- '''
6230
+ '''Create a new ``AWS::CloudFormation::StackSet``.
6231
+
6094
6232
  :param scope: Scope in which this resource is defined.
6095
6233
  :param id: Construct identifier for this resource (unique in its scope).
6096
- :param permission_model: Describes how the IAM roles required for stack set operations are created. - With ``SELF_MANAGED`` permissions, you must create the administrator and execution roles required to deploy to target accounts. For more information, see `Grant self-managed permissions <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs-self-managed.html>`_ in the *AWS CloudFormation User Guide* . - With ``SERVICE_MANAGED`` permissions, StackSets automatically creates the IAM roles required to deploy to accounts managed by AWS Organizations . For more information, see `Activate trusted access for stack sets with AWS Organizations <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-activate-trusted-access.html>`_ in the *AWS CloudFormation User Guide* .
6097
- :param stack_set_name: The name to associate with the stack set. The name must be unique in the Region where you create your stack set.
6098
- :param administration_role_arn: The Amazon Resource Number (ARN) of the IAM role to use to create this stack set. Specify an IAM role only if you are using customized administrator roles to control which users or groups can manage specific stack sets within the same administrator account. Use customized administrator roles to control which users or groups can manage specific stack sets within the same administrator account. For more information, see `Grant self-managed permissions <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs-self-managed.html>`_ in the *AWS CloudFormation User Guide* . Valid only if the permissions model is ``SELF_MANAGED`` .
6234
+ :param permission_model: Describes how the IAM roles required for StackSet operations are created. - With ``SELF_MANAGED`` permissions, you must create the administrator and execution roles required to deploy to target accounts. For more information, see `Grant self-managed permissions <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs-self-managed.html>`_ in the *AWS CloudFormation User Guide* . - With ``SERVICE_MANAGED`` permissions, StackSets automatically creates the IAM roles required to deploy to accounts managed by AWS Organizations . For more information, see `Activate trusted access for StackSets with AWS Organizations <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-activate-trusted-access.html>`_ in the *AWS CloudFormation User Guide* .
6235
+ :param stack_set_name: The name to associate with the StackSet. The name must be unique in the Region where you create your StackSet.
6236
+ :param administration_role_arn: The Amazon Resource Number (ARN) of the IAM role to use to create this StackSet. Specify an IAM role only if you are using customized administrator roles to control which users or groups can manage specific StackSets within the same administrator account. Use customized administrator roles to control which users or groups can manage specific StackSets within the same administrator account. For more information, see `Grant self-managed permissions <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs-self-managed.html>`_ in the *AWS CloudFormation User Guide* . Valid only if the permissions model is ``SELF_MANAGED`` .
6099
6237
  :param auto_deployment: Describes whether StackSets automatically deploys to AWS Organizations accounts that are added to a target organization or organizational unit (OU). For more information, see `Enable or disable automatic deployments for StackSets in AWS Organizations <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-manage-auto-deployment.html>`_ in the *AWS CloudFormation User Guide* . Required if the permissions model is ``SERVICE_MANAGED`` . (Not used with self-managed permissions.)
6100
- :param call_as: Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account. By default, ``SELF`` is specified. Use ``SELF`` for stack sets with self-managed permissions. - To create a stack set with service-managed permissions while signed in to the management account, specify ``SELF`` . - To create a stack set with service-managed permissions while signed in to a delegated administrator account, specify ``DELEGATED_ADMIN`` . Your AWS account must be registered as a delegated admin in the management account. For more information, see `Register a delegated administrator <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html>`_ in the *AWS CloudFormation User Guide* . Stack sets with service-managed permissions are created in the management account, including stack sets that are created by delegated administrators. Valid only if the permissions model is ``SERVICE_MANAGED`` .
6101
- :param capabilities: The capabilities that are allowed in the stack set. Some stack set templates might include resources that can affect permissions in your AWS account —for example, by creating new IAM users. For more information, see `Acknowledging IAM resources in CloudFormation templates <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/control-access-with-iam.html#using-iam-capabilities>`_ in the *AWS CloudFormation User Guide* .
6102
- :param description: A description of the stack set.
6103
- :param execution_role_name: The name of the IAM execution role to use to create the stack set. If you don't specify an execution role, CloudFormation uses the ``AWSCloudFormationStackSetExecutionRole`` role for the stack set operation. Valid only if the permissions model is ``SELF_MANAGED`` . *Pattern* : ``[a-zA-Z_0-9+=,.@-]+``
6104
- :param managed_execution: Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations. When active, StackSets performs non-conflicting operations concurrently and queues conflicting operations. After conflicting operations finish, StackSets starts queued operations in request order. .. epigraph:: If there are already running or queued operations, StackSets queues all incoming operations even if they are non-conflicting. You can't modify your stack set's execution configuration while there are running or queued operations for that stack set. When inactive (default), StackSets performs one operation at a time in request order.
6105
- :param operation_preferences: The user-specified preferences for how CloudFormation performs a stack set operation.
6106
- :param parameters: The input parameters for the stack set template.
6238
+ :param call_as: Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account. By default, ``SELF`` is specified. Use ``SELF`` for StackSets with self-managed permissions. - To create a StackSet with service-managed permissions while signed in to the management account, specify ``SELF`` . - To create a StackSet with service-managed permissions while signed in to a delegated administrator account, specify ``DELEGATED_ADMIN`` . Your AWS account must be registered as a delegated admin in the management account. For more information, see `Register a delegated administrator <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html>`_ in the *AWS CloudFormation User Guide* . StackSets with service-managed permissions are created in the management account, including StackSets that are created by delegated administrators. Valid only if the permissions model is ``SERVICE_MANAGED`` .
6239
+ :param capabilities: The capabilities that are allowed in the StackSet. Some StackSet templates might include resources that can affect permissions in your AWS account —for example, by creating new IAM users. For more information, see `Acknowledging IAM resources in CloudFormation templates <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/control-access-with-iam.html#using-iam-capabilities>`_ in the *AWS CloudFormation User Guide* .
6240
+ :param description: A description of the StackSet.
6241
+ :param execution_role_name: The name of the IAM execution role to use to create the StackSet. If you don't specify an execution role, CloudFormation uses the ``AWSCloudFormationStackSetExecutionRole`` role for the StackSet operation. Valid only if the permissions model is ``SELF_MANAGED`` . *Pattern* : ``[a-zA-Z_0-9+=,.@-]+``
6242
+ :param managed_execution: Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations. When active, StackSets performs non-conflicting operations concurrently and queues conflicting operations. After conflicting operations finish, StackSets starts queued operations in request order. .. epigraph:: If there are already running or queued operations, StackSets queues all incoming operations even if they are non-conflicting. You can't modify your StackSet's execution configuration while there are running or queued operations for that StackSet. When inactive (default), StackSets performs one operation at a time in request order.
6243
+ :param operation_preferences: The user-specified preferences for how CloudFormation performs a StackSet operation.
6244
+ :param parameters: The input parameters for the StackSet template.
6107
6245
  :param stack_instances_group: A group of stack instances with parameters in some specific accounts and Regions.
6108
6246
  :param tags: Key-value pairs to associate with this stack. CloudFormation also propagates these tags to supported resources in the stack. You can specify a maximum number of 50 tags. If you don't specify this parameter, CloudFormation doesn't modify the stack's tags. If you specify an empty value, CloudFormation removes all associated tags.
6109
- :param template_body: The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200 bytes. You must include either ``TemplateURL`` or ``TemplateBody`` in a StackSet, but you can't use both. Dynamic references in the ``TemplateBody`` may not work correctly in all cases. It's recommended to pass templates containing dynamic references through ``TemplateUrl`` instead.
6110
- :param template_url: The URL of a file containing the template body. The URL must point to a template (max size: 1 MB) that's located in an Amazon S3 bucket or a Systems Manager document. The location for an Amazon S3 bucket must start with ``https://`` . Conditional: You must specify only one of the following parameters: ``TemplateBody`` , ``TemplateURL`` .
6247
+ :param template_body: The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200 bytes. You must include either ``TemplateURL`` or ``TemplateBody`` in a StackSet, but you can't use both. Dynamic references in the ``TemplateBody`` may not work correctly in all cases. It's recommended to pass templates that contain dynamic references through ``TemplateUrl`` instead.
6248
+ :param template_url: The URL of a file that contains the template body. The URL must point to a template (max size: 1 MB) that's located in an Amazon S3 bucket or a Systems Manager document. The location for an Amazon S3 bucket must start with ``https://`` . Conditional: You must specify only one of the following parameters: ``TemplateBody`` , ``TemplateURL`` .
6111
6249
  '''
6112
6250
  if __debug__:
6113
6251
  type_hints = typing.get_type_hints(_typecheckingstub__6d9c85250c99fa8473d88e65c23c7c33031b75b34da26e2bece38ee28bd4570d)
@@ -6166,7 +6304,7 @@ class CfnStackSet(
6166
6304
  @builtins.property
6167
6305
  @jsii.member(jsii_name="attrStackSetId")
6168
6306
  def attr_stack_set_id(self) -> builtins.str:
6169
- '''The ID of the stack that you're creating.
6307
+ '''Returns the unique identifier of the resource.
6170
6308
 
6171
6309
  :cloudformationAttribute: StackSetId
6172
6310
  '''
@@ -6177,6 +6315,12 @@ class CfnStackSet(
6177
6315
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
6178
6316
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
6179
6317
 
6318
+ @builtins.property
6319
+ @jsii.member(jsii_name="stackSetRef")
6320
+ def stack_set_ref(self) -> _StackSetReference_c5c1f82d:
6321
+ '''A reference to a StackSet resource.'''
6322
+ return typing.cast(_StackSetReference_c5c1f82d, jsii.get(self, "stackSetRef"))
6323
+
6180
6324
  @builtins.property
6181
6325
  @jsii.member(jsii_name="tags")
6182
6326
  def tags(self) -> _TagManager_0a598cb3:
@@ -6186,7 +6330,7 @@ class CfnStackSet(
6186
6330
  @builtins.property
6187
6331
  @jsii.member(jsii_name="permissionModel")
6188
6332
  def permission_model(self) -> builtins.str:
6189
- '''Describes how the IAM roles required for stack set operations are created.'''
6333
+ '''Describes how the IAM roles required for StackSet operations are created.'''
6190
6334
  return typing.cast(builtins.str, jsii.get(self, "permissionModel"))
6191
6335
 
6192
6336
  @permission_model.setter
@@ -6199,7 +6343,7 @@ class CfnStackSet(
6199
6343
  @builtins.property
6200
6344
  @jsii.member(jsii_name="stackSetName")
6201
6345
  def stack_set_name(self) -> builtins.str:
6202
- '''The name to associate with the stack set.'''
6346
+ '''The name to associate with the StackSet.'''
6203
6347
  return typing.cast(builtins.str, jsii.get(self, "stackSetName"))
6204
6348
 
6205
6349
  @stack_set_name.setter
@@ -6212,7 +6356,7 @@ class CfnStackSet(
6212
6356
  @builtins.property
6213
6357
  @jsii.member(jsii_name="administrationRoleArn")
6214
6358
  def administration_role_arn(self) -> typing.Optional[builtins.str]:
6215
- '''The Amazon Resource Number (ARN) of the IAM role to use to create this stack set.'''
6359
+ '''The Amazon Resource Number (ARN) of the IAM role to use to create this StackSet.'''
6216
6360
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "administrationRoleArn"))
6217
6361
 
6218
6362
  @administration_role_arn.setter
@@ -6256,7 +6400,7 @@ class CfnStackSet(
6256
6400
  @builtins.property
6257
6401
  @jsii.member(jsii_name="capabilities")
6258
6402
  def capabilities(self) -> typing.Optional[typing.List[builtins.str]]:
6259
- '''The capabilities that are allowed in the stack set.'''
6403
+ '''The capabilities that are allowed in the StackSet.'''
6260
6404
  return typing.cast(typing.Optional[typing.List[builtins.str]], jsii.get(self, "capabilities"))
6261
6405
 
6262
6406
  @capabilities.setter
@@ -6269,7 +6413,7 @@ class CfnStackSet(
6269
6413
  @builtins.property
6270
6414
  @jsii.member(jsii_name="description")
6271
6415
  def description(self) -> typing.Optional[builtins.str]:
6272
- '''A description of the stack set.'''
6416
+ '''A description of the StackSet.'''
6273
6417
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "description"))
6274
6418
 
6275
6419
  @description.setter
@@ -6282,7 +6426,7 @@ class CfnStackSet(
6282
6426
  @builtins.property
6283
6427
  @jsii.member(jsii_name="executionRoleName")
6284
6428
  def execution_role_name(self) -> typing.Optional[builtins.str]:
6285
- '''The name of the IAM execution role to use to create the stack set.'''
6429
+ '''The name of the IAM execution role to use to create the StackSet.'''
6286
6430
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "executionRoleName"))
6287
6431
 
6288
6432
  @execution_role_name.setter
@@ -6310,7 +6454,7 @@ class CfnStackSet(
6310
6454
  def operation_preferences(
6311
6455
  self,
6312
6456
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnStackSet.OperationPreferencesProperty"]]:
6313
- '''The user-specified preferences for how CloudFormation performs a stack set operation.'''
6457
+ '''The user-specified preferences for how CloudFormation performs a StackSet operation.'''
6314
6458
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnStackSet.OperationPreferencesProperty"]], jsii.get(self, "operationPreferences"))
6315
6459
 
6316
6460
  @operation_preferences.setter
@@ -6328,7 +6472,7 @@ class CfnStackSet(
6328
6472
  def parameters(
6329
6473
  self,
6330
6474
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnStackSet.ParameterProperty"]]]]:
6331
- '''The input parameters for the stack set template.'''
6475
+ '''The input parameters for the StackSet template.'''
6332
6476
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnStackSet.ParameterProperty"]]]], jsii.get(self, "parameters"))
6333
6477
 
6334
6478
  @parameters.setter
@@ -6388,7 +6532,7 @@ class CfnStackSet(
6388
6532
  @builtins.property
6389
6533
  @jsii.member(jsii_name="templateUrl")
6390
6534
  def template_url(self) -> typing.Optional[builtins.str]:
6391
- '''The URL of a file containing the template body.'''
6535
+ '''The URL of a file that contains the template body.'''
6392
6536
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "templateUrl"))
6393
6537
 
6394
6538
  @template_url.setter
@@ -6413,7 +6557,9 @@ class CfnStackSet(
6413
6557
  enabled: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
6414
6558
  retain_stacks_on_account_removal: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
6415
6559
  ) -> None:
6416
- '''[ ``Service-managed`` permissions] Describes whether StackSets automatically deploys to AWS Organizations accounts that are added to a target organizational unit (OU).
6560
+ '''Describes whether StackSets automatically deploys to AWS Organizations accounts that are added to a target organization or organizational unit (OU).
6561
+
6562
+ For more information, see `Enable or disable automatic deployments for StackSets in AWS Organizations <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-manage-auto-deployment.html>`_ in the *AWS CloudFormation User Guide* .
6417
6563
 
6418
6564
  :param enabled: If set to ``true`` , StackSets automatically deploys additional stack instances to AWS Organizations accounts that are added to a target organization or organizational unit (OU) in the specified Regions. If an account is removed from a target organization or OU, StackSets deletes stack instances from the account in the specified Regions.
6419
6565
  :param retain_stacks_on_account_removal: If set to ``true`` , stack resources are retained when an account is removed from a target organization or OU. If set to ``false`` , stack resources are deleted. Specify only if ``Enabled`` is set to ``True`` .
@@ -6498,11 +6644,20 @@ class CfnStackSet(
6498
6644
  accounts_url: typing.Optional[builtins.str] = None,
6499
6645
  organizational_unit_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
6500
6646
  ) -> None:
6501
- '''The AWS OrganizationalUnitIds or Accounts for which to create stack instances in the specified Regions.
6647
+ '''The AWS Organizations accounts or AWS accounts to deploy stacks to in the specified Regions.
6648
+
6649
+ When deploying to AWS Organizations accounts with ``SERVICE_MANAGED`` permissions:
6650
+
6651
+ - You must specify the ``OrganizationalUnitIds`` property.
6652
+ - If you specify organizational units (OUs) for ``OrganizationalUnitIds`` and use either the ``Accounts`` or ``AccountsUrl`` property, you must also specify the ``AccountFilterType`` property.
6653
+
6654
+ When deploying to AWS accounts with ``SELF_MANAGED`` permissions:
6655
+
6656
+ - You must specify either the ``Accounts`` or ``AccountsUrl`` property, but not both.
6502
6657
 
6503
- :param account_filter_type: Limit deployment targets to individual accounts or include additional accounts with provided OUs. The following is a list of possible values for the ``AccountFilterType`` operation. - ``INTERSECTION`` : StackSet deploys to the accounts specified in the ``Accounts`` parameter. - ``DIFFERENCE`` : StackSet deploys to the OU, excluding the accounts specified in the ``Accounts`` parameter. - ``UNION`` StackSet deploys to the OU, and the accounts specified in the ``Accounts`` parameter. ``UNION`` is not supported for create operations when using StackSet as a resource.
6658
+ :param account_filter_type: Refines which accounts to deploy stacks to by specifying how to use the ``Accounts`` and ``OrganizationalUnitIds`` properties together. The following values determine how CloudFormation selects target accounts: - ``INTERSECTION`` : StackSet deploys to the accounts specified in the ``Accounts`` property. - ``DIFFERENCE`` : StackSet deploys to the OU, excluding the accounts specified in the ``Accounts`` property. - ``UNION`` : StackSet deploys to the OU, and the accounts specified in the ``Accounts`` property. ``UNION`` is not supported for create operations when using StackSet as a resource or the ``CreateStackInstances`` API.
6504
6659
  :param accounts: The account IDs of the AWS accounts . If you have many account numbers, you can provide those accounts using the ``AccountsUrl`` property instead. *Pattern* : ``^[0-9]{12}$``
6505
- :param accounts_url: The Amazon S3 URL path to a file that contains a list of AWS account IDs. The file format must be either ``.csv`` or ``.txt`` , and the data can be comma-separated or new-line-separated. There is currently a 10MB limit for the data (approximately 800,000 accounts).
6660
+ :param accounts_url: The Amazon S3 URL path to a file that contains a list of AWS account IDs. The file format must be either ``.csv`` or ``.txt`` , and the data can be comma-separated or new-line-separated. There is currently a 10MB limit for the data (approximately 800,000 accounts). This property serves the same purpose as ``Accounts`` but allows you to specify a large number of accounts.
6506
6661
  :param organizational_unit_ids: The organization root ID or organizational unit (OU) IDs. *Pattern* : ``^(ou-[a-z0-9]{4,32}-[a-z0-9]{8,32}|r-[a-z0-9]{4,32})$``
6507
6662
 
6508
6663
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudformation-stackset-deploymenttargets.html
@@ -6539,13 +6694,13 @@ class CfnStackSet(
6539
6694
 
6540
6695
  @builtins.property
6541
6696
  def account_filter_type(self) -> typing.Optional[builtins.str]:
6542
- '''Limit deployment targets to individual accounts or include additional accounts with provided OUs.
6697
+ '''Refines which accounts to deploy stacks to by specifying how to use the ``Accounts`` and ``OrganizationalUnitIds`` properties together.
6543
6698
 
6544
- The following is a list of possible values for the ``AccountFilterType`` operation.
6699
+ The following values determine how CloudFormation selects target accounts:
6545
6700
 
6546
- - ``INTERSECTION`` : StackSet deploys to the accounts specified in the ``Accounts`` parameter.
6547
- - ``DIFFERENCE`` : StackSet deploys to the OU, excluding the accounts specified in the ``Accounts`` parameter.
6548
- - ``UNION`` StackSet deploys to the OU, and the accounts specified in the ``Accounts`` parameter. ``UNION`` is not supported for create operations when using StackSet as a resource.
6701
+ - ``INTERSECTION`` : StackSet deploys to the accounts specified in the ``Accounts`` property.
6702
+ - ``DIFFERENCE`` : StackSet deploys to the OU, excluding the accounts specified in the ``Accounts`` property.
6703
+ - ``UNION`` : StackSet deploys to the OU, and the accounts specified in the ``Accounts`` property. ``UNION`` is not supported for create operations when using StackSet as a resource or the ``CreateStackInstances`` API.
6549
6704
 
6550
6705
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudformation-stackset-deploymenttargets.html#cfn-cloudformation-stackset-deploymenttargets-accountfiltertype
6551
6706
  '''
@@ -6571,6 +6726,8 @@ class CfnStackSet(
6571
6726
 
6572
6727
  The file format must be either ``.csv`` or ``.txt`` , and the data can be comma-separated or new-line-separated. There is currently a 10MB limit for the data (approximately 800,000 accounts).
6573
6728
 
6729
+ This property serves the same purpose as ``Accounts`` but allows you to specify a large number of accounts.
6730
+
6574
6731
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudformation-stackset-deploymenttargets.html#cfn-cloudformation-stackset-deploymenttargets-accountsurl
6575
6732
  '''
6576
6733
  result = self._values.get("accounts_url")
@@ -6611,7 +6768,7 @@ class CfnStackSet(
6611
6768
  ) -> None:
6612
6769
  '''Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.
6613
6770
 
6614
- :param active: When ``true`` , StackSets performs non-conflicting operations concurrently and queues conflicting operations. After conflicting operations finish, StackSets starts queued operations in request order. .. epigraph:: If there are already running or queued operations, StackSets queues all incoming operations even if they are non-conflicting. You can't modify your stack set's execution configuration while there are running or queued operations for that stack set. When ``false`` (default), StackSets performs one operation at a time in request order.
6771
+ :param active: When ``true`` , CloudFormation performs non-conflicting operations concurrently and queues conflicting operations. After conflicting operations finish, CloudFormation starts queued operations in request order. .. epigraph:: If there are already running or queued operations, CloudFormation queues all incoming operations even if they are non-conflicting. You can't modify your StackSet's execution configuration while there are running or queued operations for that StackSet. When ``false`` (default), StackSets performs one operation at a time in request order.
6615
6772
 
6616
6773
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudformation-stackset-managedexecution.html
6617
6774
  :exampleMetadata: fixture=_generated
@@ -6637,14 +6794,14 @@ class CfnStackSet(
6637
6794
  def active(
6638
6795
  self,
6639
6796
  ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
6640
- '''When ``true`` , StackSets performs non-conflicting operations concurrently and queues conflicting operations.
6797
+ '''When ``true`` , CloudFormation performs non-conflicting operations concurrently and queues conflicting operations.
6641
6798
 
6642
- After conflicting operations finish, StackSets starts queued operations in request order.
6799
+ After conflicting operations finish, CloudFormation starts queued operations in request order.
6643
6800
  .. epigraph::
6644
6801
 
6645
- If there are already running or queued operations, StackSets queues all incoming operations even if they are non-conflicting.
6802
+ If there are already running or queued operations, CloudFormation queues all incoming operations even if they are non-conflicting.
6646
6803
 
6647
- You can't modify your stack set's execution configuration while there are running or queued operations for that stack set.
6804
+ You can't modify your StackSet's execution configuration while there are running or queued operations for that StackSet.
6648
6805
 
6649
6806
  When ``false`` (default), StackSets performs one operation at a time in request order.
6650
6807
 
@@ -6689,13 +6846,13 @@ class CfnStackSet(
6689
6846
  region_concurrency_type: typing.Optional[builtins.str] = None,
6690
6847
  region_order: typing.Optional[typing.Sequence[builtins.str]] = None,
6691
6848
  ) -> None:
6692
- '''The user-specified preferences for how CloudFormation performs a stack set operation.
6849
+ '''The user-specified preferences for how CloudFormation performs a StackSet operation.
6693
6850
 
6694
- For more information on maximum concurrent accounts and failure tolerance, see `Stack set operation options <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-concepts.html#stackset-ops-options>`_ in the *AWS CloudFormation User Guide* .
6851
+ For more information on maximum concurrent accounts and failure tolerance, see `StackSet operation options <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-concepts.html#stackset-ops-options>`_ in the *AWS CloudFormation User Guide* .
6695
6852
 
6696
- :param concurrency_mode: Specifies how the concurrency level behaves during the operation execution. - ``STRICT_FAILURE_TOLERANCE`` : This option dynamically lowers the concurrency level to ensure the number of failed accounts never exceeds the value of ``FailureToleranceCount`` +1. The initial actual concurrency is set to the lower of either the value of the ``MaxConcurrentCount`` , or the value of ``FailureToleranceCount`` +1. The actual concurrency is then reduced proportionally by the number of failures. This is the default behavior. If failure tolerance or Maximum concurrent accounts are set to percentages, the behavior is similar. - ``SOFT_FAILURE_TOLERANCE`` : This option decouples ``FailureToleranceCount`` from the actual concurrency. This allows stack set operations to run at the concurrency level set by the ``MaxConcurrentCount`` value, or ``MaxConcurrentPercentage`` , regardless of the number of failures.
6697
- :param failure_tolerance_count: The number of accounts, per Region, for which this operation can fail before CloudFormation stops the operation in that Region. If the operation is stopped in a Region, CloudFormation doesn't attempt the operation in any subsequent Regions. Conditional: You must specify either ``FailureToleranceCount`` or ``FailureTolerancePercentage`` (but not both).
6698
- :param failure_tolerance_percentage: The percentage of accounts, per Region, for which this stack operation can fail before CloudFormation stops the operation in that Region. If the operation is stopped in a Region, CloudFormation doesn't attempt the operation in any subsequent Regions. When calculating the number of accounts based on the specified percentage, CloudFormation rounds *down* to the next whole number. Conditional: You must specify either ``FailureToleranceCount`` or ``FailureTolerancePercentage`` , but not both.
6853
+ :param concurrency_mode: Specifies how the concurrency level behaves during the operation execution. - ``STRICT_FAILURE_TOLERANCE`` : This option dynamically lowers the concurrency level to ensure the number of failed accounts never exceeds the value of ``FailureToleranceCount`` +1. The initial actual concurrency is set to the lower of either the value of the ``MaxConcurrentCount`` , or the value of ``FailureToleranceCount`` +1. The actual concurrency is then reduced proportionally by the number of failures. This is the default behavior. If failure tolerance or Maximum concurrent accounts are set to percentages, the behavior is similar. - ``SOFT_FAILURE_TOLERANCE`` : This option decouples ``FailureToleranceCount`` from the actual concurrency. This allows StackSet operations to run at the concurrency level set by the ``MaxConcurrentCount`` value, or ``MaxConcurrentPercentage`` , regardless of the number of failures.
6854
+ :param failure_tolerance_count: The number of accounts per Region this operation can fail in before CloudFormation stops the operation in that Region. If the operation is stopped in a Region, CloudFormation doesn't attempt the operation in any subsequent Regions. Conditional: You must specify either ``FailureToleranceCount`` or ``FailureTolerancePercentage`` (but not both).
6855
+ :param failure_tolerance_percentage: The percentage of accounts per Region this stack operation can fail in before CloudFormation stops the operation in that Region. If the operation is stopped in a Region, CloudFormation doesn't attempt the operation in any subsequent Regions. When calculating the number of accounts based on the specified percentage, CloudFormation rounds *down* to the next whole number. Conditional: You must specify either ``FailureToleranceCount`` or ``FailureTolerancePercentage`` , but not both.
6699
6856
  :param max_concurrent_count: The maximum number of accounts in which to perform this operation at one time. This is dependent on the value of ``FailureToleranceCount`` . ``MaxConcurrentCount`` is at most one more than the ``FailureToleranceCount`` . Note that this setting lets you specify the *maximum* for operations. For large deployments, under certain circumstances the actual number of accounts acted upon concurrently may be lower due to service throttling. Conditional: You must specify either ``MaxConcurrentCount`` or ``MaxConcurrentPercentage`` , but not both.
6700
6857
  :param max_concurrent_percentage: The maximum percentage of accounts in which to perform this operation at one time. When calculating the number of accounts based on the specified percentage, CloudFormation rounds down to the next whole number. This is true except in cases where rounding down would result is zero. In this case, CloudFormation sets the number as one instead. Note that this setting lets you specify the *maximum* for operations. For large deployments, under certain circumstances the actual number of accounts acted upon concurrently may be lower due to service throttling. Conditional: You must specify either ``MaxConcurrentCount`` or ``MaxConcurrentPercentage`` , but not both.
6701
6858
  :param region_concurrency_type: The concurrency type of deploying StackSets operations in Regions, could be in parallel or one Region at a time.
@@ -6753,7 +6910,7 @@ class CfnStackSet(
6753
6910
 
6754
6911
  If failure tolerance or Maximum concurrent accounts are set to percentages, the behavior is similar.
6755
6912
 
6756
- - ``SOFT_FAILURE_TOLERANCE`` : This option decouples ``FailureToleranceCount`` from the actual concurrency. This allows stack set operations to run at the concurrency level set by the ``MaxConcurrentCount`` value, or ``MaxConcurrentPercentage`` , regardless of the number of failures.
6913
+ - ``SOFT_FAILURE_TOLERANCE`` : This option decouples ``FailureToleranceCount`` from the actual concurrency. This allows StackSet operations to run at the concurrency level set by the ``MaxConcurrentCount`` value, or ``MaxConcurrentPercentage`` , regardless of the number of failures.
6757
6914
 
6758
6915
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudformation-stackset-operationpreferences.html#cfn-cloudformation-stackset-operationpreferences-concurrencymode
6759
6916
  '''
@@ -6762,7 +6919,7 @@ class CfnStackSet(
6762
6919
 
6763
6920
  @builtins.property
6764
6921
  def failure_tolerance_count(self) -> typing.Optional[jsii.Number]:
6765
- '''The number of accounts, per Region, for which this operation can fail before CloudFormation stops the operation in that Region.
6922
+ '''The number of accounts per Region this operation can fail in before CloudFormation stops the operation in that Region.
6766
6923
 
6767
6924
  If the operation is stopped in a Region, CloudFormation doesn't attempt the operation in any subsequent Regions.
6768
6925
 
@@ -6775,7 +6932,7 @@ class CfnStackSet(
6775
6932
 
6776
6933
  @builtins.property
6777
6934
  def failure_tolerance_percentage(self) -> typing.Optional[jsii.Number]:
6778
- '''The percentage of accounts, per Region, for which this stack operation can fail before CloudFormation stops the operation in that Region.
6935
+ '''The percentage of accounts per Region this stack operation can fail in before CloudFormation stops the operation in that Region.
6779
6936
 
6780
6937
  If the operation is stopped in a Region, CloudFormation doesn't attempt the operation in any subsequent Regions.
6781
6938
 
@@ -6942,9 +7099,9 @@ class CfnStackSet(
6942
7099
  ) -> None:
6943
7100
  '''Stack instances in some specific accounts and Regions.
6944
7101
 
6945
- :param deployment_targets: The AWS ``OrganizationalUnitIds`` or ``Accounts`` for which to create stack instances in the specified Regions.
7102
+ :param deployment_targets: The AWS Organizations accounts or AWS accounts to deploy stacks to in the specified Regions.
6946
7103
  :param regions: The names of one or more Regions where you want to create stack instances using the specified AWS accounts .
6947
- :param parameter_overrides: A list of stack set parameters whose values you want to override in the selected stack instances.
7104
+ :param parameter_overrides: A list of StackSet parameters whose values you want to override in the selected stack instances.
6948
7105
 
6949
7106
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudformation-stackset-stackinstances.html
6950
7107
  :exampleMetadata: fixture=_generated
@@ -6987,7 +7144,7 @@ class CfnStackSet(
6987
7144
  def deployment_targets(
6988
7145
  self,
6989
7146
  ) -> typing.Union[_IResolvable_da3f097b, "CfnStackSet.DeploymentTargetsProperty"]:
6990
- '''The AWS ``OrganizationalUnitIds`` or ``Accounts`` for which to create stack instances in the specified Regions.
7147
+ '''The AWS Organizations accounts or AWS accounts to deploy stacks to in the specified Regions.
6991
7148
 
6992
7149
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudformation-stackset-stackinstances.html#cfn-cloudformation-stackset-stackinstances-deploymenttargets
6993
7150
  '''
@@ -7009,7 +7166,7 @@ class CfnStackSet(
7009
7166
  def parameter_overrides(
7010
7167
  self,
7011
7168
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnStackSet.ParameterProperty"]]]]:
7012
- '''A list of stack set parameters whose values you want to override in the selected stack instances.
7169
+ '''A list of StackSet parameters whose values you want to override in the selected stack instances.
7013
7170
 
7014
7171
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudformation-stackset-stackinstances.html#cfn-cloudformation-stackset-stackinstances-parameteroverrides
7015
7172
  '''
@@ -7071,21 +7228,21 @@ class CfnStackSetProps:
7071
7228
  ) -> None:
7072
7229
  '''Properties for defining a ``CfnStackSet``.
7073
7230
 
7074
- :param permission_model: Describes how the IAM roles required for stack set operations are created. - With ``SELF_MANAGED`` permissions, you must create the administrator and execution roles required to deploy to target accounts. For more information, see `Grant self-managed permissions <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs-self-managed.html>`_ in the *AWS CloudFormation User Guide* . - With ``SERVICE_MANAGED`` permissions, StackSets automatically creates the IAM roles required to deploy to accounts managed by AWS Organizations . For more information, see `Activate trusted access for stack sets with AWS Organizations <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-activate-trusted-access.html>`_ in the *AWS CloudFormation User Guide* .
7075
- :param stack_set_name: The name to associate with the stack set. The name must be unique in the Region where you create your stack set.
7076
- :param administration_role_arn: The Amazon Resource Number (ARN) of the IAM role to use to create this stack set. Specify an IAM role only if you are using customized administrator roles to control which users or groups can manage specific stack sets within the same administrator account. Use customized administrator roles to control which users or groups can manage specific stack sets within the same administrator account. For more information, see `Grant self-managed permissions <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs-self-managed.html>`_ in the *AWS CloudFormation User Guide* . Valid only if the permissions model is ``SELF_MANAGED`` .
7231
+ :param permission_model: Describes how the IAM roles required for StackSet operations are created. - With ``SELF_MANAGED`` permissions, you must create the administrator and execution roles required to deploy to target accounts. For more information, see `Grant self-managed permissions <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs-self-managed.html>`_ in the *AWS CloudFormation User Guide* . - With ``SERVICE_MANAGED`` permissions, StackSets automatically creates the IAM roles required to deploy to accounts managed by AWS Organizations . For more information, see `Activate trusted access for StackSets with AWS Organizations <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-activate-trusted-access.html>`_ in the *AWS CloudFormation User Guide* .
7232
+ :param stack_set_name: The name to associate with the StackSet. The name must be unique in the Region where you create your StackSet.
7233
+ :param administration_role_arn: The Amazon Resource Number (ARN) of the IAM role to use to create this StackSet. Specify an IAM role only if you are using customized administrator roles to control which users or groups can manage specific StackSets within the same administrator account. Use customized administrator roles to control which users or groups can manage specific StackSets within the same administrator account. For more information, see `Grant self-managed permissions <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs-self-managed.html>`_ in the *AWS CloudFormation User Guide* . Valid only if the permissions model is ``SELF_MANAGED`` .
7077
7234
  :param auto_deployment: Describes whether StackSets automatically deploys to AWS Organizations accounts that are added to a target organization or organizational unit (OU). For more information, see `Enable or disable automatic deployments for StackSets in AWS Organizations <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-manage-auto-deployment.html>`_ in the *AWS CloudFormation User Guide* . Required if the permissions model is ``SERVICE_MANAGED`` . (Not used with self-managed permissions.)
7078
- :param call_as: Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account. By default, ``SELF`` is specified. Use ``SELF`` for stack sets with self-managed permissions. - To create a stack set with service-managed permissions while signed in to the management account, specify ``SELF`` . - To create a stack set with service-managed permissions while signed in to a delegated administrator account, specify ``DELEGATED_ADMIN`` . Your AWS account must be registered as a delegated admin in the management account. For more information, see `Register a delegated administrator <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html>`_ in the *AWS CloudFormation User Guide* . Stack sets with service-managed permissions are created in the management account, including stack sets that are created by delegated administrators. Valid only if the permissions model is ``SERVICE_MANAGED`` .
7079
- :param capabilities: The capabilities that are allowed in the stack set. Some stack set templates might include resources that can affect permissions in your AWS account —for example, by creating new IAM users. For more information, see `Acknowledging IAM resources in CloudFormation templates <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/control-access-with-iam.html#using-iam-capabilities>`_ in the *AWS CloudFormation User Guide* .
7080
- :param description: A description of the stack set.
7081
- :param execution_role_name: The name of the IAM execution role to use to create the stack set. If you don't specify an execution role, CloudFormation uses the ``AWSCloudFormationStackSetExecutionRole`` role for the stack set operation. Valid only if the permissions model is ``SELF_MANAGED`` . *Pattern* : ``[a-zA-Z_0-9+=,.@-]+``
7082
- :param managed_execution: Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations. When active, StackSets performs non-conflicting operations concurrently and queues conflicting operations. After conflicting operations finish, StackSets starts queued operations in request order. .. epigraph:: If there are already running or queued operations, StackSets queues all incoming operations even if they are non-conflicting. You can't modify your stack set's execution configuration while there are running or queued operations for that stack set. When inactive (default), StackSets performs one operation at a time in request order.
7083
- :param operation_preferences: The user-specified preferences for how CloudFormation performs a stack set operation.
7084
- :param parameters: The input parameters for the stack set template.
7235
+ :param call_as: Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account. By default, ``SELF`` is specified. Use ``SELF`` for StackSets with self-managed permissions. - To create a StackSet with service-managed permissions while signed in to the management account, specify ``SELF`` . - To create a StackSet with service-managed permissions while signed in to a delegated administrator account, specify ``DELEGATED_ADMIN`` . Your AWS account must be registered as a delegated admin in the management account. For more information, see `Register a delegated administrator <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html>`_ in the *AWS CloudFormation User Guide* . StackSets with service-managed permissions are created in the management account, including StackSets that are created by delegated administrators. Valid only if the permissions model is ``SERVICE_MANAGED`` .
7236
+ :param capabilities: The capabilities that are allowed in the StackSet. Some StackSet templates might include resources that can affect permissions in your AWS account —for example, by creating new IAM users. For more information, see `Acknowledging IAM resources in CloudFormation templates <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/control-access-with-iam.html#using-iam-capabilities>`_ in the *AWS CloudFormation User Guide* .
7237
+ :param description: A description of the StackSet.
7238
+ :param execution_role_name: The name of the IAM execution role to use to create the StackSet. If you don't specify an execution role, CloudFormation uses the ``AWSCloudFormationStackSetExecutionRole`` role for the StackSet operation. Valid only if the permissions model is ``SELF_MANAGED`` . *Pattern* : ``[a-zA-Z_0-9+=,.@-]+``
7239
+ :param managed_execution: Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations. When active, StackSets performs non-conflicting operations concurrently and queues conflicting operations. After conflicting operations finish, StackSets starts queued operations in request order. .. epigraph:: If there are already running or queued operations, StackSets queues all incoming operations even if they are non-conflicting. You can't modify your StackSet's execution configuration while there are running or queued operations for that StackSet. When inactive (default), StackSets performs one operation at a time in request order.
7240
+ :param operation_preferences: The user-specified preferences for how CloudFormation performs a StackSet operation.
7241
+ :param parameters: The input parameters for the StackSet template.
7085
7242
  :param stack_instances_group: A group of stack instances with parameters in some specific accounts and Regions.
7086
7243
  :param tags: Key-value pairs to associate with this stack. CloudFormation also propagates these tags to supported resources in the stack. You can specify a maximum number of 50 tags. If you don't specify this parameter, CloudFormation doesn't modify the stack's tags. If you specify an empty value, CloudFormation removes all associated tags.
7087
- :param template_body: The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200 bytes. You must include either ``TemplateURL`` or ``TemplateBody`` in a StackSet, but you can't use both. Dynamic references in the ``TemplateBody`` may not work correctly in all cases. It's recommended to pass templates containing dynamic references through ``TemplateUrl`` instead.
7088
- :param template_url: The URL of a file containing the template body. The URL must point to a template (max size: 1 MB) that's located in an Amazon S3 bucket or a Systems Manager document. The location for an Amazon S3 bucket must start with ``https://`` . Conditional: You must specify only one of the following parameters: ``TemplateBody`` , ``TemplateURL`` .
7244
+ :param template_body: The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200 bytes. You must include either ``TemplateURL`` or ``TemplateBody`` in a StackSet, but you can't use both. Dynamic references in the ``TemplateBody`` may not work correctly in all cases. It's recommended to pass templates that contain dynamic references through ``TemplateUrl`` instead.
7245
+ :param template_url: The URL of a file that contains the template body. The URL must point to a template (max size: 1 MB) that's located in an Amazon S3 bucket or a Systems Manager document. The location for an Amazon S3 bucket must start with ``https://`` . Conditional: You must specify only one of the following parameters: ``TemplateBody`` , ``TemplateURL`` .
7089
7246
 
7090
7247
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stackset.html
7091
7248
  :exampleMetadata: fixture=_generated
@@ -7199,10 +7356,10 @@ class CfnStackSetProps:
7199
7356
 
7200
7357
  @builtins.property
7201
7358
  def permission_model(self) -> builtins.str:
7202
- '''Describes how the IAM roles required for stack set operations are created.
7359
+ '''Describes how the IAM roles required for StackSet operations are created.
7203
7360
 
7204
7361
  - With ``SELF_MANAGED`` permissions, you must create the administrator and execution roles required to deploy to target accounts. For more information, see `Grant self-managed permissions <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs-self-managed.html>`_ in the *AWS CloudFormation User Guide* .
7205
- - With ``SERVICE_MANAGED`` permissions, StackSets automatically creates the IAM roles required to deploy to accounts managed by AWS Organizations . For more information, see `Activate trusted access for stack sets with AWS Organizations <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-activate-trusted-access.html>`_ in the *AWS CloudFormation User Guide* .
7362
+ - With ``SERVICE_MANAGED`` permissions, StackSets automatically creates the IAM roles required to deploy to accounts managed by AWS Organizations . For more information, see `Activate trusted access for StackSets with AWS Organizations <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-activate-trusted-access.html>`_ in the *AWS CloudFormation User Guide* .
7206
7363
 
7207
7364
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stackset.html#cfn-cloudformation-stackset-permissionmodel
7208
7365
  '''
@@ -7212,9 +7369,9 @@ class CfnStackSetProps:
7212
7369
 
7213
7370
  @builtins.property
7214
7371
  def stack_set_name(self) -> builtins.str:
7215
- '''The name to associate with the stack set.
7372
+ '''The name to associate with the StackSet.
7216
7373
 
7217
- The name must be unique in the Region where you create your stack set.
7374
+ The name must be unique in the Region where you create your StackSet.
7218
7375
 
7219
7376
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stackset.html#cfn-cloudformation-stackset-stacksetname
7220
7377
  '''
@@ -7224,11 +7381,11 @@ class CfnStackSetProps:
7224
7381
 
7225
7382
  @builtins.property
7226
7383
  def administration_role_arn(self) -> typing.Optional[builtins.str]:
7227
- '''The Amazon Resource Number (ARN) of the IAM role to use to create this stack set.
7384
+ '''The Amazon Resource Number (ARN) of the IAM role to use to create this StackSet.
7228
7385
 
7229
- Specify an IAM role only if you are using customized administrator roles to control which users or groups can manage specific stack sets within the same administrator account.
7386
+ Specify an IAM role only if you are using customized administrator roles to control which users or groups can manage specific StackSets within the same administrator account.
7230
7387
 
7231
- Use customized administrator roles to control which users or groups can manage specific stack sets within the same administrator account. For more information, see `Grant self-managed permissions <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs-self-managed.html>`_ in the *AWS CloudFormation User Guide* .
7388
+ Use customized administrator roles to control which users or groups can manage specific StackSets within the same administrator account. For more information, see `Grant self-managed permissions <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs-self-managed.html>`_ in the *AWS CloudFormation User Guide* .
7232
7389
 
7233
7390
  Valid only if the permissions model is ``SELF_MANAGED`` .
7234
7391
 
@@ -7256,14 +7413,14 @@ class CfnStackSetProps:
7256
7413
  def call_as(self) -> typing.Optional[builtins.str]:
7257
7414
  '''Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.
7258
7415
 
7259
- By default, ``SELF`` is specified. Use ``SELF`` for stack sets with self-managed permissions.
7416
+ By default, ``SELF`` is specified. Use ``SELF`` for StackSets with self-managed permissions.
7260
7417
 
7261
- - To create a stack set with service-managed permissions while signed in to the management account, specify ``SELF`` .
7262
- - To create a stack set with service-managed permissions while signed in to a delegated administrator account, specify ``DELEGATED_ADMIN`` .
7418
+ - To create a StackSet with service-managed permissions while signed in to the management account, specify ``SELF`` .
7419
+ - To create a StackSet with service-managed permissions while signed in to a delegated administrator account, specify ``DELEGATED_ADMIN`` .
7263
7420
 
7264
7421
  Your AWS account must be registered as a delegated admin in the management account. For more information, see `Register a delegated administrator <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html>`_ in the *AWS CloudFormation User Guide* .
7265
7422
 
7266
- Stack sets with service-managed permissions are created in the management account, including stack sets that are created by delegated administrators.
7423
+ StackSets with service-managed permissions are created in the management account, including StackSets that are created by delegated administrators.
7267
7424
 
7268
7425
  Valid only if the permissions model is ``SERVICE_MANAGED`` .
7269
7426
 
@@ -7274,9 +7431,9 @@ class CfnStackSetProps:
7274
7431
 
7275
7432
  @builtins.property
7276
7433
  def capabilities(self) -> typing.Optional[typing.List[builtins.str]]:
7277
- '''The capabilities that are allowed in the stack set.
7434
+ '''The capabilities that are allowed in the StackSet.
7278
7435
 
7279
- Some stack set templates might include resources that can affect permissions in your AWS account —for example, by creating new IAM users. For more information, see `Acknowledging IAM resources in CloudFormation templates <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/control-access-with-iam.html#using-iam-capabilities>`_ in the *AWS CloudFormation User Guide* .
7436
+ Some StackSet templates might include resources that can affect permissions in your AWS account —for example, by creating new IAM users. For more information, see `Acknowledging IAM resources in CloudFormation templates <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/control-access-with-iam.html#using-iam-capabilities>`_ in the *AWS CloudFormation User Guide* .
7280
7437
 
7281
7438
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stackset.html#cfn-cloudformation-stackset-capabilities
7282
7439
  '''
@@ -7285,7 +7442,7 @@ class CfnStackSetProps:
7285
7442
 
7286
7443
  @builtins.property
7287
7444
  def description(self) -> typing.Optional[builtins.str]:
7288
- '''A description of the stack set.
7445
+ '''A description of the StackSet.
7289
7446
 
7290
7447
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stackset.html#cfn-cloudformation-stackset-description
7291
7448
  '''
@@ -7294,9 +7451,9 @@ class CfnStackSetProps:
7294
7451
 
7295
7452
  @builtins.property
7296
7453
  def execution_role_name(self) -> typing.Optional[builtins.str]:
7297
- '''The name of the IAM execution role to use to create the stack set.
7454
+ '''The name of the IAM execution role to use to create the StackSet.
7298
7455
 
7299
- If you don't specify an execution role, CloudFormation uses the ``AWSCloudFormationStackSetExecutionRole`` role for the stack set operation.
7456
+ If you don't specify an execution role, CloudFormation uses the ``AWSCloudFormationStackSetExecutionRole`` role for the StackSet operation.
7300
7457
 
7301
7458
  Valid only if the permissions model is ``SELF_MANAGED`` .
7302
7459
 
@@ -7316,7 +7473,7 @@ class CfnStackSetProps:
7316
7473
 
7317
7474
  If there are already running or queued operations, StackSets queues all incoming operations even if they are non-conflicting.
7318
7475
 
7319
- You can't modify your stack set's execution configuration while there are running or queued operations for that stack set.
7476
+ You can't modify your StackSet's execution configuration while there are running or queued operations for that StackSet.
7320
7477
 
7321
7478
  When inactive (default), StackSets performs one operation at a time in request order.
7322
7479
 
@@ -7329,7 +7486,7 @@ class CfnStackSetProps:
7329
7486
  def operation_preferences(
7330
7487
  self,
7331
7488
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnStackSet.OperationPreferencesProperty]]:
7332
- '''The user-specified preferences for how CloudFormation performs a stack set operation.
7489
+ '''The user-specified preferences for how CloudFormation performs a StackSet operation.
7333
7490
 
7334
7491
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stackset.html#cfn-cloudformation-stackset-operationpreferences
7335
7492
  '''
@@ -7340,7 +7497,7 @@ class CfnStackSetProps:
7340
7497
  def parameters(
7341
7498
  self,
7342
7499
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnStackSet.ParameterProperty]]]]:
7343
- '''The input parameters for the stack set template.
7500
+ '''The input parameters for the StackSet template.
7344
7501
 
7345
7502
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stackset.html#cfn-cloudformation-stackset-parameters
7346
7503
  '''
@@ -7375,7 +7532,7 @@ class CfnStackSetProps:
7375
7532
  def template_body(self) -> typing.Optional[builtins.str]:
7376
7533
  '''The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200 bytes.
7377
7534
 
7378
- You must include either ``TemplateURL`` or ``TemplateBody`` in a StackSet, but you can't use both. Dynamic references in the ``TemplateBody`` may not work correctly in all cases. It's recommended to pass templates containing dynamic references through ``TemplateUrl`` instead.
7535
+ You must include either ``TemplateURL`` or ``TemplateBody`` in a StackSet, but you can't use both. Dynamic references in the ``TemplateBody`` may not work correctly in all cases. It's recommended to pass templates that contain dynamic references through ``TemplateUrl`` instead.
7379
7536
 
7380
7537
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stackset.html#cfn-cloudformation-stackset-templatebody
7381
7538
  '''
@@ -7384,7 +7541,7 @@ class CfnStackSetProps:
7384
7541
 
7385
7542
  @builtins.property
7386
7543
  def template_url(self) -> typing.Optional[builtins.str]:
7387
- '''The URL of a file containing the template body.
7544
+ '''The URL of a file that contains the template body.
7388
7545
 
7389
7546
  The URL must point to a template (max size: 1 MB) that's located in an Amazon S3 bucket or a Systems Manager document. The location for an Amazon S3 bucket must start with ``https://`` .
7390
7547
 
@@ -7407,7 +7564,7 @@ class CfnStackSetProps:
7407
7564
  )
7408
7565
 
7409
7566
 
7410
- @jsii.implements(_IInspectable_c2943556)
7567
+ @jsii.implements(_IInspectable_c2943556, _ITypeActivationRef_95db49a7)
7411
7568
  class CfnTypeActivation(
7412
7569
  _CfnResource_9df397a6,
7413
7570
  metaclass=jsii.JSIIMeta,
@@ -7460,7 +7617,8 @@ class CfnTypeActivation(
7460
7617
  type_name_alias: typing.Optional[builtins.str] = None,
7461
7618
  version_bump: typing.Optional[builtins.str] = None,
7462
7619
  ) -> None:
7463
- '''
7620
+ '''Create a new ``AWS::CloudFormation::TypeActivation``.
7621
+
7464
7622
  :param scope: Scope in which this resource is defined.
7465
7623
  :param id: Construct identifier for this resource (unique in its scope).
7466
7624
  :param auto_update: Whether to automatically update the extension in this account and Region when a new *minor* version is published by the extension publisher. Major versions released by the publisher must be manually updated. The default is ``true`` .
@@ -7471,7 +7629,7 @@ class CfnTypeActivation(
7471
7629
  :param publisher_id: The ID of the extension publisher. Conditional: You must specify ``PublicTypeArn`` , or ``TypeName`` , ``Type`` , and ``PublisherId`` .
7472
7630
  :param type: The extension type. Conditional: You must specify ``PublicTypeArn`` , or ``TypeName`` , ``Type`` , and ``PublisherId`` .
7473
7631
  :param type_name: The name of the extension. Conditional: You must specify ``PublicTypeArn`` , or ``TypeName`` , ``Type`` , and ``PublisherId`` .
7474
- :param type_name_alias: An alias to assign to the public extension, in this account and Region. If you specify an alias for the extension, CloudFormation treats the alias as the extension type name within this account and Region. You must use the alias to refer to the extension in your templates, API calls, and CloudFormation console. An extension alias must be unique within a given account and Region. You can activate the same public resource multiple times in the same account and Region, using different type name aliases.
7632
+ :param type_name_alias: An alias to assign to the public extension in this account and Region. If you specify an alias for the extension, CloudFormation treats the alias as the extension type name within this account and Region. You must use the alias to refer to the extension in your templates, API calls, and CloudFormation console. An extension alias must be unique within a given account and Region. You can activate the same public resource multiple times in the same account and Region, using different type name aliases.
7475
7633
  :param version_bump: Manually updates a previously-activated type to a new major or minor version, if available. You can also use this parameter to update the value of ``AutoUpdate`` . - ``MAJOR`` : CloudFormation updates the extension to the newest major version, if one is available. - ``MINOR`` : CloudFormation updates the extension to the newest minor version, if one is available.
7476
7634
  '''
7477
7635
  if __debug__:
@@ -7526,7 +7684,7 @@ class CfnTypeActivation(
7526
7684
  @builtins.property
7527
7685
  @jsii.member(jsii_name="attrArn")
7528
7686
  def attr_arn(self) -> builtins.str:
7529
- '''The Amazon Resource Name (ARN) of the activated extension, in this account and Region.
7687
+ '''The Amazon Resource Name (ARN) of the activated extension in this account and Region.
7530
7688
 
7531
7689
  :cloudformationAttribute: Arn
7532
7690
  '''
@@ -7537,6 +7695,12 @@ class CfnTypeActivation(
7537
7695
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
7538
7696
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
7539
7697
 
7698
+ @builtins.property
7699
+ @jsii.member(jsii_name="typeActivationRef")
7700
+ def type_activation_ref(self) -> _TypeActivationReference_03c77595:
7701
+ '''A reference to a TypeActivation resource.'''
7702
+ return typing.cast(_TypeActivationReference_03c77595, jsii.get(self, "typeActivationRef"))
7703
+
7540
7704
  @builtins.property
7541
7705
  @jsii.member(jsii_name="autoUpdate")
7542
7706
  def auto_update(
@@ -7654,7 +7818,7 @@ class CfnTypeActivation(
7654
7818
  @builtins.property
7655
7819
  @jsii.member(jsii_name="typeNameAlias")
7656
7820
  def type_name_alias(self) -> typing.Optional[builtins.str]:
7657
- '''An alias to assign to the public extension, in this account and Region.'''
7821
+ '''An alias to assign to the public extension in this account and Region.'''
7658
7822
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "typeNameAlias"))
7659
7823
 
7660
7824
  @type_name_alias.setter
@@ -7789,7 +7953,7 @@ class CfnTypeActivationProps:
7789
7953
  :param publisher_id: The ID of the extension publisher. Conditional: You must specify ``PublicTypeArn`` , or ``TypeName`` , ``Type`` , and ``PublisherId`` .
7790
7954
  :param type: The extension type. Conditional: You must specify ``PublicTypeArn`` , or ``TypeName`` , ``Type`` , and ``PublisherId`` .
7791
7955
  :param type_name: The name of the extension. Conditional: You must specify ``PublicTypeArn`` , or ``TypeName`` , ``Type`` , and ``PublisherId`` .
7792
- :param type_name_alias: An alias to assign to the public extension, in this account and Region. If you specify an alias for the extension, CloudFormation treats the alias as the extension type name within this account and Region. You must use the alias to refer to the extension in your templates, API calls, and CloudFormation console. An extension alias must be unique within a given account and Region. You can activate the same public resource multiple times in the same account and Region, using different type name aliases.
7956
+ :param type_name_alias: An alias to assign to the public extension in this account and Region. If you specify an alias for the extension, CloudFormation treats the alias as the extension type name within this account and Region. You must use the alias to refer to the extension in your templates, API calls, and CloudFormation console. An extension alias must be unique within a given account and Region. You can activate the same public resource multiple times in the same account and Region, using different type name aliases.
7793
7957
  :param version_bump: Manually updates a previously-activated type to a new major or minor version, if available. You can also use this parameter to update the value of ``AutoUpdate`` . - ``MAJOR`` : CloudFormation updates the extension to the newest major version, if one is available. - ``MINOR`` : CloudFormation updates the extension to the newest minor version, if one is available.
7794
7958
 
7795
7959
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-typeactivation.html
@@ -7945,7 +8109,7 @@ class CfnTypeActivationProps:
7945
8109
 
7946
8110
  @builtins.property
7947
8111
  def type_name_alias(self) -> typing.Optional[builtins.str]:
7948
- '''An alias to assign to the public extension, in this account and Region.
8112
+ '''An alias to assign to the public extension in this account and Region.
7949
8113
 
7950
8114
  If you specify an alias for the extension, CloudFormation treats the alias as the extension type name within this account and Region. You must use the alias to refer to the extension in your templates, API calls, and CloudFormation console.
7951
8115
 
@@ -7982,7 +8146,7 @@ class CfnTypeActivationProps:
7982
8146
  )
7983
8147
 
7984
8148
 
7985
- @jsii.implements(_IInspectable_c2943556)
8149
+ @jsii.implements(_IInspectable_c2943556, _IWaitConditionRef_5bc95657)
7986
8150
  class CfnWaitCondition(
7987
8151
  _CfnResource_9df397a6,
7988
8152
  metaclass=jsii.JSIIMeta,
@@ -7990,7 +8154,7 @@ class CfnWaitCondition(
7990
8154
  ):
7991
8155
  '''The ``AWS::CloudFormation::WaitCondition`` resource provides a way to coordinate stack resource creation with configuration actions that are external to the stack creation or to track the status of a configuration process.
7992
8156
 
7993
- In these situations, we recommend that you associate a ``CreationPolicy`` attribute with the wait condition instead of using a wait condition handle. For more information and an example, see `CreationPolicy attribute <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-creationpolicy.html>`_ in the *AWS CloudFormation User Guide* . If you use a ``CreationPolicy`` with a wait condition, don't specify any of the wait condition's properties.
8157
+ In these situations, we recommend that you associate a ``CreationPolicy`` attribute with the wait condition instead of using a wait condition handle. For more information and an example, see `CreationPolicy attribute <https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-attribute-creationpolicy.html>`_ in the *AWS CloudFormation User Guide* . If you use a ``CreationPolicy`` with a wait condition, don't specify any of the wait condition's properties.
7994
8158
  .. epigraph::
7995
8159
 
7996
8160
  If you use AWS PrivateLink , resources in the VPC that respond to wait conditions must have access to CloudFormation , specific Amazon S3 buckets. Resources must send wait condition responses to a presigned Amazon S3 URL. If they can't send responses to Amazon S3 , CloudFormation won't receive a response and the stack operation fails. For more information, see `Access CloudFormation using an interface endpoint ( AWS PrivateLink ) <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/vpc-interface-endpoints.html>`_ in the *AWS CloudFormation User Guide* . > For Amazon EC2 and Auto Scaling resources, we recommend that you use a ``CreationPolicy`` attribute instead of wait conditions. Add a ``CreationPolicy`` attribute to those resources, and use the ``cfn-signal`` helper script to signal when an instance creation process has completed successfully.
@@ -8021,11 +8185,12 @@ class CfnWaitCondition(
8021
8185
  handle: typing.Optional[builtins.str] = None,
8022
8186
  timeout: typing.Optional[builtins.str] = None,
8023
8187
  ) -> None:
8024
- '''
8188
+ '''Create a new ``AWS::CloudFormation::WaitCondition``.
8189
+
8025
8190
  :param scope: Scope in which this resource is defined.
8026
8191
  :param id: Construct identifier for this resource (unique in its scope).
8027
8192
  :param count: The number of success signals that CloudFormation must receive before it continues the stack creation process. When the wait condition receives the requisite number of success signals, CloudFormation resumes the creation of the stack. If the wait condition doesn't receive the specified number of success signals before the Timeout period expires, CloudFormation assumes that the wait condition has failed and rolls the stack back. Updates aren't supported.
8028
- :param handle: A reference to the wait condition handle used to signal this wait condition. Use the ``Ref`` intrinsic function to specify an `AWS::CloudFormation::WaitConditionHandle <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-waitconditionhandle.html>`_ resource. Anytime you add a ``WaitCondition`` resource during a stack update, you must associate the wait condition with a new WaitConditionHandle resource. Don't reuse an old wait condition handle that has already been defined in the template. If you reuse a wait condition handle, the wait condition might evaluate old signals from a previous create or update stack command. Updates aren't supported.
8193
+ :param handle: A reference to the wait condition handle used to signal this wait condition. Use the ``Ref`` intrinsic function to specify an `AWS::CloudFormation::WaitConditionHandle <https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-cloudformation-waitconditionhandle.html>`_ resource. Anytime you add a ``WaitCondition`` resource during a stack update, you must associate the wait condition with a new WaitConditionHandle resource. Don't reuse an old wait condition handle that has already been defined in the template. If you reuse a wait condition handle, the wait condition might evaluate old signals from a previous create or update stack command. Updates aren't supported.
8029
8194
  :param timeout: The length of time (in seconds) to wait for the number of signals that the ``Count`` property specifies. ``Timeout`` is a minimum-bound property, meaning the timeout occurs no sooner than the time you specify, but can occur shortly thereafter. The maximum time that can be specified for this property is 12 hours (43200 seconds). Updates aren't supported.
8030
8195
  '''
8031
8196
  if __debug__:
@@ -8077,7 +8242,8 @@ class CfnWaitCondition(
8077
8242
  @builtins.property
8078
8243
  @jsii.member(jsii_name="attrId")
8079
8244
  def attr_id(self) -> builtins.str:
8080
- '''
8245
+ '''Returns a unique identifier for the resource.
8246
+
8081
8247
  :cloudformationAttribute: Id
8082
8248
  '''
8083
8249
  return typing.cast(builtins.str, jsii.get(self, "attrId"))
@@ -8087,6 +8253,12 @@ class CfnWaitCondition(
8087
8253
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
8088
8254
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
8089
8255
 
8256
+ @builtins.property
8257
+ @jsii.member(jsii_name="waitConditionRef")
8258
+ def wait_condition_ref(self) -> _WaitConditionReference_e2d94a43:
8259
+ '''A reference to a WaitCondition resource.'''
8260
+ return typing.cast(_WaitConditionReference_e2d94a43, jsii.get(self, "waitConditionRef"))
8261
+
8090
8262
  @builtins.property
8091
8263
  @jsii.member(jsii_name="count")
8092
8264
  def count(self) -> typing.Optional[jsii.Number]:
@@ -8127,7 +8299,7 @@ class CfnWaitCondition(
8127
8299
  jsii.set(self, "timeout", value) # pyright: ignore[reportArgumentType]
8128
8300
 
8129
8301
 
8130
- @jsii.implements(_IInspectable_c2943556)
8302
+ @jsii.implements(_IInspectable_c2943556, _IWaitConditionHandleRef_6fbe7b4b)
8131
8303
  class CfnWaitConditionHandle(
8132
8304
  _CfnResource_9df397a6,
8133
8305
  metaclass=jsii.JSIIMeta,
@@ -8157,7 +8329,8 @@ class CfnWaitConditionHandle(
8157
8329
  '''
8158
8330
 
8159
8331
  def __init__(self, scope: _constructs_77d1e7e8.Construct, id: builtins.str) -> None:
8160
- '''
8332
+ '''Create a new ``AWS::CloudFormation::WaitConditionHandle``.
8333
+
8161
8334
  :param scope: Scope in which this resource is defined.
8162
8335
  :param id: Construct identifier for this resource (unique in its scope).
8163
8336
  '''
@@ -8202,7 +8375,7 @@ class CfnWaitConditionHandle(
8202
8375
  @builtins.property
8203
8376
  @jsii.member(jsii_name="attrId")
8204
8377
  def attr_id(self) -> builtins.str:
8205
- '''A unique identifier for the resource.
8378
+ '''Returns a unique identifier for the resource.
8206
8379
 
8207
8380
  :cloudformationAttribute: Id
8208
8381
  '''
@@ -8213,6 +8386,12 @@ class CfnWaitConditionHandle(
8213
8386
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
8214
8387
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
8215
8388
 
8389
+ @builtins.property
8390
+ @jsii.member(jsii_name="waitConditionHandleRef")
8391
+ def wait_condition_handle_ref(self) -> _WaitConditionHandleReference_ba26e35b:
8392
+ '''A reference to a WaitConditionHandle resource.'''
8393
+ return typing.cast(_WaitConditionHandleReference_ba26e35b, jsii.get(self, "waitConditionHandleRef"))
8394
+
8216
8395
 
8217
8396
  @jsii.data_type(
8218
8397
  jsii_type="aws-cdk-lib.aws_cloudformation.CfnWaitConditionHandleProps",
@@ -8264,7 +8443,7 @@ class CfnWaitConditionProps:
8264
8443
  '''Properties for defining a ``CfnWaitCondition``.
8265
8444
 
8266
8445
  :param count: The number of success signals that CloudFormation must receive before it continues the stack creation process. When the wait condition receives the requisite number of success signals, CloudFormation resumes the creation of the stack. If the wait condition doesn't receive the specified number of success signals before the Timeout period expires, CloudFormation assumes that the wait condition has failed and rolls the stack back. Updates aren't supported.
8267
- :param handle: A reference to the wait condition handle used to signal this wait condition. Use the ``Ref`` intrinsic function to specify an `AWS::CloudFormation::WaitConditionHandle <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-waitconditionhandle.html>`_ resource. Anytime you add a ``WaitCondition`` resource during a stack update, you must associate the wait condition with a new WaitConditionHandle resource. Don't reuse an old wait condition handle that has already been defined in the template. If you reuse a wait condition handle, the wait condition might evaluate old signals from a previous create or update stack command. Updates aren't supported.
8446
+ :param handle: A reference to the wait condition handle used to signal this wait condition. Use the ``Ref`` intrinsic function to specify an `AWS::CloudFormation::WaitConditionHandle <https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-cloudformation-waitconditionhandle.html>`_ resource. Anytime you add a ``WaitCondition`` resource during a stack update, you must associate the wait condition with a new WaitConditionHandle resource. Don't reuse an old wait condition handle that has already been defined in the template. If you reuse a wait condition handle, the wait condition might evaluate old signals from a previous create or update stack command. Updates aren't supported.
8268
8447
  :param timeout: The length of time (in seconds) to wait for the number of signals that the ``Count`` property specifies. ``Timeout`` is a minimum-bound property, meaning the timeout occurs no sooner than the time you specify, but can occur shortly thereafter. The maximum time that can be specified for this property is 12 hours (43200 seconds). Updates aren't supported.
8269
8448
 
8270
8449
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-waitcondition.html
@@ -8312,7 +8491,7 @@ class CfnWaitConditionProps:
8312
8491
  def handle(self) -> typing.Optional[builtins.str]:
8313
8492
  '''A reference to the wait condition handle used to signal this wait condition.
8314
8493
 
8315
- Use the ``Ref`` intrinsic function to specify an `AWS::CloudFormation::WaitConditionHandle <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-waitconditionhandle.html>`_ resource.
8494
+ Use the ``Ref`` intrinsic function to specify an `AWS::CloudFormation::WaitConditionHandle <https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-cloudformation-waitconditionhandle.html>`_ resource.
8316
8495
 
8317
8496
  Anytime you add a ``WaitCondition`` resource during a stack update, you must associate the wait condition with a new WaitConditionHandle resource. Don't reuse an old wait condition handle that has already been defined in the template. If you reuse a wait condition handle, the wait condition might evaluate old signals from a previous create or update stack command.
8318
8497