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
@@ -0,0 +1,1566 @@
1
+ from pkgutil import extend_path
2
+ __path__ = extend_path(__path__, __name__)
3
+
4
+ import abc
5
+ import builtins
6
+ import datetime
7
+ import enum
8
+ import typing
9
+
10
+ import jsii
11
+ import publication
12
+ import typing_extensions
13
+
14
+ import typeguard
15
+ from importlib.metadata import version as _metadata_package_version
16
+ TYPEGUARD_MAJOR_VERSION = int(_metadata_package_version('typeguard').split('.')[0])
17
+
18
+ def check_type(argname: str, value: object, expected_type: typing.Any) -> typing.Any:
19
+ if TYPEGUARD_MAJOR_VERSION <= 2:
20
+ return typeguard.check_type(argname=argname, value=value, expected_type=expected_type) # type:ignore
21
+ else:
22
+ if isinstance(value, jsii._reference_map.InterfaceDynamicProxy): # pyright: ignore [reportAttributeAccessIssue]
23
+ pass
24
+ else:
25
+ if TYPEGUARD_MAJOR_VERSION == 3:
26
+ typeguard.config.collection_check_strategy = typeguard.CollectionCheckStrategy.ALL_ITEMS # type:ignore
27
+ typeguard.check_type(value=value, expected_type=expected_type) # type:ignore
28
+ else:
29
+ typeguard.check_type(value=value, expected_type=expected_type, collection_check_strategy=typeguard.CollectionCheckStrategy.ALL_ITEMS) # type:ignore
30
+
31
+ from ..._jsii import *
32
+
33
+ import constructs as _constructs_77d1e7e8
34
+ from .. import IEnvironmentAware as _IEnvironmentAware_f39049ee
35
+
36
+
37
+ @jsii.data_type(
38
+ jsii_type="aws-cdk-lib.interfaces.aws_quicksight.AnalysisReference",
39
+ jsii_struct_bases=[],
40
+ name_mapping={
41
+ "analysis_arn": "analysisArn",
42
+ "analysis_id": "analysisId",
43
+ "aws_account_id": "awsAccountId",
44
+ },
45
+ )
46
+ class AnalysisReference:
47
+ def __init__(
48
+ self,
49
+ *,
50
+ analysis_arn: builtins.str,
51
+ analysis_id: builtins.str,
52
+ aws_account_id: builtins.str,
53
+ ) -> None:
54
+ '''A reference to a Analysis resource.
55
+
56
+ :param analysis_arn: The ARN of the Analysis resource.
57
+ :param analysis_id: The AnalysisId of the Analysis resource.
58
+ :param aws_account_id: The AwsAccountId of the Analysis resource.
59
+
60
+ :exampleMetadata: fixture=_generated
61
+
62
+ Example::
63
+
64
+ # The code below shows an example of how to instantiate this type.
65
+ # The values are placeholders you should change.
66
+ from aws_cdk.interfaces import aws_quicksight as interfaces_aws_quicksight
67
+
68
+ analysis_reference = interfaces_aws_quicksight.AnalysisReference(
69
+ analysis_arn="analysisArn",
70
+ analysis_id="analysisId",
71
+ aws_account_id="awsAccountId"
72
+ )
73
+ '''
74
+ if __debug__:
75
+ type_hints = typing.get_type_hints(_typecheckingstub__79dd570d6da6d3fe7b5ab82dcad552abbb17b11f076a26256bed0f162c545988)
76
+ check_type(argname="argument analysis_arn", value=analysis_arn, expected_type=type_hints["analysis_arn"])
77
+ check_type(argname="argument analysis_id", value=analysis_id, expected_type=type_hints["analysis_id"])
78
+ check_type(argname="argument aws_account_id", value=aws_account_id, expected_type=type_hints["aws_account_id"])
79
+ self._values: typing.Dict[builtins.str, typing.Any] = {
80
+ "analysis_arn": analysis_arn,
81
+ "analysis_id": analysis_id,
82
+ "aws_account_id": aws_account_id,
83
+ }
84
+
85
+ @builtins.property
86
+ def analysis_arn(self) -> builtins.str:
87
+ '''The ARN of the Analysis resource.'''
88
+ result = self._values.get("analysis_arn")
89
+ assert result is not None, "Required property 'analysis_arn' is missing"
90
+ return typing.cast(builtins.str, result)
91
+
92
+ @builtins.property
93
+ def analysis_id(self) -> builtins.str:
94
+ '''The AnalysisId of the Analysis resource.'''
95
+ result = self._values.get("analysis_id")
96
+ assert result is not None, "Required property 'analysis_id' is missing"
97
+ return typing.cast(builtins.str, result)
98
+
99
+ @builtins.property
100
+ def aws_account_id(self) -> builtins.str:
101
+ '''The AwsAccountId of the Analysis resource.'''
102
+ result = self._values.get("aws_account_id")
103
+ assert result is not None, "Required property 'aws_account_id' is missing"
104
+ return typing.cast(builtins.str, result)
105
+
106
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
107
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
108
+
109
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
110
+ return not (rhs == self)
111
+
112
+ def __repr__(self) -> str:
113
+ return "AnalysisReference(%s)" % ", ".join(
114
+ k + "=" + repr(v) for k, v in self._values.items()
115
+ )
116
+
117
+
118
+ @jsii.data_type(
119
+ jsii_type="aws-cdk-lib.interfaces.aws_quicksight.CustomPermissionsReference",
120
+ jsii_struct_bases=[],
121
+ name_mapping={
122
+ "aws_account_id": "awsAccountId",
123
+ "custom_permissions_arn": "customPermissionsArn",
124
+ "custom_permissions_name": "customPermissionsName",
125
+ },
126
+ )
127
+ class CustomPermissionsReference:
128
+ def __init__(
129
+ self,
130
+ *,
131
+ aws_account_id: builtins.str,
132
+ custom_permissions_arn: builtins.str,
133
+ custom_permissions_name: builtins.str,
134
+ ) -> None:
135
+ '''A reference to a CustomPermissions resource.
136
+
137
+ :param aws_account_id: The AwsAccountId of the CustomPermissions resource.
138
+ :param custom_permissions_arn: The ARN of the CustomPermissions resource.
139
+ :param custom_permissions_name: The CustomPermissionsName of the CustomPermissions resource.
140
+
141
+ :exampleMetadata: fixture=_generated
142
+
143
+ Example::
144
+
145
+ # The code below shows an example of how to instantiate this type.
146
+ # The values are placeholders you should change.
147
+ from aws_cdk.interfaces import aws_quicksight as interfaces_aws_quicksight
148
+
149
+ custom_permissions_reference = interfaces_aws_quicksight.CustomPermissionsReference(
150
+ aws_account_id="awsAccountId",
151
+ custom_permissions_arn="customPermissionsArn",
152
+ custom_permissions_name="customPermissionsName"
153
+ )
154
+ '''
155
+ if __debug__:
156
+ type_hints = typing.get_type_hints(_typecheckingstub__bcbb01a6ae4003c466f2c9facde86b4a9228b2947e8db14b07e90c8828b892fc)
157
+ check_type(argname="argument aws_account_id", value=aws_account_id, expected_type=type_hints["aws_account_id"])
158
+ check_type(argname="argument custom_permissions_arn", value=custom_permissions_arn, expected_type=type_hints["custom_permissions_arn"])
159
+ check_type(argname="argument custom_permissions_name", value=custom_permissions_name, expected_type=type_hints["custom_permissions_name"])
160
+ self._values: typing.Dict[builtins.str, typing.Any] = {
161
+ "aws_account_id": aws_account_id,
162
+ "custom_permissions_arn": custom_permissions_arn,
163
+ "custom_permissions_name": custom_permissions_name,
164
+ }
165
+
166
+ @builtins.property
167
+ def aws_account_id(self) -> builtins.str:
168
+ '''The AwsAccountId of the CustomPermissions resource.'''
169
+ result = self._values.get("aws_account_id")
170
+ assert result is not None, "Required property 'aws_account_id' is missing"
171
+ return typing.cast(builtins.str, result)
172
+
173
+ @builtins.property
174
+ def custom_permissions_arn(self) -> builtins.str:
175
+ '''The ARN of the CustomPermissions resource.'''
176
+ result = self._values.get("custom_permissions_arn")
177
+ assert result is not None, "Required property 'custom_permissions_arn' is missing"
178
+ return typing.cast(builtins.str, result)
179
+
180
+ @builtins.property
181
+ def custom_permissions_name(self) -> builtins.str:
182
+ '''The CustomPermissionsName of the CustomPermissions resource.'''
183
+ result = self._values.get("custom_permissions_name")
184
+ assert result is not None, "Required property 'custom_permissions_name' is missing"
185
+ return typing.cast(builtins.str, result)
186
+
187
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
188
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
189
+
190
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
191
+ return not (rhs == self)
192
+
193
+ def __repr__(self) -> str:
194
+ return "CustomPermissionsReference(%s)" % ", ".join(
195
+ k + "=" + repr(v) for k, v in self._values.items()
196
+ )
197
+
198
+
199
+ @jsii.data_type(
200
+ jsii_type="aws-cdk-lib.interfaces.aws_quicksight.DashboardReference",
201
+ jsii_struct_bases=[],
202
+ name_mapping={
203
+ "aws_account_id": "awsAccountId",
204
+ "dashboard_arn": "dashboardArn",
205
+ "dashboard_id": "dashboardId",
206
+ },
207
+ )
208
+ class DashboardReference:
209
+ def __init__(
210
+ self,
211
+ *,
212
+ aws_account_id: builtins.str,
213
+ dashboard_arn: builtins.str,
214
+ dashboard_id: builtins.str,
215
+ ) -> None:
216
+ '''A reference to a Dashboard resource.
217
+
218
+ :param aws_account_id: The AwsAccountId of the Dashboard resource.
219
+ :param dashboard_arn: The ARN of the Dashboard resource.
220
+ :param dashboard_id: The DashboardId of the Dashboard resource.
221
+
222
+ :exampleMetadata: fixture=_generated
223
+
224
+ Example::
225
+
226
+ # The code below shows an example of how to instantiate this type.
227
+ # The values are placeholders you should change.
228
+ from aws_cdk.interfaces import aws_quicksight as interfaces_aws_quicksight
229
+
230
+ dashboard_reference = interfaces_aws_quicksight.DashboardReference(
231
+ aws_account_id="awsAccountId",
232
+ dashboard_arn="dashboardArn",
233
+ dashboard_id="dashboardId"
234
+ )
235
+ '''
236
+ if __debug__:
237
+ type_hints = typing.get_type_hints(_typecheckingstub__6e1998cd35473accee4a1dd066f5d4e4af29b9cdfdf78293c732f43e8ae1071f)
238
+ check_type(argname="argument aws_account_id", value=aws_account_id, expected_type=type_hints["aws_account_id"])
239
+ check_type(argname="argument dashboard_arn", value=dashboard_arn, expected_type=type_hints["dashboard_arn"])
240
+ check_type(argname="argument dashboard_id", value=dashboard_id, expected_type=type_hints["dashboard_id"])
241
+ self._values: typing.Dict[builtins.str, typing.Any] = {
242
+ "aws_account_id": aws_account_id,
243
+ "dashboard_arn": dashboard_arn,
244
+ "dashboard_id": dashboard_id,
245
+ }
246
+
247
+ @builtins.property
248
+ def aws_account_id(self) -> builtins.str:
249
+ '''The AwsAccountId of the Dashboard resource.'''
250
+ result = self._values.get("aws_account_id")
251
+ assert result is not None, "Required property 'aws_account_id' is missing"
252
+ return typing.cast(builtins.str, result)
253
+
254
+ @builtins.property
255
+ def dashboard_arn(self) -> builtins.str:
256
+ '''The ARN of the Dashboard resource.'''
257
+ result = self._values.get("dashboard_arn")
258
+ assert result is not None, "Required property 'dashboard_arn' is missing"
259
+ return typing.cast(builtins.str, result)
260
+
261
+ @builtins.property
262
+ def dashboard_id(self) -> builtins.str:
263
+ '''The DashboardId of the Dashboard resource.'''
264
+ result = self._values.get("dashboard_id")
265
+ assert result is not None, "Required property 'dashboard_id' is missing"
266
+ return typing.cast(builtins.str, result)
267
+
268
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
269
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
270
+
271
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
272
+ return not (rhs == self)
273
+
274
+ def __repr__(self) -> str:
275
+ return "DashboardReference(%s)" % ", ".join(
276
+ k + "=" + repr(v) for k, v in self._values.items()
277
+ )
278
+
279
+
280
+ @jsii.data_type(
281
+ jsii_type="aws-cdk-lib.interfaces.aws_quicksight.DataSetReference",
282
+ jsii_struct_bases=[],
283
+ name_mapping={
284
+ "aws_account_id": "awsAccountId",
285
+ "data_set_arn": "dataSetArn",
286
+ "data_set_id": "dataSetId",
287
+ },
288
+ )
289
+ class DataSetReference:
290
+ def __init__(
291
+ self,
292
+ *,
293
+ aws_account_id: builtins.str,
294
+ data_set_arn: builtins.str,
295
+ data_set_id: builtins.str,
296
+ ) -> None:
297
+ '''A reference to a DataSet resource.
298
+
299
+ :param aws_account_id: The AwsAccountId of the DataSet resource.
300
+ :param data_set_arn: The ARN of the DataSet resource.
301
+ :param data_set_id: The DataSetId of the DataSet resource.
302
+
303
+ :exampleMetadata: fixture=_generated
304
+
305
+ Example::
306
+
307
+ # The code below shows an example of how to instantiate this type.
308
+ # The values are placeholders you should change.
309
+ from aws_cdk.interfaces import aws_quicksight as interfaces_aws_quicksight
310
+
311
+ data_set_reference = interfaces_aws_quicksight.DataSetReference(
312
+ aws_account_id="awsAccountId",
313
+ data_set_arn="dataSetArn",
314
+ data_set_id="dataSetId"
315
+ )
316
+ '''
317
+ if __debug__:
318
+ type_hints = typing.get_type_hints(_typecheckingstub__39696e8afe9ffe21ed7b01deb7349ba2563b8d2cdae5e74d20ee2a0e637d3f7f)
319
+ check_type(argname="argument aws_account_id", value=aws_account_id, expected_type=type_hints["aws_account_id"])
320
+ check_type(argname="argument data_set_arn", value=data_set_arn, expected_type=type_hints["data_set_arn"])
321
+ check_type(argname="argument data_set_id", value=data_set_id, expected_type=type_hints["data_set_id"])
322
+ self._values: typing.Dict[builtins.str, typing.Any] = {
323
+ "aws_account_id": aws_account_id,
324
+ "data_set_arn": data_set_arn,
325
+ "data_set_id": data_set_id,
326
+ }
327
+
328
+ @builtins.property
329
+ def aws_account_id(self) -> builtins.str:
330
+ '''The AwsAccountId of the DataSet resource.'''
331
+ result = self._values.get("aws_account_id")
332
+ assert result is not None, "Required property 'aws_account_id' is missing"
333
+ return typing.cast(builtins.str, result)
334
+
335
+ @builtins.property
336
+ def data_set_arn(self) -> builtins.str:
337
+ '''The ARN of the DataSet resource.'''
338
+ result = self._values.get("data_set_arn")
339
+ assert result is not None, "Required property 'data_set_arn' is missing"
340
+ return typing.cast(builtins.str, result)
341
+
342
+ @builtins.property
343
+ def data_set_id(self) -> builtins.str:
344
+ '''The DataSetId of the DataSet resource.'''
345
+ result = self._values.get("data_set_id")
346
+ assert result is not None, "Required property 'data_set_id' is missing"
347
+ return typing.cast(builtins.str, result)
348
+
349
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
350
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
351
+
352
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
353
+ return not (rhs == self)
354
+
355
+ def __repr__(self) -> str:
356
+ return "DataSetReference(%s)" % ", ".join(
357
+ k + "=" + repr(v) for k, v in self._values.items()
358
+ )
359
+
360
+
361
+ @jsii.data_type(
362
+ jsii_type="aws-cdk-lib.interfaces.aws_quicksight.DataSourceReference",
363
+ jsii_struct_bases=[],
364
+ name_mapping={
365
+ "aws_account_id": "awsAccountId",
366
+ "data_source_arn": "dataSourceArn",
367
+ "data_source_id": "dataSourceId",
368
+ },
369
+ )
370
+ class DataSourceReference:
371
+ def __init__(
372
+ self,
373
+ *,
374
+ aws_account_id: builtins.str,
375
+ data_source_arn: builtins.str,
376
+ data_source_id: builtins.str,
377
+ ) -> None:
378
+ '''A reference to a DataSource resource.
379
+
380
+ :param aws_account_id: The AwsAccountId of the DataSource resource.
381
+ :param data_source_arn: The ARN of the DataSource resource.
382
+ :param data_source_id: The DataSourceId of the DataSource resource.
383
+
384
+ :exampleMetadata: fixture=_generated
385
+
386
+ Example::
387
+
388
+ # The code below shows an example of how to instantiate this type.
389
+ # The values are placeholders you should change.
390
+ from aws_cdk.interfaces import aws_quicksight as interfaces_aws_quicksight
391
+
392
+ data_source_reference = interfaces_aws_quicksight.DataSourceReference(
393
+ aws_account_id="awsAccountId",
394
+ data_source_arn="dataSourceArn",
395
+ data_source_id="dataSourceId"
396
+ )
397
+ '''
398
+ if __debug__:
399
+ type_hints = typing.get_type_hints(_typecheckingstub__70b8fb657688960b4dae12c4a8f205b2a58737c1dd982d8e201b45cf5cb10c90)
400
+ check_type(argname="argument aws_account_id", value=aws_account_id, expected_type=type_hints["aws_account_id"])
401
+ check_type(argname="argument data_source_arn", value=data_source_arn, expected_type=type_hints["data_source_arn"])
402
+ check_type(argname="argument data_source_id", value=data_source_id, expected_type=type_hints["data_source_id"])
403
+ self._values: typing.Dict[builtins.str, typing.Any] = {
404
+ "aws_account_id": aws_account_id,
405
+ "data_source_arn": data_source_arn,
406
+ "data_source_id": data_source_id,
407
+ }
408
+
409
+ @builtins.property
410
+ def aws_account_id(self) -> builtins.str:
411
+ '''The AwsAccountId of the DataSource resource.'''
412
+ result = self._values.get("aws_account_id")
413
+ assert result is not None, "Required property 'aws_account_id' is missing"
414
+ return typing.cast(builtins.str, result)
415
+
416
+ @builtins.property
417
+ def data_source_arn(self) -> builtins.str:
418
+ '''The ARN of the DataSource resource.'''
419
+ result = self._values.get("data_source_arn")
420
+ assert result is not None, "Required property 'data_source_arn' is missing"
421
+ return typing.cast(builtins.str, result)
422
+
423
+ @builtins.property
424
+ def data_source_id(self) -> builtins.str:
425
+ '''The DataSourceId of the DataSource resource.'''
426
+ result = self._values.get("data_source_id")
427
+ assert result is not None, "Required property 'data_source_id' is missing"
428
+ return typing.cast(builtins.str, result)
429
+
430
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
431
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
432
+
433
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
434
+ return not (rhs == self)
435
+
436
+ def __repr__(self) -> str:
437
+ return "DataSourceReference(%s)" % ", ".join(
438
+ k + "=" + repr(v) for k, v in self._values.items()
439
+ )
440
+
441
+
442
+ @jsii.data_type(
443
+ jsii_type="aws-cdk-lib.interfaces.aws_quicksight.FolderReference",
444
+ jsii_struct_bases=[],
445
+ name_mapping={
446
+ "aws_account_id": "awsAccountId",
447
+ "folder_arn": "folderArn",
448
+ "folder_id": "folderId",
449
+ },
450
+ )
451
+ class FolderReference:
452
+ def __init__(
453
+ self,
454
+ *,
455
+ aws_account_id: builtins.str,
456
+ folder_arn: builtins.str,
457
+ folder_id: builtins.str,
458
+ ) -> None:
459
+ '''A reference to a Folder resource.
460
+
461
+ :param aws_account_id: The AwsAccountId of the Folder resource.
462
+ :param folder_arn: The ARN of the Folder resource.
463
+ :param folder_id: The FolderId of the Folder resource.
464
+
465
+ :exampleMetadata: fixture=_generated
466
+
467
+ Example::
468
+
469
+ # The code below shows an example of how to instantiate this type.
470
+ # The values are placeholders you should change.
471
+ from aws_cdk.interfaces import aws_quicksight as interfaces_aws_quicksight
472
+
473
+ folder_reference = interfaces_aws_quicksight.FolderReference(
474
+ aws_account_id="awsAccountId",
475
+ folder_arn="folderArn",
476
+ folder_id="folderId"
477
+ )
478
+ '''
479
+ if __debug__:
480
+ type_hints = typing.get_type_hints(_typecheckingstub__68d11833d18be618b7ec87af3be2a77728a162bc466dd4aaa5584c1b4c7d4012)
481
+ check_type(argname="argument aws_account_id", value=aws_account_id, expected_type=type_hints["aws_account_id"])
482
+ check_type(argname="argument folder_arn", value=folder_arn, expected_type=type_hints["folder_arn"])
483
+ check_type(argname="argument folder_id", value=folder_id, expected_type=type_hints["folder_id"])
484
+ self._values: typing.Dict[builtins.str, typing.Any] = {
485
+ "aws_account_id": aws_account_id,
486
+ "folder_arn": folder_arn,
487
+ "folder_id": folder_id,
488
+ }
489
+
490
+ @builtins.property
491
+ def aws_account_id(self) -> builtins.str:
492
+ '''The AwsAccountId of the Folder resource.'''
493
+ result = self._values.get("aws_account_id")
494
+ assert result is not None, "Required property 'aws_account_id' is missing"
495
+ return typing.cast(builtins.str, result)
496
+
497
+ @builtins.property
498
+ def folder_arn(self) -> builtins.str:
499
+ '''The ARN of the Folder resource.'''
500
+ result = self._values.get("folder_arn")
501
+ assert result is not None, "Required property 'folder_arn' is missing"
502
+ return typing.cast(builtins.str, result)
503
+
504
+ @builtins.property
505
+ def folder_id(self) -> builtins.str:
506
+ '''The FolderId of the Folder resource.'''
507
+ result = self._values.get("folder_id")
508
+ assert result is not None, "Required property 'folder_id' is missing"
509
+ return typing.cast(builtins.str, result)
510
+
511
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
512
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
513
+
514
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
515
+ return not (rhs == self)
516
+
517
+ def __repr__(self) -> str:
518
+ return "FolderReference(%s)" % ", ".join(
519
+ k + "=" + repr(v) for k, v in self._values.items()
520
+ )
521
+
522
+
523
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_quicksight.IAnalysisRef")
524
+ class IAnalysisRef(
525
+ _constructs_77d1e7e8.IConstruct,
526
+ _IEnvironmentAware_f39049ee,
527
+ typing_extensions.Protocol,
528
+ ):
529
+ '''(experimental) Indicates that this resource can be referenced as a Analysis.
530
+
531
+ :stability: experimental
532
+ '''
533
+
534
+ @builtins.property
535
+ @jsii.member(jsii_name="analysisRef")
536
+ def analysis_ref(self) -> AnalysisReference:
537
+ '''(experimental) A reference to a Analysis resource.
538
+
539
+ :stability: experimental
540
+ '''
541
+ ...
542
+
543
+
544
+ class _IAnalysisRefProxy(
545
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
546
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
547
+ ):
548
+ '''(experimental) Indicates that this resource can be referenced as a Analysis.
549
+
550
+ :stability: experimental
551
+ '''
552
+
553
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_quicksight.IAnalysisRef"
554
+
555
+ @builtins.property
556
+ @jsii.member(jsii_name="analysisRef")
557
+ def analysis_ref(self) -> AnalysisReference:
558
+ '''(experimental) A reference to a Analysis resource.
559
+
560
+ :stability: experimental
561
+ '''
562
+ return typing.cast(AnalysisReference, jsii.get(self, "analysisRef"))
563
+
564
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
565
+ typing.cast(typing.Any, IAnalysisRef).__jsii_proxy_class__ = lambda : _IAnalysisRefProxy
566
+
567
+
568
+ @jsii.interface(
569
+ jsii_type="aws-cdk-lib.interfaces.aws_quicksight.ICustomPermissionsRef"
570
+ )
571
+ class ICustomPermissionsRef(
572
+ _constructs_77d1e7e8.IConstruct,
573
+ _IEnvironmentAware_f39049ee,
574
+ typing_extensions.Protocol,
575
+ ):
576
+ '''(experimental) Indicates that this resource can be referenced as a CustomPermissions.
577
+
578
+ :stability: experimental
579
+ '''
580
+
581
+ @builtins.property
582
+ @jsii.member(jsii_name="customPermissionsRef")
583
+ def custom_permissions_ref(self) -> CustomPermissionsReference:
584
+ '''(experimental) A reference to a CustomPermissions resource.
585
+
586
+ :stability: experimental
587
+ '''
588
+ ...
589
+
590
+
591
+ class _ICustomPermissionsRefProxy(
592
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
593
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
594
+ ):
595
+ '''(experimental) Indicates that this resource can be referenced as a CustomPermissions.
596
+
597
+ :stability: experimental
598
+ '''
599
+
600
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_quicksight.ICustomPermissionsRef"
601
+
602
+ @builtins.property
603
+ @jsii.member(jsii_name="customPermissionsRef")
604
+ def custom_permissions_ref(self) -> CustomPermissionsReference:
605
+ '''(experimental) A reference to a CustomPermissions resource.
606
+
607
+ :stability: experimental
608
+ '''
609
+ return typing.cast(CustomPermissionsReference, jsii.get(self, "customPermissionsRef"))
610
+
611
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
612
+ typing.cast(typing.Any, ICustomPermissionsRef).__jsii_proxy_class__ = lambda : _ICustomPermissionsRefProxy
613
+
614
+
615
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_quicksight.IDashboardRef")
616
+ class IDashboardRef(
617
+ _constructs_77d1e7e8.IConstruct,
618
+ _IEnvironmentAware_f39049ee,
619
+ typing_extensions.Protocol,
620
+ ):
621
+ '''(experimental) Indicates that this resource can be referenced as a Dashboard.
622
+
623
+ :stability: experimental
624
+ '''
625
+
626
+ @builtins.property
627
+ @jsii.member(jsii_name="dashboardRef")
628
+ def dashboard_ref(self) -> DashboardReference:
629
+ '''(experimental) A reference to a Dashboard resource.
630
+
631
+ :stability: experimental
632
+ '''
633
+ ...
634
+
635
+
636
+ class _IDashboardRefProxy(
637
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
638
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
639
+ ):
640
+ '''(experimental) Indicates that this resource can be referenced as a Dashboard.
641
+
642
+ :stability: experimental
643
+ '''
644
+
645
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_quicksight.IDashboardRef"
646
+
647
+ @builtins.property
648
+ @jsii.member(jsii_name="dashboardRef")
649
+ def dashboard_ref(self) -> DashboardReference:
650
+ '''(experimental) A reference to a Dashboard resource.
651
+
652
+ :stability: experimental
653
+ '''
654
+ return typing.cast(DashboardReference, jsii.get(self, "dashboardRef"))
655
+
656
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
657
+ typing.cast(typing.Any, IDashboardRef).__jsii_proxy_class__ = lambda : _IDashboardRefProxy
658
+
659
+
660
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_quicksight.IDataSetRef")
661
+ class IDataSetRef(
662
+ _constructs_77d1e7e8.IConstruct,
663
+ _IEnvironmentAware_f39049ee,
664
+ typing_extensions.Protocol,
665
+ ):
666
+ '''(experimental) Indicates that this resource can be referenced as a DataSet.
667
+
668
+ :stability: experimental
669
+ '''
670
+
671
+ @builtins.property
672
+ @jsii.member(jsii_name="dataSetRef")
673
+ def data_set_ref(self) -> DataSetReference:
674
+ '''(experimental) A reference to a DataSet resource.
675
+
676
+ :stability: experimental
677
+ '''
678
+ ...
679
+
680
+
681
+ class _IDataSetRefProxy(
682
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
683
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
684
+ ):
685
+ '''(experimental) Indicates that this resource can be referenced as a DataSet.
686
+
687
+ :stability: experimental
688
+ '''
689
+
690
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_quicksight.IDataSetRef"
691
+
692
+ @builtins.property
693
+ @jsii.member(jsii_name="dataSetRef")
694
+ def data_set_ref(self) -> DataSetReference:
695
+ '''(experimental) A reference to a DataSet resource.
696
+
697
+ :stability: experimental
698
+ '''
699
+ return typing.cast(DataSetReference, jsii.get(self, "dataSetRef"))
700
+
701
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
702
+ typing.cast(typing.Any, IDataSetRef).__jsii_proxy_class__ = lambda : _IDataSetRefProxy
703
+
704
+
705
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_quicksight.IDataSourceRef")
706
+ class IDataSourceRef(
707
+ _constructs_77d1e7e8.IConstruct,
708
+ _IEnvironmentAware_f39049ee,
709
+ typing_extensions.Protocol,
710
+ ):
711
+ '''(experimental) Indicates that this resource can be referenced as a DataSource.
712
+
713
+ :stability: experimental
714
+ '''
715
+
716
+ @builtins.property
717
+ @jsii.member(jsii_name="dataSourceRef")
718
+ def data_source_ref(self) -> DataSourceReference:
719
+ '''(experimental) A reference to a DataSource resource.
720
+
721
+ :stability: experimental
722
+ '''
723
+ ...
724
+
725
+
726
+ class _IDataSourceRefProxy(
727
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
728
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
729
+ ):
730
+ '''(experimental) Indicates that this resource can be referenced as a DataSource.
731
+
732
+ :stability: experimental
733
+ '''
734
+
735
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_quicksight.IDataSourceRef"
736
+
737
+ @builtins.property
738
+ @jsii.member(jsii_name="dataSourceRef")
739
+ def data_source_ref(self) -> DataSourceReference:
740
+ '''(experimental) A reference to a DataSource resource.
741
+
742
+ :stability: experimental
743
+ '''
744
+ return typing.cast(DataSourceReference, jsii.get(self, "dataSourceRef"))
745
+
746
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
747
+ typing.cast(typing.Any, IDataSourceRef).__jsii_proxy_class__ = lambda : _IDataSourceRefProxy
748
+
749
+
750
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_quicksight.IFolderRef")
751
+ class IFolderRef(
752
+ _constructs_77d1e7e8.IConstruct,
753
+ _IEnvironmentAware_f39049ee,
754
+ typing_extensions.Protocol,
755
+ ):
756
+ '''(experimental) Indicates that this resource can be referenced as a Folder.
757
+
758
+ :stability: experimental
759
+ '''
760
+
761
+ @builtins.property
762
+ @jsii.member(jsii_name="folderRef")
763
+ def folder_ref(self) -> FolderReference:
764
+ '''(experimental) A reference to a Folder resource.
765
+
766
+ :stability: experimental
767
+ '''
768
+ ...
769
+
770
+
771
+ class _IFolderRefProxy(
772
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
773
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
774
+ ):
775
+ '''(experimental) Indicates that this resource can be referenced as a Folder.
776
+
777
+ :stability: experimental
778
+ '''
779
+
780
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_quicksight.IFolderRef"
781
+
782
+ @builtins.property
783
+ @jsii.member(jsii_name="folderRef")
784
+ def folder_ref(self) -> FolderReference:
785
+ '''(experimental) A reference to a Folder resource.
786
+
787
+ :stability: experimental
788
+ '''
789
+ return typing.cast(FolderReference, jsii.get(self, "folderRef"))
790
+
791
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
792
+ typing.cast(typing.Any, IFolderRef).__jsii_proxy_class__ = lambda : _IFolderRefProxy
793
+
794
+
795
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_quicksight.IRefreshScheduleRef")
796
+ class IRefreshScheduleRef(
797
+ _constructs_77d1e7e8.IConstruct,
798
+ _IEnvironmentAware_f39049ee,
799
+ typing_extensions.Protocol,
800
+ ):
801
+ '''(experimental) Indicates that this resource can be referenced as a RefreshSchedule.
802
+
803
+ :stability: experimental
804
+ '''
805
+
806
+ @builtins.property
807
+ @jsii.member(jsii_name="refreshScheduleRef")
808
+ def refresh_schedule_ref(self) -> "RefreshScheduleReference":
809
+ '''(experimental) A reference to a RefreshSchedule resource.
810
+
811
+ :stability: experimental
812
+ '''
813
+ ...
814
+
815
+
816
+ class _IRefreshScheduleRefProxy(
817
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
818
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
819
+ ):
820
+ '''(experimental) Indicates that this resource can be referenced as a RefreshSchedule.
821
+
822
+ :stability: experimental
823
+ '''
824
+
825
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_quicksight.IRefreshScheduleRef"
826
+
827
+ @builtins.property
828
+ @jsii.member(jsii_name="refreshScheduleRef")
829
+ def refresh_schedule_ref(self) -> "RefreshScheduleReference":
830
+ '''(experimental) A reference to a RefreshSchedule resource.
831
+
832
+ :stability: experimental
833
+ '''
834
+ return typing.cast("RefreshScheduleReference", jsii.get(self, "refreshScheduleRef"))
835
+
836
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
837
+ typing.cast(typing.Any, IRefreshScheduleRef).__jsii_proxy_class__ = lambda : _IRefreshScheduleRefProxy
838
+
839
+
840
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_quicksight.ITemplateRef")
841
+ class ITemplateRef(
842
+ _constructs_77d1e7e8.IConstruct,
843
+ _IEnvironmentAware_f39049ee,
844
+ typing_extensions.Protocol,
845
+ ):
846
+ '''(experimental) Indicates that this resource can be referenced as a Template.
847
+
848
+ :stability: experimental
849
+ '''
850
+
851
+ @builtins.property
852
+ @jsii.member(jsii_name="templateRef")
853
+ def template_ref(self) -> "TemplateReference":
854
+ '''(experimental) A reference to a Template resource.
855
+
856
+ :stability: experimental
857
+ '''
858
+ ...
859
+
860
+
861
+ class _ITemplateRefProxy(
862
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
863
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
864
+ ):
865
+ '''(experimental) Indicates that this resource can be referenced as a Template.
866
+
867
+ :stability: experimental
868
+ '''
869
+
870
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_quicksight.ITemplateRef"
871
+
872
+ @builtins.property
873
+ @jsii.member(jsii_name="templateRef")
874
+ def template_ref(self) -> "TemplateReference":
875
+ '''(experimental) A reference to a Template resource.
876
+
877
+ :stability: experimental
878
+ '''
879
+ return typing.cast("TemplateReference", jsii.get(self, "templateRef"))
880
+
881
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
882
+ typing.cast(typing.Any, ITemplateRef).__jsii_proxy_class__ = lambda : _ITemplateRefProxy
883
+
884
+
885
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_quicksight.IThemeRef")
886
+ class IThemeRef(
887
+ _constructs_77d1e7e8.IConstruct,
888
+ _IEnvironmentAware_f39049ee,
889
+ typing_extensions.Protocol,
890
+ ):
891
+ '''(experimental) Indicates that this resource can be referenced as a Theme.
892
+
893
+ :stability: experimental
894
+ '''
895
+
896
+ @builtins.property
897
+ @jsii.member(jsii_name="themeRef")
898
+ def theme_ref(self) -> "ThemeReference":
899
+ '''(experimental) A reference to a Theme resource.
900
+
901
+ :stability: experimental
902
+ '''
903
+ ...
904
+
905
+
906
+ class _IThemeRefProxy(
907
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
908
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
909
+ ):
910
+ '''(experimental) Indicates that this resource can be referenced as a Theme.
911
+
912
+ :stability: experimental
913
+ '''
914
+
915
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_quicksight.IThemeRef"
916
+
917
+ @builtins.property
918
+ @jsii.member(jsii_name="themeRef")
919
+ def theme_ref(self) -> "ThemeReference":
920
+ '''(experimental) A reference to a Theme resource.
921
+
922
+ :stability: experimental
923
+ '''
924
+ return typing.cast("ThemeReference", jsii.get(self, "themeRef"))
925
+
926
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
927
+ typing.cast(typing.Any, IThemeRef).__jsii_proxy_class__ = lambda : _IThemeRefProxy
928
+
929
+
930
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_quicksight.ITopicRef")
931
+ class ITopicRef(
932
+ _constructs_77d1e7e8.IConstruct,
933
+ _IEnvironmentAware_f39049ee,
934
+ typing_extensions.Protocol,
935
+ ):
936
+ '''(experimental) Indicates that this resource can be referenced as a Topic.
937
+
938
+ :stability: experimental
939
+ '''
940
+
941
+ @builtins.property
942
+ @jsii.member(jsii_name="topicRef")
943
+ def topic_ref(self) -> "TopicReference":
944
+ '''(experimental) A reference to a Topic resource.
945
+
946
+ :stability: experimental
947
+ '''
948
+ ...
949
+
950
+
951
+ class _ITopicRefProxy(
952
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
953
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
954
+ ):
955
+ '''(experimental) Indicates that this resource can be referenced as a Topic.
956
+
957
+ :stability: experimental
958
+ '''
959
+
960
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_quicksight.ITopicRef"
961
+
962
+ @builtins.property
963
+ @jsii.member(jsii_name="topicRef")
964
+ def topic_ref(self) -> "TopicReference":
965
+ '''(experimental) A reference to a Topic resource.
966
+
967
+ :stability: experimental
968
+ '''
969
+ return typing.cast("TopicReference", jsii.get(self, "topicRef"))
970
+
971
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
972
+ typing.cast(typing.Any, ITopicRef).__jsii_proxy_class__ = lambda : _ITopicRefProxy
973
+
974
+
975
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_quicksight.IVPCConnectionRef")
976
+ class IVPCConnectionRef(
977
+ _constructs_77d1e7e8.IConstruct,
978
+ _IEnvironmentAware_f39049ee,
979
+ typing_extensions.Protocol,
980
+ ):
981
+ '''(experimental) Indicates that this resource can be referenced as a VPCConnection.
982
+
983
+ :stability: experimental
984
+ '''
985
+
986
+ @builtins.property
987
+ @jsii.member(jsii_name="vpcConnectionRef")
988
+ def vpc_connection_ref(self) -> "VPCConnectionReference":
989
+ '''(experimental) A reference to a VPCConnection resource.
990
+
991
+ :stability: experimental
992
+ '''
993
+ ...
994
+
995
+
996
+ class _IVPCConnectionRefProxy(
997
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
998
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
999
+ ):
1000
+ '''(experimental) Indicates that this resource can be referenced as a VPCConnection.
1001
+
1002
+ :stability: experimental
1003
+ '''
1004
+
1005
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_quicksight.IVPCConnectionRef"
1006
+
1007
+ @builtins.property
1008
+ @jsii.member(jsii_name="vpcConnectionRef")
1009
+ def vpc_connection_ref(self) -> "VPCConnectionReference":
1010
+ '''(experimental) A reference to a VPCConnection resource.
1011
+
1012
+ :stability: experimental
1013
+ '''
1014
+ return typing.cast("VPCConnectionReference", jsii.get(self, "vpcConnectionRef"))
1015
+
1016
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
1017
+ typing.cast(typing.Any, IVPCConnectionRef).__jsii_proxy_class__ = lambda : _IVPCConnectionRefProxy
1018
+
1019
+
1020
+ @jsii.data_type(
1021
+ jsii_type="aws-cdk-lib.interfaces.aws_quicksight.RefreshScheduleReference",
1022
+ jsii_struct_bases=[],
1023
+ name_mapping={
1024
+ "aws_account_id": "awsAccountId",
1025
+ "data_set_id": "dataSetId",
1026
+ "refresh_schedule_arn": "refreshScheduleArn",
1027
+ "schedule_id": "scheduleId",
1028
+ },
1029
+ )
1030
+ class RefreshScheduleReference:
1031
+ def __init__(
1032
+ self,
1033
+ *,
1034
+ aws_account_id: builtins.str,
1035
+ data_set_id: builtins.str,
1036
+ refresh_schedule_arn: builtins.str,
1037
+ schedule_id: builtins.str,
1038
+ ) -> None:
1039
+ '''A reference to a RefreshSchedule resource.
1040
+
1041
+ :param aws_account_id: The AwsAccountId of the RefreshSchedule resource.
1042
+ :param data_set_id: The DataSetId of the RefreshSchedule resource.
1043
+ :param refresh_schedule_arn: The ARN of the RefreshSchedule resource.
1044
+ :param schedule_id: The Schedule/ScheduleId of the RefreshSchedule resource.
1045
+
1046
+ :exampleMetadata: fixture=_generated
1047
+
1048
+ Example::
1049
+
1050
+ # The code below shows an example of how to instantiate this type.
1051
+ # The values are placeholders you should change.
1052
+ from aws_cdk.interfaces import aws_quicksight as interfaces_aws_quicksight
1053
+
1054
+ refresh_schedule_reference = interfaces_aws_quicksight.RefreshScheduleReference(
1055
+ aws_account_id="awsAccountId",
1056
+ data_set_id="dataSetId",
1057
+ refresh_schedule_arn="refreshScheduleArn",
1058
+ schedule_id="scheduleId"
1059
+ )
1060
+ '''
1061
+ if __debug__:
1062
+ type_hints = typing.get_type_hints(_typecheckingstub__8723d097fe811477bf46d6e8328f08cbc18d550832e45dfd85d0a290a2e9c9ea)
1063
+ check_type(argname="argument aws_account_id", value=aws_account_id, expected_type=type_hints["aws_account_id"])
1064
+ check_type(argname="argument data_set_id", value=data_set_id, expected_type=type_hints["data_set_id"])
1065
+ check_type(argname="argument refresh_schedule_arn", value=refresh_schedule_arn, expected_type=type_hints["refresh_schedule_arn"])
1066
+ check_type(argname="argument schedule_id", value=schedule_id, expected_type=type_hints["schedule_id"])
1067
+ self._values: typing.Dict[builtins.str, typing.Any] = {
1068
+ "aws_account_id": aws_account_id,
1069
+ "data_set_id": data_set_id,
1070
+ "refresh_schedule_arn": refresh_schedule_arn,
1071
+ "schedule_id": schedule_id,
1072
+ }
1073
+
1074
+ @builtins.property
1075
+ def aws_account_id(self) -> builtins.str:
1076
+ '''The AwsAccountId of the RefreshSchedule resource.'''
1077
+ result = self._values.get("aws_account_id")
1078
+ assert result is not None, "Required property 'aws_account_id' is missing"
1079
+ return typing.cast(builtins.str, result)
1080
+
1081
+ @builtins.property
1082
+ def data_set_id(self) -> builtins.str:
1083
+ '''The DataSetId of the RefreshSchedule resource.'''
1084
+ result = self._values.get("data_set_id")
1085
+ assert result is not None, "Required property 'data_set_id' is missing"
1086
+ return typing.cast(builtins.str, result)
1087
+
1088
+ @builtins.property
1089
+ def refresh_schedule_arn(self) -> builtins.str:
1090
+ '''The ARN of the RefreshSchedule resource.'''
1091
+ result = self._values.get("refresh_schedule_arn")
1092
+ assert result is not None, "Required property 'refresh_schedule_arn' is missing"
1093
+ return typing.cast(builtins.str, result)
1094
+
1095
+ @builtins.property
1096
+ def schedule_id(self) -> builtins.str:
1097
+ '''The Schedule/ScheduleId of the RefreshSchedule resource.'''
1098
+ result = self._values.get("schedule_id")
1099
+ assert result is not None, "Required property 'schedule_id' is missing"
1100
+ return typing.cast(builtins.str, result)
1101
+
1102
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
1103
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
1104
+
1105
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
1106
+ return not (rhs == self)
1107
+
1108
+ def __repr__(self) -> str:
1109
+ return "RefreshScheduleReference(%s)" % ", ".join(
1110
+ k + "=" + repr(v) for k, v in self._values.items()
1111
+ )
1112
+
1113
+
1114
+ @jsii.data_type(
1115
+ jsii_type="aws-cdk-lib.interfaces.aws_quicksight.TemplateReference",
1116
+ jsii_struct_bases=[],
1117
+ name_mapping={
1118
+ "aws_account_id": "awsAccountId",
1119
+ "template_arn": "templateArn",
1120
+ "template_id": "templateId",
1121
+ },
1122
+ )
1123
+ class TemplateReference:
1124
+ def __init__(
1125
+ self,
1126
+ *,
1127
+ aws_account_id: builtins.str,
1128
+ template_arn: builtins.str,
1129
+ template_id: builtins.str,
1130
+ ) -> None:
1131
+ '''A reference to a Template resource.
1132
+
1133
+ :param aws_account_id: The AwsAccountId of the Template resource.
1134
+ :param template_arn: The ARN of the Template resource.
1135
+ :param template_id: The TemplateId of the Template resource.
1136
+
1137
+ :exampleMetadata: fixture=_generated
1138
+
1139
+ Example::
1140
+
1141
+ # The code below shows an example of how to instantiate this type.
1142
+ # The values are placeholders you should change.
1143
+ from aws_cdk.interfaces import aws_quicksight as interfaces_aws_quicksight
1144
+
1145
+ template_reference = interfaces_aws_quicksight.TemplateReference(
1146
+ aws_account_id="awsAccountId",
1147
+ template_arn="templateArn",
1148
+ template_id="templateId"
1149
+ )
1150
+ '''
1151
+ if __debug__:
1152
+ type_hints = typing.get_type_hints(_typecheckingstub__c5bef292799a30d68c18b479c9372960c83ce75f740acf6872746b1c68a4f4be)
1153
+ check_type(argname="argument aws_account_id", value=aws_account_id, expected_type=type_hints["aws_account_id"])
1154
+ check_type(argname="argument template_arn", value=template_arn, expected_type=type_hints["template_arn"])
1155
+ check_type(argname="argument template_id", value=template_id, expected_type=type_hints["template_id"])
1156
+ self._values: typing.Dict[builtins.str, typing.Any] = {
1157
+ "aws_account_id": aws_account_id,
1158
+ "template_arn": template_arn,
1159
+ "template_id": template_id,
1160
+ }
1161
+
1162
+ @builtins.property
1163
+ def aws_account_id(self) -> builtins.str:
1164
+ '''The AwsAccountId of the Template resource.'''
1165
+ result = self._values.get("aws_account_id")
1166
+ assert result is not None, "Required property 'aws_account_id' is missing"
1167
+ return typing.cast(builtins.str, result)
1168
+
1169
+ @builtins.property
1170
+ def template_arn(self) -> builtins.str:
1171
+ '''The ARN of the Template resource.'''
1172
+ result = self._values.get("template_arn")
1173
+ assert result is not None, "Required property 'template_arn' is missing"
1174
+ return typing.cast(builtins.str, result)
1175
+
1176
+ @builtins.property
1177
+ def template_id(self) -> builtins.str:
1178
+ '''The TemplateId of the Template resource.'''
1179
+ result = self._values.get("template_id")
1180
+ assert result is not None, "Required property 'template_id' is missing"
1181
+ return typing.cast(builtins.str, result)
1182
+
1183
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
1184
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
1185
+
1186
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
1187
+ return not (rhs == self)
1188
+
1189
+ def __repr__(self) -> str:
1190
+ return "TemplateReference(%s)" % ", ".join(
1191
+ k + "=" + repr(v) for k, v in self._values.items()
1192
+ )
1193
+
1194
+
1195
+ @jsii.data_type(
1196
+ jsii_type="aws-cdk-lib.interfaces.aws_quicksight.ThemeReference",
1197
+ jsii_struct_bases=[],
1198
+ name_mapping={
1199
+ "aws_account_id": "awsAccountId",
1200
+ "theme_arn": "themeArn",
1201
+ "theme_id": "themeId",
1202
+ },
1203
+ )
1204
+ class ThemeReference:
1205
+ def __init__(
1206
+ self,
1207
+ *,
1208
+ aws_account_id: builtins.str,
1209
+ theme_arn: builtins.str,
1210
+ theme_id: builtins.str,
1211
+ ) -> None:
1212
+ '''A reference to a Theme resource.
1213
+
1214
+ :param aws_account_id: The AwsAccountId of the Theme resource.
1215
+ :param theme_arn: The ARN of the Theme resource.
1216
+ :param theme_id: The ThemeId of the Theme resource.
1217
+
1218
+ :exampleMetadata: fixture=_generated
1219
+
1220
+ Example::
1221
+
1222
+ # The code below shows an example of how to instantiate this type.
1223
+ # The values are placeholders you should change.
1224
+ from aws_cdk.interfaces import aws_quicksight as interfaces_aws_quicksight
1225
+
1226
+ theme_reference = interfaces_aws_quicksight.ThemeReference(
1227
+ aws_account_id="awsAccountId",
1228
+ theme_arn="themeArn",
1229
+ theme_id="themeId"
1230
+ )
1231
+ '''
1232
+ if __debug__:
1233
+ type_hints = typing.get_type_hints(_typecheckingstub__145097322a7b346d435b378f4f5398ed66d47436afe9e55c22372eab8a112c87)
1234
+ check_type(argname="argument aws_account_id", value=aws_account_id, expected_type=type_hints["aws_account_id"])
1235
+ check_type(argname="argument theme_arn", value=theme_arn, expected_type=type_hints["theme_arn"])
1236
+ check_type(argname="argument theme_id", value=theme_id, expected_type=type_hints["theme_id"])
1237
+ self._values: typing.Dict[builtins.str, typing.Any] = {
1238
+ "aws_account_id": aws_account_id,
1239
+ "theme_arn": theme_arn,
1240
+ "theme_id": theme_id,
1241
+ }
1242
+
1243
+ @builtins.property
1244
+ def aws_account_id(self) -> builtins.str:
1245
+ '''The AwsAccountId of the Theme resource.'''
1246
+ result = self._values.get("aws_account_id")
1247
+ assert result is not None, "Required property 'aws_account_id' is missing"
1248
+ return typing.cast(builtins.str, result)
1249
+
1250
+ @builtins.property
1251
+ def theme_arn(self) -> builtins.str:
1252
+ '''The ARN of the Theme resource.'''
1253
+ result = self._values.get("theme_arn")
1254
+ assert result is not None, "Required property 'theme_arn' is missing"
1255
+ return typing.cast(builtins.str, result)
1256
+
1257
+ @builtins.property
1258
+ def theme_id(self) -> builtins.str:
1259
+ '''The ThemeId of the Theme resource.'''
1260
+ result = self._values.get("theme_id")
1261
+ assert result is not None, "Required property 'theme_id' is missing"
1262
+ return typing.cast(builtins.str, result)
1263
+
1264
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
1265
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
1266
+
1267
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
1268
+ return not (rhs == self)
1269
+
1270
+ def __repr__(self) -> str:
1271
+ return "ThemeReference(%s)" % ", ".join(
1272
+ k + "=" + repr(v) for k, v in self._values.items()
1273
+ )
1274
+
1275
+
1276
+ @jsii.data_type(
1277
+ jsii_type="aws-cdk-lib.interfaces.aws_quicksight.TopicReference",
1278
+ jsii_struct_bases=[],
1279
+ name_mapping={
1280
+ "aws_account_id": "awsAccountId",
1281
+ "topic_arn": "topicArn",
1282
+ "topic_id": "topicId",
1283
+ },
1284
+ )
1285
+ class TopicReference:
1286
+ def __init__(
1287
+ self,
1288
+ *,
1289
+ aws_account_id: builtins.str,
1290
+ topic_arn: builtins.str,
1291
+ topic_id: builtins.str,
1292
+ ) -> None:
1293
+ '''A reference to a Topic resource.
1294
+
1295
+ :param aws_account_id: The AwsAccountId of the Topic resource.
1296
+ :param topic_arn: The ARN of the Topic resource.
1297
+ :param topic_id: The TopicId of the Topic resource.
1298
+
1299
+ :exampleMetadata: fixture=_generated
1300
+
1301
+ Example::
1302
+
1303
+ # The code below shows an example of how to instantiate this type.
1304
+ # The values are placeholders you should change.
1305
+ from aws_cdk.interfaces import aws_quicksight as interfaces_aws_quicksight
1306
+
1307
+ topic_reference = interfaces_aws_quicksight.TopicReference(
1308
+ aws_account_id="awsAccountId",
1309
+ topic_arn="topicArn",
1310
+ topic_id="topicId"
1311
+ )
1312
+ '''
1313
+ if __debug__:
1314
+ type_hints = typing.get_type_hints(_typecheckingstub__644dc61611189aa4ef3678efd6b78c7718549c2efda0dd7842ca761132bca1a7)
1315
+ check_type(argname="argument aws_account_id", value=aws_account_id, expected_type=type_hints["aws_account_id"])
1316
+ check_type(argname="argument topic_arn", value=topic_arn, expected_type=type_hints["topic_arn"])
1317
+ check_type(argname="argument topic_id", value=topic_id, expected_type=type_hints["topic_id"])
1318
+ self._values: typing.Dict[builtins.str, typing.Any] = {
1319
+ "aws_account_id": aws_account_id,
1320
+ "topic_arn": topic_arn,
1321
+ "topic_id": topic_id,
1322
+ }
1323
+
1324
+ @builtins.property
1325
+ def aws_account_id(self) -> builtins.str:
1326
+ '''The AwsAccountId of the Topic resource.'''
1327
+ result = self._values.get("aws_account_id")
1328
+ assert result is not None, "Required property 'aws_account_id' is missing"
1329
+ return typing.cast(builtins.str, result)
1330
+
1331
+ @builtins.property
1332
+ def topic_arn(self) -> builtins.str:
1333
+ '''The ARN of the Topic resource.'''
1334
+ result = self._values.get("topic_arn")
1335
+ assert result is not None, "Required property 'topic_arn' is missing"
1336
+ return typing.cast(builtins.str, result)
1337
+
1338
+ @builtins.property
1339
+ def topic_id(self) -> builtins.str:
1340
+ '''The TopicId of the Topic resource.'''
1341
+ result = self._values.get("topic_id")
1342
+ assert result is not None, "Required property 'topic_id' is missing"
1343
+ return typing.cast(builtins.str, result)
1344
+
1345
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
1346
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
1347
+
1348
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
1349
+ return not (rhs == self)
1350
+
1351
+ def __repr__(self) -> str:
1352
+ return "TopicReference(%s)" % ", ".join(
1353
+ k + "=" + repr(v) for k, v in self._values.items()
1354
+ )
1355
+
1356
+
1357
+ @jsii.data_type(
1358
+ jsii_type="aws-cdk-lib.interfaces.aws_quicksight.VPCConnectionReference",
1359
+ jsii_struct_bases=[],
1360
+ name_mapping={
1361
+ "aws_account_id": "awsAccountId",
1362
+ "vpc_connection_arn": "vpcConnectionArn",
1363
+ "vpc_connection_id": "vpcConnectionId",
1364
+ },
1365
+ )
1366
+ class VPCConnectionReference:
1367
+ def __init__(
1368
+ self,
1369
+ *,
1370
+ aws_account_id: builtins.str,
1371
+ vpc_connection_arn: builtins.str,
1372
+ vpc_connection_id: builtins.str,
1373
+ ) -> None:
1374
+ '''A reference to a VPCConnection resource.
1375
+
1376
+ :param aws_account_id: The AwsAccountId of the VPCConnection resource.
1377
+ :param vpc_connection_arn: The ARN of the VPCConnection resource.
1378
+ :param vpc_connection_id: The VPCConnectionId of the VPCConnection resource.
1379
+
1380
+ :exampleMetadata: fixture=_generated
1381
+
1382
+ Example::
1383
+
1384
+ # The code below shows an example of how to instantiate this type.
1385
+ # The values are placeholders you should change.
1386
+ from aws_cdk.interfaces import aws_quicksight as interfaces_aws_quicksight
1387
+
1388
+ v_pCConnection_reference = interfaces_aws_quicksight.VPCConnectionReference(
1389
+ aws_account_id="awsAccountId",
1390
+ vpc_connection_arn="vpcConnectionArn",
1391
+ vpc_connection_id="vpcConnectionId"
1392
+ )
1393
+ '''
1394
+ if __debug__:
1395
+ type_hints = typing.get_type_hints(_typecheckingstub__8a94c806f9f5d8f329e5fe8025b2cd7112ef5f8d032fce0a9cf2e9f64bafb27b)
1396
+ check_type(argname="argument aws_account_id", value=aws_account_id, expected_type=type_hints["aws_account_id"])
1397
+ check_type(argname="argument vpc_connection_arn", value=vpc_connection_arn, expected_type=type_hints["vpc_connection_arn"])
1398
+ check_type(argname="argument vpc_connection_id", value=vpc_connection_id, expected_type=type_hints["vpc_connection_id"])
1399
+ self._values: typing.Dict[builtins.str, typing.Any] = {
1400
+ "aws_account_id": aws_account_id,
1401
+ "vpc_connection_arn": vpc_connection_arn,
1402
+ "vpc_connection_id": vpc_connection_id,
1403
+ }
1404
+
1405
+ @builtins.property
1406
+ def aws_account_id(self) -> builtins.str:
1407
+ '''The AwsAccountId of the VPCConnection resource.'''
1408
+ result = self._values.get("aws_account_id")
1409
+ assert result is not None, "Required property 'aws_account_id' is missing"
1410
+ return typing.cast(builtins.str, result)
1411
+
1412
+ @builtins.property
1413
+ def vpc_connection_arn(self) -> builtins.str:
1414
+ '''The ARN of the VPCConnection resource.'''
1415
+ result = self._values.get("vpc_connection_arn")
1416
+ assert result is not None, "Required property 'vpc_connection_arn' is missing"
1417
+ return typing.cast(builtins.str, result)
1418
+
1419
+ @builtins.property
1420
+ def vpc_connection_id(self) -> builtins.str:
1421
+ '''The VPCConnectionId of the VPCConnection resource.'''
1422
+ result = self._values.get("vpc_connection_id")
1423
+ assert result is not None, "Required property 'vpc_connection_id' is missing"
1424
+ return typing.cast(builtins.str, result)
1425
+
1426
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
1427
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
1428
+
1429
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
1430
+ return not (rhs == self)
1431
+
1432
+ def __repr__(self) -> str:
1433
+ return "VPCConnectionReference(%s)" % ", ".join(
1434
+ k + "=" + repr(v) for k, v in self._values.items()
1435
+ )
1436
+
1437
+
1438
+ __all__ = [
1439
+ "AnalysisReference",
1440
+ "CustomPermissionsReference",
1441
+ "DashboardReference",
1442
+ "DataSetReference",
1443
+ "DataSourceReference",
1444
+ "FolderReference",
1445
+ "IAnalysisRef",
1446
+ "ICustomPermissionsRef",
1447
+ "IDashboardRef",
1448
+ "IDataSetRef",
1449
+ "IDataSourceRef",
1450
+ "IFolderRef",
1451
+ "IRefreshScheduleRef",
1452
+ "ITemplateRef",
1453
+ "IThemeRef",
1454
+ "ITopicRef",
1455
+ "IVPCConnectionRef",
1456
+ "RefreshScheduleReference",
1457
+ "TemplateReference",
1458
+ "ThemeReference",
1459
+ "TopicReference",
1460
+ "VPCConnectionReference",
1461
+ ]
1462
+
1463
+ publication.publish()
1464
+
1465
+ def _typecheckingstub__79dd570d6da6d3fe7b5ab82dcad552abbb17b11f076a26256bed0f162c545988(
1466
+ *,
1467
+ analysis_arn: builtins.str,
1468
+ analysis_id: builtins.str,
1469
+ aws_account_id: builtins.str,
1470
+ ) -> None:
1471
+ """Type checking stubs"""
1472
+ pass
1473
+
1474
+ def _typecheckingstub__bcbb01a6ae4003c466f2c9facde86b4a9228b2947e8db14b07e90c8828b892fc(
1475
+ *,
1476
+ aws_account_id: builtins.str,
1477
+ custom_permissions_arn: builtins.str,
1478
+ custom_permissions_name: builtins.str,
1479
+ ) -> None:
1480
+ """Type checking stubs"""
1481
+ pass
1482
+
1483
+ def _typecheckingstub__6e1998cd35473accee4a1dd066f5d4e4af29b9cdfdf78293c732f43e8ae1071f(
1484
+ *,
1485
+ aws_account_id: builtins.str,
1486
+ dashboard_arn: builtins.str,
1487
+ dashboard_id: builtins.str,
1488
+ ) -> None:
1489
+ """Type checking stubs"""
1490
+ pass
1491
+
1492
+ def _typecheckingstub__39696e8afe9ffe21ed7b01deb7349ba2563b8d2cdae5e74d20ee2a0e637d3f7f(
1493
+ *,
1494
+ aws_account_id: builtins.str,
1495
+ data_set_arn: builtins.str,
1496
+ data_set_id: builtins.str,
1497
+ ) -> None:
1498
+ """Type checking stubs"""
1499
+ pass
1500
+
1501
+ def _typecheckingstub__70b8fb657688960b4dae12c4a8f205b2a58737c1dd982d8e201b45cf5cb10c90(
1502
+ *,
1503
+ aws_account_id: builtins.str,
1504
+ data_source_arn: builtins.str,
1505
+ data_source_id: builtins.str,
1506
+ ) -> None:
1507
+ """Type checking stubs"""
1508
+ pass
1509
+
1510
+ def _typecheckingstub__68d11833d18be618b7ec87af3be2a77728a162bc466dd4aaa5584c1b4c7d4012(
1511
+ *,
1512
+ aws_account_id: builtins.str,
1513
+ folder_arn: builtins.str,
1514
+ folder_id: builtins.str,
1515
+ ) -> None:
1516
+ """Type checking stubs"""
1517
+ pass
1518
+
1519
+ def _typecheckingstub__8723d097fe811477bf46d6e8328f08cbc18d550832e45dfd85d0a290a2e9c9ea(
1520
+ *,
1521
+ aws_account_id: builtins.str,
1522
+ data_set_id: builtins.str,
1523
+ refresh_schedule_arn: builtins.str,
1524
+ schedule_id: builtins.str,
1525
+ ) -> None:
1526
+ """Type checking stubs"""
1527
+ pass
1528
+
1529
+ def _typecheckingstub__c5bef292799a30d68c18b479c9372960c83ce75f740acf6872746b1c68a4f4be(
1530
+ *,
1531
+ aws_account_id: builtins.str,
1532
+ template_arn: builtins.str,
1533
+ template_id: builtins.str,
1534
+ ) -> None:
1535
+ """Type checking stubs"""
1536
+ pass
1537
+
1538
+ def _typecheckingstub__145097322a7b346d435b378f4f5398ed66d47436afe9e55c22372eab8a112c87(
1539
+ *,
1540
+ aws_account_id: builtins.str,
1541
+ theme_arn: builtins.str,
1542
+ theme_id: builtins.str,
1543
+ ) -> None:
1544
+ """Type checking stubs"""
1545
+ pass
1546
+
1547
+ def _typecheckingstub__644dc61611189aa4ef3678efd6b78c7718549c2efda0dd7842ca761132bca1a7(
1548
+ *,
1549
+ aws_account_id: builtins.str,
1550
+ topic_arn: builtins.str,
1551
+ topic_id: builtins.str,
1552
+ ) -> None:
1553
+ """Type checking stubs"""
1554
+ pass
1555
+
1556
+ def _typecheckingstub__8a94c806f9f5d8f329e5fe8025b2cd7112ef5f8d032fce0a9cf2e9f64bafb27b(
1557
+ *,
1558
+ aws_account_id: builtins.str,
1559
+ vpc_connection_arn: builtins.str,
1560
+ vpc_connection_id: builtins.str,
1561
+ ) -> None:
1562
+ """Type checking stubs"""
1563
+ pass
1564
+
1565
+ for cls in [IAnalysisRef, ICustomPermissionsRef, IDashboardRef, IDataSetRef, IDataSourceRef, IFolderRef, IRefreshScheduleRef, ITemplateRef, IThemeRef, ITopicRef, IVPCConnectionRef]:
1566
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])