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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


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

Files changed (569) hide show
  1. aws_cdk/__init__.py +1349 -373
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.200.2.jsii.tgz → aws-cdk-lib@2.224.0.jsii.tgz} +0 -0
  4. aws_cdk/alexa_ask/__init__.py +12 -2
  5. aws_cdk/aws_accessanalyzer/__init__.py +323 -6
  6. aws_cdk/aws_acmpca/__init__.py +53 -10
  7. aws_cdk/aws_aiops/__init__.py +1019 -0
  8. aws_cdk/aws_amazonmq/__init__.py +357 -313
  9. aws_cdk/aws_amplify/__init__.py +173 -17
  10. aws_cdk/aws_amplifyuibuilder/__init__.py +35 -6
  11. aws_cdk/aws_apigateway/__init__.py +1017 -155
  12. aws_cdk/aws_apigatewayv2/__init__.py +2796 -379
  13. aws_cdk/aws_apigatewayv2_integrations/__init__.py +94 -16
  14. aws_cdk/aws_appconfig/__init__.py +298 -43
  15. aws_cdk/aws_appflow/__init__.py +151 -6
  16. aws_cdk/aws_appintegrations/__init__.py +546 -6
  17. aws_cdk/aws_applicationautoscaling/__init__.py +29 -6
  18. aws_cdk/aws_applicationinsights/__init__.py +13 -2
  19. aws_cdk/aws_applicationsignals/__init__.py +374 -6
  20. aws_cdk/aws_appmesh/__init__.py +94 -26
  21. aws_cdk/aws_apprunner/__init__.py +66 -18
  22. aws_cdk/aws_appstream/__init__.py +309 -55
  23. aws_cdk/aws_appsync/__init__.py +227 -53
  24. aws_cdk/aws_apptest/__init__.py +71 -2
  25. aws_cdk/aws_aps/__init__.py +1875 -132
  26. aws_cdk/aws_arcregionswitch/__init__.py +5095 -0
  27. aws_cdk/aws_arczonalshift/__init__.py +39 -12
  28. aws_cdk/aws_athena/__init__.py +365 -29
  29. aws_cdk/aws_auditmanager/__init__.py +71 -2
  30. aws_cdk/aws_autoscaling/__init__.py +135 -55
  31. aws_cdk/aws_autoscaling_common/__init__.py +3 -0
  32. aws_cdk/aws_autoscalingplans/__init__.py +13 -2
  33. aws_cdk/aws_b2bi/__init__.py +1819 -99
  34. aws_cdk/aws_backup/__init__.py +317 -28
  35. aws_cdk/aws_backupgateway/__init__.py +13 -2
  36. aws_cdk/aws_batch/__init__.py +1405 -178
  37. aws_cdk/aws_bcmdataexports/__init__.py +21 -2
  38. aws_cdk/aws_bedrock/__init__.py +6747 -627
  39. aws_cdk/aws_bedrockagentcore/__init__.py +10425 -0
  40. aws_cdk/aws_billingconductor/__init__.py +197 -11
  41. aws_cdk/aws_budgets/__init__.py +42 -4
  42. aws_cdk/aws_cassandra/__init__.py +247 -6
  43. aws_cdk/aws_ce/__init__.py +35 -6
  44. aws_cdk/aws_certificatemanager/__init__.py +237 -32
  45. aws_cdk/aws_chatbot/__init__.py +70 -6
  46. aws_cdk/aws_cleanrooms/__init__.py +709 -206
  47. aws_cdk/aws_cleanroomsml/__init__.py +13 -2
  48. aws_cdk/aws_cloud9/__init__.py +13 -2
  49. aws_cdk/aws_cloudformation/__init__.py +345 -166
  50. aws_cdk/aws_cloudfront/__init__.py +2101 -680
  51. aws_cdk/aws_cloudfront/experimental/__init__.py +108 -16
  52. aws_cdk/aws_cloudfront_origins/__init__.py +614 -73
  53. aws_cdk/aws_cloudtrail/__init__.py +301 -17
  54. aws_cdk/aws_cloudwatch/__init__.py +1414 -153
  55. aws_cdk/aws_codeartifact/__init__.py +35 -6
  56. aws_cdk/aws_codebuild/__init__.py +1103 -118
  57. aws_cdk/aws_codecommit/__init__.py +23 -9
  58. aws_cdk/aws_codeconnections/__init__.py +13 -2
  59. aws_cdk/aws_codedeploy/__init__.py +67 -6
  60. aws_cdk/aws_codeguruprofiler/__init__.py +74 -2
  61. aws_cdk/aws_codegurureviewer/__init__.py +13 -2
  62. aws_cdk/aws_codepipeline/__init__.py +127 -64
  63. aws_cdk/aws_codepipeline_actions/__init__.py +749 -0
  64. aws_cdk/aws_codestar/__init__.py +13 -2
  65. aws_cdk/aws_codestarconnections/__init__.py +35 -6
  66. aws_cdk/aws_codestarnotifications/__init__.py +16 -2
  67. aws_cdk/aws_cognito/__init__.py +814 -80
  68. aws_cdk/aws_cognito_identitypool/__init__.py +17 -12
  69. aws_cdk/aws_comprehend/__init__.py +24 -4
  70. aws_cdk/aws_config/__init__.py +191 -30
  71. aws_cdk/aws_connect/__init__.py +2736 -191
  72. aws_cdk/aws_connectcampaigns/__init__.py +13 -2
  73. aws_cdk/aws_connectcampaignsv2/__init__.py +268 -6
  74. aws_cdk/aws_controltower/__init__.py +35 -6
  75. aws_cdk/aws_cur/__init__.py +100 -4
  76. aws_cdk/aws_customerprofiles/__init__.py +617 -27
  77. aws_cdk/aws_databrew/__init__.py +68 -12
  78. aws_cdk/aws_datapipeline/__init__.py +42 -2
  79. aws_cdk/aws_datasync/__init__.py +723 -203
  80. aws_cdk/aws_datazone/__init__.py +4425 -608
  81. aws_cdk/aws_dax/__init__.py +83 -6
  82. aws_cdk/aws_deadline/__init__.py +321 -32
  83. aws_cdk/aws_detective/__init__.py +35 -6
  84. aws_cdk/aws_devicefarm/__init__.py +68 -12
  85. aws_cdk/aws_devopsguru/__init__.py +37 -6
  86. aws_cdk/aws_directoryservice/__init__.py +53 -4
  87. aws_cdk/aws_dlm/__init__.py +13 -2
  88. aws_cdk/aws_dms/__init__.py +184 -27
  89. aws_cdk/aws_docdb/__init__.py +323 -46
  90. aws_cdk/aws_docdbelastic/__init__.py +13 -2
  91. aws_cdk/aws_dsql/__init__.py +340 -12
  92. aws_cdk/aws_dynamodb/__init__.py +1463 -166
  93. aws_cdk/aws_ec2/__init__.py +9636 -1120
  94. aws_cdk/aws_ecr/__init__.py +631 -43
  95. aws_cdk/aws_ecr_assets/__init__.py +4 -0
  96. aws_cdk/aws_ecs/__init__.py +6524 -497
  97. aws_cdk/aws_ecs_patterns/__init__.py +2 -0
  98. aws_cdk/aws_efs/__init__.py +264 -24
  99. aws_cdk/aws_eks/__init__.py +1050 -218
  100. aws_cdk/aws_elasticache/__init__.py +373 -20
  101. aws_cdk/aws_elasticbeanstalk/__init__.py +75 -8
  102. aws_cdk/aws_elasticloadbalancing/__init__.py +16 -2
  103. aws_cdk/aws_elasticloadbalancingv2/__init__.py +1670 -106
  104. aws_cdk/aws_elasticsearch/__init__.py +282 -9
  105. aws_cdk/aws_emr/__init__.py +187 -20
  106. aws_cdk/aws_emrcontainers/__init__.py +71 -2
  107. aws_cdk/aws_emrserverless/__init__.py +188 -3
  108. aws_cdk/aws_entityresolution/__init__.py +585 -58
  109. aws_cdk/aws_events/__init__.py +969 -124
  110. aws_cdk/aws_events_targets/__init__.py +310 -54
  111. aws_cdk/aws_eventschemas/__init__.py +46 -8
  112. aws_cdk/aws_evidently/__init__.py +57 -10
  113. aws_cdk/aws_evs/__init__.py +2244 -0
  114. aws_cdk/aws_finspace/__init__.py +71 -2
  115. aws_cdk/aws_fis/__init__.py +26 -4
  116. aws_cdk/aws_fms/__init__.py +35 -6
  117. aws_cdk/aws_forecast/__init__.py +24 -4
  118. aws_cdk/aws_frauddetector/__init__.py +79 -14
  119. aws_cdk/aws_fsx/__init__.py +1236 -142
  120. aws_cdk/aws_gamelift/__init__.py +653 -78
  121. aws_cdk/aws_gameliftstreams/__init__.py +38 -16
  122. aws_cdk/aws_globalaccelerator/__init__.py +55 -14
  123. aws_cdk/aws_glue/__init__.py +1368 -320
  124. aws_cdk/aws_grafana/__init__.py +13 -2
  125. aws_cdk/aws_greengrass/__init__.py +654 -32
  126. aws_cdk/aws_greengrassv2/__init__.py +53 -4
  127. aws_cdk/aws_groundstation/__init__.py +122 -6
  128. aws_cdk/aws_guardduty/__init__.py +1613 -123
  129. aws_cdk/aws_healthimaging/__init__.py +71 -2
  130. aws_cdk/aws_healthlake/__init__.py +42 -2
  131. aws_cdk/aws_iam/__init__.py +480 -140
  132. aws_cdk/aws_identitystore/__init__.py +24 -4
  133. aws_cdk/aws_imagebuilder/__init__.py +1433 -183
  134. aws_cdk/aws_inspector/__init__.py +38 -6
  135. aws_cdk/aws_inspectorv2/__init__.py +2285 -243
  136. aws_cdk/aws_internetmonitor/__init__.py +71 -2
  137. aws_cdk/aws_invoicing/__init__.py +13 -2
  138. aws_cdk/aws_iot/__init__.py +1730 -86
  139. aws_cdk/aws_iotanalytics/__init__.py +162 -8
  140. aws_cdk/aws_iotcoredeviceadvisor/__init__.py +106 -40
  141. aws_cdk/aws_iotevents/__init__.py +122 -6
  142. aws_cdk/aws_iotfleethub/__init__.py +71 -2
  143. aws_cdk/aws_iotfleetwise/__init__.py +195 -14
  144. aws_cdk/aws_iotsitewise/__init__.py +1837 -89
  145. aws_cdk/aws_iotthingsgraph/__init__.py +13 -2
  146. aws_cdk/aws_iottwinmaker/__init__.py +115 -10
  147. aws_cdk/aws_iotwireless/__init__.py +649 -22
  148. aws_cdk/aws_ivs/__init__.py +561 -57
  149. aws_cdk/aws_ivschat/__init__.py +24 -4
  150. aws_cdk/aws_kafkaconnect/__init__.py +35 -6
  151. aws_cdk/aws_kendra/__init__.py +120 -28
  152. aws_cdk/aws_kendraranking/__init__.py +13 -2
  153. aws_cdk/aws_kinesis/__init__.py +622 -22
  154. aws_cdk/aws_kinesisanalytics/__init__.py +467 -94
  155. aws_cdk/aws_kinesisanalyticsv2/__init__.py +201 -11
  156. aws_cdk/aws_kinesisfirehose/__init__.py +3077 -295
  157. aws_cdk/aws_kinesisvideo/__init__.py +24 -4
  158. aws_cdk/aws_kms/__init__.py +188 -41
  159. aws_cdk/aws_lakeformation/__init__.py +80 -15
  160. aws_cdk/aws_lambda/__init__.py +2101 -252
  161. aws_cdk/aws_lambda_event_sources/__init__.py +638 -1
  162. aws_cdk/aws_lambda_nodejs/__init__.py +63 -24
  163. aws_cdk/aws_launchwizard/__init__.py +13 -2
  164. aws_cdk/aws_lex/__init__.py +871 -8
  165. aws_cdk/aws_licensemanager/__init__.py +24 -4
  166. aws_cdk/aws_lightsail/__init__.py +2159 -975
  167. aws_cdk/aws_location/__init__.py +618 -14
  168. aws_cdk/aws_logs/__init__.py +5904 -956
  169. aws_cdk/aws_lookoutequipment/__init__.py +13 -2
  170. aws_cdk/aws_lookoutmetrics/__init__.py +38 -6
  171. aws_cdk/aws_lookoutvision/__init__.py +71 -2
  172. aws_cdk/aws_m2/__init__.py +94 -19
  173. aws_cdk/aws_macie/__init__.py +49 -11
  174. aws_cdk/aws_managedblockchain/__init__.py +180 -6
  175. aws_cdk/aws_mediaconnect/__init__.py +101 -18
  176. aws_cdk/aws_mediaconvert/__init__.py +35 -6
  177. aws_cdk/aws_medialive/__init__.py +1239 -35
  178. aws_cdk/aws_mediapackage/__init__.py +59 -12
  179. aws_cdk/aws_mediapackagev2/__init__.py +1607 -225
  180. aws_cdk/aws_mediastore/__init__.py +13 -2
  181. aws_cdk/aws_mediatailor/__init__.py +583 -12
  182. aws_cdk/aws_memorydb/__init__.py +271 -12
  183. aws_cdk/aws_mpa/__init__.py +1495 -0
  184. aws_cdk/aws_msk/__init__.py +104 -18
  185. aws_cdk/aws_mwaa/__init__.py +121 -9
  186. aws_cdk/aws_neptune/__init__.py +290 -78
  187. aws_cdk/aws_neptunegraph/__init__.py +24 -4
  188. aws_cdk/aws_networkfirewall/__init__.py +1289 -273
  189. aws_cdk/aws_networkmanager/__init__.py +349 -33
  190. aws_cdk/aws_nimblestudio/__init__.py +75 -8
  191. aws_cdk/aws_notifications/__init__.py +317 -12
  192. aws_cdk/aws_notificationscontacts/__init__.py +13 -2
  193. aws_cdk/aws_oam/__init__.py +24 -4
  194. aws_cdk/aws_observabilityadmin/__init__.py +2561 -0
  195. aws_cdk/aws_odb/__init__.py +5872 -0
  196. aws_cdk/aws_omics/__init__.py +2495 -529
  197. aws_cdk/aws_opensearchserverless/__init__.py +312 -37
  198. aws_cdk/aws_opensearchservice/__init__.py +495 -19
  199. aws_cdk/aws_opsworks/__init__.py +235 -139
  200. aws_cdk/aws_opsworkscm/__init__.py +16 -52
  201. aws_cdk/aws_organizations/__init__.py +70 -10
  202. aws_cdk/aws_osis/__init__.py +167 -2
  203. aws_cdk/aws_panorama/__init__.py +151 -6
  204. aws_cdk/aws_paymentcryptography/__init__.py +24 -4
  205. aws_cdk/aws_pcaconnectorad/__init__.py +59 -10
  206. aws_cdk/aws_pcaconnectorscep/__init__.py +24 -4
  207. aws_cdk/aws_pcs/__init__.py +387 -68
  208. aws_cdk/aws_personalize/__init__.py +46 -8
  209. aws_cdk/aws_pinpoint/__init__.py +329 -38
  210. aws_cdk/aws_pinpointemail/__init__.py +48 -8
  211. aws_cdk/aws_pipes/__init__.py +12 -2
  212. aws_cdk/aws_proton/__init__.py +37 -6
  213. aws_cdk/aws_qbusiness/__init__.py +635 -34
  214. aws_cdk/aws_qldb/__init__.py +24 -4
  215. aws_cdk/aws_quicksight/__init__.py +7900 -1160
  216. aws_cdk/aws_ram/__init__.py +24 -4
  217. aws_cdk/aws_rbin/__init__.py +12 -2
  218. aws_cdk/aws_rds/__init__.py +3345 -512
  219. aws_cdk/aws_redshift/__init__.py +143 -20
  220. aws_cdk/aws_redshiftserverless/__init__.py +692 -4
  221. aws_cdk/aws_refactorspaces/__init__.py +64 -14
  222. aws_cdk/aws_rekognition/__init__.py +93 -6
  223. aws_cdk/aws_resiliencehub/__init__.py +24 -4
  224. aws_cdk/aws_resourceexplorer2/__init__.py +35 -6
  225. aws_cdk/aws_resourcegroups/__init__.py +82 -4
  226. aws_cdk/aws_robomaker/__init__.py +72 -12
  227. aws_cdk/aws_rolesanywhere/__init__.py +180 -6
  228. aws_cdk/aws_route53/__init__.py +3273 -1442
  229. aws_cdk/aws_route53_targets/__init__.py +3 -0
  230. aws_cdk/aws_route53profiles/__init__.py +37 -6
  231. aws_cdk/aws_route53recoverycontrol/__init__.py +46 -8
  232. aws_cdk/aws_route53recoveryreadiness/__init__.py +104 -8
  233. aws_cdk/aws_route53resolver/__init__.py +226 -36
  234. aws_cdk/aws_rtbfabric/__init__.py +3498 -0
  235. aws_cdk/aws_rum/__init__.py +13 -2
  236. aws_cdk/aws_s3/__init__.py +1291 -158
  237. aws_cdk/aws_s3_assets/__init__.py +11 -11
  238. aws_cdk/aws_s3_deployment/__init__.py +147 -11
  239. aws_cdk/aws_s3_notifications/__init__.py +7 -7
  240. aws_cdk/aws_s3express/__init__.py +266 -8
  241. aws_cdk/aws_s3objectlambda/__init__.py +68 -16
  242. aws_cdk/aws_s3outposts/__init__.py +46 -8
  243. aws_cdk/aws_s3tables/__init__.py +2000 -323
  244. aws_cdk/aws_s3vectors/__init__.py +1378 -0
  245. aws_cdk/aws_sagemaker/__init__.py +6617 -363
  246. aws_cdk/aws_sam/__init__.py +79 -14
  247. aws_cdk/aws_scheduler/__init__.py +237 -4
  248. aws_cdk/aws_sdb/__init__.py +12 -2
  249. aws_cdk/aws_secretsmanager/__init__.py +170 -14
  250. aws_cdk/aws_securityhub/__init__.py +3121 -176
  251. aws_cdk/aws_securitylake/__init__.py +46 -8
  252. aws_cdk/aws_servicecatalog/__init__.py +405 -246
  253. aws_cdk/aws_servicecatalogappregistry/__init__.py +164 -8
  254. aws_cdk/aws_servicediscovery/__init__.py +140 -47
  255. aws_cdk/aws_ses/__init__.py +1231 -140
  256. aws_cdk/aws_shield/__init__.py +46 -8
  257. aws_cdk/aws_signer/__init__.py +27 -4
  258. aws_cdk/aws_simspaceweaver/__init__.py +42 -2
  259. aws_cdk/aws_smsvoice/__init__.py +4716 -0
  260. aws_cdk/aws_sns/__init__.py +245 -29
  261. aws_cdk/aws_sns_subscriptions/__init__.py +3 -1
  262. aws_cdk/aws_sqs/__init__.py +211 -14
  263. aws_cdk/aws_ssm/__init__.py +401 -58
  264. aws_cdk/aws_ssmcontacts/__init__.py +46 -8
  265. aws_cdk/aws_ssmguiconnect/__init__.py +13 -2
  266. aws_cdk/aws_ssmincidents/__init__.py +24 -4
  267. aws_cdk/aws_ssmquicksetup/__init__.py +383 -6
  268. aws_cdk/aws_sso/__init__.py +70 -12
  269. aws_cdk/aws_stepfunctions/__init__.py +615 -70
  270. aws_cdk/aws_stepfunctions_tasks/__init__.py +781 -144
  271. aws_cdk/aws_supportapp/__init__.py +39 -6
  272. aws_cdk/aws_synthetics/__init__.py +861 -75
  273. aws_cdk/aws_systemsmanagersap/__init__.py +13 -2
  274. aws_cdk/aws_timestream/__init__.py +104 -8
  275. aws_cdk/aws_transfer/__init__.py +784 -87
  276. aws_cdk/aws_verifiedpermissions/__init__.py +145 -17
  277. aws_cdk/aws_voiceid/__init__.py +41 -2
  278. aws_cdk/aws_vpclattice/__init__.py +376 -30
  279. aws_cdk/aws_waf/__init__.py +79 -14
  280. aws_cdk/aws_wafregional/__init__.py +123 -22
  281. aws_cdk/aws_wafv2/__init__.py +1179 -60
  282. aws_cdk/aws_wisdom/__init__.py +1401 -90
  283. aws_cdk/aws_workspaces/__init__.py +93 -6
  284. aws_cdk/aws_workspacesinstances/__init__.py +3940 -0
  285. aws_cdk/aws_workspacesthinclient/__init__.py +79 -10
  286. aws_cdk/aws_workspacesweb/__init__.py +1057 -141
  287. aws_cdk/aws_xray/__init__.py +48 -8
  288. aws_cdk/cloud_assembly_schema/__init__.py +231 -6
  289. aws_cdk/custom_resources/__init__.py +40 -12
  290. aws_cdk/cx_api/__init__.py +85 -14
  291. aws_cdk/interfaces/__init__.py +739 -0
  292. aws_cdk/interfaces/alexa_ask/__init__.py +146 -0
  293. aws_cdk/interfaces/aws_accessanalyzer/__init__.py +146 -0
  294. aws_cdk/interfaces/aws_acmpca/__init__.py +501 -0
  295. aws_cdk/interfaces/aws_aiops/__init__.py +146 -0
  296. aws_cdk/interfaces/aws_amazonmq/__init__.py +386 -0
  297. aws_cdk/interfaces/aws_amplify/__init__.py +352 -0
  298. aws_cdk/interfaces/aws_amplifyuibuilder/__init__.py +454 -0
  299. aws_cdk/interfaces/aws_apigateway/__init__.py +2486 -0
  300. aws_cdk/interfaces/aws_apigatewayv2/__init__.py +1651 -0
  301. aws_cdk/interfaces/aws_appconfig/__init__.py +1020 -0
  302. aws_cdk/interfaces/aws_appflow/__init__.py +404 -0
  303. aws_cdk/interfaces/aws_appintegrations/__init__.py +396 -0
  304. aws_cdk/interfaces/aws_applicationautoscaling/__init__.py +307 -0
  305. aws_cdk/interfaces/aws_applicationinsights/__init__.py +148 -0
  306. aws_cdk/interfaces/aws_applicationsignals/__init__.py +358 -0
  307. aws_cdk/interfaces/aws_appmesh/__init__.py +888 -0
  308. aws_cdk/interfaces/aws_apprunner/__init__.py +564 -0
  309. aws_cdk/interfaces/aws_appstream/__init__.py +1482 -0
  310. aws_cdk/interfaces/aws_appsync/__init__.py +1326 -0
  311. aws_cdk/interfaces/aws_apptest/__init__.py +163 -0
  312. aws_cdk/interfaces/aws_aps/__init__.py +558 -0
  313. aws_cdk/interfaces/aws_arcregionswitch/__init__.py +146 -0
  314. aws_cdk/interfaces/aws_arczonalshift/__init__.py +273 -0
  315. aws_cdk/interfaces/aws_athena/__init__.py +575 -0
  316. aws_cdk/interfaces/aws_auditmanager/__init__.py +163 -0
  317. aws_cdk/interfaces/aws_autoscaling/__init__.py +705 -0
  318. aws_cdk/interfaces/aws_autoscalingplans/__init__.py +148 -0
  319. aws_cdk/interfaces/aws_b2bi/__init__.py +524 -0
  320. aws_cdk/interfaces/aws_backup/__init__.py +955 -0
  321. aws_cdk/interfaces/aws_backupgateway/__init__.py +146 -0
  322. aws_cdk/interfaces/aws_batch/__init__.py +681 -0
  323. aws_cdk/interfaces/aws_bcmdataexports/__init__.py +146 -0
  324. aws_cdk/interfaces/aws_bedrock/__init__.py +1942 -0
  325. aws_cdk/interfaces/aws_bedrockagentcore/__init__.py +934 -0
  326. aws_cdk/interfaces/aws_billing/__init__.py +146 -0
  327. aws_cdk/interfaces/aws_billingconductor/__init__.py +463 -0
  328. aws_cdk/interfaces/aws_budgets/__init__.py +261 -0
  329. aws_cdk/interfaces/aws_cassandra/__init__.py +381 -0
  330. aws_cdk/interfaces/aws_ce/__init__.py +352 -0
  331. aws_cdk/interfaces/aws_certificatemanager/__init__.py +251 -0
  332. aws_cdk/interfaces/aws_chatbot/__init__.py +366 -0
  333. aws_cdk/interfaces/aws_cleanrooms/__init__.py +1103 -0
  334. aws_cdk/interfaces/aws_cleanroomsml/__init__.py +148 -0
  335. aws_cdk/interfaces/aws_cloud9/__init__.py +166 -0
  336. aws_cdk/interfaces/aws_cloudformation/__init__.py +1919 -0
  337. aws_cdk/interfaces/aws_cloudfront/__init__.py +1998 -0
  338. aws_cdk/interfaces/aws_cloudtrail/__init__.py +570 -0
  339. aws_cdk/interfaces/aws_cloudwatch/__init__.py +733 -0
  340. aws_cdk/interfaces/aws_codeartifact/__init__.py +352 -0
  341. aws_cdk/interfaces/aws_codebuild/__init__.py +487 -0
  342. aws_cdk/interfaces/aws_codecommit/__init__.py +163 -0
  343. aws_cdk/interfaces/aws_codeconnections/__init__.py +146 -0
  344. aws_cdk/interfaces/aws_codedeploy/__init__.py +352 -0
  345. aws_cdk/interfaces/aws_codeguruprofiler/__init__.py +168 -0
  346. aws_cdk/interfaces/aws_codegurureviewer/__init__.py +148 -0
  347. aws_cdk/interfaces/aws_codepipeline/__init__.py +388 -0
  348. aws_cdk/interfaces/aws_codestar/__init__.py +146 -0
  349. aws_cdk/interfaces/aws_codestarconnections/__init__.py +370 -0
  350. aws_cdk/interfaces/aws_codestarnotifications/__init__.py +148 -0
  351. aws_cdk/interfaces/aws_cognito/__init__.py +1929 -0
  352. aws_cdk/interfaces/aws_comprehend/__init__.py +251 -0
  353. aws_cdk/interfaces/aws_config/__init__.py +1165 -0
  354. aws_cdk/interfaces/aws_connect/__init__.py +2949 -0
  355. aws_cdk/interfaces/aws_connectcampaigns/__init__.py +146 -0
  356. aws_cdk/interfaces/aws_connectcampaignsv2/__init__.py +146 -0
  357. aws_cdk/interfaces/aws_controltower/__init__.py +394 -0
  358. aws_cdk/interfaces/aws_cur/__init__.py +146 -0
  359. aws_cdk/interfaces/aws_customerprofiles/__init__.py +915 -0
  360. aws_cdk/interfaces/aws_databrew/__init__.py +661 -0
  361. aws_cdk/interfaces/aws_datapipeline/__init__.py +146 -0
  362. aws_cdk/interfaces/aws_datasync/__init__.py +1384 -0
  363. aws_cdk/interfaces/aws_datazone/__init__.py +2238 -0
  364. aws_cdk/interfaces/aws_dax/__init__.py +364 -0
  365. aws_cdk/interfaces/aws_deadline/__init__.py +1303 -0
  366. aws_cdk/interfaces/aws_detective/__init__.py +364 -0
  367. aws_cdk/interfaces/aws_devicefarm/__init__.py +663 -0
  368. aws_cdk/interfaces/aws_devopsguru/__init__.py +362 -0
  369. aws_cdk/interfaces/aws_directoryservice/__init__.py +251 -0
  370. aws_cdk/interfaces/aws_dlm/__init__.py +166 -0
  371. aws_cdk/interfaces/aws_dms/__init__.py +1176 -0
  372. aws_cdk/interfaces/aws_docdb/__init__.py +560 -0
  373. aws_cdk/interfaces/aws_docdbelastic/__init__.py +146 -0
  374. aws_cdk/interfaces/aws_dsql/__init__.py +146 -0
  375. aws_cdk/interfaces/aws_dynamodb/__init__.py +278 -0
  376. aws_cdk/interfaces/aws_ec2/__init__.py +11963 -0
  377. aws_cdk/interfaces/aws_ecr/__init__.py +814 -0
  378. aws_cdk/interfaces/aws_ecs/__init__.py +845 -0
  379. aws_cdk/interfaces/aws_efs/__init__.py +392 -0
  380. aws_cdk/interfaces/aws_eks/__init__.py +948 -0
  381. aws_cdk/interfaces/aws_elasticache/__init__.py +1108 -0
  382. aws_cdk/interfaces/aws_elasticbeanstalk/__init__.py +503 -0
  383. aws_cdk/interfaces/aws_elasticloadbalancing/__init__.py +148 -0
  384. aws_cdk/interfaces/aws_elasticloadbalancingv2/__init__.py +795 -0
  385. aws_cdk/interfaces/aws_elasticsearch/__init__.py +158 -0
  386. aws_cdk/interfaces/aws_emr/__init__.py +913 -0
  387. aws_cdk/interfaces/aws_emrcontainers/__init__.py +168 -0
  388. aws_cdk/interfaces/aws_emrserverless/__init__.py +166 -0
  389. aws_cdk/interfaces/aws_entityresolution/__init__.py +608 -0
  390. aws_cdk/interfaces/aws_events/__init__.py +872 -0
  391. aws_cdk/interfaces/aws_eventschemas/__init__.py +455 -0
  392. aws_cdk/interfaces/aws_evidently/__init__.py +558 -0
  393. aws_cdk/interfaces/aws_evs/__init__.py +166 -0
  394. aws_cdk/interfaces/aws_finspace/__init__.py +166 -0
  395. aws_cdk/interfaces/aws_fis/__init__.py +271 -0
  396. aws_cdk/interfaces/aws_fms/__init__.py +364 -0
  397. aws_cdk/interfaces/aws_forecast/__init__.py +249 -0
  398. aws_cdk/interfaces/aws_frauddetector/__init__.py +764 -0
  399. aws_cdk/interfaces/aws_fsx/__init__.py +663 -0
  400. aws_cdk/interfaces/aws_gamelift/__init__.py +1325 -0
  401. aws_cdk/interfaces/aws_gameliftstreams/__init__.py +249 -0
  402. aws_cdk/interfaces/aws_globalaccelerator/__init__.py +461 -0
  403. aws_cdk/interfaces/aws_glue/__init__.py +2377 -0
  404. aws_cdk/interfaces/aws_grafana/__init__.py +146 -0
  405. aws_cdk/interfaces/aws_greengrass/__init__.py +1871 -0
  406. aws_cdk/interfaces/aws_greengrassv2/__init__.py +251 -0
  407. aws_cdk/interfaces/aws_groundstation/__init__.py +396 -0
  408. aws_cdk/interfaces/aws_guardduty/__init__.py +1225 -0
  409. aws_cdk/interfaces/aws_healthimaging/__init__.py +163 -0
  410. aws_cdk/interfaces/aws_healthlake/__init__.py +146 -0
  411. aws_cdk/interfaces/aws_iam/__init__.py +1803 -0
  412. aws_cdk/interfaces/aws_identitystore/__init__.py +288 -0
  413. aws_cdk/interfaces/aws_imagebuilder/__init__.py +984 -0
  414. aws_cdk/interfaces/aws_inspector/__init__.py +354 -0
  415. aws_cdk/interfaces/aws_inspectorv2/__init__.py +467 -0
  416. aws_cdk/interfaces/aws_internetmonitor/__init__.py +163 -0
  417. aws_cdk/interfaces/aws_invoicing/__init__.py +146 -0
  418. aws_cdk/interfaces/aws_iot/__init__.py +3483 -0
  419. aws_cdk/interfaces/aws_iotanalytics/__init__.py +455 -0
  420. aws_cdk/interfaces/aws_iotcoredeviceadvisor/__init__.py +168 -0
  421. aws_cdk/interfaces/aws_iotevents/__init__.py +352 -0
  422. aws_cdk/interfaces/aws_iotfleethub/__init__.py +166 -0
  423. aws_cdk/interfaces/aws_iotfleetwise/__init__.py +892 -0
  424. aws_cdk/interfaces/aws_iotsitewise/__init__.py +1097 -0
  425. aws_cdk/interfaces/aws_iotthingsgraph/__init__.py +146 -0
  426. aws_cdk/interfaces/aws_iottwinmaker/__init__.py +711 -0
  427. aws_cdk/interfaces/aws_iotwireless/__init__.py +1401 -0
  428. aws_cdk/interfaces/aws_ivs/__init__.py +1075 -0
  429. aws_cdk/interfaces/aws_ivschat/__init__.py +251 -0
  430. aws_cdk/interfaces/aws_kafkaconnect/__init__.py +354 -0
  431. aws_cdk/interfaces/aws_kendra/__init__.py +428 -0
  432. aws_cdk/interfaces/aws_kendraranking/__init__.py +166 -0
  433. aws_cdk/interfaces/aws_kinesis/__init__.py +364 -0
  434. aws_cdk/interfaces/aws_kinesisanalytics/__init__.py +364 -0
  435. aws_cdk/interfaces/aws_kinesisanalyticsv2/__init__.py +479 -0
  436. aws_cdk/interfaces/aws_kinesisfirehose/__init__.py +168 -0
  437. aws_cdk/interfaces/aws_kinesisvideo/__init__.py +283 -0
  438. aws_cdk/interfaces/aws_kms/__init__.py +376 -0
  439. aws_cdk/interfaces/aws_lakeformation/__init__.py +860 -0
  440. aws_cdk/interfaces/aws_lambda/__init__.py +1141 -0
  441. aws_cdk/interfaces/aws_launchwizard/__init__.py +146 -0
  442. aws_cdk/interfaces/aws_lex/__init__.py +513 -0
  443. aws_cdk/interfaces/aws_licensemanager/__init__.py +249 -0
  444. aws_cdk/interfaces/aws_lightsail/__init__.py +1744 -0
  445. aws_cdk/interfaces/aws_location/__init__.py +879 -0
  446. aws_cdk/interfaces/aws_logs/__init__.py +1667 -0
  447. aws_cdk/interfaces/aws_lookoutequipment/__init__.py +168 -0
  448. aws_cdk/interfaces/aws_lookoutmetrics/__init__.py +251 -0
  449. aws_cdk/interfaces/aws_lookoutvision/__init__.py +163 -0
  450. aws_cdk/interfaces/aws_m2/__init__.py +352 -0
  451. aws_cdk/interfaces/aws_macie/__init__.py +512 -0
  452. aws_cdk/interfaces/aws_managedblockchain/__init__.py +381 -0
  453. aws_cdk/interfaces/aws_mediaconnect/__init__.py +1028 -0
  454. aws_cdk/interfaces/aws_mediaconvert/__init__.py +396 -0
  455. aws_cdk/interfaces/aws_medialive/__init__.py +1755 -0
  456. aws_cdk/interfaces/aws_mediapackage/__init__.py +644 -0
  457. aws_cdk/interfaces/aws_mediapackagev2/__init__.py +618 -0
  458. aws_cdk/interfaces/aws_mediastore/__init__.py +146 -0
  459. aws_cdk/interfaces/aws_mediatailor/__init__.py +788 -0
  460. aws_cdk/interfaces/aws_memorydb/__init__.py +685 -0
  461. aws_cdk/interfaces/aws_mpa/__init__.py +249 -0
  462. aws_cdk/interfaces/aws_msk/__init__.py +764 -0
  463. aws_cdk/interfaces/aws_mwaa/__init__.py +166 -0
  464. aws_cdk/interfaces/aws_neptune/__init__.py +663 -0
  465. aws_cdk/interfaces/aws_neptunegraph/__init__.py +265 -0
  466. aws_cdk/interfaces/aws_networkfirewall/__init__.py +669 -0
  467. aws_cdk/interfaces/aws_networkmanager/__init__.py +1832 -0
  468. aws_cdk/interfaces/aws_nimblestudio/__init__.py +388 -0
  469. aws_cdk/interfaces/aws_notifications/__init__.py +868 -0
  470. aws_cdk/interfaces/aws_notificationscontacts/__init__.py +148 -0
  471. aws_cdk/interfaces/aws_oam/__init__.py +249 -0
  472. aws_cdk/interfaces/aws_observabilityadmin/__init__.py +362 -0
  473. aws_cdk/interfaces/aws_odb/__init__.py +562 -0
  474. aws_cdk/interfaces/aws_omics/__init__.py +838 -0
  475. aws_cdk/interfaces/aws_opensearchserverless/__init__.py +859 -0
  476. aws_cdk/interfaces/aws_opensearchservice/__init__.py +283 -0
  477. aws_cdk/interfaces/aws_opsworks/__init__.py +772 -0
  478. aws_cdk/interfaces/aws_opsworkscm/__init__.py +146 -0
  479. aws_cdk/interfaces/aws_organizations/__init__.py +646 -0
  480. aws_cdk/interfaces/aws_osis/__init__.py +146 -0
  481. aws_cdk/interfaces/aws_panorama/__init__.py +420 -0
  482. aws_cdk/interfaces/aws_paymentcryptography/__init__.py +249 -0
  483. aws_cdk/interfaces/aws_pcaconnectorad/__init__.py +608 -0
  484. aws_cdk/interfaces/aws_pcaconnectorscep/__init__.py +249 -0
  485. aws_cdk/interfaces/aws_pcs/__init__.py +352 -0
  486. aws_cdk/interfaces/aws_personalize/__init__.py +455 -0
  487. aws_cdk/interfaces/aws_pinpoint/__init__.py +2125 -0
  488. aws_cdk/interfaces/aws_pinpointemail/__init__.py +467 -0
  489. aws_cdk/interfaces/aws_pipes/__init__.py +158 -0
  490. aws_cdk/interfaces/aws_proton/__init__.py +360 -0
  491. aws_cdk/interfaces/aws_qbusiness/__init__.py +1122 -0
  492. aws_cdk/interfaces/aws_qldb/__init__.py +283 -0
  493. aws_cdk/interfaces/aws_quicksight/__init__.py +1566 -0
  494. aws_cdk/interfaces/aws_ram/__init__.py +249 -0
  495. aws_cdk/interfaces/aws_rbin/__init__.py +146 -0
  496. aws_cdk/interfaces/aws_rds/__init__.py +1780 -0
  497. aws_cdk/interfaces/aws_redshift/__init__.py +1104 -0
  498. aws_cdk/interfaces/aws_redshiftserverless/__init__.py +356 -0
  499. aws_cdk/interfaces/aws_refactorspaces/__init__.py +605 -0
  500. aws_cdk/interfaces/aws_rekognition/__init__.py +406 -0
  501. aws_cdk/interfaces/aws_resiliencehub/__init__.py +251 -0
  502. aws_cdk/interfaces/aws_resourceexplorer2/__init__.py +354 -0
  503. aws_cdk/interfaces/aws_resourcegroups/__init__.py +261 -0
  504. aws_cdk/interfaces/aws_robomaker/__init__.py +673 -0
  505. aws_cdk/interfaces/aws_rolesanywhere/__init__.py +384 -0
  506. aws_cdk/interfaces/aws_route53/__init__.py +804 -0
  507. aws_cdk/interfaces/aws_route53profiles/__init__.py +368 -0
  508. aws_cdk/interfaces/aws_route53recoverycontrol/__init__.py +463 -0
  509. aws_cdk/interfaces/aws_route53recoveryreadiness/__init__.py +535 -0
  510. aws_cdk/interfaces/aws_route53resolver/__init__.py +1356 -0
  511. aws_cdk/interfaces/aws_rtbfabric/__init__.py +352 -0
  512. aws_cdk/interfaces/aws_rum/__init__.py +146 -0
  513. aws_cdk/interfaces/aws_s3/__init__.py +1171 -0
  514. aws_cdk/interfaces/aws_s3express/__init__.py +392 -0
  515. aws_cdk/interfaces/aws_s3objectlambda/__init__.py +271 -0
  516. aws_cdk/interfaces/aws_s3outposts/__init__.py +455 -0
  517. aws_cdk/interfaces/aws_s3tables/__init__.py +575 -0
  518. aws_cdk/interfaces/aws_s3vectors/__init__.py +354 -0
  519. aws_cdk/interfaces/aws_sagemaker/__init__.py +3797 -0
  520. aws_cdk/interfaces/aws_sam/__init__.py +603 -0
  521. aws_cdk/interfaces/aws_scheduler/__init__.py +286 -0
  522. aws_cdk/interfaces/aws_sdb/__init__.py +146 -0
  523. aws_cdk/interfaces/aws_secretsmanager/__init__.py +461 -0
  524. aws_cdk/interfaces/aws_securityhub/__init__.py +1499 -0
  525. aws_cdk/interfaces/aws_securitylake/__init__.py +474 -0
  526. aws_cdk/interfaces/aws_servicecatalog/__init__.py +1829 -0
  527. aws_cdk/interfaces/aws_servicecatalogappregistry/__init__.py +557 -0
  528. aws_cdk/interfaces/aws_servicediscovery/__init__.py +636 -0
  529. aws_cdk/interfaces/aws_ses/__init__.py +2018 -0
  530. aws_cdk/interfaces/aws_shield/__init__.py +455 -0
  531. aws_cdk/interfaces/aws_signer/__init__.py +266 -0
  532. aws_cdk/interfaces/aws_simspaceweaver/__init__.py +146 -0
  533. aws_cdk/interfaces/aws_smsvoice/__init__.py +892 -0
  534. aws_cdk/interfaces/aws_sns/__init__.py +455 -0
  535. aws_cdk/interfaces/aws_sqs/__init__.py +364 -0
  536. aws_cdk/interfaces/aws_ssm/__init__.py +982 -0
  537. aws_cdk/interfaces/aws_ssmcontacts/__init__.py +455 -0
  538. aws_cdk/interfaces/aws_ssmguiconnect/__init__.py +146 -0
  539. aws_cdk/interfaces/aws_ssmincidents/__init__.py +249 -0
  540. aws_cdk/interfaces/aws_ssmquicksetup/__init__.py +253 -0
  541. aws_cdk/interfaces/aws_sso/__init__.py +797 -0
  542. aws_cdk/interfaces/aws_stepfunctions/__init__.py +459 -0
  543. aws_cdk/interfaces/aws_supportapp/__init__.py +372 -0
  544. aws_cdk/interfaces/aws_synthetics/__init__.py +249 -0
  545. aws_cdk/interfaces/aws_systemsmanagersap/__init__.py +148 -0
  546. aws_cdk/interfaces/aws_timestream/__init__.py +526 -0
  547. aws_cdk/interfaces/aws_transfer/__init__.py +967 -0
  548. aws_cdk/interfaces/aws_verifiedpermissions/__init__.py +538 -0
  549. aws_cdk/interfaces/aws_voiceid/__init__.py +146 -0
  550. aws_cdk/interfaces/aws_vpclattice/__init__.py +1418 -0
  551. aws_cdk/interfaces/aws_waf/__init__.py +764 -0
  552. aws_cdk/interfaces/aws_wafregional/__init__.py +1182 -0
  553. aws_cdk/interfaces/aws_wafv2/__init__.py +870 -0
  554. aws_cdk/interfaces/aws_wisdom/__init__.py +1556 -0
  555. aws_cdk/interfaces/aws_workspaces/__init__.py +352 -0
  556. aws_cdk/interfaces/aws_workspacesinstances/__init__.py +390 -0
  557. aws_cdk/interfaces/aws_workspacesthinclient/__init__.py +168 -0
  558. aws_cdk/interfaces/aws_workspacesweb/__init__.py +1085 -0
  559. aws_cdk/interfaces/aws_xray/__init__.py +457 -0
  560. aws_cdk/pipelines/__init__.py +192 -42
  561. aws_cdk/region_info/__init__.py +3 -0
  562. aws_cdk/triggers/__init__.py +60 -18
  563. {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/METADATA +338 -16
  564. aws_cdk_lib-2.224.0.dist-info/RECORD +584 -0
  565. aws_cdk_lib-2.200.2.dist-info/RECORD +0 -304
  566. {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/LICENSE +0 -0
  567. {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/NOTICE +0 -0
  568. {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/WHEEL +0 -0
  569. {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/top_level.txt +0 -0
@@ -77,9 +77,27 @@ from .. import (
77
77
  TagManager as _TagManager_0a598cb3,
78
78
  TreeInspector as _TreeInspector_488e0dd5,
79
79
  )
80
+ from ..interfaces.aws_cleanrooms import (
81
+ AnalysisTemplateReference as _AnalysisTemplateReference_ce70a75f,
82
+ CollaborationReference as _CollaborationReference_c1412182,
83
+ ConfiguredTableAssociationReference as _ConfiguredTableAssociationReference_894e07ef,
84
+ ConfiguredTableReference as _ConfiguredTableReference_535e544a,
85
+ IAnalysisTemplateRef as _IAnalysisTemplateRef_f5016d5a,
86
+ ICollaborationRef as _ICollaborationRef_f9a0aa13,
87
+ IConfiguredTableAssociationRef as _IConfiguredTableAssociationRef_1ca59736,
88
+ IConfiguredTableRef as _IConfiguredTableRef_a9bb66b4,
89
+ IIdMappingTableRef as _IIdMappingTableRef_49cfd2b7,
90
+ IIdNamespaceAssociationRef as _IIdNamespaceAssociationRef_9966aeba,
91
+ IMembershipRef as _IMembershipRef_a79fefcb,
92
+ IPrivacyBudgetTemplateRef as _IPrivacyBudgetTemplateRef_1c139de9,
93
+ IdMappingTableReference as _IdMappingTableReference_b726f09d,
94
+ IdNamespaceAssociationReference as _IdNamespaceAssociationReference_79b675a0,
95
+ MembershipReference as _MembershipReference_af495d41,
96
+ PrivacyBudgetTemplateReference as _PrivacyBudgetTemplateReference_c9307a0d,
97
+ )
80
98
 
81
99
 
82
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
100
+ @jsii.implements(_IInspectable_c2943556, _IAnalysisTemplateRef_f5016d5a, _ITaggableV2_4e6798f8)
83
101
  class CfnAnalysisTemplate(
84
102
  _CfnResource_9df397a6,
85
103
  metaclass=jsii.JSIIMeta,
@@ -131,6 +149,9 @@ class CfnAnalysisTemplate(
131
149
  default_value="defaultValue"
132
150
  )],
133
151
  description="description",
152
+ error_message_configuration=cleanrooms.CfnAnalysisTemplate.ErrorMessageConfigurationProperty(
153
+ type="type"
154
+ ),
134
155
  schema=cleanrooms.CfnAnalysisTemplate.AnalysisSchemaProperty(
135
156
  referenced_tables=["referencedTables"]
136
157
  ),
@@ -164,11 +185,13 @@ class CfnAnalysisTemplate(
164
185
  source: typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysisTemplate.AnalysisSourceProperty", typing.Dict[builtins.str, typing.Any]]],
165
186
  analysis_parameters: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysisTemplate.AnalysisParameterProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
166
187
  description: typing.Optional[builtins.str] = None,
188
+ error_message_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysisTemplate.ErrorMessageConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
167
189
  schema: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysisTemplate.AnalysisSchemaProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
168
190
  source_metadata: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysisTemplate.AnalysisSourceMetadataProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
169
191
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
170
192
  ) -> None:
171
- '''
193
+ '''Create a new ``AWS::CleanRooms::AnalysisTemplate``.
194
+
172
195
  :param scope: Scope in which this resource is defined.
173
196
  :param id: Construct identifier for this resource (unique in its scope).
174
197
  :param format: The format of the analysis template.
@@ -177,6 +200,7 @@ class CfnAnalysisTemplate(
177
200
  :param source: The source of the analysis template.
178
201
  :param analysis_parameters: The parameters of the analysis template.
179
202
  :param description: The description of the analysis template.
203
+ :param error_message_configuration: The configuration that specifies the level of detail in error messages returned by analyses using this template. When set to ``DETAILED`` , error messages include more information to help troubleshoot issues with PySpark jobs. Detailed error messages may expose underlying data, including sensitive information. Recommended for faster troubleshooting in development and testing environments.
180
204
  :param schema: The entire schema object.
181
205
  :param source_metadata: The source metadata for the analysis template.
182
206
  :param tags: An optional label that you can assign to a resource when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.
@@ -192,6 +216,7 @@ class CfnAnalysisTemplate(
192
216
  source=source,
193
217
  analysis_parameters=analysis_parameters,
194
218
  description=description,
219
+ error_message_configuration=error_message_configuration,
195
220
  schema=schema,
196
221
  source_metadata=source_metadata,
197
222
  tags=tags,
@@ -229,6 +254,12 @@ class CfnAnalysisTemplate(
229
254
  '''The CloudFormation resource type name for this resource class.'''
230
255
  return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
231
256
 
257
+ @builtins.property
258
+ @jsii.member(jsii_name="analysisTemplateRef")
259
+ def analysis_template_ref(self) -> _AnalysisTemplateReference_ce70a75f:
260
+ '''A reference to a AnalysisTemplate resource.'''
261
+ return typing.cast(_AnalysisTemplateReference_ce70a75f, jsii.get(self, "analysisTemplateRef"))
262
+
232
263
  @builtins.property
233
264
  @jsii.member(jsii_name="attrAnalysisTemplateIdentifier")
234
265
  def attr_analysis_template_identifier(self) -> builtins.str:
@@ -399,6 +430,24 @@ class CfnAnalysisTemplate(
399
430
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
400
431
  jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
401
432
 
433
+ @builtins.property
434
+ @jsii.member(jsii_name="errorMessageConfiguration")
435
+ def error_message_configuration(
436
+ self,
437
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysisTemplate.ErrorMessageConfigurationProperty"]]:
438
+ '''The configuration that specifies the level of detail in error messages returned by analyses using this template.'''
439
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysisTemplate.ErrorMessageConfigurationProperty"]], jsii.get(self, "errorMessageConfiguration"))
440
+
441
+ @error_message_configuration.setter
442
+ def error_message_configuration(
443
+ self,
444
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysisTemplate.ErrorMessageConfigurationProperty"]],
445
+ ) -> None:
446
+ if __debug__:
447
+ type_hints = typing.get_type_hints(_typecheckingstub__34831cf7179b15aa74fb46a0ab1a549fbfe4b6acc73cf2a5eabf79947604e497)
448
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
449
+ jsii.set(self, "errorMessageConfiguration", value) # pyright: ignore[reportArgumentType]
450
+
402
451
  @builtins.property
403
452
  @jsii.member(jsii_name="schema")
404
453
  def schema(
@@ -1000,6 +1049,64 @@ class CfnAnalysisTemplate(
1000
1049
  k + "=" + repr(v) for k, v in self._values.items()
1001
1050
  )
1002
1051
 
1052
+ @jsii.data_type(
1053
+ jsii_type="aws-cdk-lib.aws_cleanrooms.CfnAnalysisTemplate.ErrorMessageConfigurationProperty",
1054
+ jsii_struct_bases=[],
1055
+ name_mapping={"type": "type"},
1056
+ )
1057
+ class ErrorMessageConfigurationProperty:
1058
+ def __init__(self, *, type: builtins.str) -> None:
1059
+ '''A structure that defines the level of detail included in error messages returned by PySpark jobs.
1060
+
1061
+ This configuration allows you to control the verbosity of error messages to help with troubleshooting PySpark jobs while maintaining appropriate security controls.
1062
+
1063
+ :param type: The level of detail for error messages returned by the PySpark job. When set to DETAILED, error messages include more information to help troubleshoot issues with your PySpark job. Because this setting may expose sensitive data, it is recommended for development and testing environments.
1064
+
1065
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-analysistemplate-errormessageconfiguration.html
1066
+ :exampleMetadata: fixture=_generated
1067
+
1068
+ Example::
1069
+
1070
+ # The code below shows an example of how to instantiate this type.
1071
+ # The values are placeholders you should change.
1072
+ from aws_cdk import aws_cleanrooms as cleanrooms
1073
+
1074
+ error_message_configuration_property = cleanrooms.CfnAnalysisTemplate.ErrorMessageConfigurationProperty(
1075
+ type="type"
1076
+ )
1077
+ '''
1078
+ if __debug__:
1079
+ type_hints = typing.get_type_hints(_typecheckingstub__99300f4ea5e5ce616768e3b03748c2f91f6e99c88a31ea4331c5d105bb2a1544)
1080
+ check_type(argname="argument type", value=type, expected_type=type_hints["type"])
1081
+ self._values: typing.Dict[builtins.str, typing.Any] = {
1082
+ "type": type,
1083
+ }
1084
+
1085
+ @builtins.property
1086
+ def type(self) -> builtins.str:
1087
+ '''The level of detail for error messages returned by the PySpark job.
1088
+
1089
+ When set to DETAILED, error messages include more information to help troubleshoot issues with your PySpark job.
1090
+
1091
+ Because this setting may expose sensitive data, it is recommended for development and testing environments.
1092
+
1093
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-analysistemplate-errormessageconfiguration.html#cfn-cleanrooms-analysistemplate-errormessageconfiguration-type
1094
+ '''
1095
+ result = self._values.get("type")
1096
+ assert result is not None, "Required property 'type' is missing"
1097
+ return typing.cast(builtins.str, result)
1098
+
1099
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
1100
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
1101
+
1102
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
1103
+ return not (rhs == self)
1104
+
1105
+ def __repr__(self) -> str:
1106
+ return "ErrorMessageConfigurationProperty(%s)" % ", ".join(
1107
+ k + "=" + repr(v) for k, v in self._values.items()
1108
+ )
1109
+
1003
1110
  @jsii.data_type(
1004
1111
  jsii_type="aws-cdk-lib.aws_cleanrooms.CfnAnalysisTemplate.HashProperty",
1005
1112
  jsii_struct_bases=[],
@@ -1128,6 +1235,7 @@ class CfnAnalysisTemplate(
1128
1235
  "source": "source",
1129
1236
  "analysis_parameters": "analysisParameters",
1130
1237
  "description": "description",
1238
+ "error_message_configuration": "errorMessageConfiguration",
1131
1239
  "schema": "schema",
1132
1240
  "source_metadata": "sourceMetadata",
1133
1241
  "tags": "tags",
@@ -1143,6 +1251,7 @@ class CfnAnalysisTemplateProps:
1143
1251
  source: typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysisTemplate.AnalysisSourceProperty, typing.Dict[builtins.str, typing.Any]]],
1144
1252
  analysis_parameters: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysisTemplate.AnalysisParameterProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
1145
1253
  description: typing.Optional[builtins.str] = None,
1254
+ error_message_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysisTemplate.ErrorMessageConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
1146
1255
  schema: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysisTemplate.AnalysisSchemaProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
1147
1256
  source_metadata: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysisTemplate.AnalysisSourceMetadataProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
1148
1257
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
@@ -1155,6 +1264,7 @@ class CfnAnalysisTemplateProps:
1155
1264
  :param source: The source of the analysis template.
1156
1265
  :param analysis_parameters: The parameters of the analysis template.
1157
1266
  :param description: The description of the analysis template.
1267
+ :param error_message_configuration: The configuration that specifies the level of detail in error messages returned by analyses using this template. When set to ``DETAILED`` , error messages include more information to help troubleshoot issues with PySpark jobs. Detailed error messages may expose underlying data, including sensitive information. Recommended for faster troubleshooting in development and testing environments.
1158
1268
  :param schema: The entire schema object.
1159
1269
  :param source_metadata: The source metadata for the analysis template.
1160
1270
  :param tags: An optional label that you can assign to a resource when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.
@@ -1202,6 +1312,9 @@ class CfnAnalysisTemplateProps:
1202
1312
  default_value="defaultValue"
1203
1313
  )],
1204
1314
  description="description",
1315
+ error_message_configuration=cleanrooms.CfnAnalysisTemplate.ErrorMessageConfigurationProperty(
1316
+ type="type"
1317
+ ),
1205
1318
  schema=cleanrooms.CfnAnalysisTemplate.AnalysisSchemaProperty(
1206
1319
  referenced_tables=["referencedTables"]
1207
1320
  ),
@@ -1231,6 +1344,7 @@ class CfnAnalysisTemplateProps:
1231
1344
  check_type(argname="argument source", value=source, expected_type=type_hints["source"])
1232
1345
  check_type(argname="argument analysis_parameters", value=analysis_parameters, expected_type=type_hints["analysis_parameters"])
1233
1346
  check_type(argname="argument description", value=description, expected_type=type_hints["description"])
1347
+ check_type(argname="argument error_message_configuration", value=error_message_configuration, expected_type=type_hints["error_message_configuration"])
1234
1348
  check_type(argname="argument schema", value=schema, expected_type=type_hints["schema"])
1235
1349
  check_type(argname="argument source_metadata", value=source_metadata, expected_type=type_hints["source_metadata"])
1236
1350
  check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
@@ -1244,6 +1358,8 @@ class CfnAnalysisTemplateProps:
1244
1358
  self._values["analysis_parameters"] = analysis_parameters
1245
1359
  if description is not None:
1246
1360
  self._values["description"] = description
1361
+ if error_message_configuration is not None:
1362
+ self._values["error_message_configuration"] = error_message_configuration
1247
1363
  if schema is not None:
1248
1364
  self._values["schema"] = schema
1249
1365
  if source_metadata is not None:
@@ -1313,6 +1429,19 @@ class CfnAnalysisTemplateProps:
1313
1429
  result = self._values.get("description")
1314
1430
  return typing.cast(typing.Optional[builtins.str], result)
1315
1431
 
1432
+ @builtins.property
1433
+ def error_message_configuration(
1434
+ self,
1435
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnAnalysisTemplate.ErrorMessageConfigurationProperty]]:
1436
+ '''The configuration that specifies the level of detail in error messages returned by analyses using this template.
1437
+
1438
+ When set to ``DETAILED`` , error messages include more information to help troubleshoot issues with PySpark jobs. Detailed error messages may expose underlying data, including sensitive information. Recommended for faster troubleshooting in development and testing environments.
1439
+
1440
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cleanrooms-analysistemplate.html#cfn-cleanrooms-analysistemplate-errormessageconfiguration
1441
+ '''
1442
+ result = self._values.get("error_message_configuration")
1443
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, CfnAnalysisTemplate.ErrorMessageConfigurationProperty]], result)
1444
+
1316
1445
  @builtins.property
1317
1446
  def schema(
1318
1447
  self,
@@ -1358,7 +1487,7 @@ class CfnAnalysisTemplateProps:
1358
1487
  )
1359
1488
 
1360
1489
 
1361
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
1490
+ @jsii.implements(_IInspectable_c2943556, _ICollaborationRef_f9a0aa13, _ITaggableV2_4e6798f8)
1362
1491
  class CfnCollaboration(
1363
1492
  _CfnResource_9df397a6,
1364
1493
  metaclass=jsii.JSIIMeta,
@@ -1378,41 +1507,15 @@ class CfnCollaboration(
1378
1507
 
1379
1508
  cfn_collaboration = cleanrooms.CfnCollaboration(self, "MyCfnCollaboration",
1380
1509
  creator_display_name="creatorDisplayName",
1381
- creator_member_abilities=["creatorMemberAbilities"],
1382
1510
  description="description",
1383
- members=[cleanrooms.CfnCollaboration.MemberSpecificationProperty(
1384
- account_id="accountId",
1385
- display_name="displayName",
1386
- member_abilities=["memberAbilities"],
1387
-
1388
- # the properties below are optional
1389
- ml_member_abilities=cleanrooms.CfnCollaboration.MLMemberAbilitiesProperty(
1390
- custom_ml_member_abilities=["customMlMemberAbilities"]
1391
- ),
1392
- payment_configuration=cleanrooms.CfnCollaboration.PaymentConfigurationProperty(
1393
- query_compute=cleanrooms.CfnCollaboration.QueryComputePaymentConfigProperty(
1394
- is_responsible=False
1395
- ),
1396
-
1397
- # the properties below are optional
1398
- job_compute=cleanrooms.CfnCollaboration.JobComputePaymentConfigProperty(
1399
- is_responsible=False
1400
- ),
1401
- machine_learning=cleanrooms.CfnCollaboration.MLPaymentConfigProperty(
1402
- model_inference=cleanrooms.CfnCollaboration.ModelInferencePaymentConfigProperty(
1403
- is_responsible=False
1404
- ),
1405
- model_training=cleanrooms.CfnCollaboration.ModelTrainingPaymentConfigProperty(
1406
- is_responsible=False
1407
- )
1408
- )
1409
- )
1410
- )],
1411
1511
  name="name",
1412
1512
  query_log_status="queryLogStatus",
1413
1513
 
1414
1514
  # the properties below are optional
1515
+ allowed_result_regions=["allowedResultRegions"],
1415
1516
  analytics_engine="analyticsEngine",
1517
+ auto_approved_change_types=["autoApprovedChangeTypes"],
1518
+ creator_member_abilities=["creatorMemberAbilities"],
1416
1519
  creator_ml_member_abilities=cleanrooms.CfnCollaboration.MLMemberAbilitiesProperty(
1417
1520
  custom_ml_member_abilities=["customMlMemberAbilities"]
1418
1521
  ),
@@ -1441,6 +1544,34 @@ class CfnCollaboration(
1441
1544
  preserve_nulls=False
1442
1545
  ),
1443
1546
  job_log_status="jobLogStatus",
1547
+ members=[cleanrooms.CfnCollaboration.MemberSpecificationProperty(
1548
+ account_id="accountId",
1549
+ display_name="displayName",
1550
+
1551
+ # the properties below are optional
1552
+ member_abilities=["memberAbilities"],
1553
+ ml_member_abilities=cleanrooms.CfnCollaboration.MLMemberAbilitiesProperty(
1554
+ custom_ml_member_abilities=["customMlMemberAbilities"]
1555
+ ),
1556
+ payment_configuration=cleanrooms.CfnCollaboration.PaymentConfigurationProperty(
1557
+ query_compute=cleanrooms.CfnCollaboration.QueryComputePaymentConfigProperty(
1558
+ is_responsible=False
1559
+ ),
1560
+
1561
+ # the properties below are optional
1562
+ job_compute=cleanrooms.CfnCollaboration.JobComputePaymentConfigProperty(
1563
+ is_responsible=False
1564
+ ),
1565
+ machine_learning=cleanrooms.CfnCollaboration.MLPaymentConfigProperty(
1566
+ model_inference=cleanrooms.CfnCollaboration.ModelInferencePaymentConfigProperty(
1567
+ is_responsible=False
1568
+ ),
1569
+ model_training=cleanrooms.CfnCollaboration.ModelTrainingPaymentConfigProperty(
1570
+ is_responsible=False
1571
+ )
1572
+ )
1573
+ )
1574
+ )],
1444
1575
  tags=[CfnTag(
1445
1576
  key="key",
1446
1577
  value="value"
@@ -1454,32 +1585,37 @@ class CfnCollaboration(
1454
1585
  id: builtins.str,
1455
1586
  *,
1456
1587
  creator_display_name: builtins.str,
1457
- creator_member_abilities: typing.Sequence[builtins.str],
1458
1588
  description: builtins.str,
1459
- members: typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnCollaboration.MemberSpecificationProperty", typing.Dict[builtins.str, typing.Any]]]]],
1460
1589
  name: builtins.str,
1461
1590
  query_log_status: builtins.str,
1591
+ allowed_result_regions: typing.Optional[typing.Sequence[builtins.str]] = None,
1462
1592
  analytics_engine: typing.Optional[builtins.str] = None,
1593
+ auto_approved_change_types: typing.Optional[typing.Sequence[builtins.str]] = None,
1594
+ creator_member_abilities: typing.Optional[typing.Sequence[builtins.str]] = None,
1463
1595
  creator_ml_member_abilities: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnCollaboration.MLMemberAbilitiesProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
1464
1596
  creator_payment_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnCollaboration.PaymentConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
1465
1597
  data_encryption_metadata: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnCollaboration.DataEncryptionMetadataProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
1466
1598
  job_log_status: typing.Optional[builtins.str] = None,
1599
+ members: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnCollaboration.MemberSpecificationProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
1467
1600
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
1468
1601
  ) -> None:
1469
- '''
1602
+ '''Create a new ``AWS::CleanRooms::Collaboration``.
1603
+
1470
1604
  :param scope: Scope in which this resource is defined.
1471
1605
  :param id: Construct identifier for this resource (unique in its scope).
1472
1606
  :param creator_display_name: A display name of the collaboration creator.
1473
- :param creator_member_abilities: The abilities granted to the collaboration creator. *Allowed values* ``CAN_QUERY`` | ``CAN_RECEIVE_RESULTS`` | ``CAN_RUN_JOB``
1474
1607
  :param description: A description of the collaboration provided by the collaboration owner.
1475
- :param members: A list of initial members, not including the creator. This list is immutable.
1476
1608
  :param name: A human-readable identifier provided by the collaboration owner. Display names are not unique.
1477
1609
  :param query_log_status: An indicator as to whether query logging has been enabled or disabled for the collaboration. When ``ENABLED`` , AWS Clean Rooms logs details about queries run within this collaboration and those logs can be viewed in Amazon CloudWatch Logs. The default value is ``DISABLED`` .
1478
- :param analytics_engine: The analytics engine for the collaboration.
1610
+ :param allowed_result_regions: The AWS Regions where collaboration query results can be stored. Returns the list of Region identifiers that were specified when the collaboration was created. This list is used to enforce regional storage policies and compliance requirements.
1611
+ :param analytics_engine: The analytics engine for the collaboration. .. epigraph:: After July 16, 2025, the ``CLEAN_ROOMS_SQL`` parameter will no longer be available.
1612
+ :param auto_approved_change_types: The types of change requests that are automatically approved for this collaboration.
1613
+ :param creator_member_abilities: The abilities granted to the collaboration creator. *Allowed values* ``CAN_QUERY`` | ``CAN_RECEIVE_RESULTS`` | ``CAN_RUN_JOB``
1479
1614
  :param creator_ml_member_abilities: The ML member abilities for a collaboration member.
1480
1615
  :param creator_payment_configuration: An object representing the collaboration member's payment responsibilities set by the collaboration creator.
1481
1616
  :param data_encryption_metadata: The settings for client-side encryption for cryptographic computing.
1482
1617
  :param job_log_status: An indicator as to whether job logging has been enabled or disabled for the collaboration. When ``ENABLED`` , AWS Clean Rooms logs details about jobs run within this collaboration and those logs can be viewed in Amazon CloudWatch Logs. The default value is ``DISABLED`` .
1618
+ :param members: A list of initial members, not including the creator. This list is immutable.
1483
1619
  :param tags: An optional label that you can assign to a resource when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.
1484
1620
  '''
1485
1621
  if __debug__:
@@ -1488,16 +1624,18 @@ class CfnCollaboration(
1488
1624
  check_type(argname="argument id", value=id, expected_type=type_hints["id"])
1489
1625
  props = CfnCollaborationProps(
1490
1626
  creator_display_name=creator_display_name,
1491
- creator_member_abilities=creator_member_abilities,
1492
1627
  description=description,
1493
- members=members,
1494
1628
  name=name,
1495
1629
  query_log_status=query_log_status,
1630
+ allowed_result_regions=allowed_result_regions,
1496
1631
  analytics_engine=analytics_engine,
1632
+ auto_approved_change_types=auto_approved_change_types,
1633
+ creator_member_abilities=creator_member_abilities,
1497
1634
  creator_ml_member_abilities=creator_ml_member_abilities,
1498
1635
  creator_payment_configuration=creator_payment_configuration,
1499
1636
  data_encryption_metadata=data_encryption_metadata,
1500
1637
  job_log_status=job_log_status,
1638
+ members=members,
1501
1639
  tags=tags,
1502
1640
  )
1503
1641
 
@@ -1566,6 +1704,12 @@ class CfnCollaboration(
1566
1704
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
1567
1705
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
1568
1706
 
1707
+ @builtins.property
1708
+ @jsii.member(jsii_name="collaborationRef")
1709
+ def collaboration_ref(self) -> _CollaborationReference_c1412182:
1710
+ '''A reference to a Collaboration resource.'''
1711
+ return typing.cast(_CollaborationReference_c1412182, jsii.get(self, "collaborationRef"))
1712
+
1569
1713
  @builtins.property
1570
1714
  @jsii.member(jsii_name="creatorDisplayName")
1571
1715
  def creator_display_name(self) -> builtins.str:
@@ -1579,19 +1723,6 @@ class CfnCollaboration(
1579
1723
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1580
1724
  jsii.set(self, "creatorDisplayName", value) # pyright: ignore[reportArgumentType]
1581
1725
 
1582
- @builtins.property
1583
- @jsii.member(jsii_name="creatorMemberAbilities")
1584
- def creator_member_abilities(self) -> typing.List[builtins.str]:
1585
- '''The abilities granted to the collaboration creator.'''
1586
- return typing.cast(typing.List[builtins.str], jsii.get(self, "creatorMemberAbilities"))
1587
-
1588
- @creator_member_abilities.setter
1589
- def creator_member_abilities(self, value: typing.List[builtins.str]) -> None:
1590
- if __debug__:
1591
- type_hints = typing.get_type_hints(_typecheckingstub__1ee81f8b64fd681cae1a860e0339dfa0ddeb287c4e709f0b34cc3c8bcf9bc6bd)
1592
- check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1593
- jsii.set(self, "creatorMemberAbilities", value) # pyright: ignore[reportArgumentType]
1594
-
1595
1726
  @builtins.property
1596
1727
  @jsii.member(jsii_name="description")
1597
1728
  def description(self) -> builtins.str:
@@ -1605,24 +1736,6 @@ class CfnCollaboration(
1605
1736
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1606
1737
  jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
1607
1738
 
1608
- @builtins.property
1609
- @jsii.member(jsii_name="members")
1610
- def members(
1611
- self,
1612
- ) -> typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnCollaboration.MemberSpecificationProperty"]]]:
1613
- '''A list of initial members, not including the creator.'''
1614
- return typing.cast(typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnCollaboration.MemberSpecificationProperty"]]], jsii.get(self, "members"))
1615
-
1616
- @members.setter
1617
- def members(
1618
- self,
1619
- value: typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnCollaboration.MemberSpecificationProperty"]]],
1620
- ) -> None:
1621
- if __debug__:
1622
- type_hints = typing.get_type_hints(_typecheckingstub__e816963af09a7c3bdf0ca05211222f43d66929e9fa8216fe82e8fb6e27493bdc)
1623
- check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1624
- jsii.set(self, "members", value) # pyright: ignore[reportArgumentType]
1625
-
1626
1739
  @builtins.property
1627
1740
  @jsii.member(jsii_name="name")
1628
1741
  def name(self) -> builtins.str:
@@ -1649,6 +1762,22 @@ class CfnCollaboration(
1649
1762
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1650
1763
  jsii.set(self, "queryLogStatus", value) # pyright: ignore[reportArgumentType]
1651
1764
 
1765
+ @builtins.property
1766
+ @jsii.member(jsii_name="allowedResultRegions")
1767
+ def allowed_result_regions(self) -> typing.Optional[typing.List[builtins.str]]:
1768
+ '''The AWS Regions where collaboration query results can be stored.'''
1769
+ return typing.cast(typing.Optional[typing.List[builtins.str]], jsii.get(self, "allowedResultRegions"))
1770
+
1771
+ @allowed_result_regions.setter
1772
+ def allowed_result_regions(
1773
+ self,
1774
+ value: typing.Optional[typing.List[builtins.str]],
1775
+ ) -> None:
1776
+ if __debug__:
1777
+ type_hints = typing.get_type_hints(_typecheckingstub__df0b09645e08eba8bbcac7c08c59c5407b168b872b3b72077beb98da4cb3f04b)
1778
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1779
+ jsii.set(self, "allowedResultRegions", value) # pyright: ignore[reportArgumentType]
1780
+
1652
1781
  @builtins.property
1653
1782
  @jsii.member(jsii_name="analyticsEngine")
1654
1783
  def analytics_engine(self) -> typing.Optional[builtins.str]:
@@ -1662,6 +1791,38 @@ class CfnCollaboration(
1662
1791
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1663
1792
  jsii.set(self, "analyticsEngine", value) # pyright: ignore[reportArgumentType]
1664
1793
 
1794
+ @builtins.property
1795
+ @jsii.member(jsii_name="autoApprovedChangeTypes")
1796
+ def auto_approved_change_types(self) -> typing.Optional[typing.List[builtins.str]]:
1797
+ '''The types of change requests that are automatically approved for this collaboration.'''
1798
+ return typing.cast(typing.Optional[typing.List[builtins.str]], jsii.get(self, "autoApprovedChangeTypes"))
1799
+
1800
+ @auto_approved_change_types.setter
1801
+ def auto_approved_change_types(
1802
+ self,
1803
+ value: typing.Optional[typing.List[builtins.str]],
1804
+ ) -> None:
1805
+ if __debug__:
1806
+ type_hints = typing.get_type_hints(_typecheckingstub__bae84907df1f2d3ba640faa4bdd3ba5349c36d0d41a201d71e35e6741dacf1ee)
1807
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1808
+ jsii.set(self, "autoApprovedChangeTypes", value) # pyright: ignore[reportArgumentType]
1809
+
1810
+ @builtins.property
1811
+ @jsii.member(jsii_name="creatorMemberAbilities")
1812
+ def creator_member_abilities(self) -> typing.Optional[typing.List[builtins.str]]:
1813
+ '''The abilities granted to the collaboration creator.'''
1814
+ return typing.cast(typing.Optional[typing.List[builtins.str]], jsii.get(self, "creatorMemberAbilities"))
1815
+
1816
+ @creator_member_abilities.setter
1817
+ def creator_member_abilities(
1818
+ self,
1819
+ value: typing.Optional[typing.List[builtins.str]],
1820
+ ) -> None:
1821
+ if __debug__:
1822
+ type_hints = typing.get_type_hints(_typecheckingstub__1ee81f8b64fd681cae1a860e0339dfa0ddeb287c4e709f0b34cc3c8bcf9bc6bd)
1823
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1824
+ jsii.set(self, "creatorMemberAbilities", value) # pyright: ignore[reportArgumentType]
1825
+
1665
1826
  @builtins.property
1666
1827
  @jsii.member(jsii_name="creatorMlMemberAbilities")
1667
1828
  def creator_ml_member_abilities(
@@ -1729,6 +1890,24 @@ class CfnCollaboration(
1729
1890
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1730
1891
  jsii.set(self, "jobLogStatus", value) # pyright: ignore[reportArgumentType]
1731
1892
 
1893
+ @builtins.property
1894
+ @jsii.member(jsii_name="members")
1895
+ def members(
1896
+ self,
1897
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnCollaboration.MemberSpecificationProperty"]]]]:
1898
+ '''A list of initial members, not including the creator.'''
1899
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnCollaboration.MemberSpecificationProperty"]]]], jsii.get(self, "members"))
1900
+
1901
+ @members.setter
1902
+ def members(
1903
+ self,
1904
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnCollaboration.MemberSpecificationProperty"]]]],
1905
+ ) -> None:
1906
+ if __debug__:
1907
+ type_hints = typing.get_type_hints(_typecheckingstub__e816963af09a7c3bdf0ca05211222f43d66929e9fa8216fe82e8fb6e27493bdc)
1908
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1909
+ jsii.set(self, "members", value) # pyright: ignore[reportArgumentType]
1910
+
1732
1911
  @builtins.property
1733
1912
  @jsii.member(jsii_name="tags")
1734
1913
  def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
@@ -2066,7 +2245,7 @@ class CfnCollaboration(
2066
2245
  *,
2067
2246
  account_id: builtins.str,
2068
2247
  display_name: builtins.str,
2069
- member_abilities: typing.Sequence[builtins.str],
2248
+ member_abilities: typing.Optional[typing.Sequence[builtins.str]] = None,
2070
2249
  ml_member_abilities: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnCollaboration.MLMemberAbilitiesProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
2071
2250
  payment_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnCollaboration.PaymentConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
2072
2251
  ) -> None:
@@ -2090,9 +2269,9 @@ class CfnCollaboration(
2090
2269
  member_specification_property = cleanrooms.CfnCollaboration.MemberSpecificationProperty(
2091
2270
  account_id="accountId",
2092
2271
  display_name="displayName",
2093
- member_abilities=["memberAbilities"],
2094
2272
 
2095
2273
  # the properties below are optional
2274
+ member_abilities=["memberAbilities"],
2096
2275
  ml_member_abilities=cleanrooms.CfnCollaboration.MLMemberAbilitiesProperty(
2097
2276
  custom_ml_member_abilities=["customMlMemberAbilities"]
2098
2277
  ),
@@ -2126,8 +2305,9 @@ class CfnCollaboration(
2126
2305
  self._values: typing.Dict[builtins.str, typing.Any] = {
2127
2306
  "account_id": account_id,
2128
2307
  "display_name": display_name,
2129
- "member_abilities": member_abilities,
2130
2308
  }
2309
+ if member_abilities is not None:
2310
+ self._values["member_abilities"] = member_abilities
2131
2311
  if ml_member_abilities is not None:
2132
2312
  self._values["ml_member_abilities"] = ml_member_abilities
2133
2313
  if payment_configuration is not None:
@@ -2156,7 +2336,7 @@ class CfnCollaboration(
2156
2336
  return typing.cast(builtins.str, result)
2157
2337
 
2158
2338
  @builtins.property
2159
- def member_abilities(self) -> typing.List[builtins.str]:
2339
+ def member_abilities(self) -> typing.Optional[typing.List[builtins.str]]:
2160
2340
  '''The abilities granted to the collaboration member.
2161
2341
 
2162
2342
  *Allowed Values* : ``CAN_QUERY`` | ``CAN_RECEIVE_RESULTS``
@@ -2164,8 +2344,7 @@ class CfnCollaboration(
2164
2344
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-collaboration-memberspecification.html#cfn-cleanrooms-collaboration-memberspecification-memberabilities
2165
2345
  '''
2166
2346
  result = self._values.get("member_abilities")
2167
- assert result is not None, "Required property 'member_abilities' is missing"
2168
- return typing.cast(typing.List[builtins.str], result)
2347
+ return typing.cast(typing.Optional[typing.List[builtins.str]], result)
2169
2348
 
2170
2349
  @builtins.property
2171
2350
  def ml_member_abilities(
@@ -2497,16 +2676,18 @@ class CfnCollaboration(
2497
2676
  jsii_struct_bases=[],
2498
2677
  name_mapping={
2499
2678
  "creator_display_name": "creatorDisplayName",
2500
- "creator_member_abilities": "creatorMemberAbilities",
2501
2679
  "description": "description",
2502
- "members": "members",
2503
2680
  "name": "name",
2504
2681
  "query_log_status": "queryLogStatus",
2682
+ "allowed_result_regions": "allowedResultRegions",
2505
2683
  "analytics_engine": "analyticsEngine",
2684
+ "auto_approved_change_types": "autoApprovedChangeTypes",
2685
+ "creator_member_abilities": "creatorMemberAbilities",
2506
2686
  "creator_ml_member_abilities": "creatorMlMemberAbilities",
2507
2687
  "creator_payment_configuration": "creatorPaymentConfiguration",
2508
2688
  "data_encryption_metadata": "dataEncryptionMetadata",
2509
2689
  "job_log_status": "jobLogStatus",
2690
+ "members": "members",
2510
2691
  "tags": "tags",
2511
2692
  },
2512
2693
  )
@@ -2515,31 +2696,35 @@ class CfnCollaborationProps:
2515
2696
  self,
2516
2697
  *,
2517
2698
  creator_display_name: builtins.str,
2518
- creator_member_abilities: typing.Sequence[builtins.str],
2519
2699
  description: builtins.str,
2520
- members: typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnCollaboration.MemberSpecificationProperty, typing.Dict[builtins.str, typing.Any]]]]],
2521
2700
  name: builtins.str,
2522
2701
  query_log_status: builtins.str,
2702
+ allowed_result_regions: typing.Optional[typing.Sequence[builtins.str]] = None,
2523
2703
  analytics_engine: typing.Optional[builtins.str] = None,
2704
+ auto_approved_change_types: typing.Optional[typing.Sequence[builtins.str]] = None,
2705
+ creator_member_abilities: typing.Optional[typing.Sequence[builtins.str]] = None,
2524
2706
  creator_ml_member_abilities: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnCollaboration.MLMemberAbilitiesProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
2525
2707
  creator_payment_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnCollaboration.PaymentConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
2526
2708
  data_encryption_metadata: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnCollaboration.DataEncryptionMetadataProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
2527
2709
  job_log_status: typing.Optional[builtins.str] = None,
2710
+ members: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnCollaboration.MemberSpecificationProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
2528
2711
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
2529
2712
  ) -> None:
2530
2713
  '''Properties for defining a ``CfnCollaboration``.
2531
2714
 
2532
2715
  :param creator_display_name: A display name of the collaboration creator.
2533
- :param creator_member_abilities: The abilities granted to the collaboration creator. *Allowed values* ``CAN_QUERY`` | ``CAN_RECEIVE_RESULTS`` | ``CAN_RUN_JOB``
2534
2716
  :param description: A description of the collaboration provided by the collaboration owner.
2535
- :param members: A list of initial members, not including the creator. This list is immutable.
2536
2717
  :param name: A human-readable identifier provided by the collaboration owner. Display names are not unique.
2537
2718
  :param query_log_status: An indicator as to whether query logging has been enabled or disabled for the collaboration. When ``ENABLED`` , AWS Clean Rooms logs details about queries run within this collaboration and those logs can be viewed in Amazon CloudWatch Logs. The default value is ``DISABLED`` .
2538
- :param analytics_engine: The analytics engine for the collaboration.
2719
+ :param allowed_result_regions: The AWS Regions where collaboration query results can be stored. Returns the list of Region identifiers that were specified when the collaboration was created. This list is used to enforce regional storage policies and compliance requirements.
2720
+ :param analytics_engine: The analytics engine for the collaboration. .. epigraph:: After July 16, 2025, the ``CLEAN_ROOMS_SQL`` parameter will no longer be available.
2721
+ :param auto_approved_change_types: The types of change requests that are automatically approved for this collaboration.
2722
+ :param creator_member_abilities: The abilities granted to the collaboration creator. *Allowed values* ``CAN_QUERY`` | ``CAN_RECEIVE_RESULTS`` | ``CAN_RUN_JOB``
2539
2723
  :param creator_ml_member_abilities: The ML member abilities for a collaboration member.
2540
2724
  :param creator_payment_configuration: An object representing the collaboration member's payment responsibilities set by the collaboration creator.
2541
2725
  :param data_encryption_metadata: The settings for client-side encryption for cryptographic computing.
2542
2726
  :param job_log_status: An indicator as to whether job logging has been enabled or disabled for the collaboration. When ``ENABLED`` , AWS Clean Rooms logs details about jobs run within this collaboration and those logs can be viewed in Amazon CloudWatch Logs. The default value is ``DISABLED`` .
2727
+ :param members: A list of initial members, not including the creator. This list is immutable.
2543
2728
  :param tags: An optional label that you can assign to a resource when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.
2544
2729
 
2545
2730
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cleanrooms-collaboration.html
@@ -2553,41 +2738,15 @@ class CfnCollaborationProps:
2553
2738
 
2554
2739
  cfn_collaboration_props = cleanrooms.CfnCollaborationProps(
2555
2740
  creator_display_name="creatorDisplayName",
2556
- creator_member_abilities=["creatorMemberAbilities"],
2557
2741
  description="description",
2558
- members=[cleanrooms.CfnCollaboration.MemberSpecificationProperty(
2559
- account_id="accountId",
2560
- display_name="displayName",
2561
- member_abilities=["memberAbilities"],
2562
-
2563
- # the properties below are optional
2564
- ml_member_abilities=cleanrooms.CfnCollaboration.MLMemberAbilitiesProperty(
2565
- custom_ml_member_abilities=["customMlMemberAbilities"]
2566
- ),
2567
- payment_configuration=cleanrooms.CfnCollaboration.PaymentConfigurationProperty(
2568
- query_compute=cleanrooms.CfnCollaboration.QueryComputePaymentConfigProperty(
2569
- is_responsible=False
2570
- ),
2571
-
2572
- # the properties below are optional
2573
- job_compute=cleanrooms.CfnCollaboration.JobComputePaymentConfigProperty(
2574
- is_responsible=False
2575
- ),
2576
- machine_learning=cleanrooms.CfnCollaboration.MLPaymentConfigProperty(
2577
- model_inference=cleanrooms.CfnCollaboration.ModelInferencePaymentConfigProperty(
2578
- is_responsible=False
2579
- ),
2580
- model_training=cleanrooms.CfnCollaboration.ModelTrainingPaymentConfigProperty(
2581
- is_responsible=False
2582
- )
2583
- )
2584
- )
2585
- )],
2586
2742
  name="name",
2587
2743
  query_log_status="queryLogStatus",
2588
2744
 
2589
2745
  # the properties below are optional
2746
+ allowed_result_regions=["allowedResultRegions"],
2590
2747
  analytics_engine="analyticsEngine",
2748
+ auto_approved_change_types=["autoApprovedChangeTypes"],
2749
+ creator_member_abilities=["creatorMemberAbilities"],
2591
2750
  creator_ml_member_abilities=cleanrooms.CfnCollaboration.MLMemberAbilitiesProperty(
2592
2751
  custom_ml_member_abilities=["customMlMemberAbilities"]
2593
2752
  ),
@@ -2608,14 +2767,42 @@ class CfnCollaborationProps:
2608
2767
  is_responsible=False
2609
2768
  )
2610
2769
  )
2611
- ),
2612
- data_encryption_metadata=cleanrooms.CfnCollaboration.DataEncryptionMetadataProperty(
2613
- allow_cleartext=False,
2614
- allow_duplicates=False,
2615
- allow_joins_on_columns_with_different_names=False,
2616
- preserve_nulls=False
2617
- ),
2618
- job_log_status="jobLogStatus",
2770
+ ),
2771
+ data_encryption_metadata=cleanrooms.CfnCollaboration.DataEncryptionMetadataProperty(
2772
+ allow_cleartext=False,
2773
+ allow_duplicates=False,
2774
+ allow_joins_on_columns_with_different_names=False,
2775
+ preserve_nulls=False
2776
+ ),
2777
+ job_log_status="jobLogStatus",
2778
+ members=[cleanrooms.CfnCollaboration.MemberSpecificationProperty(
2779
+ account_id="accountId",
2780
+ display_name="displayName",
2781
+
2782
+ # the properties below are optional
2783
+ member_abilities=["memberAbilities"],
2784
+ ml_member_abilities=cleanrooms.CfnCollaboration.MLMemberAbilitiesProperty(
2785
+ custom_ml_member_abilities=["customMlMemberAbilities"]
2786
+ ),
2787
+ payment_configuration=cleanrooms.CfnCollaboration.PaymentConfigurationProperty(
2788
+ query_compute=cleanrooms.CfnCollaboration.QueryComputePaymentConfigProperty(
2789
+ is_responsible=False
2790
+ ),
2791
+
2792
+ # the properties below are optional
2793
+ job_compute=cleanrooms.CfnCollaboration.JobComputePaymentConfigProperty(
2794
+ is_responsible=False
2795
+ ),
2796
+ machine_learning=cleanrooms.CfnCollaboration.MLPaymentConfigProperty(
2797
+ model_inference=cleanrooms.CfnCollaboration.ModelInferencePaymentConfigProperty(
2798
+ is_responsible=False
2799
+ ),
2800
+ model_training=cleanrooms.CfnCollaboration.ModelTrainingPaymentConfigProperty(
2801
+ is_responsible=False
2802
+ )
2803
+ )
2804
+ )
2805
+ )],
2619
2806
  tags=[CfnTag(
2620
2807
  key="key",
2621
2808
  value="value"
@@ -2625,27 +2812,33 @@ class CfnCollaborationProps:
2625
2812
  if __debug__:
2626
2813
  type_hints = typing.get_type_hints(_typecheckingstub__2049291a9933df94c4258b33838a3aa8100d0214a4519c3d84e6d70ed724c55d)
2627
2814
  check_type(argname="argument creator_display_name", value=creator_display_name, expected_type=type_hints["creator_display_name"])
2628
- check_type(argname="argument creator_member_abilities", value=creator_member_abilities, expected_type=type_hints["creator_member_abilities"])
2629
2815
  check_type(argname="argument description", value=description, expected_type=type_hints["description"])
2630
- check_type(argname="argument members", value=members, expected_type=type_hints["members"])
2631
2816
  check_type(argname="argument name", value=name, expected_type=type_hints["name"])
2632
2817
  check_type(argname="argument query_log_status", value=query_log_status, expected_type=type_hints["query_log_status"])
2818
+ check_type(argname="argument allowed_result_regions", value=allowed_result_regions, expected_type=type_hints["allowed_result_regions"])
2633
2819
  check_type(argname="argument analytics_engine", value=analytics_engine, expected_type=type_hints["analytics_engine"])
2820
+ check_type(argname="argument auto_approved_change_types", value=auto_approved_change_types, expected_type=type_hints["auto_approved_change_types"])
2821
+ check_type(argname="argument creator_member_abilities", value=creator_member_abilities, expected_type=type_hints["creator_member_abilities"])
2634
2822
  check_type(argname="argument creator_ml_member_abilities", value=creator_ml_member_abilities, expected_type=type_hints["creator_ml_member_abilities"])
2635
2823
  check_type(argname="argument creator_payment_configuration", value=creator_payment_configuration, expected_type=type_hints["creator_payment_configuration"])
2636
2824
  check_type(argname="argument data_encryption_metadata", value=data_encryption_metadata, expected_type=type_hints["data_encryption_metadata"])
2637
2825
  check_type(argname="argument job_log_status", value=job_log_status, expected_type=type_hints["job_log_status"])
2826
+ check_type(argname="argument members", value=members, expected_type=type_hints["members"])
2638
2827
  check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
2639
2828
  self._values: typing.Dict[builtins.str, typing.Any] = {
2640
2829
  "creator_display_name": creator_display_name,
2641
- "creator_member_abilities": creator_member_abilities,
2642
2830
  "description": description,
2643
- "members": members,
2644
2831
  "name": name,
2645
2832
  "query_log_status": query_log_status,
2646
2833
  }
2834
+ if allowed_result_regions is not None:
2835
+ self._values["allowed_result_regions"] = allowed_result_regions
2647
2836
  if analytics_engine is not None:
2648
2837
  self._values["analytics_engine"] = analytics_engine
2838
+ if auto_approved_change_types is not None:
2839
+ self._values["auto_approved_change_types"] = auto_approved_change_types
2840
+ if creator_member_abilities is not None:
2841
+ self._values["creator_member_abilities"] = creator_member_abilities
2649
2842
  if creator_ml_member_abilities is not None:
2650
2843
  self._values["creator_ml_member_abilities"] = creator_ml_member_abilities
2651
2844
  if creator_payment_configuration is not None:
@@ -2654,6 +2847,8 @@ class CfnCollaborationProps:
2654
2847
  self._values["data_encryption_metadata"] = data_encryption_metadata
2655
2848
  if job_log_status is not None:
2656
2849
  self._values["job_log_status"] = job_log_status
2850
+ if members is not None:
2851
+ self._values["members"] = members
2657
2852
  if tags is not None:
2658
2853
  self._values["tags"] = tags
2659
2854
 
@@ -2667,18 +2862,6 @@ class CfnCollaborationProps:
2667
2862
  assert result is not None, "Required property 'creator_display_name' is missing"
2668
2863
  return typing.cast(builtins.str, result)
2669
2864
 
2670
- @builtins.property
2671
- def creator_member_abilities(self) -> typing.List[builtins.str]:
2672
- '''The abilities granted to the collaboration creator.
2673
-
2674
- *Allowed values* ``CAN_QUERY`` | ``CAN_RECEIVE_RESULTS`` | ``CAN_RUN_JOB``
2675
-
2676
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cleanrooms-collaboration.html#cfn-cleanrooms-collaboration-creatormemberabilities
2677
- '''
2678
- result = self._values.get("creator_member_abilities")
2679
- assert result is not None, "Required property 'creator_member_abilities' is missing"
2680
- return typing.cast(typing.List[builtins.str], result)
2681
-
2682
2865
  @builtins.property
2683
2866
  def description(self) -> builtins.str:
2684
2867
  '''A description of the collaboration provided by the collaboration owner.
@@ -2689,20 +2872,6 @@ class CfnCollaborationProps:
2689
2872
  assert result is not None, "Required property 'description' is missing"
2690
2873
  return typing.cast(builtins.str, result)
2691
2874
 
2692
- @builtins.property
2693
- def members(
2694
- self,
2695
- ) -> typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnCollaboration.MemberSpecificationProperty]]]:
2696
- '''A list of initial members, not including the creator.
2697
-
2698
- This list is immutable.
2699
-
2700
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cleanrooms-collaboration.html#cfn-cleanrooms-collaboration-members
2701
- '''
2702
- result = self._values.get("members")
2703
- assert result is not None, "Required property 'members' is missing"
2704
- return typing.cast(typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnCollaboration.MemberSpecificationProperty]]], result)
2705
-
2706
2875
  @builtins.property
2707
2876
  def name(self) -> builtins.str:
2708
2877
  '''A human-readable identifier provided by the collaboration owner.
@@ -2727,15 +2896,50 @@ class CfnCollaborationProps:
2727
2896
  assert result is not None, "Required property 'query_log_status' is missing"
2728
2897
  return typing.cast(builtins.str, result)
2729
2898
 
2899
+ @builtins.property
2900
+ def allowed_result_regions(self) -> typing.Optional[typing.List[builtins.str]]:
2901
+ '''The AWS Regions where collaboration query results can be stored.
2902
+
2903
+ Returns the list of Region identifiers that were specified when the collaboration was created. This list is used to enforce regional storage policies and compliance requirements.
2904
+
2905
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cleanrooms-collaboration.html#cfn-cleanrooms-collaboration-allowedresultregions
2906
+ '''
2907
+ result = self._values.get("allowed_result_regions")
2908
+ return typing.cast(typing.Optional[typing.List[builtins.str]], result)
2909
+
2730
2910
  @builtins.property
2731
2911
  def analytics_engine(self) -> typing.Optional[builtins.str]:
2732
2912
  '''The analytics engine for the collaboration.
2733
2913
 
2914
+ .. epigraph::
2915
+
2916
+ After July 16, 2025, the ``CLEAN_ROOMS_SQL`` parameter will no longer be available.
2917
+
2734
2918
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cleanrooms-collaboration.html#cfn-cleanrooms-collaboration-analyticsengine
2735
2919
  '''
2736
2920
  result = self._values.get("analytics_engine")
2737
2921
  return typing.cast(typing.Optional[builtins.str], result)
2738
2922
 
2923
+ @builtins.property
2924
+ def auto_approved_change_types(self) -> typing.Optional[typing.List[builtins.str]]:
2925
+ '''The types of change requests that are automatically approved for this collaboration.
2926
+
2927
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cleanrooms-collaboration.html#cfn-cleanrooms-collaboration-autoapprovedchangetypes
2928
+ '''
2929
+ result = self._values.get("auto_approved_change_types")
2930
+ return typing.cast(typing.Optional[typing.List[builtins.str]], result)
2931
+
2932
+ @builtins.property
2933
+ def creator_member_abilities(self) -> typing.Optional[typing.List[builtins.str]]:
2934
+ '''The abilities granted to the collaboration creator.
2935
+
2936
+ *Allowed values* ``CAN_QUERY`` | ``CAN_RECEIVE_RESULTS`` | ``CAN_RUN_JOB``
2937
+
2938
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cleanrooms-collaboration.html#cfn-cleanrooms-collaboration-creatormemberabilities
2939
+ '''
2940
+ result = self._values.get("creator_member_abilities")
2941
+ return typing.cast(typing.Optional[typing.List[builtins.str]], result)
2942
+
2739
2943
  @builtins.property
2740
2944
  def creator_ml_member_abilities(
2741
2945
  self,
@@ -2780,6 +2984,19 @@ class CfnCollaborationProps:
2780
2984
  result = self._values.get("job_log_status")
2781
2985
  return typing.cast(typing.Optional[builtins.str], result)
2782
2986
 
2987
+ @builtins.property
2988
+ def members(
2989
+ self,
2990
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnCollaboration.MemberSpecificationProperty]]]]:
2991
+ '''A list of initial members, not including the creator.
2992
+
2993
+ This list is immutable.
2994
+
2995
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cleanrooms-collaboration.html#cfn-cleanrooms-collaboration-members
2996
+ '''
2997
+ result = self._values.get("members")
2998
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnCollaboration.MemberSpecificationProperty]]]], result)
2999
+
2783
3000
  @builtins.property
2784
3001
  def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
2785
3002
  '''An optional label that you can assign to a resource when you create it.
@@ -2803,7 +3020,7 @@ class CfnCollaborationProps:
2803
3020
  )
2804
3021
 
2805
3022
 
2806
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
3023
+ @jsii.implements(_IInspectable_c2943556, _IConfiguredTableRef_a9bb66b4, _ITaggableV2_4e6798f8)
2807
3024
  class CfnConfiguredTable(
2808
3025
  _CfnResource_9df397a6,
2809
3026
  metaclass=jsii.JSIIMeta,
@@ -2832,11 +3049,15 @@ class CfnConfiguredTable(
2832
3049
  work_group="workGroup",
2833
3050
 
2834
3051
  # the properties below are optional
2835
- output_location="outputLocation"
3052
+ output_location="outputLocation",
3053
+ region="region"
2836
3054
  ),
2837
3055
  glue=cleanrooms.CfnConfiguredTable.GlueTableReferenceProperty(
2838
3056
  database_name="databaseName",
2839
- table_name="tableName"
3057
+ table_name="tableName",
3058
+
3059
+ # the properties below are optional
3060
+ region="region"
2840
3061
  ),
2841
3062
  snowflake=cleanrooms.CfnConfiguredTable.SnowflakeTableReferenceProperty(
2842
3063
  account_identifier="accountIdentifier",
@@ -2924,10 +3145,11 @@ class CfnConfiguredTable(
2924
3145
  selected_analysis_methods: typing.Optional[typing.Sequence[builtins.str]] = None,
2925
3146
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
2926
3147
  ) -> None:
2927
- '''
3148
+ '''Create a new ``AWS::CleanRooms::ConfiguredTable``.
3149
+
2928
3150
  :param scope: Scope in which this resource is defined.
2929
3151
  :param id: Construct identifier for this resource (unique in its scope).
2930
- :param allowed_columns: The columns within the underlying AWS Glue table that can be utilized within collaborations.
3152
+ :param allowed_columns: The columns within the underlying AWS Glue table that can be used within collaborations.
2931
3153
  :param analysis_method: The analysis method for the configured table. ``DIRECT_QUERY`` allows SQL queries to be run directly on this table. ``DIRECT_JOB`` allows PySpark jobs to be run directly on this table. ``MULTIPLE`` allows both SQL queries and PySpark jobs to be run directly on this table.
2932
3154
  :param name: A name for the configured table.
2933
3155
  :param table_reference: The table that this configured table represents.
@@ -3016,10 +3238,16 @@ class CfnConfiguredTable(
3016
3238
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
3017
3239
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
3018
3240
 
3241
+ @builtins.property
3242
+ @jsii.member(jsii_name="configuredTableRef")
3243
+ def configured_table_ref(self) -> _ConfiguredTableReference_535e544a:
3244
+ '''A reference to a ConfiguredTable resource.'''
3245
+ return typing.cast(_ConfiguredTableReference_535e544a, jsii.get(self, "configuredTableRef"))
3246
+
3019
3247
  @builtins.property
3020
3248
  @jsii.member(jsii_name="allowedColumns")
3021
3249
  def allowed_columns(self) -> typing.List[builtins.str]:
3022
- '''The columns within the underlying AWS Glue table that can be utilized within collaborations.'''
3250
+ '''The columns within the underlying AWS Glue table that can be used within collaborations.'''
3023
3251
  return typing.cast(typing.List[builtins.str], jsii.get(self, "allowedColumns"))
3024
3252
 
3025
3253
  @allowed_columns.setter
@@ -3859,6 +4087,7 @@ class CfnConfiguredTable(
3859
4087
  "table_name": "tableName",
3860
4088
  "work_group": "workGroup",
3861
4089
  "output_location": "outputLocation",
4090
+ "region": "region",
3862
4091
  },
3863
4092
  )
3864
4093
  class AthenaTableReferenceProperty:
@@ -3869,6 +4098,7 @@ class CfnConfiguredTable(
3869
4098
  table_name: builtins.str,
3870
4099
  work_group: builtins.str,
3871
4100
  output_location: typing.Optional[builtins.str] = None,
4101
+ region: typing.Optional[builtins.str] = None,
3872
4102
  ) -> None:
3873
4103
  '''A reference to a table within Athena.
3874
4104
 
@@ -3876,6 +4106,7 @@ class CfnConfiguredTable(
3876
4106
  :param table_name: The table reference.
3877
4107
  :param work_group: The workgroup of the Athena table reference.
3878
4108
  :param output_location: The output location for the Athena table.
4109
+ :param region: The AWS Region where the Athena table is located. This parameter is required to uniquely identify and access tables across different Regions.
3879
4110
 
3880
4111
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-configuredtable-athenatablereference.html
3881
4112
  :exampleMetadata: fixture=_generated
@@ -3892,7 +4123,8 @@ class CfnConfiguredTable(
3892
4123
  work_group="workGroup",
3893
4124
 
3894
4125
  # the properties below are optional
3895
- output_location="outputLocation"
4126
+ output_location="outputLocation",
4127
+ region="region"
3896
4128
  )
3897
4129
  '''
3898
4130
  if __debug__:
@@ -3901,6 +4133,7 @@ class CfnConfiguredTable(
3901
4133
  check_type(argname="argument table_name", value=table_name, expected_type=type_hints["table_name"])
3902
4134
  check_type(argname="argument work_group", value=work_group, expected_type=type_hints["work_group"])
3903
4135
  check_type(argname="argument output_location", value=output_location, expected_type=type_hints["output_location"])
4136
+ check_type(argname="argument region", value=region, expected_type=type_hints["region"])
3904
4137
  self._values: typing.Dict[builtins.str, typing.Any] = {
3905
4138
  "database_name": database_name,
3906
4139
  "table_name": table_name,
@@ -3908,6 +4141,8 @@ class CfnConfiguredTable(
3908
4141
  }
3909
4142
  if output_location is not None:
3910
4143
  self._values["output_location"] = output_location
4144
+ if region is not None:
4145
+ self._values["region"] = region
3911
4146
 
3912
4147
  @builtins.property
3913
4148
  def database_name(self) -> builtins.str:
@@ -3948,6 +4183,17 @@ class CfnConfiguredTable(
3948
4183
  result = self._values.get("output_location")
3949
4184
  return typing.cast(typing.Optional[builtins.str], result)
3950
4185
 
4186
+ @builtins.property
4187
+ def region(self) -> typing.Optional[builtins.str]:
4188
+ '''The AWS Region where the Athena table is located.
4189
+
4190
+ This parameter is required to uniquely identify and access tables across different Regions.
4191
+
4192
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-configuredtable-athenatablereference.html#cfn-cleanrooms-configuredtable-athenatablereference-region
4193
+ '''
4194
+ result = self._values.get("region")
4195
+ return typing.cast(typing.Optional[builtins.str], result)
4196
+
3951
4197
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
3952
4198
  return isinstance(rhs, self.__class__) and rhs._values == self._values
3953
4199
 
@@ -4315,7 +4561,11 @@ class CfnConfiguredTable(
4315
4561
  @jsii.data_type(
4316
4562
  jsii_type="aws-cdk-lib.aws_cleanrooms.CfnConfiguredTable.GlueTableReferenceProperty",
4317
4563
  jsii_struct_bases=[],
4318
- name_mapping={"database_name": "databaseName", "table_name": "tableName"},
4564
+ name_mapping={
4565
+ "database_name": "databaseName",
4566
+ "table_name": "tableName",
4567
+ "region": "region",
4568
+ },
4319
4569
  )
4320
4570
  class GlueTableReferenceProperty:
4321
4571
  def __init__(
@@ -4323,11 +4573,13 @@ class CfnConfiguredTable(
4323
4573
  *,
4324
4574
  database_name: builtins.str,
4325
4575
  table_name: builtins.str,
4576
+ region: typing.Optional[builtins.str] = None,
4326
4577
  ) -> None:
4327
4578
  '''A reference to a table within an AWS Glue data catalog.
4328
4579
 
4329
4580
  :param database_name: The name of the database the AWS Glue table belongs to.
4330
4581
  :param table_name: The name of the AWS Glue table.
4582
+ :param region: The AWS Region where the AWS Glue table is located. This parameter is required to uniquely identify and access tables across different Regions.
4331
4583
 
4332
4584
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-configuredtable-gluetablereference.html
4333
4585
  :exampleMetadata: fixture=_generated
@@ -4340,17 +4592,23 @@ class CfnConfiguredTable(
4340
4592
 
4341
4593
  glue_table_reference_property = cleanrooms.CfnConfiguredTable.GlueTableReferenceProperty(
4342
4594
  database_name="databaseName",
4343
- table_name="tableName"
4595
+ table_name="tableName",
4596
+
4597
+ # the properties below are optional
4598
+ region="region"
4344
4599
  )
4345
4600
  '''
4346
4601
  if __debug__:
4347
4602
  type_hints = typing.get_type_hints(_typecheckingstub__ad49810a315ae1c04064504cefbb3e0bc6fec52a1add50545955db56f0db50f9)
4348
4603
  check_type(argname="argument database_name", value=database_name, expected_type=type_hints["database_name"])
4349
4604
  check_type(argname="argument table_name", value=table_name, expected_type=type_hints["table_name"])
4605
+ check_type(argname="argument region", value=region, expected_type=type_hints["region"])
4350
4606
  self._values: typing.Dict[builtins.str, typing.Any] = {
4351
4607
  "database_name": database_name,
4352
4608
  "table_name": table_name,
4353
4609
  }
4610
+ if region is not None:
4611
+ self._values["region"] = region
4354
4612
 
4355
4613
  @builtins.property
4356
4614
  def database_name(self) -> builtins.str:
@@ -4372,6 +4630,17 @@ class CfnConfiguredTable(
4372
4630
  assert result is not None, "Required property 'table_name' is missing"
4373
4631
  return typing.cast(builtins.str, result)
4374
4632
 
4633
+ @builtins.property
4634
+ def region(self) -> typing.Optional[builtins.str]:
4635
+ '''The AWS Region where the AWS Glue table is located.
4636
+
4637
+ This parameter is required to uniquely identify and access tables across different Regions.
4638
+
4639
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-configuredtable-gluetablereference.html#cfn-cleanrooms-configuredtable-gluetablereference-region
4640
+ '''
4641
+ result = self._values.get("region")
4642
+ return typing.cast(typing.Optional[builtins.str], result)
4643
+
4375
4644
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
4376
4645
  return isinstance(rhs, self.__class__) and rhs._values == self._values
4377
4646
 
@@ -4697,11 +4966,15 @@ class CfnConfiguredTable(
4697
4966
  work_group="workGroup",
4698
4967
 
4699
4968
  # the properties below are optional
4700
- output_location="outputLocation"
4969
+ output_location="outputLocation",
4970
+ region="region"
4701
4971
  ),
4702
4972
  glue=cleanrooms.CfnConfiguredTable.GlueTableReferenceProperty(
4703
4973
  database_name="databaseName",
4704
- table_name="tableName"
4974
+ table_name="tableName",
4975
+
4976
+ # the properties below are optional
4977
+ region="region"
4705
4978
  ),
4706
4979
  snowflake=cleanrooms.CfnConfiguredTable.SnowflakeTableReferenceProperty(
4707
4980
  account_identifier="accountIdentifier",
@@ -4776,7 +5049,7 @@ class CfnConfiguredTable(
4776
5049
  )
4777
5050
 
4778
5051
 
4779
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
5052
+ @jsii.implements(_IInspectable_c2943556, _IConfiguredTableAssociationRef_1ca59736, _ITaggableV2_4e6798f8)
4780
5053
  class CfnConfiguredTableAssociation(
4781
5054
  _CfnResource_9df397a6,
4782
5055
  metaclass=jsii.JSIIMeta,
@@ -4843,7 +5116,8 @@ class CfnConfiguredTableAssociation(
4843
5116
  description: typing.Optional[builtins.str] = None,
4844
5117
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
4845
5118
  ) -> None:
4846
- '''
5119
+ '''Create a new ``AWS::CleanRooms::ConfiguredTableAssociation``.
5120
+
4847
5121
  :param scope: Scope in which this resource is defined.
4848
5122
  :param id: Construct identifier for this resource (unique in its scope).
4849
5123
  :param configured_table_identifier: A unique identifier for the configured table to be associated to. Currently accepts a configured table ID.
@@ -4933,6 +5207,14 @@ class CfnConfiguredTableAssociation(
4933
5207
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
4934
5208
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
4935
5209
 
5210
+ @builtins.property
5211
+ @jsii.member(jsii_name="configuredTableAssociationRef")
5212
+ def configured_table_association_ref(
5213
+ self,
5214
+ ) -> _ConfiguredTableAssociationReference_894e07ef:
5215
+ '''A reference to a ConfiguredTableAssociation resource.'''
5216
+ return typing.cast(_ConfiguredTableAssociationReference_894e07ef, jsii.get(self, "configuredTableAssociationRef"))
5217
+
4936
5218
  @builtins.property
4937
5219
  @jsii.member(jsii_name="configuredTableIdentifier")
4938
5220
  def configured_table_identifier(self) -> builtins.str:
@@ -5747,7 +6029,7 @@ class CfnConfiguredTableProps:
5747
6029
  ) -> None:
5748
6030
  '''Properties for defining a ``CfnConfiguredTable``.
5749
6031
 
5750
- :param allowed_columns: The columns within the underlying AWS Glue table that can be utilized within collaborations.
6032
+ :param allowed_columns: The columns within the underlying AWS Glue table that can be used within collaborations.
5751
6033
  :param analysis_method: The analysis method for the configured table. ``DIRECT_QUERY`` allows SQL queries to be run directly on this table. ``DIRECT_JOB`` allows PySpark jobs to be run directly on this table. ``MULTIPLE`` allows both SQL queries and PySpark jobs to be run directly on this table.
5752
6034
  :param name: A name for the configured table.
5753
6035
  :param table_reference: The table that this configured table represents.
@@ -5776,11 +6058,15 @@ class CfnConfiguredTableProps:
5776
6058
  work_group="workGroup",
5777
6059
 
5778
6060
  # the properties below are optional
5779
- output_location="outputLocation"
6061
+ output_location="outputLocation",
6062
+ region="region"
5780
6063
  ),
5781
6064
  glue=cleanrooms.CfnConfiguredTable.GlueTableReferenceProperty(
5782
6065
  database_name="databaseName",
5783
- table_name="tableName"
6066
+ table_name="tableName",
6067
+
6068
+ # the properties below are optional
6069
+ region="region"
5784
6070
  ),
5785
6071
  snowflake=cleanrooms.CfnConfiguredTable.SnowflakeTableReferenceProperty(
5786
6072
  account_identifier="accountIdentifier",
@@ -5880,7 +6166,7 @@ class CfnConfiguredTableProps:
5880
6166
 
5881
6167
  @builtins.property
5882
6168
  def allowed_columns(self) -> typing.List[builtins.str]:
5883
- '''The columns within the underlying AWS Glue table that can be utilized within collaborations.
6169
+ '''The columns within the underlying AWS Glue table that can be used within collaborations.
5884
6170
 
5885
6171
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cleanrooms-configuredtable.html#cfn-cleanrooms-configuredtable-allowedcolumns
5886
6172
  '''
@@ -5978,7 +6264,7 @@ class CfnConfiguredTableProps:
5978
6264
  )
5979
6265
 
5980
6266
 
5981
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
6267
+ @jsii.implements(_IInspectable_c2943556, _IIdMappingTableRef_49cfd2b7, _ITaggableV2_4e6798f8)
5982
6268
  class CfnIdMappingTable(
5983
6269
  _CfnResource_9df397a6,
5984
6270
  metaclass=jsii.JSIIMeta,
@@ -6026,7 +6312,8 @@ class CfnIdMappingTable(
6026
6312
  kms_key_arn: typing.Optional[builtins.str] = None,
6027
6313
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
6028
6314
  ) -> None:
6029
- '''
6315
+ '''Create a new ``AWS::CleanRooms::IdMappingTable``.
6316
+
6030
6317
  :param scope: Scope in which this resource is defined.
6031
6318
  :param id: Construct identifier for this resource (unique in its scope).
6032
6319
  :param input_reference_config: The input reference configuration for the ID mapping table.
@@ -6145,6 +6432,12 @@ class CfnIdMappingTable(
6145
6432
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
6146
6433
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
6147
6434
 
6435
+ @builtins.property
6436
+ @jsii.member(jsii_name="idMappingTableRef")
6437
+ def id_mapping_table_ref(self) -> _IdMappingTableReference_b726f09d:
6438
+ '''A reference to a IdMappingTable resource.'''
6439
+ return typing.cast(_IdMappingTableReference_b726f09d, jsii.get(self, "idMappingTableRef"))
6440
+
6148
6441
  @builtins.property
6149
6442
  @jsii.member(jsii_name="inputReferenceConfig")
6150
6443
  def input_reference_config(
@@ -6595,7 +6888,7 @@ class CfnIdMappingTableProps:
6595
6888
  )
6596
6889
 
6597
6890
 
6598
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
6891
+ @jsii.implements(_IInspectable_c2943556, _IIdNamespaceAssociationRef_9966aeba, _ITaggableV2_4e6798f8)
6599
6892
  class CfnIdNamespaceAssociation(
6600
6893
  _CfnResource_9df397a6,
6601
6894
  metaclass=jsii.JSIIMeta,
@@ -6645,7 +6938,8 @@ class CfnIdNamespaceAssociation(
6645
6938
  id_mapping_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnIdNamespaceAssociation.IdMappingConfigProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
6646
6939
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
6647
6940
  ) -> None:
6648
- '''
6941
+ '''Create a new ``AWS::CleanRooms::IdNamespaceAssociation``.
6942
+
6649
6943
  :param scope: Scope in which this resource is defined.
6650
6944
  :param id: Construct identifier for this resource (unique in its scope).
6651
6945
  :param input_reference_config: The input reference configuration for the ID namespace association.
@@ -6764,6 +7058,12 @@ class CfnIdNamespaceAssociation(
6764
7058
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
6765
7059
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
6766
7060
 
7061
+ @builtins.property
7062
+ @jsii.member(jsii_name="idNamespaceAssociationRef")
7063
+ def id_namespace_association_ref(self) -> _IdNamespaceAssociationReference_79b675a0:
7064
+ '''A reference to a IdNamespaceAssociation resource.'''
7065
+ return typing.cast(_IdNamespaceAssociationReference_79b675a0, jsii.get(self, "idNamespaceAssociationRef"))
7066
+
6767
7067
  @builtins.property
6768
7068
  @jsii.member(jsii_name="inputReferenceConfig")
6769
7069
  def input_reference_config(
@@ -7225,7 +7525,7 @@ class CfnIdNamespaceAssociationProps:
7225
7525
  )
7226
7526
 
7227
7527
 
7228
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
7528
+ @jsii.implements(_IInspectable_c2943556, _IMembershipRef_a79fefcb, _ITaggableV2_4e6798f8)
7229
7529
  class CfnMembership(
7230
7530
  _CfnResource_9df397a6,
7231
7531
  metaclass=jsii.JSIIMeta,
@@ -7313,7 +7613,8 @@ class CfnMembership(
7313
7613
  payment_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnMembership.MembershipPaymentConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
7314
7614
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
7315
7615
  ) -> None:
7316
- '''
7616
+ '''Create a new ``AWS::CleanRooms::Membership``.
7617
+
7317
7618
  :param scope: Scope in which this resource is defined.
7318
7619
  :param id: Construct identifier for this resource (unique in its scope).
7319
7620
  :param collaboration_identifier: The unique ID for the associated collaboration.
@@ -7425,6 +7726,12 @@ class CfnMembership(
7425
7726
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
7426
7727
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
7427
7728
 
7729
+ @builtins.property
7730
+ @jsii.member(jsii_name="membershipRef")
7731
+ def membership_ref(self) -> _MembershipReference_af495d41:
7732
+ '''A reference to a Membership resource.'''
7733
+ return typing.cast(_MembershipReference_af495d41, jsii.get(self, "membershipRef"))
7734
+
7428
7735
  @builtins.property
7429
7736
  @jsii.member(jsii_name="collaborationIdentifier")
7430
7737
  def collaboration_identifier(self) -> builtins.str:
@@ -8670,7 +8977,7 @@ class CfnMembershipProps:
8670
8977
  )
8671
8978
 
8672
8979
 
8673
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
8980
+ @jsii.implements(_IInspectable_c2943556, _IPrivacyBudgetTemplateRef_1c139de9, _ITaggableV2_4e6798f8)
8674
8981
  class CfnPrivacyBudgetTemplate(
8675
8982
  _CfnResource_9df397a6,
8676
8983
  metaclass=jsii.JSIIMeta,
@@ -8692,7 +8999,15 @@ class CfnPrivacyBudgetTemplate(
8692
8999
  auto_refresh="autoRefresh",
8693
9000
  membership_identifier="membershipIdentifier",
8694
9001
  parameters=cleanrooms.CfnPrivacyBudgetTemplate.ParametersProperty(
9002
+ budget_parameters=[cleanrooms.CfnPrivacyBudgetTemplate.BudgetParameterProperty(
9003
+ budget=123,
9004
+ type="type",
9005
+
9006
+ # the properties below are optional
9007
+ auto_refresh="autoRefresh"
9008
+ )],
8695
9009
  epsilon=123,
9010
+ resource_arn="resourceArn",
8696
9011
  users_noise_per_query=123
8697
9012
  ),
8698
9013
  privacy_budget_type="privacyBudgetType",
@@ -8716,7 +9031,8 @@ class CfnPrivacyBudgetTemplate(
8716
9031
  privacy_budget_type: builtins.str,
8717
9032
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
8718
9033
  ) -> None:
8719
- '''
9034
+ '''Create a new ``AWS::CleanRooms::PrivacyBudgetTemplate``.
9035
+
8720
9036
  :param scope: Scope in which this resource is defined.
8721
9037
  :param id: Construct identifier for this resource (unique in its scope).
8722
9038
  :param auto_refresh: How often the privacy budget refreshes. .. epigraph:: If you plan to regularly bring new data into the collaboration, use ``CALENDAR_MONTH`` to automatically get a new privacy budget for the collaboration every calendar month. Choosing this option allows arbitrary amounts of information to be revealed about rows of the data when repeatedly queried across refreshes. Avoid choosing this if the same rows will be repeatedly queried between privacy budget refreshes.
@@ -8827,6 +9143,12 @@ class CfnPrivacyBudgetTemplate(
8827
9143
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
8828
9144
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
8829
9145
 
9146
+ @builtins.property
9147
+ @jsii.member(jsii_name="privacyBudgetTemplateRef")
9148
+ def privacy_budget_template_ref(self) -> _PrivacyBudgetTemplateReference_c9307a0d:
9149
+ '''A reference to a PrivacyBudgetTemplate resource.'''
9150
+ return typing.cast(_PrivacyBudgetTemplateReference_c9307a0d, jsii.get(self, "privacyBudgetTemplateRef"))
9151
+
8830
9152
  @builtins.property
8831
9153
  @jsii.member(jsii_name="autoRefresh")
8832
9154
  def auto_refresh(self) -> builtins.str:
@@ -8897,11 +9219,105 @@ class CfnPrivacyBudgetTemplate(
8897
9219
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
8898
9220
  jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
8899
9221
 
9222
+ @jsii.data_type(
9223
+ jsii_type="aws-cdk-lib.aws_cleanrooms.CfnPrivacyBudgetTemplate.BudgetParameterProperty",
9224
+ jsii_struct_bases=[],
9225
+ name_mapping={
9226
+ "budget": "budget",
9227
+ "type": "type",
9228
+ "auto_refresh": "autoRefresh",
9229
+ },
9230
+ )
9231
+ class BudgetParameterProperty:
9232
+ def __init__(
9233
+ self,
9234
+ *,
9235
+ budget: jsii.Number,
9236
+ type: builtins.str,
9237
+ auto_refresh: typing.Optional[builtins.str] = None,
9238
+ ) -> None:
9239
+ '''Individual budget parameter configuration that defines specific budget allocation settings for access budgets.
9240
+
9241
+ :param budget: The budget allocation amount for this specific parameter.
9242
+ :param type: The type of budget parameter being configured.
9243
+ :param auto_refresh: Whether this individual budget parameter automatically refreshes when the budget period resets.
9244
+
9245
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-privacybudgettemplate-budgetparameter.html
9246
+ :exampleMetadata: fixture=_generated
9247
+
9248
+ Example::
9249
+
9250
+ # The code below shows an example of how to instantiate this type.
9251
+ # The values are placeholders you should change.
9252
+ from aws_cdk import aws_cleanrooms as cleanrooms
9253
+
9254
+ budget_parameter_property = cleanrooms.CfnPrivacyBudgetTemplate.BudgetParameterProperty(
9255
+ budget=123,
9256
+ type="type",
9257
+
9258
+ # the properties below are optional
9259
+ auto_refresh="autoRefresh"
9260
+ )
9261
+ '''
9262
+ if __debug__:
9263
+ type_hints = typing.get_type_hints(_typecheckingstub__6b9877d356e92270a48ce1827fffe6e9115894003d8140e1393e88dce67a80bd)
9264
+ check_type(argname="argument budget", value=budget, expected_type=type_hints["budget"])
9265
+ check_type(argname="argument type", value=type, expected_type=type_hints["type"])
9266
+ check_type(argname="argument auto_refresh", value=auto_refresh, expected_type=type_hints["auto_refresh"])
9267
+ self._values: typing.Dict[builtins.str, typing.Any] = {
9268
+ "budget": budget,
9269
+ "type": type,
9270
+ }
9271
+ if auto_refresh is not None:
9272
+ self._values["auto_refresh"] = auto_refresh
9273
+
9274
+ @builtins.property
9275
+ def budget(self) -> jsii.Number:
9276
+ '''The budget allocation amount for this specific parameter.
9277
+
9278
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-privacybudgettemplate-budgetparameter.html#cfn-cleanrooms-privacybudgettemplate-budgetparameter-budget
9279
+ '''
9280
+ result = self._values.get("budget")
9281
+ assert result is not None, "Required property 'budget' is missing"
9282
+ return typing.cast(jsii.Number, result)
9283
+
9284
+ @builtins.property
9285
+ def type(self) -> builtins.str:
9286
+ '''The type of budget parameter being configured.
9287
+
9288
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-privacybudgettemplate-budgetparameter.html#cfn-cleanrooms-privacybudgettemplate-budgetparameter-type
9289
+ '''
9290
+ result = self._values.get("type")
9291
+ assert result is not None, "Required property 'type' is missing"
9292
+ return typing.cast(builtins.str, result)
9293
+
9294
+ @builtins.property
9295
+ def auto_refresh(self) -> typing.Optional[builtins.str]:
9296
+ '''Whether this individual budget parameter automatically refreshes when the budget period resets.
9297
+
9298
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-privacybudgettemplate-budgetparameter.html#cfn-cleanrooms-privacybudgettemplate-budgetparameter-autorefresh
9299
+ '''
9300
+ result = self._values.get("auto_refresh")
9301
+ return typing.cast(typing.Optional[builtins.str], result)
9302
+
9303
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
9304
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
9305
+
9306
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
9307
+ return not (rhs == self)
9308
+
9309
+ def __repr__(self) -> str:
9310
+ return "BudgetParameterProperty(%s)" % ", ".join(
9311
+ k + "=" + repr(v) for k, v in self._values.items()
9312
+ )
9313
+
8900
9314
  @jsii.data_type(
8901
9315
  jsii_type="aws-cdk-lib.aws_cleanrooms.CfnPrivacyBudgetTemplate.ParametersProperty",
8902
9316
  jsii_struct_bases=[],
8903
9317
  name_mapping={
9318
+ "budget_parameters": "budgetParameters",
8904
9319
  "epsilon": "epsilon",
9320
+ "resource_arn": "resourceArn",
8905
9321
  "users_noise_per_query": "usersNoisePerQuery",
8906
9322
  },
8907
9323
  )
@@ -8909,12 +9325,16 @@ class CfnPrivacyBudgetTemplate(
8909
9325
  def __init__(
8910
9326
  self,
8911
9327
  *,
8912
- epsilon: jsii.Number,
8913
- users_noise_per_query: jsii.Number,
9328
+ budget_parameters: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnPrivacyBudgetTemplate.BudgetParameterProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
9329
+ epsilon: typing.Optional[jsii.Number] = None,
9330
+ resource_arn: typing.Optional[builtins.str] = None,
9331
+ users_noise_per_query: typing.Optional[jsii.Number] = None,
8914
9332
  ) -> None:
8915
9333
  '''Specifies the epsilon and noise parameters for the privacy budget template.
8916
9334
 
9335
+ :param budget_parameters:
8917
9336
  :param epsilon: The epsilon value that you want to use.
9337
+ :param resource_arn:
8918
9338
  :param users_noise_per_query: Noise added per query is measured in terms of the number of users whose contributions you want to obscure. This value governs the rate at which the privacy budget is depleted.
8919
9339
 
8920
9340
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-privacybudgettemplate-parameters.html
@@ -8927,31 +9347,63 @@ class CfnPrivacyBudgetTemplate(
8927
9347
  from aws_cdk import aws_cleanrooms as cleanrooms
8928
9348
 
8929
9349
  parameters_property = cleanrooms.CfnPrivacyBudgetTemplate.ParametersProperty(
9350
+ budget_parameters=[cleanrooms.CfnPrivacyBudgetTemplate.BudgetParameterProperty(
9351
+ budget=123,
9352
+ type="type",
9353
+
9354
+ # the properties below are optional
9355
+ auto_refresh="autoRefresh"
9356
+ )],
8930
9357
  epsilon=123,
9358
+ resource_arn="resourceArn",
8931
9359
  users_noise_per_query=123
8932
9360
  )
8933
9361
  '''
8934
9362
  if __debug__:
8935
9363
  type_hints = typing.get_type_hints(_typecheckingstub__1938eceb4a5ecd53da864bdcbc38554516e8fa365c0dec957d0fe1a8bcdbe3d3)
9364
+ check_type(argname="argument budget_parameters", value=budget_parameters, expected_type=type_hints["budget_parameters"])
8936
9365
  check_type(argname="argument epsilon", value=epsilon, expected_type=type_hints["epsilon"])
9366
+ check_type(argname="argument resource_arn", value=resource_arn, expected_type=type_hints["resource_arn"])
8937
9367
  check_type(argname="argument users_noise_per_query", value=users_noise_per_query, expected_type=type_hints["users_noise_per_query"])
8938
- self._values: typing.Dict[builtins.str, typing.Any] = {
8939
- "epsilon": epsilon,
8940
- "users_noise_per_query": users_noise_per_query,
8941
- }
9368
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
9369
+ if budget_parameters is not None:
9370
+ self._values["budget_parameters"] = budget_parameters
9371
+ if epsilon is not None:
9372
+ self._values["epsilon"] = epsilon
9373
+ if resource_arn is not None:
9374
+ self._values["resource_arn"] = resource_arn
9375
+ if users_noise_per_query is not None:
9376
+ self._values["users_noise_per_query"] = users_noise_per_query
9377
+
9378
+ @builtins.property
9379
+ def budget_parameters(
9380
+ self,
9381
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnPrivacyBudgetTemplate.BudgetParameterProperty"]]]]:
9382
+ '''
9383
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-privacybudgettemplate-parameters.html#cfn-cleanrooms-privacybudgettemplate-parameters-budgetparameters
9384
+ '''
9385
+ result = self._values.get("budget_parameters")
9386
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnPrivacyBudgetTemplate.BudgetParameterProperty"]]]], result)
8942
9387
 
8943
9388
  @builtins.property
8944
- def epsilon(self) -> jsii.Number:
9389
+ def epsilon(self) -> typing.Optional[jsii.Number]:
8945
9390
  '''The epsilon value that you want to use.
8946
9391
 
8947
9392
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-privacybudgettemplate-parameters.html#cfn-cleanrooms-privacybudgettemplate-parameters-epsilon
8948
9393
  '''
8949
9394
  result = self._values.get("epsilon")
8950
- assert result is not None, "Required property 'epsilon' is missing"
8951
- return typing.cast(jsii.Number, result)
9395
+ return typing.cast(typing.Optional[jsii.Number], result)
9396
+
9397
+ @builtins.property
9398
+ def resource_arn(self) -> typing.Optional[builtins.str]:
9399
+ '''
9400
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-privacybudgettemplate-parameters.html#cfn-cleanrooms-privacybudgettemplate-parameters-resourcearn
9401
+ '''
9402
+ result = self._values.get("resource_arn")
9403
+ return typing.cast(typing.Optional[builtins.str], result)
8952
9404
 
8953
9405
  @builtins.property
8954
- def users_noise_per_query(self) -> jsii.Number:
9406
+ def users_noise_per_query(self) -> typing.Optional[jsii.Number]:
8955
9407
  '''Noise added per query is measured in terms of the number of users whose contributions you want to obscure.
8956
9408
 
8957
9409
  This value governs the rate at which the privacy budget is depleted.
@@ -8959,8 +9411,7 @@ class CfnPrivacyBudgetTemplate(
8959
9411
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-privacybudgettemplate-parameters.html#cfn-cleanrooms-privacybudgettemplate-parameters-usersnoiseperquery
8960
9412
  '''
8961
9413
  result = self._values.get("users_noise_per_query")
8962
- assert result is not None, "Required property 'users_noise_per_query' is missing"
8963
- return typing.cast(jsii.Number, result)
9414
+ return typing.cast(typing.Optional[jsii.Number], result)
8964
9415
 
8965
9416
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
8966
9417
  return isinstance(rhs, self.__class__) and rhs._values == self._values
@@ -9016,7 +9467,15 @@ class CfnPrivacyBudgetTemplateProps:
9016
9467
  auto_refresh="autoRefresh",
9017
9468
  membership_identifier="membershipIdentifier",
9018
9469
  parameters=cleanrooms.CfnPrivacyBudgetTemplate.ParametersProperty(
9470
+ budget_parameters=[cleanrooms.CfnPrivacyBudgetTemplate.BudgetParameterProperty(
9471
+ budget=123,
9472
+ type="type",
9473
+
9474
+ # the properties below are optional
9475
+ auto_refresh="autoRefresh"
9476
+ )],
9019
9477
  epsilon=123,
9478
+ resource_arn="resourceArn",
9020
9479
  users_noise_per_query=123
9021
9480
  ),
9022
9481
  privacy_budget_type="privacyBudgetType",
@@ -9144,6 +9603,7 @@ def _typecheckingstub__0e650aead4f74afeaf90193249293bee92f9a4eb687f4f9678e1a1368
9144
9603
  source: typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysisTemplate.AnalysisSourceProperty, typing.Dict[builtins.str, typing.Any]]],
9145
9604
  analysis_parameters: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysisTemplate.AnalysisParameterProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
9146
9605
  description: typing.Optional[builtins.str] = None,
9606
+ error_message_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysisTemplate.ErrorMessageConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
9147
9607
  schema: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysisTemplate.AnalysisSchemaProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
9148
9608
  source_metadata: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysisTemplate.AnalysisSourceMetadataProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
9149
9609
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
@@ -9199,6 +9659,12 @@ def _typecheckingstub__a8ea0f1530d49d0cf3ea112be450d6887b42e42d18ffdc9233aac3656
9199
9659
  """Type checking stubs"""
9200
9660
  pass
9201
9661
 
9662
+ def _typecheckingstub__34831cf7179b15aa74fb46a0ab1a549fbfe4b6acc73cf2a5eabf79947604e497(
9663
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnAnalysisTemplate.ErrorMessageConfigurationProperty]],
9664
+ ) -> None:
9665
+ """Type checking stubs"""
9666
+ pass
9667
+
9202
9668
  def _typecheckingstub__b08707b577f4e2e4847fc726614c034787b0608c33e3b6db3ed058d8262f49f5(
9203
9669
  value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnAnalysisTemplate.AnalysisSchemaProperty]],
9204
9670
  ) -> None:
@@ -9272,6 +9738,13 @@ def _typecheckingstub__de78ae9ecad686157204e702611c0cf015331e3aa099f1e87ab18d5cd
9272
9738
  """Type checking stubs"""
9273
9739
  pass
9274
9740
 
9741
+ def _typecheckingstub__99300f4ea5e5ce616768e3b03748c2f91f6e99c88a31ea4331c5d105bb2a1544(
9742
+ *,
9743
+ type: builtins.str,
9744
+ ) -> None:
9745
+ """Type checking stubs"""
9746
+ pass
9747
+
9275
9748
  def _typecheckingstub__43be85fff22ad377febb791857a9bfd90b262e37e83d363df6adfb5783ea6cb5(
9276
9749
  *,
9277
9750
  sha256: typing.Optional[builtins.str] = None,
@@ -9295,6 +9768,7 @@ def _typecheckingstub__e1c797e3fa5f8683aa0eb66424f00b6b29c5014d5c45e7771fe0c5b1e
9295
9768
  source: typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysisTemplate.AnalysisSourceProperty, typing.Dict[builtins.str, typing.Any]]],
9296
9769
  analysis_parameters: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysisTemplate.AnalysisParameterProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
9297
9770
  description: typing.Optional[builtins.str] = None,
9771
+ error_message_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysisTemplate.ErrorMessageConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
9298
9772
  schema: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysisTemplate.AnalysisSchemaProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
9299
9773
  source_metadata: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnAnalysisTemplate.AnalysisSourceMetadataProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
9300
9774
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
@@ -9307,16 +9781,18 @@ def _typecheckingstub__a8995527da9ce4212caf3c1fdf601e4947c02ff1e364e92811ac8635b
9307
9781
  id: builtins.str,
9308
9782
  *,
9309
9783
  creator_display_name: builtins.str,
9310
- creator_member_abilities: typing.Sequence[builtins.str],
9311
9784
  description: builtins.str,
9312
- members: typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnCollaboration.MemberSpecificationProperty, typing.Dict[builtins.str, typing.Any]]]]],
9313
9785
  name: builtins.str,
9314
9786
  query_log_status: builtins.str,
9787
+ allowed_result_regions: typing.Optional[typing.Sequence[builtins.str]] = None,
9315
9788
  analytics_engine: typing.Optional[builtins.str] = None,
9789
+ auto_approved_change_types: typing.Optional[typing.Sequence[builtins.str]] = None,
9790
+ creator_member_abilities: typing.Optional[typing.Sequence[builtins.str]] = None,
9316
9791
  creator_ml_member_abilities: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnCollaboration.MLMemberAbilitiesProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
9317
9792
  creator_payment_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnCollaboration.PaymentConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
9318
9793
  data_encryption_metadata: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnCollaboration.DataEncryptionMetadataProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
9319
9794
  job_log_status: typing.Optional[builtins.str] = None,
9795
+ members: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnCollaboration.MemberSpecificationProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
9320
9796
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
9321
9797
  ) -> None:
9322
9798
  """Type checking stubs"""
@@ -9340,32 +9816,26 @@ def _typecheckingstub__4a9f17060755de314c6aea7e9fe1c03f18e31972fafbe5d1edf10b182
9340
9816
  """Type checking stubs"""
9341
9817
  pass
9342
9818
 
9343
- def _typecheckingstub__1ee81f8b64fd681cae1a860e0339dfa0ddeb287c4e709f0b34cc3c8bcf9bc6bd(
9344
- value: typing.List[builtins.str],
9345
- ) -> None:
9346
- """Type checking stubs"""
9347
- pass
9348
-
9349
9819
  def _typecheckingstub__eb5edb6a58e1c0f33620eadb56126089a140277fe87954ea4d3a06146b3559ef(
9350
9820
  value: builtins.str,
9351
9821
  ) -> None:
9352
9822
  """Type checking stubs"""
9353
9823
  pass
9354
9824
 
9355
- def _typecheckingstub__e816963af09a7c3bdf0ca05211222f43d66929e9fa8216fe82e8fb6e27493bdc(
9356
- value: typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnCollaboration.MemberSpecificationProperty]]],
9825
+ def _typecheckingstub__585aa64e1eeaa11003c987d7230a1772b0683c9f8866457214d0242ba9d00d4e(
9826
+ value: builtins.str,
9357
9827
  ) -> None:
9358
9828
  """Type checking stubs"""
9359
9829
  pass
9360
9830
 
9361
- def _typecheckingstub__585aa64e1eeaa11003c987d7230a1772b0683c9f8866457214d0242ba9d00d4e(
9831
+ def _typecheckingstub__fa852049fd80eee6c2543d7576eb0c8f60a43d90ca97006450c31d8a1ed9df20(
9362
9832
  value: builtins.str,
9363
9833
  ) -> None:
9364
9834
  """Type checking stubs"""
9365
9835
  pass
9366
9836
 
9367
- def _typecheckingstub__fa852049fd80eee6c2543d7576eb0c8f60a43d90ca97006450c31d8a1ed9df20(
9368
- value: builtins.str,
9837
+ def _typecheckingstub__df0b09645e08eba8bbcac7c08c59c5407b168b872b3b72077beb98da4cb3f04b(
9838
+ value: typing.Optional[typing.List[builtins.str]],
9369
9839
  ) -> None:
9370
9840
  """Type checking stubs"""
9371
9841
  pass
@@ -9376,6 +9846,18 @@ def _typecheckingstub__1052deb6a86709adcf30bca5621af3b50e52d20c54f6e014b8baeaa99
9376
9846
  """Type checking stubs"""
9377
9847
  pass
9378
9848
 
9849
+ def _typecheckingstub__bae84907df1f2d3ba640faa4bdd3ba5349c36d0d41a201d71e35e6741dacf1ee(
9850
+ value: typing.Optional[typing.List[builtins.str]],
9851
+ ) -> None:
9852
+ """Type checking stubs"""
9853
+ pass
9854
+
9855
+ def _typecheckingstub__1ee81f8b64fd681cae1a860e0339dfa0ddeb287c4e709f0b34cc3c8bcf9bc6bd(
9856
+ value: typing.Optional[typing.List[builtins.str]],
9857
+ ) -> None:
9858
+ """Type checking stubs"""
9859
+ pass
9860
+
9379
9861
  def _typecheckingstub__97c0d0f6cb32a0cbf54c04b4f619c67713dd848075c944908bc62665b42284a9(
9380
9862
  value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnCollaboration.MLMemberAbilitiesProperty]],
9381
9863
  ) -> None:
@@ -9400,6 +9882,12 @@ def _typecheckingstub__b4417cba39dba6b058b8e9e8165e109039205858f8f1e7237cc3fa2e9
9400
9882
  """Type checking stubs"""
9401
9883
  pass
9402
9884
 
9885
+ def _typecheckingstub__e816963af09a7c3bdf0ca05211222f43d66929e9fa8216fe82e8fb6e27493bdc(
9886
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnCollaboration.MemberSpecificationProperty]]]],
9887
+ ) -> None:
9888
+ """Type checking stubs"""
9889
+ pass
9890
+
9403
9891
  def _typecheckingstub__06877122efbe5bc41c92999ba727597f48590c383378ee73a94c91fe43305e60(
9404
9892
  value: typing.Optional[typing.List[_CfnTag_f6864754]],
9405
9893
  ) -> None:
@@ -9442,7 +9930,7 @@ def _typecheckingstub__2c9d415168b79c297b7313d0c42362a70fed420b1dda08e496b99813f
9442
9930
  *,
9443
9931
  account_id: builtins.str,
9444
9932
  display_name: builtins.str,
9445
- member_abilities: typing.Sequence[builtins.str],
9933
+ member_abilities: typing.Optional[typing.Sequence[builtins.str]] = None,
9446
9934
  ml_member_abilities: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnCollaboration.MLMemberAbilitiesProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
9447
9935
  payment_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnCollaboration.PaymentConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
9448
9936
  ) -> None:
@@ -9482,16 +9970,18 @@ def _typecheckingstub__691566df57f98e85a0cab7f982a0bb63684a2747f18e19d599214bacc
9482
9970
  def _typecheckingstub__2049291a9933df94c4258b33838a3aa8100d0214a4519c3d84e6d70ed724c55d(
9483
9971
  *,
9484
9972
  creator_display_name: builtins.str,
9485
- creator_member_abilities: typing.Sequence[builtins.str],
9486
9973
  description: builtins.str,
9487
- members: typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnCollaboration.MemberSpecificationProperty, typing.Dict[builtins.str, typing.Any]]]]],
9488
9974
  name: builtins.str,
9489
9975
  query_log_status: builtins.str,
9976
+ allowed_result_regions: typing.Optional[typing.Sequence[builtins.str]] = None,
9490
9977
  analytics_engine: typing.Optional[builtins.str] = None,
9978
+ auto_approved_change_types: typing.Optional[typing.Sequence[builtins.str]] = None,
9979
+ creator_member_abilities: typing.Optional[typing.Sequence[builtins.str]] = None,
9491
9980
  creator_ml_member_abilities: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnCollaboration.MLMemberAbilitiesProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
9492
9981
  creator_payment_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnCollaboration.PaymentConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
9493
9982
  data_encryption_metadata: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnCollaboration.DataEncryptionMetadataProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
9494
9983
  job_log_status: typing.Optional[builtins.str] = None,
9984
+ members: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnCollaboration.MemberSpecificationProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
9495
9985
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
9496
9986
  ) -> None:
9497
9987
  """Type checking stubs"""
@@ -9639,6 +10129,7 @@ def _typecheckingstub__58a53beb1a0a90ec538b0213243c8721465a73c73f8bf745778a09f20
9639
10129
  table_name: builtins.str,
9640
10130
  work_group: builtins.str,
9641
10131
  output_location: typing.Optional[builtins.str] = None,
10132
+ region: typing.Optional[builtins.str] = None,
9642
10133
  ) -> None:
9643
10134
  """Type checking stubs"""
9644
10135
  pass
@@ -9677,6 +10168,7 @@ def _typecheckingstub__ad49810a315ae1c04064504cefbb3e0bc6fec52a1add50545955db56f
9677
10168
  *,
9678
10169
  database_name: builtins.str,
9679
10170
  table_name: builtins.str,
10171
+ region: typing.Optional[builtins.str] = None,
9680
10172
  ) -> None:
9681
10173
  """Type checking stubs"""
9682
10174
  pass
@@ -10285,10 +10777,21 @@ def _typecheckingstub__b6baec6343b79fd0bf9b81122904ed3d87c0dfb35be66cc64d471a7a0
10285
10777
  """Type checking stubs"""
10286
10778
  pass
10287
10779
 
10780
+ def _typecheckingstub__6b9877d356e92270a48ce1827fffe6e9115894003d8140e1393e88dce67a80bd(
10781
+ *,
10782
+ budget: jsii.Number,
10783
+ type: builtins.str,
10784
+ auto_refresh: typing.Optional[builtins.str] = None,
10785
+ ) -> None:
10786
+ """Type checking stubs"""
10787
+ pass
10788
+
10288
10789
  def _typecheckingstub__1938eceb4a5ecd53da864bdcbc38554516e8fa365c0dec957d0fe1a8bcdbe3d3(
10289
10790
  *,
10290
- epsilon: jsii.Number,
10291
- users_noise_per_query: jsii.Number,
10791
+ budget_parameters: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnPrivacyBudgetTemplate.BudgetParameterProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
10792
+ epsilon: typing.Optional[jsii.Number] = None,
10793
+ resource_arn: typing.Optional[builtins.str] = None,
10794
+ users_noise_per_query: typing.Optional[jsii.Number] = None,
10292
10795
  ) -> None:
10293
10796
  """Type checking stubs"""
10294
10797
  pass