aws-cdk-lib 2.195.0__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 (572) hide show
  1. aws_cdk/__init__.py +1806 -417
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.195.0.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 +1245 -215
  12. aws_cdk/aws_apigatewayv2/__init__.py +3890 -476
  13. aws_cdk/aws_apigatewayv2_integrations/__init__.py +94 -16
  14. aws_cdk/aws_appconfig/__init__.py +618 -91
  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 +75 -10
  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 +136 -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 +350 -94
  24. aws_cdk/aws_apptest/__init__.py +71 -2
  25. aws_cdk/aws_aps/__init__.py +2188 -94
  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 +165 -60
  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 +370 -42
  35. aws_cdk/aws_backupgateway/__init__.py +13 -2
  36. aws_cdk/aws_batch/__init__.py +1462 -163
  37. aws_cdk/aws_bcmdataexports/__init__.py +21 -2
  38. aws_cdk/aws_bedrock/__init__.py +7867 -727
  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 +611 -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 +258 -32
  45. aws_cdk/aws_chatbot/__init__.py +76 -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 +362 -189
  50. aws_cdk/aws_cloudfront/__init__.py +2188 -674
  51. aws_cdk/aws_cloudfront/experimental/__init__.py +114 -16
  52. aws_cdk/aws_cloudfront_origins/__init__.py +615 -74
  53. aws_cdk/aws_cloudtrail/__init__.py +311 -21
  54. aws_cdk/aws_cloudwatch/__init__.py +3093 -1038
  55. aws_cdk/aws_cloudwatch_actions/__init__.py +75 -1
  56. aws_cdk/aws_codeartifact/__init__.py +35 -6
  57. aws_cdk/aws_codebuild/__init__.py +1303 -135
  58. aws_cdk/aws_codecommit/__init__.py +29 -9
  59. aws_cdk/aws_codeconnections/__init__.py +13 -2
  60. aws_cdk/aws_codedeploy/__init__.py +130 -6
  61. aws_cdk/aws_codeguruprofiler/__init__.py +80 -2
  62. aws_cdk/aws_codegurureviewer/__init__.py +13 -2
  63. aws_cdk/aws_codepipeline/__init__.py +177 -71
  64. aws_cdk/aws_codepipeline_actions/__init__.py +753 -4
  65. aws_cdk/aws_codestar/__init__.py +13 -2
  66. aws_cdk/aws_codestarconnections/__init__.py +35 -6
  67. aws_cdk/aws_codestarnotifications/__init__.py +22 -2
  68. aws_cdk/aws_cognito/__init__.py +905 -92
  69. aws_cdk/aws_cognito_identitypool/__init__.py +23 -12
  70. aws_cdk/aws_comprehend/__init__.py +24 -4
  71. aws_cdk/aws_config/__init__.py +227 -30
  72. aws_cdk/aws_connect/__init__.py +2736 -191
  73. aws_cdk/aws_connectcampaigns/__init__.py +13 -2
  74. aws_cdk/aws_connectcampaignsv2/__init__.py +268 -6
  75. aws_cdk/aws_controltower/__init__.py +35 -6
  76. aws_cdk/aws_cur/__init__.py +100 -4
  77. aws_cdk/aws_customerprofiles/__init__.py +617 -27
  78. aws_cdk/aws_databrew/__init__.py +68 -12
  79. aws_cdk/aws_datapipeline/__init__.py +42 -2
  80. aws_cdk/aws_datasync/__init__.py +1514 -977
  81. aws_cdk/aws_datazone/__init__.py +7426 -1763
  82. aws_cdk/aws_dax/__init__.py +83 -6
  83. aws_cdk/aws_deadline/__init__.py +511 -36
  84. aws_cdk/aws_detective/__init__.py +35 -6
  85. aws_cdk/aws_devicefarm/__init__.py +68 -12
  86. aws_cdk/aws_devopsguru/__init__.py +37 -6
  87. aws_cdk/aws_directoryservice/__init__.py +53 -4
  88. aws_cdk/aws_dlm/__init__.py +13 -2
  89. aws_cdk/aws_dms/__init__.py +184 -27
  90. aws_cdk/aws_docdb/__init__.py +350 -49
  91. aws_cdk/aws_docdbelastic/__init__.py +13 -2
  92. aws_cdk/aws_dsql/__init__.py +386 -16
  93. aws_cdk/aws_dynamodb/__init__.py +1479 -170
  94. aws_cdk/aws_ec2/__init__.py +10465 -1335
  95. aws_cdk/aws_ecr/__init__.py +637 -43
  96. aws_cdk/aws_ecr_assets/__init__.py +10 -0
  97. aws_cdk/aws_ecs/__init__.py +6629 -490
  98. aws_cdk/aws_ecs_patterns/__init__.py +124 -12
  99. aws_cdk/aws_efs/__init__.py +276 -24
  100. aws_cdk/aws_eks/__init__.py +1132 -227
  101. aws_cdk/aws_elasticache/__init__.py +378 -25
  102. aws_cdk/aws_elasticbeanstalk/__init__.py +75 -8
  103. aws_cdk/aws_elasticloadbalancing/__init__.py +22 -2
  104. aws_cdk/aws_elasticloadbalancingv2/__init__.py +1796 -123
  105. aws_cdk/aws_elasticsearch/__init__.py +291 -9
  106. aws_cdk/aws_emr/__init__.py +219 -18
  107. aws_cdk/aws_emrcontainers/__init__.py +71 -2
  108. aws_cdk/aws_emrserverless/__init__.py +188 -3
  109. aws_cdk/aws_entityresolution/__init__.py +585 -58
  110. aws_cdk/aws_events/__init__.py +1007 -126
  111. aws_cdk/aws_events_targets/__init__.py +398 -65
  112. aws_cdk/aws_eventschemas/__init__.py +46 -8
  113. aws_cdk/aws_evidently/__init__.py +57 -10
  114. aws_cdk/aws_evs/__init__.py +2244 -0
  115. aws_cdk/aws_finspace/__init__.py +71 -2
  116. aws_cdk/aws_fis/__init__.py +26 -4
  117. aws_cdk/aws_fms/__init__.py +35 -6
  118. aws_cdk/aws_forecast/__init__.py +24 -4
  119. aws_cdk/aws_frauddetector/__init__.py +79 -14
  120. aws_cdk/aws_fsx/__init__.py +1349 -127
  121. aws_cdk/aws_gamelift/__init__.py +755 -94
  122. aws_cdk/aws_gameliftstreams/__init__.py +44 -22
  123. aws_cdk/aws_globalaccelerator/__init__.py +73 -14
  124. aws_cdk/aws_glue/__init__.py +1455 -378
  125. aws_cdk/aws_grafana/__init__.py +13 -2
  126. aws_cdk/aws_greengrass/__init__.py +654 -32
  127. aws_cdk/aws_greengrassv2/__init__.py +53 -4
  128. aws_cdk/aws_groundstation/__init__.py +122 -6
  129. aws_cdk/aws_guardduty/__init__.py +1613 -123
  130. aws_cdk/aws_healthimaging/__init__.py +71 -2
  131. aws_cdk/aws_healthlake/__init__.py +42 -2
  132. aws_cdk/aws_iam/__init__.py +921 -141
  133. aws_cdk/aws_identitystore/__init__.py +24 -4
  134. aws_cdk/aws_imagebuilder/__init__.py +1454 -199
  135. aws_cdk/aws_inspector/__init__.py +44 -6
  136. aws_cdk/aws_inspectorv2/__init__.py +2285 -243
  137. aws_cdk/aws_internetmonitor/__init__.py +71 -2
  138. aws_cdk/aws_invoicing/__init__.py +13 -2
  139. aws_cdk/aws_iot/__init__.py +1760 -64
  140. aws_cdk/aws_iotanalytics/__init__.py +162 -8
  141. aws_cdk/aws_iotcoredeviceadvisor/__init__.py +106 -40
  142. aws_cdk/aws_iotevents/__init__.py +122 -6
  143. aws_cdk/aws_iotfleethub/__init__.py +71 -2
  144. aws_cdk/aws_iotfleetwise/__init__.py +195 -14
  145. aws_cdk/aws_iotsitewise/__init__.py +1837 -89
  146. aws_cdk/aws_iotthingsgraph/__init__.py +13 -2
  147. aws_cdk/aws_iottwinmaker/__init__.py +115 -10
  148. aws_cdk/aws_iotwireless/__init__.py +649 -22
  149. aws_cdk/aws_ivs/__init__.py +561 -57
  150. aws_cdk/aws_ivschat/__init__.py +24 -4
  151. aws_cdk/aws_kafkaconnect/__init__.py +35 -6
  152. aws_cdk/aws_kendra/__init__.py +120 -28
  153. aws_cdk/aws_kendraranking/__init__.py +13 -2
  154. aws_cdk/aws_kinesis/__init__.py +641 -23
  155. aws_cdk/aws_kinesisanalytics/__init__.py +467 -96
  156. aws_cdk/aws_kinesisanalyticsv2/__init__.py +207 -19
  157. aws_cdk/aws_kinesisfirehose/__init__.py +3087 -295
  158. aws_cdk/aws_kinesisvideo/__init__.py +24 -4
  159. aws_cdk/aws_kms/__init__.py +204 -45
  160. aws_cdk/aws_lakeformation/__init__.py +80 -15
  161. aws_cdk/aws_lambda/__init__.py +2236 -297
  162. aws_cdk/aws_lambda_event_sources/__init__.py +638 -1
  163. aws_cdk/aws_lambda_nodejs/__init__.py +63 -24
  164. aws_cdk/aws_launchwizard/__init__.py +13 -2
  165. aws_cdk/aws_lex/__init__.py +2162 -212
  166. aws_cdk/aws_licensemanager/__init__.py +24 -4
  167. aws_cdk/aws_lightsail/__init__.py +2958 -1322
  168. aws_cdk/aws_location/__init__.py +618 -14
  169. aws_cdk/aws_logs/__init__.py +6014 -923
  170. aws_cdk/aws_lookoutequipment/__init__.py +13 -2
  171. aws_cdk/aws_lookoutmetrics/__init__.py +38 -6
  172. aws_cdk/aws_lookoutvision/__init__.py +71 -2
  173. aws_cdk/aws_m2/__init__.py +94 -19
  174. aws_cdk/aws_macie/__init__.py +49 -11
  175. aws_cdk/aws_managedblockchain/__init__.py +180 -6
  176. aws_cdk/aws_mediaconnect/__init__.py +101 -18
  177. aws_cdk/aws_mediaconvert/__init__.py +35 -6
  178. aws_cdk/aws_medialive/__init__.py +1938 -532
  179. aws_cdk/aws_mediapackage/__init__.py +59 -12
  180. aws_cdk/aws_mediapackagev2/__init__.py +1616 -233
  181. aws_cdk/aws_mediastore/__init__.py +13 -2
  182. aws_cdk/aws_mediatailor/__init__.py +583 -12
  183. aws_cdk/aws_memorydb/__init__.py +271 -12
  184. aws_cdk/aws_mpa/__init__.py +1495 -0
  185. aws_cdk/aws_msk/__init__.py +108 -22
  186. aws_cdk/aws_mwaa/__init__.py +121 -9
  187. aws_cdk/aws_neptune/__init__.py +290 -78
  188. aws_cdk/aws_neptunegraph/__init__.py +24 -4
  189. aws_cdk/aws_networkfirewall/__init__.py +1184 -164
  190. aws_cdk/aws_networkmanager/__init__.py +349 -33
  191. aws_cdk/aws_nimblestudio/__init__.py +283 -408
  192. aws_cdk/aws_notifications/__init__.py +317 -12
  193. aws_cdk/aws_notificationscontacts/__init__.py +13 -2
  194. aws_cdk/aws_oam/__init__.py +24 -4
  195. aws_cdk/aws_observabilityadmin/__init__.py +2561 -0
  196. aws_cdk/aws_odb/__init__.py +5872 -0
  197. aws_cdk/aws_omics/__init__.py +2967 -162
  198. aws_cdk/aws_opensearchserverless/__init__.py +312 -37
  199. aws_cdk/aws_opensearchservice/__init__.py +501 -19
  200. aws_cdk/aws_opsworks/__init__.py +235 -139
  201. aws_cdk/aws_opsworkscm/__init__.py +16 -52
  202. aws_cdk/aws_organizations/__init__.py +70 -10
  203. aws_cdk/aws_osis/__init__.py +167 -2
  204. aws_cdk/aws_panorama/__init__.py +181 -9
  205. aws_cdk/aws_paymentcryptography/__init__.py +24 -4
  206. aws_cdk/aws_pcaconnectorad/__init__.py +59 -10
  207. aws_cdk/aws_pcaconnectorscep/__init__.py +24 -4
  208. aws_cdk/aws_pcs/__init__.py +516 -64
  209. aws_cdk/aws_personalize/__init__.py +46 -8
  210. aws_cdk/aws_pinpoint/__init__.py +329 -38
  211. aws_cdk/aws_pinpointemail/__init__.py +48 -8
  212. aws_cdk/aws_pipes/__init__.py +12 -2
  213. aws_cdk/aws_proton/__init__.py +37 -6
  214. aws_cdk/aws_qbusiness/__init__.py +635 -34
  215. aws_cdk/aws_qldb/__init__.py +24 -4
  216. aws_cdk/aws_quicksight/__init__.py +7900 -1160
  217. aws_cdk/aws_ram/__init__.py +24 -4
  218. aws_cdk/aws_rbin/__init__.py +12 -2
  219. aws_cdk/aws_rds/__init__.py +3721 -573
  220. aws_cdk/aws_redshift/__init__.py +143 -20
  221. aws_cdk/aws_redshiftserverless/__init__.py +699 -11
  222. aws_cdk/aws_refactorspaces/__init__.py +64 -14
  223. aws_cdk/aws_rekognition/__init__.py +93 -6
  224. aws_cdk/aws_resiliencehub/__init__.py +24 -4
  225. aws_cdk/aws_resourceexplorer2/__init__.py +35 -6
  226. aws_cdk/aws_resourcegroups/__init__.py +82 -4
  227. aws_cdk/aws_robomaker/__init__.py +72 -12
  228. aws_cdk/aws_rolesanywhere/__init__.py +194 -19
  229. aws_cdk/aws_route53/__init__.py +3965 -1436
  230. aws_cdk/aws_route53_targets/__init__.py +3 -0
  231. aws_cdk/aws_route53profiles/__init__.py +37 -6
  232. aws_cdk/aws_route53recoverycontrol/__init__.py +46 -8
  233. aws_cdk/aws_route53recoveryreadiness/__init__.py +104 -8
  234. aws_cdk/aws_route53resolver/__init__.py +189 -40
  235. aws_cdk/aws_rtbfabric/__init__.py +3498 -0
  236. aws_cdk/aws_rum/__init__.py +13 -2
  237. aws_cdk/aws_s3/__init__.py +1742 -221
  238. aws_cdk/aws_s3_assets/__init__.py +11 -11
  239. aws_cdk/aws_s3_deployment/__init__.py +153 -11
  240. aws_cdk/aws_s3_notifications/__init__.py +7 -7
  241. aws_cdk/aws_s3express/__init__.py +1053 -6
  242. aws_cdk/aws_s3objectlambda/__init__.py +68 -16
  243. aws_cdk/aws_s3outposts/__init__.py +46 -8
  244. aws_cdk/aws_s3tables/__init__.py +2000 -323
  245. aws_cdk/aws_s3vectors/__init__.py +1378 -0
  246. aws_cdk/aws_sagemaker/__init__.py +6848 -373
  247. aws_cdk/aws_sam/__init__.py +79 -14
  248. aws_cdk/aws_scheduler/__init__.py +249 -4
  249. aws_cdk/aws_sdb/__init__.py +12 -2
  250. aws_cdk/aws_secretsmanager/__init__.py +194 -14
  251. aws_cdk/aws_securityhub/__init__.py +3121 -176
  252. aws_cdk/aws_securitylake/__init__.py +46 -8
  253. aws_cdk/aws_servicecatalog/__init__.py +429 -246
  254. aws_cdk/aws_servicecatalogappregistry/__init__.py +164 -8
  255. aws_cdk/aws_servicediscovery/__init__.py +188 -47
  256. aws_cdk/aws_ses/__init__.py +2265 -369
  257. aws_cdk/aws_shield/__init__.py +46 -8
  258. aws_cdk/aws_signer/__init__.py +33 -4
  259. aws_cdk/aws_simspaceweaver/__init__.py +42 -2
  260. aws_cdk/aws_smsvoice/__init__.py +4716 -0
  261. aws_cdk/aws_sns/__init__.py +263 -29
  262. aws_cdk/aws_sns_subscriptions/__init__.py +265 -2
  263. aws_cdk/aws_sqs/__init__.py +223 -14
  264. aws_cdk/aws_ssm/__init__.py +413 -58
  265. aws_cdk/aws_ssmcontacts/__init__.py +98 -9
  266. aws_cdk/aws_ssmguiconnect/__init__.py +20 -9
  267. aws_cdk/aws_ssmincidents/__init__.py +24 -4
  268. aws_cdk/aws_ssmquicksetup/__init__.py +393 -8
  269. aws_cdk/aws_sso/__init__.py +70 -12
  270. aws_cdk/aws_stepfunctions/__init__.py +823 -94
  271. aws_cdk/aws_stepfunctions_tasks/__init__.py +2323 -150
  272. aws_cdk/aws_supportapp/__init__.py +39 -6
  273. aws_cdk/aws_synthetics/__init__.py +1088 -126
  274. aws_cdk/aws_systemsmanagersap/__init__.py +13 -2
  275. aws_cdk/aws_timestream/__init__.py +104 -8
  276. aws_cdk/aws_transfer/__init__.py +784 -87
  277. aws_cdk/aws_verifiedpermissions/__init__.py +306 -13
  278. aws_cdk/aws_voiceid/__init__.py +54 -5
  279. aws_cdk/aws_vpclattice/__init__.py +589 -231
  280. aws_cdk/aws_waf/__init__.py +79 -14
  281. aws_cdk/aws_wafregional/__init__.py +123 -22
  282. aws_cdk/aws_wafv2/__init__.py +1183 -64
  283. aws_cdk/aws_wisdom/__init__.py +1403 -90
  284. aws_cdk/aws_workspaces/__init__.py +134 -6
  285. aws_cdk/aws_workspacesinstances/__init__.py +3940 -0
  286. aws_cdk/aws_workspacesthinclient/__init__.py +79 -10
  287. aws_cdk/aws_workspacesweb/__init__.py +1057 -141
  288. aws_cdk/aws_xray/__init__.py +48 -8
  289. aws_cdk/cloud_assembly_schema/__init__.py +368 -48
  290. aws_cdk/custom_resources/__init__.py +58 -12
  291. aws_cdk/cx_api/__init__.py +125 -21
  292. aws_cdk/interfaces/__init__.py +739 -0
  293. aws_cdk/interfaces/alexa_ask/__init__.py +146 -0
  294. aws_cdk/interfaces/aws_accessanalyzer/__init__.py +146 -0
  295. aws_cdk/interfaces/aws_acmpca/__init__.py +501 -0
  296. aws_cdk/interfaces/aws_aiops/__init__.py +146 -0
  297. aws_cdk/interfaces/aws_amazonmq/__init__.py +386 -0
  298. aws_cdk/interfaces/aws_amplify/__init__.py +352 -0
  299. aws_cdk/interfaces/aws_amplifyuibuilder/__init__.py +454 -0
  300. aws_cdk/interfaces/aws_apigateway/__init__.py +2486 -0
  301. aws_cdk/interfaces/aws_apigatewayv2/__init__.py +1651 -0
  302. aws_cdk/interfaces/aws_appconfig/__init__.py +1020 -0
  303. aws_cdk/interfaces/aws_appflow/__init__.py +404 -0
  304. aws_cdk/interfaces/aws_appintegrations/__init__.py +396 -0
  305. aws_cdk/interfaces/aws_applicationautoscaling/__init__.py +307 -0
  306. aws_cdk/interfaces/aws_applicationinsights/__init__.py +148 -0
  307. aws_cdk/interfaces/aws_applicationsignals/__init__.py +358 -0
  308. aws_cdk/interfaces/aws_appmesh/__init__.py +888 -0
  309. aws_cdk/interfaces/aws_apprunner/__init__.py +564 -0
  310. aws_cdk/interfaces/aws_appstream/__init__.py +1482 -0
  311. aws_cdk/interfaces/aws_appsync/__init__.py +1326 -0
  312. aws_cdk/interfaces/aws_apptest/__init__.py +163 -0
  313. aws_cdk/interfaces/aws_aps/__init__.py +558 -0
  314. aws_cdk/interfaces/aws_arcregionswitch/__init__.py +146 -0
  315. aws_cdk/interfaces/aws_arczonalshift/__init__.py +273 -0
  316. aws_cdk/interfaces/aws_athena/__init__.py +575 -0
  317. aws_cdk/interfaces/aws_auditmanager/__init__.py +163 -0
  318. aws_cdk/interfaces/aws_autoscaling/__init__.py +705 -0
  319. aws_cdk/interfaces/aws_autoscalingplans/__init__.py +148 -0
  320. aws_cdk/interfaces/aws_b2bi/__init__.py +524 -0
  321. aws_cdk/interfaces/aws_backup/__init__.py +955 -0
  322. aws_cdk/interfaces/aws_backupgateway/__init__.py +146 -0
  323. aws_cdk/interfaces/aws_batch/__init__.py +681 -0
  324. aws_cdk/interfaces/aws_bcmdataexports/__init__.py +146 -0
  325. aws_cdk/interfaces/aws_bedrock/__init__.py +1942 -0
  326. aws_cdk/interfaces/aws_bedrockagentcore/__init__.py +934 -0
  327. aws_cdk/interfaces/aws_billing/__init__.py +146 -0
  328. aws_cdk/interfaces/aws_billingconductor/__init__.py +463 -0
  329. aws_cdk/interfaces/aws_budgets/__init__.py +261 -0
  330. aws_cdk/interfaces/aws_cassandra/__init__.py +381 -0
  331. aws_cdk/interfaces/aws_ce/__init__.py +352 -0
  332. aws_cdk/interfaces/aws_certificatemanager/__init__.py +251 -0
  333. aws_cdk/interfaces/aws_chatbot/__init__.py +366 -0
  334. aws_cdk/interfaces/aws_cleanrooms/__init__.py +1103 -0
  335. aws_cdk/interfaces/aws_cleanroomsml/__init__.py +148 -0
  336. aws_cdk/interfaces/aws_cloud9/__init__.py +166 -0
  337. aws_cdk/interfaces/aws_cloudformation/__init__.py +1919 -0
  338. aws_cdk/interfaces/aws_cloudfront/__init__.py +1998 -0
  339. aws_cdk/interfaces/aws_cloudtrail/__init__.py +570 -0
  340. aws_cdk/interfaces/aws_cloudwatch/__init__.py +733 -0
  341. aws_cdk/interfaces/aws_codeartifact/__init__.py +352 -0
  342. aws_cdk/interfaces/aws_codebuild/__init__.py +487 -0
  343. aws_cdk/interfaces/aws_codecommit/__init__.py +163 -0
  344. aws_cdk/interfaces/aws_codeconnections/__init__.py +146 -0
  345. aws_cdk/interfaces/aws_codedeploy/__init__.py +352 -0
  346. aws_cdk/interfaces/aws_codeguruprofiler/__init__.py +168 -0
  347. aws_cdk/interfaces/aws_codegurureviewer/__init__.py +148 -0
  348. aws_cdk/interfaces/aws_codepipeline/__init__.py +388 -0
  349. aws_cdk/interfaces/aws_codestar/__init__.py +146 -0
  350. aws_cdk/interfaces/aws_codestarconnections/__init__.py +370 -0
  351. aws_cdk/interfaces/aws_codestarnotifications/__init__.py +148 -0
  352. aws_cdk/interfaces/aws_cognito/__init__.py +1929 -0
  353. aws_cdk/interfaces/aws_comprehend/__init__.py +251 -0
  354. aws_cdk/interfaces/aws_config/__init__.py +1165 -0
  355. aws_cdk/interfaces/aws_connect/__init__.py +2949 -0
  356. aws_cdk/interfaces/aws_connectcampaigns/__init__.py +146 -0
  357. aws_cdk/interfaces/aws_connectcampaignsv2/__init__.py +146 -0
  358. aws_cdk/interfaces/aws_controltower/__init__.py +394 -0
  359. aws_cdk/interfaces/aws_cur/__init__.py +146 -0
  360. aws_cdk/interfaces/aws_customerprofiles/__init__.py +915 -0
  361. aws_cdk/interfaces/aws_databrew/__init__.py +661 -0
  362. aws_cdk/interfaces/aws_datapipeline/__init__.py +146 -0
  363. aws_cdk/interfaces/aws_datasync/__init__.py +1384 -0
  364. aws_cdk/interfaces/aws_datazone/__init__.py +2238 -0
  365. aws_cdk/interfaces/aws_dax/__init__.py +364 -0
  366. aws_cdk/interfaces/aws_deadline/__init__.py +1303 -0
  367. aws_cdk/interfaces/aws_detective/__init__.py +364 -0
  368. aws_cdk/interfaces/aws_devicefarm/__init__.py +663 -0
  369. aws_cdk/interfaces/aws_devopsguru/__init__.py +362 -0
  370. aws_cdk/interfaces/aws_directoryservice/__init__.py +251 -0
  371. aws_cdk/interfaces/aws_dlm/__init__.py +166 -0
  372. aws_cdk/interfaces/aws_dms/__init__.py +1176 -0
  373. aws_cdk/interfaces/aws_docdb/__init__.py +560 -0
  374. aws_cdk/interfaces/aws_docdbelastic/__init__.py +146 -0
  375. aws_cdk/interfaces/aws_dsql/__init__.py +146 -0
  376. aws_cdk/interfaces/aws_dynamodb/__init__.py +278 -0
  377. aws_cdk/interfaces/aws_ec2/__init__.py +11963 -0
  378. aws_cdk/interfaces/aws_ecr/__init__.py +814 -0
  379. aws_cdk/interfaces/aws_ecs/__init__.py +845 -0
  380. aws_cdk/interfaces/aws_efs/__init__.py +392 -0
  381. aws_cdk/interfaces/aws_eks/__init__.py +948 -0
  382. aws_cdk/interfaces/aws_elasticache/__init__.py +1108 -0
  383. aws_cdk/interfaces/aws_elasticbeanstalk/__init__.py +503 -0
  384. aws_cdk/interfaces/aws_elasticloadbalancing/__init__.py +148 -0
  385. aws_cdk/interfaces/aws_elasticloadbalancingv2/__init__.py +795 -0
  386. aws_cdk/interfaces/aws_elasticsearch/__init__.py +158 -0
  387. aws_cdk/interfaces/aws_emr/__init__.py +913 -0
  388. aws_cdk/interfaces/aws_emrcontainers/__init__.py +168 -0
  389. aws_cdk/interfaces/aws_emrserverless/__init__.py +166 -0
  390. aws_cdk/interfaces/aws_entityresolution/__init__.py +608 -0
  391. aws_cdk/interfaces/aws_events/__init__.py +872 -0
  392. aws_cdk/interfaces/aws_eventschemas/__init__.py +455 -0
  393. aws_cdk/interfaces/aws_evidently/__init__.py +558 -0
  394. aws_cdk/interfaces/aws_evs/__init__.py +166 -0
  395. aws_cdk/interfaces/aws_finspace/__init__.py +166 -0
  396. aws_cdk/interfaces/aws_fis/__init__.py +271 -0
  397. aws_cdk/interfaces/aws_fms/__init__.py +364 -0
  398. aws_cdk/interfaces/aws_forecast/__init__.py +249 -0
  399. aws_cdk/interfaces/aws_frauddetector/__init__.py +764 -0
  400. aws_cdk/interfaces/aws_fsx/__init__.py +663 -0
  401. aws_cdk/interfaces/aws_gamelift/__init__.py +1325 -0
  402. aws_cdk/interfaces/aws_gameliftstreams/__init__.py +249 -0
  403. aws_cdk/interfaces/aws_globalaccelerator/__init__.py +461 -0
  404. aws_cdk/interfaces/aws_glue/__init__.py +2377 -0
  405. aws_cdk/interfaces/aws_grafana/__init__.py +146 -0
  406. aws_cdk/interfaces/aws_greengrass/__init__.py +1871 -0
  407. aws_cdk/interfaces/aws_greengrassv2/__init__.py +251 -0
  408. aws_cdk/interfaces/aws_groundstation/__init__.py +396 -0
  409. aws_cdk/interfaces/aws_guardduty/__init__.py +1225 -0
  410. aws_cdk/interfaces/aws_healthimaging/__init__.py +163 -0
  411. aws_cdk/interfaces/aws_healthlake/__init__.py +146 -0
  412. aws_cdk/interfaces/aws_iam/__init__.py +1803 -0
  413. aws_cdk/interfaces/aws_identitystore/__init__.py +288 -0
  414. aws_cdk/interfaces/aws_imagebuilder/__init__.py +984 -0
  415. aws_cdk/interfaces/aws_inspector/__init__.py +354 -0
  416. aws_cdk/interfaces/aws_inspectorv2/__init__.py +467 -0
  417. aws_cdk/interfaces/aws_internetmonitor/__init__.py +163 -0
  418. aws_cdk/interfaces/aws_invoicing/__init__.py +146 -0
  419. aws_cdk/interfaces/aws_iot/__init__.py +3483 -0
  420. aws_cdk/interfaces/aws_iotanalytics/__init__.py +455 -0
  421. aws_cdk/interfaces/aws_iotcoredeviceadvisor/__init__.py +168 -0
  422. aws_cdk/interfaces/aws_iotevents/__init__.py +352 -0
  423. aws_cdk/interfaces/aws_iotfleethub/__init__.py +166 -0
  424. aws_cdk/interfaces/aws_iotfleetwise/__init__.py +892 -0
  425. aws_cdk/interfaces/aws_iotsitewise/__init__.py +1097 -0
  426. aws_cdk/interfaces/aws_iotthingsgraph/__init__.py +146 -0
  427. aws_cdk/interfaces/aws_iottwinmaker/__init__.py +711 -0
  428. aws_cdk/interfaces/aws_iotwireless/__init__.py +1401 -0
  429. aws_cdk/interfaces/aws_ivs/__init__.py +1075 -0
  430. aws_cdk/interfaces/aws_ivschat/__init__.py +251 -0
  431. aws_cdk/interfaces/aws_kafkaconnect/__init__.py +354 -0
  432. aws_cdk/interfaces/aws_kendra/__init__.py +428 -0
  433. aws_cdk/interfaces/aws_kendraranking/__init__.py +166 -0
  434. aws_cdk/interfaces/aws_kinesis/__init__.py +364 -0
  435. aws_cdk/interfaces/aws_kinesisanalytics/__init__.py +364 -0
  436. aws_cdk/interfaces/aws_kinesisanalyticsv2/__init__.py +479 -0
  437. aws_cdk/interfaces/aws_kinesisfirehose/__init__.py +168 -0
  438. aws_cdk/interfaces/aws_kinesisvideo/__init__.py +283 -0
  439. aws_cdk/interfaces/aws_kms/__init__.py +376 -0
  440. aws_cdk/interfaces/aws_lakeformation/__init__.py +860 -0
  441. aws_cdk/interfaces/aws_lambda/__init__.py +1141 -0
  442. aws_cdk/interfaces/aws_launchwizard/__init__.py +146 -0
  443. aws_cdk/interfaces/aws_lex/__init__.py +513 -0
  444. aws_cdk/interfaces/aws_licensemanager/__init__.py +249 -0
  445. aws_cdk/interfaces/aws_lightsail/__init__.py +1744 -0
  446. aws_cdk/interfaces/aws_location/__init__.py +879 -0
  447. aws_cdk/interfaces/aws_logs/__init__.py +1667 -0
  448. aws_cdk/interfaces/aws_lookoutequipment/__init__.py +168 -0
  449. aws_cdk/interfaces/aws_lookoutmetrics/__init__.py +251 -0
  450. aws_cdk/interfaces/aws_lookoutvision/__init__.py +163 -0
  451. aws_cdk/interfaces/aws_m2/__init__.py +352 -0
  452. aws_cdk/interfaces/aws_macie/__init__.py +512 -0
  453. aws_cdk/interfaces/aws_managedblockchain/__init__.py +381 -0
  454. aws_cdk/interfaces/aws_mediaconnect/__init__.py +1028 -0
  455. aws_cdk/interfaces/aws_mediaconvert/__init__.py +396 -0
  456. aws_cdk/interfaces/aws_medialive/__init__.py +1755 -0
  457. aws_cdk/interfaces/aws_mediapackage/__init__.py +644 -0
  458. aws_cdk/interfaces/aws_mediapackagev2/__init__.py +618 -0
  459. aws_cdk/interfaces/aws_mediastore/__init__.py +146 -0
  460. aws_cdk/interfaces/aws_mediatailor/__init__.py +788 -0
  461. aws_cdk/interfaces/aws_memorydb/__init__.py +685 -0
  462. aws_cdk/interfaces/aws_mpa/__init__.py +249 -0
  463. aws_cdk/interfaces/aws_msk/__init__.py +764 -0
  464. aws_cdk/interfaces/aws_mwaa/__init__.py +166 -0
  465. aws_cdk/interfaces/aws_neptune/__init__.py +663 -0
  466. aws_cdk/interfaces/aws_neptunegraph/__init__.py +265 -0
  467. aws_cdk/interfaces/aws_networkfirewall/__init__.py +669 -0
  468. aws_cdk/interfaces/aws_networkmanager/__init__.py +1832 -0
  469. aws_cdk/interfaces/aws_nimblestudio/__init__.py +388 -0
  470. aws_cdk/interfaces/aws_notifications/__init__.py +868 -0
  471. aws_cdk/interfaces/aws_notificationscontacts/__init__.py +148 -0
  472. aws_cdk/interfaces/aws_oam/__init__.py +249 -0
  473. aws_cdk/interfaces/aws_observabilityadmin/__init__.py +362 -0
  474. aws_cdk/interfaces/aws_odb/__init__.py +562 -0
  475. aws_cdk/interfaces/aws_omics/__init__.py +838 -0
  476. aws_cdk/interfaces/aws_opensearchserverless/__init__.py +859 -0
  477. aws_cdk/interfaces/aws_opensearchservice/__init__.py +283 -0
  478. aws_cdk/interfaces/aws_opsworks/__init__.py +772 -0
  479. aws_cdk/interfaces/aws_opsworkscm/__init__.py +146 -0
  480. aws_cdk/interfaces/aws_organizations/__init__.py +646 -0
  481. aws_cdk/interfaces/aws_osis/__init__.py +146 -0
  482. aws_cdk/interfaces/aws_panorama/__init__.py +420 -0
  483. aws_cdk/interfaces/aws_paymentcryptography/__init__.py +249 -0
  484. aws_cdk/interfaces/aws_pcaconnectorad/__init__.py +608 -0
  485. aws_cdk/interfaces/aws_pcaconnectorscep/__init__.py +249 -0
  486. aws_cdk/interfaces/aws_pcs/__init__.py +352 -0
  487. aws_cdk/interfaces/aws_personalize/__init__.py +455 -0
  488. aws_cdk/interfaces/aws_pinpoint/__init__.py +2125 -0
  489. aws_cdk/interfaces/aws_pinpointemail/__init__.py +467 -0
  490. aws_cdk/interfaces/aws_pipes/__init__.py +158 -0
  491. aws_cdk/interfaces/aws_proton/__init__.py +360 -0
  492. aws_cdk/interfaces/aws_qbusiness/__init__.py +1122 -0
  493. aws_cdk/interfaces/aws_qldb/__init__.py +283 -0
  494. aws_cdk/interfaces/aws_quicksight/__init__.py +1566 -0
  495. aws_cdk/interfaces/aws_ram/__init__.py +249 -0
  496. aws_cdk/interfaces/aws_rbin/__init__.py +146 -0
  497. aws_cdk/interfaces/aws_rds/__init__.py +1780 -0
  498. aws_cdk/interfaces/aws_redshift/__init__.py +1104 -0
  499. aws_cdk/interfaces/aws_redshiftserverless/__init__.py +356 -0
  500. aws_cdk/interfaces/aws_refactorspaces/__init__.py +605 -0
  501. aws_cdk/interfaces/aws_rekognition/__init__.py +406 -0
  502. aws_cdk/interfaces/aws_resiliencehub/__init__.py +251 -0
  503. aws_cdk/interfaces/aws_resourceexplorer2/__init__.py +354 -0
  504. aws_cdk/interfaces/aws_resourcegroups/__init__.py +261 -0
  505. aws_cdk/interfaces/aws_robomaker/__init__.py +673 -0
  506. aws_cdk/interfaces/aws_rolesanywhere/__init__.py +384 -0
  507. aws_cdk/interfaces/aws_route53/__init__.py +804 -0
  508. aws_cdk/interfaces/aws_route53profiles/__init__.py +368 -0
  509. aws_cdk/interfaces/aws_route53recoverycontrol/__init__.py +463 -0
  510. aws_cdk/interfaces/aws_route53recoveryreadiness/__init__.py +535 -0
  511. aws_cdk/interfaces/aws_route53resolver/__init__.py +1356 -0
  512. aws_cdk/interfaces/aws_rtbfabric/__init__.py +352 -0
  513. aws_cdk/interfaces/aws_rum/__init__.py +146 -0
  514. aws_cdk/interfaces/aws_s3/__init__.py +1171 -0
  515. aws_cdk/interfaces/aws_s3express/__init__.py +392 -0
  516. aws_cdk/interfaces/aws_s3objectlambda/__init__.py +271 -0
  517. aws_cdk/interfaces/aws_s3outposts/__init__.py +455 -0
  518. aws_cdk/interfaces/aws_s3tables/__init__.py +575 -0
  519. aws_cdk/interfaces/aws_s3vectors/__init__.py +354 -0
  520. aws_cdk/interfaces/aws_sagemaker/__init__.py +3797 -0
  521. aws_cdk/interfaces/aws_sam/__init__.py +603 -0
  522. aws_cdk/interfaces/aws_scheduler/__init__.py +286 -0
  523. aws_cdk/interfaces/aws_sdb/__init__.py +146 -0
  524. aws_cdk/interfaces/aws_secretsmanager/__init__.py +461 -0
  525. aws_cdk/interfaces/aws_securityhub/__init__.py +1499 -0
  526. aws_cdk/interfaces/aws_securitylake/__init__.py +474 -0
  527. aws_cdk/interfaces/aws_servicecatalog/__init__.py +1829 -0
  528. aws_cdk/interfaces/aws_servicecatalogappregistry/__init__.py +557 -0
  529. aws_cdk/interfaces/aws_servicediscovery/__init__.py +636 -0
  530. aws_cdk/interfaces/aws_ses/__init__.py +2018 -0
  531. aws_cdk/interfaces/aws_shield/__init__.py +455 -0
  532. aws_cdk/interfaces/aws_signer/__init__.py +266 -0
  533. aws_cdk/interfaces/aws_simspaceweaver/__init__.py +146 -0
  534. aws_cdk/interfaces/aws_smsvoice/__init__.py +892 -0
  535. aws_cdk/interfaces/aws_sns/__init__.py +455 -0
  536. aws_cdk/interfaces/aws_sqs/__init__.py +364 -0
  537. aws_cdk/interfaces/aws_ssm/__init__.py +982 -0
  538. aws_cdk/interfaces/aws_ssmcontacts/__init__.py +455 -0
  539. aws_cdk/interfaces/aws_ssmguiconnect/__init__.py +146 -0
  540. aws_cdk/interfaces/aws_ssmincidents/__init__.py +249 -0
  541. aws_cdk/interfaces/aws_ssmquicksetup/__init__.py +253 -0
  542. aws_cdk/interfaces/aws_sso/__init__.py +797 -0
  543. aws_cdk/interfaces/aws_stepfunctions/__init__.py +459 -0
  544. aws_cdk/interfaces/aws_supportapp/__init__.py +372 -0
  545. aws_cdk/interfaces/aws_synthetics/__init__.py +249 -0
  546. aws_cdk/interfaces/aws_systemsmanagersap/__init__.py +148 -0
  547. aws_cdk/interfaces/aws_timestream/__init__.py +526 -0
  548. aws_cdk/interfaces/aws_transfer/__init__.py +967 -0
  549. aws_cdk/interfaces/aws_verifiedpermissions/__init__.py +538 -0
  550. aws_cdk/interfaces/aws_voiceid/__init__.py +146 -0
  551. aws_cdk/interfaces/aws_vpclattice/__init__.py +1418 -0
  552. aws_cdk/interfaces/aws_waf/__init__.py +764 -0
  553. aws_cdk/interfaces/aws_wafregional/__init__.py +1182 -0
  554. aws_cdk/interfaces/aws_wafv2/__init__.py +870 -0
  555. aws_cdk/interfaces/aws_wisdom/__init__.py +1556 -0
  556. aws_cdk/interfaces/aws_workspaces/__init__.py +352 -0
  557. aws_cdk/interfaces/aws_workspacesinstances/__init__.py +390 -0
  558. aws_cdk/interfaces/aws_workspacesthinclient/__init__.py +168 -0
  559. aws_cdk/interfaces/aws_workspacesweb/__init__.py +1085 -0
  560. aws_cdk/interfaces/aws_xray/__init__.py +457 -0
  561. aws_cdk/lambda_layer_awscli/__init__.py +6 -0
  562. aws_cdk/lambda_layer_node_proxy_agent/__init__.py +6 -0
  563. aws_cdk/pipelines/__init__.py +202 -52
  564. aws_cdk/region_info/__init__.py +3 -0
  565. aws_cdk/triggers/__init__.py +66 -18
  566. {aws_cdk_lib-2.195.0.dist-info → aws_cdk_lib-2.224.0.dist-info}/METADATA +418 -18
  567. aws_cdk_lib-2.224.0.dist-info/RECORD +584 -0
  568. aws_cdk_lib-2.195.0.dist-info/RECORD +0 -304
  569. {aws_cdk_lib-2.195.0.dist-info → aws_cdk_lib-2.224.0.dist-info}/LICENSE +0 -0
  570. {aws_cdk_lib-2.195.0.dist-info → aws_cdk_lib-2.224.0.dist-info}/NOTICE +0 -0
  571. {aws_cdk_lib-2.195.0.dist-info → aws_cdk_lib-2.224.0.dist-info}/WHEEL +0 -0
  572. {aws_cdk_lib-2.195.0.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
  '''
@@ -2121,12 +2188,10 @@ class CfnHookVersion(
2121
2188
  @builtins.property
2122
2189
  @jsii.member(jsii_name="attrVisibility")
2123
2190
  def attr_visibility(self) -> builtins.str:
2124
- '''The scope at which the Hook is visible and usable in CloudFormation operations.
2125
-
2126
- Valid values include:
2191
+ '''The visibility level that determines who can see and use this Hook in CloudFormation operations:.
2127
2192
 
2128
- - ``PRIVATE`` : The extension (Hook) is only visible and usable within the account in which it's registered. CloudFormation marks any resources you register as ``PRIVATE`` .
2129
- - ``PUBLIC`` : The extension (Hook) is publicly visible and usable within any AWS account.
2193
+ - ``PRIVATE`` : The Hook is only visible and usable within the account where it was registered. CloudFormation automatically marks any Hooks you register as ``PRIVATE`` .
2194
+ - ``PUBLIC`` : The Hook is publicly visible and usable within any AWS account.
2130
2195
 
2131
2196
  :cloudformationAttribute: Visibility
2132
2197
  '''
@@ -2137,10 +2202,16 @@ class CfnHookVersion(
2137
2202
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
2138
2203
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
2139
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
+
2140
2211
  @builtins.property
2141
2212
  @jsii.member(jsii_name="schemaHandlerPackage")
2142
2213
  def schema_handler_package(self) -> builtins.str:
2143
- '''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.'''
2144
2215
  return typing.cast(builtins.str, jsii.get(self, "schemaHandlerPackage"))
2145
2216
 
2146
2217
  @schema_handler_package.setter
@@ -2153,7 +2224,7 @@ class CfnHookVersion(
2153
2224
  @builtins.property
2154
2225
  @jsii.member(jsii_name="typeName")
2155
2226
  def type_name(self) -> builtins.str:
2156
- '''The unique name for your hook.'''
2227
+ '''The unique name for your Hook.'''
2157
2228
  return typing.cast(builtins.str, jsii.get(self, "typeName"))
2158
2229
 
2159
2230
  @type_name.setter
@@ -2286,8 +2357,8 @@ class CfnHookVersionProps:
2286
2357
  ) -> None:
2287
2358
  '''Properties for defining a ``CfnHookVersion``.
2288
2359
 
2289
- :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.
2290
- :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``
2291
2362
  :param execution_role_arn: The Amazon Resource Name (ARN) of the task execution role that grants the Hook permission.
2292
2363
  :param logging_config: Contains logging configuration information for an extension.
2293
2364
 
@@ -2329,7 +2400,7 @@ class CfnHookVersionProps:
2329
2400
 
2330
2401
  @builtins.property
2331
2402
  def schema_handler_package(self) -> builtins.str:
2332
- '''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.
2333
2404
 
2334
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* .
2335
2406
  .. epigraph::
@@ -2344,12 +2415,12 @@ class CfnHookVersionProps:
2344
2415
 
2345
2416
  @builtins.property
2346
2417
  def type_name(self) -> builtins.str:
2347
- '''The unique name for your hook.
2418
+ '''The unique name for your Hook.
2348
2419
 
2349
- 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`` .
2350
2421
  .. epigraph::
2351
2422
 
2352
- 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:
2353
2424
 
2354
2425
  - ``Alexa``
2355
2426
  - ``AMZN``
@@ -2397,7 +2468,7 @@ class CfnHookVersionProps:
2397
2468
  )
2398
2469
 
2399
2470
 
2400
- @jsii.implements(_IInspectable_c2943556)
2471
+ @jsii.implements(_IInspectable_c2943556, _ILambdaHookRef_5ceec28e)
2401
2472
  class CfnLambdaHook(
2402
2473
  _CfnResource_9df397a6,
2403
2474
  metaclass=jsii.JSIIMeta,
@@ -2470,7 +2541,8 @@ class CfnLambdaHook(
2470
2541
  stack_filters: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnLambdaHook.StackFiltersProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
2471
2542
  target_filters: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnLambdaHook.TargetFiltersProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
2472
2543
  ) -> None:
2473
- '''
2544
+ '''Create a new ``AWS::CloudFormation::LambdaHook``.
2545
+
2474
2546
  :param scope: Scope in which this resource is defined.
2475
2547
  :param id: Construct identifier for this resource (unique in its scope).
2476
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`` .
@@ -2480,7 +2552,7 @@ class CfnLambdaHook(
2480
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.
2481
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``
2482
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``
2483
- :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``
2484
2556
  '''
2485
2557
  if __debug__:
2486
2558
  type_hints = typing.get_type_hints(_typecheckingstub__fec9ac58a382959177810e26366e5dddc9f912aaf73b09411981c9ecbce1010a)
@@ -2543,6 +2615,12 @@ class CfnLambdaHook(
2543
2615
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
2544
2616
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
2545
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
+
2546
2624
  @builtins.property
2547
2625
  @jsii.member(jsii_name="alias")
2548
2626
  def alias(self) -> builtins.str:
@@ -3171,7 +3249,7 @@ class CfnLambdaHookProps:
3171
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.
3172
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``
3173
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``
3174
- :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``
3175
3253
 
3176
3254
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-lambdahook.html
3177
3255
  :exampleMetadata: fixture=_generated
@@ -3342,7 +3420,7 @@ class CfnLambdaHookProps:
3342
3420
 
3343
3421
  Example target filter in JSON:
3344
3422
 
3345
- ``"TargetFilters": {"Actions": [ "Create", "Update", "Delete" ]}``
3423
+ ``"TargetFilters": {"Actions": [ "CREATE", "UPDATE", "DELETE" ]}``
3346
3424
 
3347
3425
  Example target filter in YAML:
3348
3426
 
@@ -3365,7 +3443,7 @@ class CfnLambdaHookProps:
3365
3443
  )
3366
3444
 
3367
3445
 
3368
- @jsii.implements(_IInspectable_c2943556)
3446
+ @jsii.implements(_IInspectable_c2943556, _IMacroRef_e9ae4afa)
3369
3447
  class CfnMacro(
3370
3448
  _CfnResource_9df397a6,
3371
3449
  metaclass=jsii.JSIIMeta,
@@ -3407,7 +3485,8 @@ class CfnMacro(
3407
3485
  log_group_name: typing.Optional[builtins.str] = None,
3408
3486
  log_role_arn: typing.Optional[builtins.str] = None,
3409
3487
  ) -> None:
3410
- '''
3488
+ '''Create a new ``AWS::CloudFormation::Macro``.
3489
+
3411
3490
  :param scope: Scope in which this resource is defined.
3412
3491
  :param id: Construct identifier for this resource (unique in its scope).
3413
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.
@@ -3463,7 +3542,8 @@ class CfnMacro(
3463
3542
  @builtins.property
3464
3543
  @jsii.member(jsii_name="attrId")
3465
3544
  def attr_id(self) -> builtins.str:
3466
- '''
3545
+ '''Returns a unique identifier for the resource.
3546
+
3467
3547
  :cloudformationAttribute: Id
3468
3548
  '''
3469
3549
  return typing.cast(builtins.str, jsii.get(self, "attrId"))
@@ -3473,6 +3553,12 @@ class CfnMacro(
3473
3553
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
3474
3554
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
3475
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
+
3476
3562
  @builtins.property
3477
3563
  @jsii.member(jsii_name="functionName")
3478
3564
  def function_name(self) -> builtins.str:
@@ -3668,7 +3754,7 @@ class CfnMacroProps:
3668
3754
  )
3669
3755
 
3670
3756
 
3671
- @jsii.implements(_IInspectable_c2943556)
3757
+ @jsii.implements(_IInspectable_c2943556, _IModuleDefaultVersionRef_8f5f90c3)
3672
3758
  class CfnModuleDefaultVersion(
3673
3759
  _CfnResource_9df397a6,
3674
3760
  metaclass=jsii.JSIIMeta,
@@ -3708,7 +3794,8 @@ class CfnModuleDefaultVersion(
3708
3794
  module_name: typing.Optional[builtins.str] = None,
3709
3795
  version_id: typing.Optional[builtins.str] = None,
3710
3796
  ) -> None:
3711
- '''
3797
+ '''Create a new ``AWS::CloudFormation::ModuleDefaultVersion``.
3798
+
3712
3799
  :param scope: Scope in which this resource is defined.
3713
3800
  :param id: Construct identifier for this resource (unique in its scope).
3714
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`` .
@@ -3760,6 +3847,12 @@ class CfnModuleDefaultVersion(
3760
3847
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
3761
3848
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
3762
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
+
3763
3856
  @builtins.property
3764
3857
  @jsii.member(jsii_name="arn")
3765
3858
  def arn(self) -> typing.Optional[builtins.str]:
@@ -3896,7 +3989,7 @@ class CfnModuleDefaultVersionProps:
3896
3989
  )
3897
3990
 
3898
3991
 
3899
- @jsii.implements(_IInspectable_c2943556)
3992
+ @jsii.implements(_IInspectable_c2943556, _IModuleVersionRef_76485182)
3900
3993
  class CfnModuleVersion(
3901
3994
  _CfnResource_9df397a6,
3902
3995
  metaclass=jsii.JSIIMeta,
@@ -3934,11 +4027,12 @@ class CfnModuleVersion(
3934
4027
  module_name: builtins.str,
3935
4028
  module_package: builtins.str,
3936
4029
  ) -> None:
3937
- '''
4030
+ '''Create a new ``AWS::CloudFormation::ModuleVersion``.
4031
+
3938
4032
  :param scope: Scope in which this resource is defined.
3939
4033
  :param id: Construct identifier for this resource (unique in its scope).
3940
4034
  :param module_name: The name of the module being registered.
3941
- :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.
3942
4036
  '''
3943
4037
  if __debug__:
3944
4038
  type_hints = typing.get_type_hints(_typecheckingstub__50da97e251a6b1bacc1202d70f10c857ca74139ea4e8bcc35b2ff47e8b8b2729)
@@ -4048,12 +4142,10 @@ class CfnModuleVersion(
4048
4142
  @builtins.property
4049
4143
  @jsii.member(jsii_name="attrVisibility")
4050
4144
  def attr_visibility(self) -> builtins.str:
4051
- '''The scope at which the module is visible and usable in CloudFormation operations.
4052
-
4053
- Valid values include:
4145
+ '''The visibility level that determines who can see and use this module in CloudFormation operations:.
4054
4146
 
4055
- - ``PRIVATE`` : The extension (module) is only visible and usable within the account in which it is registered. CloudFormation marks any extensions you register as ``PRIVATE`` .
4056
- - ``PUBLIC`` : The extension (module) is publicly visible and usable within any AWS account.
4147
+ - ``PRIVATE`` : The module is only visible and usable within the account where it was registered. CloudFormation automatically marks any modules you register as ``PRIVATE`` .
4148
+ - ``PUBLIC`` : The module is publicly visible and usable within any AWS account.
4057
4149
 
4058
4150
  :cloudformationAttribute: Visibility
4059
4151
  '''
@@ -4064,6 +4156,12 @@ class CfnModuleVersion(
4064
4156
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
4065
4157
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
4066
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
+
4067
4165
  @builtins.property
4068
4166
  @jsii.member(jsii_name="moduleName")
4069
4167
  def module_name(self) -> builtins.str:
@@ -4080,7 +4178,7 @@ class CfnModuleVersion(
4080
4178
  @builtins.property
4081
4179
  @jsii.member(jsii_name="modulePackage")
4082
4180
  def module_package(self) -> builtins.str:
4083
- '''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.'''
4084
4182
  return typing.cast(builtins.str, jsii.get(self, "modulePackage"))
4085
4183
 
4086
4184
  @module_package.setter
@@ -4106,7 +4204,7 @@ class CfnModuleVersionProps:
4106
4204
  '''Properties for defining a ``CfnModuleVersion``.
4107
4205
 
4108
4206
  :param module_name: The name of the module being registered.
4109
- :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.
4110
4208
 
4111
4209
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-moduleversion.html
4112
4210
  :exampleMetadata: fixture=_generated
@@ -4143,7 +4241,7 @@ class CfnModuleVersionProps:
4143
4241
 
4144
4242
  @builtins.property
4145
4243
  def module_package(self) -> builtins.str:
4146
- '''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.
4147
4245
 
4148
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* .
4149
4247
  .. epigraph::
@@ -4168,7 +4266,7 @@ class CfnModuleVersionProps:
4168
4266
  )
4169
4267
 
4170
4268
 
4171
- @jsii.implements(_IInspectable_c2943556)
4269
+ @jsii.implements(_IInspectable_c2943556, _IPublicTypeVersionRef_554ddaba)
4172
4270
  class CfnPublicTypeVersion(
4173
4271
  _CfnResource_9df397a6,
4174
4272
  metaclass=jsii.JSIIMeta,
@@ -4219,7 +4317,8 @@ class CfnPublicTypeVersion(
4219
4317
  type: typing.Optional[builtins.str] = None,
4220
4318
  type_name: typing.Optional[builtins.str] = None,
4221
4319
  ) -> None:
4222
- '''
4320
+ '''Create a new ``AWS::CloudFormation::PublicTypeVersion``.
4321
+
4223
4322
  :param scope: Scope in which this resource is defined.
4224
4323
  :param id: Construct identifier for this resource (unique in its scope).
4225
4324
  :param arn: The Amazon Resource Number (ARN) of the extension. Conditional: You must specify ``Arn`` , or ``TypeName`` and ``Type`` .
@@ -4306,6 +4405,12 @@ class CfnPublicTypeVersion(
4306
4405
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
4307
4406
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
4308
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
+
4309
4414
  @builtins.property
4310
4415
  @jsii.member(jsii_name="arn")
4311
4416
  def arn(self) -> typing.Optional[builtins.str]:
@@ -4517,7 +4622,7 @@ class CfnPublicTypeVersionProps:
4517
4622
  )
4518
4623
 
4519
4624
 
4520
- @jsii.implements(_IInspectable_c2943556)
4625
+ @jsii.implements(_IInspectable_c2943556, _IPublisherRef_43e14b13)
4521
4626
  class CfnPublisher(
4522
4627
  _CfnResource_9df397a6,
4523
4628
  metaclass=jsii.JSIIMeta,
@@ -4555,7 +4660,8 @@ class CfnPublisher(
4555
4660
  accept_terms_and_conditions: typing.Union[builtins.bool, _IResolvable_da3f097b],
4556
4661
  connection_arn: typing.Optional[builtins.str] = None,
4557
4662
  ) -> None:
4558
- '''
4663
+ '''Create a new ``AWS::CloudFormation::Publisher``.
4664
+
4559
4665
  :param scope: Scope in which this resource is defined.
4560
4666
  :param id: Construct identifier for this resource (unique in its scope).
4561
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`` .
@@ -4645,6 +4751,12 @@ class CfnPublisher(
4645
4751
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
4646
4752
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
4647
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
+
4648
4760
  @builtins.property
4649
4761
  @jsii.member(jsii_name="acceptTermsAndConditions")
4650
4762
  def accept_terms_and_conditions(
@@ -4760,7 +4872,7 @@ class CfnPublisherProps:
4760
4872
  )
4761
4873
 
4762
4874
 
4763
- @jsii.implements(_IInspectable_c2943556)
4875
+ @jsii.implements(_IInspectable_c2943556, _IResourceDefaultVersionRef_6bcf9f85)
4764
4876
  class CfnResourceDefaultVersion(
4765
4877
  _CfnResource_9df397a6,
4766
4878
  metaclass=jsii.JSIIMeta,
@@ -4798,7 +4910,8 @@ class CfnResourceDefaultVersion(
4798
4910
  type_version_arn: typing.Optional[builtins.str] = None,
4799
4911
  version_id: typing.Optional[builtins.str] = None,
4800
4912
  ) -> None:
4801
- '''
4913
+ '''Create a new ``AWS::CloudFormation::ResourceDefaultVersion``.
4914
+
4802
4915
  :param scope: Scope in which this resource is defined.
4803
4916
  :param id: Construct identifier for this resource (unique in its scope).
4804
4917
  :param type_name: The name of the resource. Conditional: You must specify either ``TypeVersionArn`` , or ``TypeName`` and ``VersionId`` .
@@ -4861,6 +4974,12 @@ class CfnResourceDefaultVersion(
4861
4974
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
4862
4975
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
4863
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
+
4864
4983
  @builtins.property
4865
4984
  @jsii.member(jsii_name="typeName")
4866
4985
  def type_name(self) -> typing.Optional[builtins.str]:
@@ -4999,7 +5118,7 @@ class CfnResourceDefaultVersionProps:
4999
5118
  )
5000
5119
 
5001
5120
 
5002
- @jsii.implements(_IInspectable_c2943556)
5121
+ @jsii.implements(_IInspectable_c2943556, _IResourceVersionRef_8fc1bbae)
5003
5122
  class CfnResourceVersion(
5004
5123
  _CfnResource_9df397a6,
5005
5124
  metaclass=jsii.JSIIMeta,
@@ -5050,10 +5169,11 @@ class CfnResourceVersion(
5050
5169
  execution_role_arn: typing.Optional[builtins.str] = None,
5051
5170
  logging_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnResourceVersion.LoggingConfigProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
5052
5171
  ) -> None:
5053
- '''
5172
+ '''Create a new ``AWS::CloudFormation::ResourceVersion``.
5173
+
5054
5174
  :param scope: Scope in which this resource is defined.
5055
5175
  :param id: Construct identifier for this resource (unique in its scope).
5056
- :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.
5057
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``
5058
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.
5059
5179
  :param logging_config: Logging configuration information for a resource.
@@ -5128,7 +5248,7 @@ class CfnResourceVersion(
5128
5248
 
5129
5249
  CloudFormation determines the provisioning type during registration, based on the types of handlers in the schema handler package submitted.
5130
5250
 
5131
- Valid values include:
5251
+ Possible values:
5132
5252
 
5133
5253
  - ``FULLY_MUTABLE`` : The resource type includes an update handler to process updates to the type during stack update operations.
5134
5254
  - ``IMMUTABLE`` : The resource type doesn't include an update handler, so the type can't be updated and must instead be replaced during stack update operations.
@@ -5164,12 +5284,10 @@ class CfnResourceVersion(
5164
5284
  @builtins.property
5165
5285
  @jsii.member(jsii_name="attrVisibility")
5166
5286
  def attr_visibility(self) -> builtins.str:
5167
- '''The scope at which the resource is visible and usable in CloudFormation operations.
5168
-
5169
- Valid values include:
5287
+ '''The visibility level that determines who can see and use this resource in CloudFormation operations:.
5170
5288
 
5171
- - ``PRIVATE`` : The extension (resource) is only visible and usable within the account in which it is registered. CloudFormation marks any extensions you register as ``PRIVATE`` .
5172
- - ``PUBLIC`` : The extension (resource) is publicly visible and usable within any AWS account.
5289
+ - ``PRIVATE`` : The resource is only visible and usable within the account where it was registered. CloudFormation automatically marks any resources you register as ``PRIVATE`` .
5290
+ - ``PUBLIC`` : The resource is publicly visible and usable within any AWS account.
5173
5291
 
5174
5292
  :cloudformationAttribute: Visibility
5175
5293
  '''
@@ -5180,10 +5298,16 @@ class CfnResourceVersion(
5180
5298
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
5181
5299
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
5182
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
+
5183
5307
  @builtins.property
5184
5308
  @jsii.member(jsii_name="schemaHandlerPackage")
5185
5309
  def schema_handler_package(self) -> builtins.str:
5186
- '''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.'''
5187
5311
  return typing.cast(builtins.str, jsii.get(self, "schemaHandlerPackage"))
5188
5312
 
5189
5313
  @schema_handler_package.setter
@@ -5329,7 +5453,7 @@ class CfnResourceVersionProps:
5329
5453
  ) -> None:
5330
5454
  '''Properties for defining a ``CfnResourceVersion``.
5331
5455
 
5332
- :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.
5333
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``
5334
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.
5335
5459
  :param logging_config: Logging configuration information for a resource.
@@ -5372,7 +5496,7 @@ class CfnResourceVersionProps:
5372
5496
 
5373
5497
  @builtins.property
5374
5498
  def schema_handler_package(self) -> builtins.str:
5375
- '''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.
5376
5500
 
5377
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* .
5378
5502
  .. epigraph::
@@ -5441,7 +5565,7 @@ class CfnResourceVersionProps:
5441
5565
  )
5442
5566
 
5443
5567
 
5444
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
5568
+ @jsii.implements(_IInspectable_c2943556, _IStackRef_f0f1d363, _ITaggable_36806126)
5445
5569
  class CfnStack(
5446
5570
  _CfnResource_9df397a6,
5447
5571
  metaclass=jsii.JSIIMeta,
@@ -5449,15 +5573,15 @@ class CfnStack(
5449
5573
  ):
5450
5574
  '''The ``AWS::CloudFormation::Stack`` resource nests a stack as a resource in a top-level template.
5451
5575
 
5452
- For more information, see `Embed stacks within other stacks using nested stacks <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html>`_ in the *AWS CloudFormation User Guide* .
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* .
5453
5577
 
5454
- 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*`` .
5455
5579
 
5456
5580
  We strongly recommend that updates to nested stacks are run from the parent stack.
5457
5581
 
5458
5582
  When you apply template changes to update a top-level stack, CloudFormation updates the top-level stack and initiates an update to its nested stacks. CloudFormation updates the resources of modified nested stacks, but doesn't update the resources of unmodified nested stacks.
5459
5583
 
5460
- You must acknowledge IAM capabilities for nested stacks that contain IAM resources. Also, verify that you have cancel update stack permissions, which is required if an update rolls back. For more information about IAM and CloudFormation , see `Controlling access with AWS Identity and Access Management <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/control-access-with-iam.html>`_ in the *AWS CloudFormation User Guide* .
5584
+ For stacks that contain IAM resources, you must acknowledge IAM capabilities. Also, make sure that you have cancel update stack permissions, which are required if an update rolls back. For more information about IAM and CloudFormation , see `Controlling access with AWS Identity and Access Management <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/control-access-with-iam.html>`_ in the *AWS CloudFormation User Guide* .
5461
5585
  .. epigraph::
5462
5586
 
5463
5587
  A subset of ``AWS::CloudFormation::Stack`` resource type properties listed below are available to customers using CloudFormation , AWS CDK , and Cloud Control to configure.
@@ -5529,13 +5653,14 @@ class CfnStack(
5529
5653
  template_url: typing.Optional[builtins.str] = None,
5530
5654
  timeout_in_minutes: typing.Optional[jsii.Number] = None,
5531
5655
  ) -> None:
5532
- '''
5656
+ '''Create a new ``AWS::CloudFormation::Stack``.
5657
+
5533
5658
  :param scope: Scope in which this resource is defined.
5534
5659
  :param id: Construct identifier for this resource (unique in its scope).
5535
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).
5536
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.
5537
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.
5538
- :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.
5539
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.
5540
5665
  '''
5541
5666
  if __debug__:
@@ -5585,7 +5710,7 @@ class CfnStack(
5585
5710
  @builtins.property
5586
5711
  @jsii.member(jsii_name="attrChangeSetId")
5587
5712
  def attr_change_set_id(self) -> builtins.str:
5588
- '''Returns the unique ID of the change set.
5713
+ '''Returns the unique identifier of the change set.
5589
5714
 
5590
5715
  :cloudformationAttribute: ChangeSetId
5591
5716
  '''
@@ -5594,7 +5719,7 @@ class CfnStack(
5594
5719
  @builtins.property
5595
5720
  @jsii.member(jsii_name="attrCreationTime")
5596
5721
  def attr_creation_time(self) -> builtins.str:
5597
- '''Returns The time at which the stack was created.
5722
+ '''Returns the time the stack was created.
5598
5723
 
5599
5724
  :cloudformationAttribute: CreationTime
5600
5725
  '''
@@ -5623,7 +5748,7 @@ class CfnStack(
5623
5748
  @builtins.property
5624
5749
  @jsii.member(jsii_name="attrParentId")
5625
5750
  def attr_parent_id(self) -> builtins.str:
5626
- '''For nested stacks--stacks created as resources for another stack--returns the stack ID of the direct parent of this stack.
5751
+ '''For nested stacks, returns the stack ID of the direct parent of this stack.
5627
5752
 
5628
5753
  For the first level of nested stacks, the root stack is also the parent stack.
5629
5754
 
@@ -5634,7 +5759,7 @@ class CfnStack(
5634
5759
  @builtins.property
5635
5760
  @jsii.member(jsii_name="attrRootId")
5636
5761
  def attr_root_id(self) -> builtins.str:
5637
- '''For nested stacks--stacks created as resources for another stack--returns the stack ID of the top-level stack to which the nested stack ultimately belongs.
5762
+ '''For nested stacks, returns the stack ID of the top-level stack to which the nested stack ultimately belongs.
5638
5763
 
5639
5764
  :cloudformationAttribute: RootId
5640
5765
  '''
@@ -5663,6 +5788,12 @@ class CfnStack(
5663
5788
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
5664
5789
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
5665
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
+
5666
5797
  @builtins.property
5667
5798
  @jsii.member(jsii_name="tags")
5668
5799
  def tags(self) -> _TagManager_0a598cb3:
@@ -5719,7 +5850,7 @@ class CfnStack(
5719
5850
  @builtins.property
5720
5851
  @jsii.member(jsii_name="templateUrl")
5721
5852
  def template_url(self) -> typing.Optional[builtins.str]:
5722
- '''The URL of a file containing the template body.'''
5853
+ '''The URL of a file that contains the template body.'''
5723
5854
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "templateUrl"))
5724
5855
 
5725
5856
  @template_url.setter
@@ -5874,7 +6005,7 @@ class CfnStackProps:
5874
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).
5875
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.
5876
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.
5877
- :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.
5878
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.
5879
6010
 
5880
6011
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stack.html
@@ -5962,7 +6093,7 @@ class CfnStackProps:
5962
6093
 
5963
6094
  @builtins.property
5964
6095
  def template_url(self) -> typing.Optional[builtins.str]:
5965
- '''The URL of a file containing the template body.
6096
+ '''The URL of a file that contains the template body.
5966
6097
 
5967
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://`` .
5968
6099
 
@@ -5998,15 +6129,15 @@ class CfnStackProps:
5998
6129
  )
5999
6130
 
6000
6131
 
6001
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
6132
+ @jsii.implements(_IInspectable_c2943556, _IStackSetRef_3a202137, _ITaggable_36806126)
6002
6133
  class CfnStackSet(
6003
6134
  _CfnResource_9df397a6,
6004
6135
  metaclass=jsii.JSIIMeta,
6005
6136
  jsii_type="aws-cdk-lib.aws_cloudformation.CfnStackSet",
6006
6137
  ):
6007
- '''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.
6008
6139
 
6009
- 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.
6010
6141
  .. epigraph::
6011
6142
 
6012
6143
  Run deployments to nested StackSets from the parent stack, not directly through the StackSet API.
@@ -6096,24 +6227,25 @@ class CfnStackSet(
6096
6227
  template_body: typing.Optional[builtins.str] = None,
6097
6228
  template_url: typing.Optional[builtins.str] = None,
6098
6229
  ) -> None:
6099
- '''
6230
+ '''Create a new ``AWS::CloudFormation::StackSet``.
6231
+
6100
6232
  :param scope: Scope in which this resource is defined.
6101
6233
  :param id: Construct identifier for this resource (unique in its scope).
6102
- :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* .
6103
- :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.
6104
- :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`` .
6105
- :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 `Manage automatic deployments for CloudFormation StackSets that use service-managed permissions <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.)
6106
- :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`` .
6107
- :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* .
6108
- :param description: A description of the stack set.
6109
- :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+=,.@-]+``
6110
- :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.
6111
- :param operation_preferences: The user-specified preferences for how CloudFormation performs a stack set operation.
6112
- :param parameters: The input parameters for the stack set template.
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`` .
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.)
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.
6113
6245
  :param stack_instances_group: A group of stack instances with parameters in some specific accounts and Regions.
6114
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.
6115
- :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.
6116
- :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`` .
6117
6249
  '''
6118
6250
  if __debug__:
6119
6251
  type_hints = typing.get_type_hints(_typecheckingstub__6d9c85250c99fa8473d88e65c23c7c33031b75b34da26e2bece38ee28bd4570d)
@@ -6172,7 +6304,7 @@ class CfnStackSet(
6172
6304
  @builtins.property
6173
6305
  @jsii.member(jsii_name="attrStackSetId")
6174
6306
  def attr_stack_set_id(self) -> builtins.str:
6175
- '''The ID of the stack that you're creating.
6307
+ '''Returns the unique identifier of the resource.
6176
6308
 
6177
6309
  :cloudformationAttribute: StackSetId
6178
6310
  '''
@@ -6183,6 +6315,12 @@ class CfnStackSet(
6183
6315
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
6184
6316
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
6185
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
+
6186
6324
  @builtins.property
6187
6325
  @jsii.member(jsii_name="tags")
6188
6326
  def tags(self) -> _TagManager_0a598cb3:
@@ -6192,7 +6330,7 @@ class CfnStackSet(
6192
6330
  @builtins.property
6193
6331
  @jsii.member(jsii_name="permissionModel")
6194
6332
  def permission_model(self) -> builtins.str:
6195
- '''Describes how the IAM roles required for stack set operations are created.'''
6333
+ '''Describes how the IAM roles required for StackSet operations are created.'''
6196
6334
  return typing.cast(builtins.str, jsii.get(self, "permissionModel"))
6197
6335
 
6198
6336
  @permission_model.setter
@@ -6205,7 +6343,7 @@ class CfnStackSet(
6205
6343
  @builtins.property
6206
6344
  @jsii.member(jsii_name="stackSetName")
6207
6345
  def stack_set_name(self) -> builtins.str:
6208
- '''The name to associate with the stack set.'''
6346
+ '''The name to associate with the StackSet.'''
6209
6347
  return typing.cast(builtins.str, jsii.get(self, "stackSetName"))
6210
6348
 
6211
6349
  @stack_set_name.setter
@@ -6218,7 +6356,7 @@ class CfnStackSet(
6218
6356
  @builtins.property
6219
6357
  @jsii.member(jsii_name="administrationRoleArn")
6220
6358
  def administration_role_arn(self) -> typing.Optional[builtins.str]:
6221
- '''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.'''
6222
6360
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "administrationRoleArn"))
6223
6361
 
6224
6362
  @administration_role_arn.setter
@@ -6262,7 +6400,7 @@ class CfnStackSet(
6262
6400
  @builtins.property
6263
6401
  @jsii.member(jsii_name="capabilities")
6264
6402
  def capabilities(self) -> typing.Optional[typing.List[builtins.str]]:
6265
- '''The capabilities that are allowed in the stack set.'''
6403
+ '''The capabilities that are allowed in the StackSet.'''
6266
6404
  return typing.cast(typing.Optional[typing.List[builtins.str]], jsii.get(self, "capabilities"))
6267
6405
 
6268
6406
  @capabilities.setter
@@ -6275,7 +6413,7 @@ class CfnStackSet(
6275
6413
  @builtins.property
6276
6414
  @jsii.member(jsii_name="description")
6277
6415
  def description(self) -> typing.Optional[builtins.str]:
6278
- '''A description of the stack set.'''
6416
+ '''A description of the StackSet.'''
6279
6417
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "description"))
6280
6418
 
6281
6419
  @description.setter
@@ -6288,7 +6426,7 @@ class CfnStackSet(
6288
6426
  @builtins.property
6289
6427
  @jsii.member(jsii_name="executionRoleName")
6290
6428
  def execution_role_name(self) -> typing.Optional[builtins.str]:
6291
- '''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.'''
6292
6430
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "executionRoleName"))
6293
6431
 
6294
6432
  @execution_role_name.setter
@@ -6316,7 +6454,7 @@ class CfnStackSet(
6316
6454
  def operation_preferences(
6317
6455
  self,
6318
6456
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnStackSet.OperationPreferencesProperty"]]:
6319
- '''The user-specified preferences for how CloudFormation performs a stack set operation.'''
6457
+ '''The user-specified preferences for how CloudFormation performs a StackSet operation.'''
6320
6458
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnStackSet.OperationPreferencesProperty"]], jsii.get(self, "operationPreferences"))
6321
6459
 
6322
6460
  @operation_preferences.setter
@@ -6334,7 +6472,7 @@ class CfnStackSet(
6334
6472
  def parameters(
6335
6473
  self,
6336
6474
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnStackSet.ParameterProperty"]]]]:
6337
- '''The input parameters for the stack set template.'''
6475
+ '''The input parameters for the StackSet template.'''
6338
6476
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnStackSet.ParameterProperty"]]]], jsii.get(self, "parameters"))
6339
6477
 
6340
6478
  @parameters.setter
@@ -6394,7 +6532,7 @@ class CfnStackSet(
6394
6532
  @builtins.property
6395
6533
  @jsii.member(jsii_name="templateUrl")
6396
6534
  def template_url(self) -> typing.Optional[builtins.str]:
6397
- '''The URL of a file containing the template body.'''
6535
+ '''The URL of a file that contains the template body.'''
6398
6536
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "templateUrl"))
6399
6537
 
6400
6538
  @template_url.setter
@@ -6419,7 +6557,9 @@ class CfnStackSet(
6419
6557
  enabled: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
6420
6558
  retain_stacks_on_account_removal: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
6421
6559
  ) -> None:
6422
- '''[ ``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* .
6423
6563
 
6424
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.
6425
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`` .
@@ -6504,11 +6644,20 @@ class CfnStackSet(
6504
6644
  accounts_url: typing.Optional[builtins.str] = None,
6505
6645
  organizational_unit_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
6506
6646
  ) -> None:
6507
- '''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:
6508
6655
 
6509
- :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.
6656
+ - You must specify either the ``Accounts`` or ``AccountsUrl`` property, but not both.
6657
+
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.
6510
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}$``
6511
- :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.
6512
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})$``
6513
6662
 
6514
6663
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudformation-stackset-deploymenttargets.html
@@ -6545,13 +6694,13 @@ class CfnStackSet(
6545
6694
 
6546
6695
  @builtins.property
6547
6696
  def account_filter_type(self) -> typing.Optional[builtins.str]:
6548
- '''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.
6549
6698
 
6550
- The following is a list of possible values for the ``AccountFilterType`` operation.
6699
+ The following values determine how CloudFormation selects target accounts:
6551
6700
 
6552
- - ``INTERSECTION`` : StackSet deploys to the accounts specified in the ``Accounts`` parameter.
6553
- - ``DIFFERENCE`` : StackSet deploys to the OU, excluding the accounts specified in the ``Accounts`` parameter.
6554
- - ``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.
6555
6704
 
6556
6705
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudformation-stackset-deploymenttargets.html#cfn-cloudformation-stackset-deploymenttargets-accountfiltertype
6557
6706
  '''
@@ -6577,6 +6726,8 @@ class CfnStackSet(
6577
6726
 
6578
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).
6579
6728
 
6729
+ This property serves the same purpose as ``Accounts`` but allows you to specify a large number of accounts.
6730
+
6580
6731
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudformation-stackset-deploymenttargets.html#cfn-cloudformation-stackset-deploymenttargets-accountsurl
6581
6732
  '''
6582
6733
  result = self._values.get("accounts_url")
@@ -6617,7 +6768,7 @@ class CfnStackSet(
6617
6768
  ) -> None:
6618
6769
  '''Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.
6619
6770
 
6620
- :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.
6621
6772
 
6622
6773
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudformation-stackset-managedexecution.html
6623
6774
  :exampleMetadata: fixture=_generated
@@ -6643,14 +6794,14 @@ class CfnStackSet(
6643
6794
  def active(
6644
6795
  self,
6645
6796
  ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
6646
- '''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.
6647
6798
 
6648
- After conflicting operations finish, StackSets starts queued operations in request order.
6799
+ After conflicting operations finish, CloudFormation starts queued operations in request order.
6649
6800
  .. epigraph::
6650
6801
 
6651
- 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.
6652
6803
 
6653
- 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.
6654
6805
 
6655
6806
  When ``false`` (default), StackSets performs one operation at a time in request order.
6656
6807
 
@@ -6695,13 +6846,13 @@ class CfnStackSet(
6695
6846
  region_concurrency_type: typing.Optional[builtins.str] = None,
6696
6847
  region_order: typing.Optional[typing.Sequence[builtins.str]] = None,
6697
6848
  ) -> None:
6698
- '''The user-specified preferences for how CloudFormation performs a stack set operation.
6849
+ '''The user-specified preferences for how CloudFormation performs a StackSet operation.
6699
6850
 
6700
- 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* .
6701
6852
 
6702
- :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.
6703
- :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).
6704
- :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.
6705
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.
6706
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.
6707
6858
  :param region_concurrency_type: The concurrency type of deploying StackSets operations in Regions, could be in parallel or one Region at a time.
@@ -6759,7 +6910,7 @@ class CfnStackSet(
6759
6910
 
6760
6911
  If failure tolerance or Maximum concurrent accounts are set to percentages, the behavior is similar.
6761
6912
 
6762
- - ``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.
6763
6914
 
6764
6915
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudformation-stackset-operationpreferences.html#cfn-cloudformation-stackset-operationpreferences-concurrencymode
6765
6916
  '''
@@ -6768,7 +6919,7 @@ class CfnStackSet(
6768
6919
 
6769
6920
  @builtins.property
6770
6921
  def failure_tolerance_count(self) -> typing.Optional[jsii.Number]:
6771
- '''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.
6772
6923
 
6773
6924
  If the operation is stopped in a Region, CloudFormation doesn't attempt the operation in any subsequent Regions.
6774
6925
 
@@ -6781,7 +6932,7 @@ class CfnStackSet(
6781
6932
 
6782
6933
  @builtins.property
6783
6934
  def failure_tolerance_percentage(self) -> typing.Optional[jsii.Number]:
6784
- '''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.
6785
6936
 
6786
6937
  If the operation is stopped in a Region, CloudFormation doesn't attempt the operation in any subsequent Regions.
6787
6938
 
@@ -6948,9 +7099,9 @@ class CfnStackSet(
6948
7099
  ) -> None:
6949
7100
  '''Stack instances in some specific accounts and Regions.
6950
7101
 
6951
- :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.
6952
7103
  :param regions: The names of one or more Regions where you want to create stack instances using the specified AWS accounts .
6953
- :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.
6954
7105
 
6955
7106
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudformation-stackset-stackinstances.html
6956
7107
  :exampleMetadata: fixture=_generated
@@ -6993,7 +7144,7 @@ class CfnStackSet(
6993
7144
  def deployment_targets(
6994
7145
  self,
6995
7146
  ) -> typing.Union[_IResolvable_da3f097b, "CfnStackSet.DeploymentTargetsProperty"]:
6996
- '''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.
6997
7148
 
6998
7149
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudformation-stackset-stackinstances.html#cfn-cloudformation-stackset-stackinstances-deploymenttargets
6999
7150
  '''
@@ -7015,7 +7166,7 @@ class CfnStackSet(
7015
7166
  def parameter_overrides(
7016
7167
  self,
7017
7168
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnStackSet.ParameterProperty"]]]]:
7018
- '''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.
7019
7170
 
7020
7171
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudformation-stackset-stackinstances.html#cfn-cloudformation-stackset-stackinstances-parameteroverrides
7021
7172
  '''
@@ -7077,21 +7228,21 @@ class CfnStackSetProps:
7077
7228
  ) -> None:
7078
7229
  '''Properties for defining a ``CfnStackSet``.
7079
7230
 
7080
- :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* .
7081
- :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.
7082
- :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`` .
7083
- :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 `Manage automatic deployments for CloudFormation StackSets that use service-managed permissions <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.)
7084
- :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`` .
7085
- :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* .
7086
- :param description: A description of the stack set.
7087
- :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+=,.@-]+``
7088
- :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.
7089
- :param operation_preferences: The user-specified preferences for how CloudFormation performs a stack set operation.
7090
- :param parameters: The input parameters for the stack set template.
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`` .
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.)
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.
7091
7242
  :param stack_instances_group: A group of stack instances with parameters in some specific accounts and Regions.
7092
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.
7093
- :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.
7094
- :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`` .
7095
7246
 
7096
7247
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stackset.html
7097
7248
  :exampleMetadata: fixture=_generated
@@ -7205,10 +7356,10 @@ class CfnStackSetProps:
7205
7356
 
7206
7357
  @builtins.property
7207
7358
  def permission_model(self) -> builtins.str:
7208
- '''Describes how the IAM roles required for stack set operations are created.
7359
+ '''Describes how the IAM roles required for StackSet operations are created.
7209
7360
 
7210
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* .
7211
- - 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* .
7212
7363
 
7213
7364
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stackset.html#cfn-cloudformation-stackset-permissionmodel
7214
7365
  '''
@@ -7218,9 +7369,9 @@ class CfnStackSetProps:
7218
7369
 
7219
7370
  @builtins.property
7220
7371
  def stack_set_name(self) -> builtins.str:
7221
- '''The name to associate with the stack set.
7372
+ '''The name to associate with the StackSet.
7222
7373
 
7223
- 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.
7224
7375
 
7225
7376
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stackset.html#cfn-cloudformation-stackset-stacksetname
7226
7377
  '''
@@ -7230,11 +7381,11 @@ class CfnStackSetProps:
7230
7381
 
7231
7382
  @builtins.property
7232
7383
  def administration_role_arn(self) -> typing.Optional[builtins.str]:
7233
- '''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.
7234
7385
 
7235
- 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.
7236
7387
 
7237
- 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* .
7238
7389
 
7239
7390
  Valid only if the permissions model is ``SELF_MANAGED`` .
7240
7391
 
@@ -7249,7 +7400,7 @@ class CfnStackSetProps:
7249
7400
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnStackSet.AutoDeploymentProperty]]:
7250
7401
  '''Describes whether StackSets automatically deploys to AWS Organizations accounts that are added to a target organization or organizational unit (OU).
7251
7402
 
7252
- For more information, see `Manage automatic deployments for CloudFormation StackSets that use service-managed permissions <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-manage-auto-deployment.html>`_ in the *AWS CloudFormation User Guide* .
7403
+ 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* .
7253
7404
 
7254
7405
  Required if the permissions model is ``SERVICE_MANAGED`` . (Not used with self-managed permissions.)
7255
7406
 
@@ -7262,14 +7413,14 @@ class CfnStackSetProps:
7262
7413
  def call_as(self) -> typing.Optional[builtins.str]:
7263
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.
7264
7415
 
7265
- 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.
7266
7417
 
7267
- - To create a stack set with service-managed permissions while signed in to the management account, specify ``SELF`` .
7268
- - 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`` .
7269
7420
 
7270
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* .
7271
7422
 
7272
- 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.
7273
7424
 
7274
7425
  Valid only if the permissions model is ``SERVICE_MANAGED`` .
7275
7426
 
@@ -7280,9 +7431,9 @@ class CfnStackSetProps:
7280
7431
 
7281
7432
  @builtins.property
7282
7433
  def capabilities(self) -> typing.Optional[typing.List[builtins.str]]:
7283
- '''The capabilities that are allowed in the stack set.
7434
+ '''The capabilities that are allowed in the StackSet.
7284
7435
 
7285
- 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* .
7286
7437
 
7287
7438
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stackset.html#cfn-cloudformation-stackset-capabilities
7288
7439
  '''
@@ -7291,7 +7442,7 @@ class CfnStackSetProps:
7291
7442
 
7292
7443
  @builtins.property
7293
7444
  def description(self) -> typing.Optional[builtins.str]:
7294
- '''A description of the stack set.
7445
+ '''A description of the StackSet.
7295
7446
 
7296
7447
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stackset.html#cfn-cloudformation-stackset-description
7297
7448
  '''
@@ -7300,9 +7451,9 @@ class CfnStackSetProps:
7300
7451
 
7301
7452
  @builtins.property
7302
7453
  def execution_role_name(self) -> typing.Optional[builtins.str]:
7303
- '''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.
7304
7455
 
7305
- 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.
7306
7457
 
7307
7458
  Valid only if the permissions model is ``SELF_MANAGED`` .
7308
7459
 
@@ -7322,7 +7473,7 @@ class CfnStackSetProps:
7322
7473
 
7323
7474
  If there are already running or queued operations, StackSets queues all incoming operations even if they are non-conflicting.
7324
7475
 
7325
- 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.
7326
7477
 
7327
7478
  When inactive (default), StackSets performs one operation at a time in request order.
7328
7479
 
@@ -7335,7 +7486,7 @@ class CfnStackSetProps:
7335
7486
  def operation_preferences(
7336
7487
  self,
7337
7488
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnStackSet.OperationPreferencesProperty]]:
7338
- '''The user-specified preferences for how CloudFormation performs a stack set operation.
7489
+ '''The user-specified preferences for how CloudFormation performs a StackSet operation.
7339
7490
 
7340
7491
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stackset.html#cfn-cloudformation-stackset-operationpreferences
7341
7492
  '''
@@ -7346,7 +7497,7 @@ class CfnStackSetProps:
7346
7497
  def parameters(
7347
7498
  self,
7348
7499
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnStackSet.ParameterProperty]]]]:
7349
- '''The input parameters for the stack set template.
7500
+ '''The input parameters for the StackSet template.
7350
7501
 
7351
7502
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stackset.html#cfn-cloudformation-stackset-parameters
7352
7503
  '''
@@ -7381,7 +7532,7 @@ class CfnStackSetProps:
7381
7532
  def template_body(self) -> typing.Optional[builtins.str]:
7382
7533
  '''The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200 bytes.
7383
7534
 
7384
- 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.
7385
7536
 
7386
7537
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stackset.html#cfn-cloudformation-stackset-templatebody
7387
7538
  '''
@@ -7390,7 +7541,7 @@ class CfnStackSetProps:
7390
7541
 
7391
7542
  @builtins.property
7392
7543
  def template_url(self) -> typing.Optional[builtins.str]:
7393
- '''The URL of a file containing the template body.
7544
+ '''The URL of a file that contains the template body.
7394
7545
 
7395
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://`` .
7396
7547
 
@@ -7413,7 +7564,7 @@ class CfnStackSetProps:
7413
7564
  )
7414
7565
 
7415
7566
 
7416
- @jsii.implements(_IInspectable_c2943556)
7567
+ @jsii.implements(_IInspectable_c2943556, _ITypeActivationRef_95db49a7)
7417
7568
  class CfnTypeActivation(
7418
7569
  _CfnResource_9df397a6,
7419
7570
  metaclass=jsii.JSIIMeta,
@@ -7466,7 +7617,8 @@ class CfnTypeActivation(
7466
7617
  type_name_alias: typing.Optional[builtins.str] = None,
7467
7618
  version_bump: typing.Optional[builtins.str] = None,
7468
7619
  ) -> None:
7469
- '''
7620
+ '''Create a new ``AWS::CloudFormation::TypeActivation``.
7621
+
7470
7622
  :param scope: Scope in which this resource is defined.
7471
7623
  :param id: Construct identifier for this resource (unique in its scope).
7472
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`` .
@@ -7477,7 +7629,7 @@ class CfnTypeActivation(
7477
7629
  :param publisher_id: The ID of the extension publisher. Conditional: You must specify ``PublicTypeArn`` , or ``TypeName`` , ``Type`` , and ``PublisherId`` .
7478
7630
  :param type: The extension type. Conditional: You must specify ``PublicTypeArn`` , or ``TypeName`` , ``Type`` , and ``PublisherId`` .
7479
7631
  :param type_name: The name of the extension. Conditional: You must specify ``PublicTypeArn`` , or ``TypeName`` , ``Type`` , and ``PublisherId`` .
7480
- :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.
7481
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.
7482
7634
  '''
7483
7635
  if __debug__:
@@ -7532,7 +7684,7 @@ class CfnTypeActivation(
7532
7684
  @builtins.property
7533
7685
  @jsii.member(jsii_name="attrArn")
7534
7686
  def attr_arn(self) -> builtins.str:
7535
- '''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.
7536
7688
 
7537
7689
  :cloudformationAttribute: Arn
7538
7690
  '''
@@ -7543,6 +7695,12 @@ class CfnTypeActivation(
7543
7695
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
7544
7696
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
7545
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
+
7546
7704
  @builtins.property
7547
7705
  @jsii.member(jsii_name="autoUpdate")
7548
7706
  def auto_update(
@@ -7660,7 +7818,7 @@ class CfnTypeActivation(
7660
7818
  @builtins.property
7661
7819
  @jsii.member(jsii_name="typeNameAlias")
7662
7820
  def type_name_alias(self) -> typing.Optional[builtins.str]:
7663
- '''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.'''
7664
7822
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "typeNameAlias"))
7665
7823
 
7666
7824
  @type_name_alias.setter
@@ -7795,7 +7953,7 @@ class CfnTypeActivationProps:
7795
7953
  :param publisher_id: The ID of the extension publisher. Conditional: You must specify ``PublicTypeArn`` , or ``TypeName`` , ``Type`` , and ``PublisherId`` .
7796
7954
  :param type: The extension type. Conditional: You must specify ``PublicTypeArn`` , or ``TypeName`` , ``Type`` , and ``PublisherId`` .
7797
7955
  :param type_name: The name of the extension. Conditional: You must specify ``PublicTypeArn`` , or ``TypeName`` , ``Type`` , and ``PublisherId`` .
7798
- :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.
7799
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.
7800
7958
 
7801
7959
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-typeactivation.html
@@ -7951,7 +8109,7 @@ class CfnTypeActivationProps:
7951
8109
 
7952
8110
  @builtins.property
7953
8111
  def type_name_alias(self) -> typing.Optional[builtins.str]:
7954
- '''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.
7955
8113
 
7956
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.
7957
8115
 
@@ -7988,7 +8146,7 @@ class CfnTypeActivationProps:
7988
8146
  )
7989
8147
 
7990
8148
 
7991
- @jsii.implements(_IInspectable_c2943556)
8149
+ @jsii.implements(_IInspectable_c2943556, _IWaitConditionRef_5bc95657)
7992
8150
  class CfnWaitCondition(
7993
8151
  _CfnResource_9df397a6,
7994
8152
  metaclass=jsii.JSIIMeta,
@@ -7996,7 +8154,7 @@ class CfnWaitCondition(
7996
8154
  ):
7997
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.
7998
8156
 
7999
- 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.
8000
8158
  .. epigraph::
8001
8159
 
8002
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.
@@ -8027,11 +8185,12 @@ class CfnWaitCondition(
8027
8185
  handle: typing.Optional[builtins.str] = None,
8028
8186
  timeout: typing.Optional[builtins.str] = None,
8029
8187
  ) -> None:
8030
- '''
8188
+ '''Create a new ``AWS::CloudFormation::WaitCondition``.
8189
+
8031
8190
  :param scope: Scope in which this resource is defined.
8032
8191
  :param id: Construct identifier for this resource (unique in its scope).
8033
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.
8034
- :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.
8035
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.
8036
8195
  '''
8037
8196
  if __debug__:
@@ -8083,7 +8242,8 @@ class CfnWaitCondition(
8083
8242
  @builtins.property
8084
8243
  @jsii.member(jsii_name="attrId")
8085
8244
  def attr_id(self) -> builtins.str:
8086
- '''
8245
+ '''Returns a unique identifier for the resource.
8246
+
8087
8247
  :cloudformationAttribute: Id
8088
8248
  '''
8089
8249
  return typing.cast(builtins.str, jsii.get(self, "attrId"))
@@ -8093,6 +8253,12 @@ class CfnWaitCondition(
8093
8253
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
8094
8254
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
8095
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
+
8096
8262
  @builtins.property
8097
8263
  @jsii.member(jsii_name="count")
8098
8264
  def count(self) -> typing.Optional[jsii.Number]:
@@ -8133,7 +8299,7 @@ class CfnWaitCondition(
8133
8299
  jsii.set(self, "timeout", value) # pyright: ignore[reportArgumentType]
8134
8300
 
8135
8301
 
8136
- @jsii.implements(_IInspectable_c2943556)
8302
+ @jsii.implements(_IInspectable_c2943556, _IWaitConditionHandleRef_6fbe7b4b)
8137
8303
  class CfnWaitConditionHandle(
8138
8304
  _CfnResource_9df397a6,
8139
8305
  metaclass=jsii.JSIIMeta,
@@ -8163,7 +8329,8 @@ class CfnWaitConditionHandle(
8163
8329
  '''
8164
8330
 
8165
8331
  def __init__(self, scope: _constructs_77d1e7e8.Construct, id: builtins.str) -> None:
8166
- '''
8332
+ '''Create a new ``AWS::CloudFormation::WaitConditionHandle``.
8333
+
8167
8334
  :param scope: Scope in which this resource is defined.
8168
8335
  :param id: Construct identifier for this resource (unique in its scope).
8169
8336
  '''
@@ -8208,7 +8375,7 @@ class CfnWaitConditionHandle(
8208
8375
  @builtins.property
8209
8376
  @jsii.member(jsii_name="attrId")
8210
8377
  def attr_id(self) -> builtins.str:
8211
- '''A unique identifier for the resource.
8378
+ '''Returns a unique identifier for the resource.
8212
8379
 
8213
8380
  :cloudformationAttribute: Id
8214
8381
  '''
@@ -8219,6 +8386,12 @@ class CfnWaitConditionHandle(
8219
8386
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
8220
8387
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
8221
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
+
8222
8395
 
8223
8396
  @jsii.data_type(
8224
8397
  jsii_type="aws-cdk-lib.aws_cloudformation.CfnWaitConditionHandleProps",
@@ -8270,7 +8443,7 @@ class CfnWaitConditionProps:
8270
8443
  '''Properties for defining a ``CfnWaitCondition``.
8271
8444
 
8272
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.
8273
- :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.
8274
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.
8275
8448
 
8276
8449
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-waitcondition.html
@@ -8318,7 +8491,7 @@ class CfnWaitConditionProps:
8318
8491
  def handle(self) -> typing.Optional[builtins.str]:
8319
8492
  '''A reference to the wait condition handle used to signal this wait condition.
8320
8493
 
8321
- 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.
8322
8495
 
8323
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.
8324
8497