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,1499 @@
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_securityhub.AggregatorV2Reference",
39
+ jsii_struct_bases=[],
40
+ name_mapping={"aggregator_v2_arn": "aggregatorV2Arn"},
41
+ )
42
+ class AggregatorV2Reference:
43
+ def __init__(self, *, aggregator_v2_arn: builtins.str) -> None:
44
+ '''A reference to a AggregatorV2 resource.
45
+
46
+ :param aggregator_v2_arn: The AggregatorV2Arn of the AggregatorV2 resource.
47
+
48
+ :exampleMetadata: fixture=_generated
49
+
50
+ Example::
51
+
52
+ # The code below shows an example of how to instantiate this type.
53
+ # The values are placeholders you should change.
54
+ from aws_cdk.interfaces import aws_securityhub as interfaces_aws_securityhub
55
+
56
+ aggregator_v2_reference = interfaces_aws_securityhub.AggregatorV2Reference(
57
+ aggregator_v2_arn="aggregatorV2Arn"
58
+ )
59
+ '''
60
+ if __debug__:
61
+ type_hints = typing.get_type_hints(_typecheckingstub__35a220db7509efb96c8abd58d83c974df0d1ec6221841ce0031c7e29166870a6)
62
+ check_type(argname="argument aggregator_v2_arn", value=aggregator_v2_arn, expected_type=type_hints["aggregator_v2_arn"])
63
+ self._values: typing.Dict[builtins.str, typing.Any] = {
64
+ "aggregator_v2_arn": aggregator_v2_arn,
65
+ }
66
+
67
+ @builtins.property
68
+ def aggregator_v2_arn(self) -> builtins.str:
69
+ '''The AggregatorV2Arn of the AggregatorV2 resource.'''
70
+ result = self._values.get("aggregator_v2_arn")
71
+ assert result is not None, "Required property 'aggregator_v2_arn' is missing"
72
+ return typing.cast(builtins.str, result)
73
+
74
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
75
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
76
+
77
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
78
+ return not (rhs == self)
79
+
80
+ def __repr__(self) -> str:
81
+ return "AggregatorV2Reference(%s)" % ", ".join(
82
+ k + "=" + repr(v) for k, v in self._values.items()
83
+ )
84
+
85
+
86
+ @jsii.data_type(
87
+ jsii_type="aws-cdk-lib.interfaces.aws_securityhub.AutomationRuleReference",
88
+ jsii_struct_bases=[],
89
+ name_mapping={"rule_arn": "ruleArn"},
90
+ )
91
+ class AutomationRuleReference:
92
+ def __init__(self, *, rule_arn: builtins.str) -> None:
93
+ '''A reference to a AutomationRule resource.
94
+
95
+ :param rule_arn: The RuleArn of the AutomationRule resource.
96
+
97
+ :exampleMetadata: fixture=_generated
98
+
99
+ Example::
100
+
101
+ # The code below shows an example of how to instantiate this type.
102
+ # The values are placeholders you should change.
103
+ from aws_cdk.interfaces import aws_securityhub as interfaces_aws_securityhub
104
+
105
+ automation_rule_reference = interfaces_aws_securityhub.AutomationRuleReference(
106
+ rule_arn="ruleArn"
107
+ )
108
+ '''
109
+ if __debug__:
110
+ type_hints = typing.get_type_hints(_typecheckingstub__1fc12b37b5b474e26a7ab22d75e02c9702e3dccd822e93295efe42823eb6e5bf)
111
+ check_type(argname="argument rule_arn", value=rule_arn, expected_type=type_hints["rule_arn"])
112
+ self._values: typing.Dict[builtins.str, typing.Any] = {
113
+ "rule_arn": rule_arn,
114
+ }
115
+
116
+ @builtins.property
117
+ def rule_arn(self) -> builtins.str:
118
+ '''The RuleArn of the AutomationRule resource.'''
119
+ result = self._values.get("rule_arn")
120
+ assert result is not None, "Required property 'rule_arn' is missing"
121
+ return typing.cast(builtins.str, result)
122
+
123
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
124
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
125
+
126
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
127
+ return not (rhs == self)
128
+
129
+ def __repr__(self) -> str:
130
+ return "AutomationRuleReference(%s)" % ", ".join(
131
+ k + "=" + repr(v) for k, v in self._values.items()
132
+ )
133
+
134
+
135
+ @jsii.data_type(
136
+ jsii_type="aws-cdk-lib.interfaces.aws_securityhub.AutomationRuleV2Reference",
137
+ jsii_struct_bases=[],
138
+ name_mapping={"rule_arn": "ruleArn"},
139
+ )
140
+ class AutomationRuleV2Reference:
141
+ def __init__(self, *, rule_arn: builtins.str) -> None:
142
+ '''A reference to a AutomationRuleV2 resource.
143
+
144
+ :param rule_arn: The RuleArn of the AutomationRuleV2 resource.
145
+
146
+ :exampleMetadata: fixture=_generated
147
+
148
+ Example::
149
+
150
+ # The code below shows an example of how to instantiate this type.
151
+ # The values are placeholders you should change.
152
+ from aws_cdk.interfaces import aws_securityhub as interfaces_aws_securityhub
153
+
154
+ automation_rule_v2_reference = interfaces_aws_securityhub.AutomationRuleV2Reference(
155
+ rule_arn="ruleArn"
156
+ )
157
+ '''
158
+ if __debug__:
159
+ type_hints = typing.get_type_hints(_typecheckingstub__aef4997ae46bca6cfa7dd6194511cb0c8e4c744827ab27202ec5bf7628e5b6e8)
160
+ check_type(argname="argument rule_arn", value=rule_arn, expected_type=type_hints["rule_arn"])
161
+ self._values: typing.Dict[builtins.str, typing.Any] = {
162
+ "rule_arn": rule_arn,
163
+ }
164
+
165
+ @builtins.property
166
+ def rule_arn(self) -> builtins.str:
167
+ '''The RuleArn of the AutomationRuleV2 resource.'''
168
+ result = self._values.get("rule_arn")
169
+ assert result is not None, "Required property 'rule_arn' is missing"
170
+ return typing.cast(builtins.str, result)
171
+
172
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
173
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
174
+
175
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
176
+ return not (rhs == self)
177
+
178
+ def __repr__(self) -> str:
179
+ return "AutomationRuleV2Reference(%s)" % ", ".join(
180
+ k + "=" + repr(v) for k, v in self._values.items()
181
+ )
182
+
183
+
184
+ @jsii.data_type(
185
+ jsii_type="aws-cdk-lib.interfaces.aws_securityhub.ConfigurationPolicyReference",
186
+ jsii_struct_bases=[],
187
+ name_mapping={"configuration_policy_arn": "configurationPolicyArn"},
188
+ )
189
+ class ConfigurationPolicyReference:
190
+ def __init__(self, *, configuration_policy_arn: builtins.str) -> None:
191
+ '''A reference to a ConfigurationPolicy resource.
192
+
193
+ :param configuration_policy_arn: The Arn of the ConfigurationPolicy resource.
194
+
195
+ :exampleMetadata: fixture=_generated
196
+
197
+ Example::
198
+
199
+ # The code below shows an example of how to instantiate this type.
200
+ # The values are placeholders you should change.
201
+ from aws_cdk.interfaces import aws_securityhub as interfaces_aws_securityhub
202
+
203
+ configuration_policy_reference = interfaces_aws_securityhub.ConfigurationPolicyReference(
204
+ configuration_policy_arn="configurationPolicyArn"
205
+ )
206
+ '''
207
+ if __debug__:
208
+ type_hints = typing.get_type_hints(_typecheckingstub__7f4bf6c068777f6837cd16457e25121201ab0e5a04344d176fc401dc42df6811)
209
+ check_type(argname="argument configuration_policy_arn", value=configuration_policy_arn, expected_type=type_hints["configuration_policy_arn"])
210
+ self._values: typing.Dict[builtins.str, typing.Any] = {
211
+ "configuration_policy_arn": configuration_policy_arn,
212
+ }
213
+
214
+ @builtins.property
215
+ def configuration_policy_arn(self) -> builtins.str:
216
+ '''The Arn of the ConfigurationPolicy resource.'''
217
+ result = self._values.get("configuration_policy_arn")
218
+ assert result is not None, "Required property 'configuration_policy_arn' is missing"
219
+ return typing.cast(builtins.str, result)
220
+
221
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
222
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
223
+
224
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
225
+ return not (rhs == self)
226
+
227
+ def __repr__(self) -> str:
228
+ return "ConfigurationPolicyReference(%s)" % ", ".join(
229
+ k + "=" + repr(v) for k, v in self._values.items()
230
+ )
231
+
232
+
233
+ @jsii.data_type(
234
+ jsii_type="aws-cdk-lib.interfaces.aws_securityhub.DelegatedAdminReference",
235
+ jsii_struct_bases=[],
236
+ name_mapping={"delegated_admin_identifier": "delegatedAdminIdentifier"},
237
+ )
238
+ class DelegatedAdminReference:
239
+ def __init__(self, *, delegated_admin_identifier: builtins.str) -> None:
240
+ '''A reference to a DelegatedAdmin resource.
241
+
242
+ :param delegated_admin_identifier: The DelegatedAdminIdentifier of the DelegatedAdmin resource.
243
+
244
+ :exampleMetadata: fixture=_generated
245
+
246
+ Example::
247
+
248
+ # The code below shows an example of how to instantiate this type.
249
+ # The values are placeholders you should change.
250
+ from aws_cdk.interfaces import aws_securityhub as interfaces_aws_securityhub
251
+
252
+ delegated_admin_reference = interfaces_aws_securityhub.DelegatedAdminReference(
253
+ delegated_admin_identifier="delegatedAdminIdentifier"
254
+ )
255
+ '''
256
+ if __debug__:
257
+ type_hints = typing.get_type_hints(_typecheckingstub__02fcb283a9643cdb1e80efe749afc53bd727fa2a227498840453efc18e4d0b32)
258
+ check_type(argname="argument delegated_admin_identifier", value=delegated_admin_identifier, expected_type=type_hints["delegated_admin_identifier"])
259
+ self._values: typing.Dict[builtins.str, typing.Any] = {
260
+ "delegated_admin_identifier": delegated_admin_identifier,
261
+ }
262
+
263
+ @builtins.property
264
+ def delegated_admin_identifier(self) -> builtins.str:
265
+ '''The DelegatedAdminIdentifier of the DelegatedAdmin resource.'''
266
+ result = self._values.get("delegated_admin_identifier")
267
+ assert result is not None, "Required property 'delegated_admin_identifier' is missing"
268
+ return typing.cast(builtins.str, result)
269
+
270
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
271
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
272
+
273
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
274
+ return not (rhs == self)
275
+
276
+ def __repr__(self) -> str:
277
+ return "DelegatedAdminReference(%s)" % ", ".join(
278
+ k + "=" + repr(v) for k, v in self._values.items()
279
+ )
280
+
281
+
282
+ @jsii.data_type(
283
+ jsii_type="aws-cdk-lib.interfaces.aws_securityhub.FindingAggregatorReference",
284
+ jsii_struct_bases=[],
285
+ name_mapping={"finding_aggregator_arn": "findingAggregatorArn"},
286
+ )
287
+ class FindingAggregatorReference:
288
+ def __init__(self, *, finding_aggregator_arn: builtins.str) -> None:
289
+ '''A reference to a FindingAggregator resource.
290
+
291
+ :param finding_aggregator_arn: The FindingAggregatorArn of the FindingAggregator resource.
292
+
293
+ :exampleMetadata: fixture=_generated
294
+
295
+ Example::
296
+
297
+ # The code below shows an example of how to instantiate this type.
298
+ # The values are placeholders you should change.
299
+ from aws_cdk.interfaces import aws_securityhub as interfaces_aws_securityhub
300
+
301
+ finding_aggregator_reference = interfaces_aws_securityhub.FindingAggregatorReference(
302
+ finding_aggregator_arn="findingAggregatorArn"
303
+ )
304
+ '''
305
+ if __debug__:
306
+ type_hints = typing.get_type_hints(_typecheckingstub__d8d6cf95ba857b951122e47526fc001b1f55ba2dc693a043cb41135baa3cfdc9)
307
+ check_type(argname="argument finding_aggregator_arn", value=finding_aggregator_arn, expected_type=type_hints["finding_aggregator_arn"])
308
+ self._values: typing.Dict[builtins.str, typing.Any] = {
309
+ "finding_aggregator_arn": finding_aggregator_arn,
310
+ }
311
+
312
+ @builtins.property
313
+ def finding_aggregator_arn(self) -> builtins.str:
314
+ '''The FindingAggregatorArn of the FindingAggregator resource.'''
315
+ result = self._values.get("finding_aggregator_arn")
316
+ assert result is not None, "Required property 'finding_aggregator_arn' is missing"
317
+ return typing.cast(builtins.str, result)
318
+
319
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
320
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
321
+
322
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
323
+ return not (rhs == self)
324
+
325
+ def __repr__(self) -> str:
326
+ return "FindingAggregatorReference(%s)" % ", ".join(
327
+ k + "=" + repr(v) for k, v in self._values.items()
328
+ )
329
+
330
+
331
+ @jsii.data_type(
332
+ jsii_type="aws-cdk-lib.interfaces.aws_securityhub.HubReference",
333
+ jsii_struct_bases=[],
334
+ name_mapping={"hub_arn": "hubARN"},
335
+ )
336
+ class HubReference:
337
+ def __init__(self, *, hub_arn: builtins.str) -> None:
338
+ '''A reference to a Hub resource.
339
+
340
+ :param hub_arn: The ARN of the Hub resource.
341
+
342
+ :exampleMetadata: fixture=_generated
343
+
344
+ Example::
345
+
346
+ # The code below shows an example of how to instantiate this type.
347
+ # The values are placeholders you should change.
348
+ from aws_cdk.interfaces import aws_securityhub as interfaces_aws_securityhub
349
+
350
+ hub_reference = interfaces_aws_securityhub.HubReference(
351
+ hub_aRN="hubARN"
352
+ )
353
+ '''
354
+ if __debug__:
355
+ type_hints = typing.get_type_hints(_typecheckingstub__64fd84efb35583fcc0b4b4b1177deb0cf485141b0d3945ccb8a69a000febb7ec)
356
+ check_type(argname="argument hub_arn", value=hub_arn, expected_type=type_hints["hub_arn"])
357
+ self._values: typing.Dict[builtins.str, typing.Any] = {
358
+ "hub_arn": hub_arn,
359
+ }
360
+
361
+ @builtins.property
362
+ def hub_arn(self) -> builtins.str:
363
+ '''The ARN of the Hub resource.'''
364
+ result = self._values.get("hub_arn")
365
+ assert result is not None, "Required property 'hub_arn' is missing"
366
+ return typing.cast(builtins.str, result)
367
+
368
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
369
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
370
+
371
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
372
+ return not (rhs == self)
373
+
374
+ def __repr__(self) -> str:
375
+ return "HubReference(%s)" % ", ".join(
376
+ k + "=" + repr(v) for k, v in self._values.items()
377
+ )
378
+
379
+
380
+ @jsii.data_type(
381
+ jsii_type="aws-cdk-lib.interfaces.aws_securityhub.HubV2Reference",
382
+ jsii_struct_bases=[],
383
+ name_mapping={"hub_v2_arn": "hubV2Arn"},
384
+ )
385
+ class HubV2Reference:
386
+ def __init__(self, *, hub_v2_arn: builtins.str) -> None:
387
+ '''A reference to a HubV2 resource.
388
+
389
+ :param hub_v2_arn: The HubV2Arn of the HubV2 resource.
390
+
391
+ :exampleMetadata: fixture=_generated
392
+
393
+ Example::
394
+
395
+ # The code below shows an example of how to instantiate this type.
396
+ # The values are placeholders you should change.
397
+ from aws_cdk.interfaces import aws_securityhub as interfaces_aws_securityhub
398
+
399
+ hub_v2_reference = interfaces_aws_securityhub.HubV2Reference(
400
+ hub_v2_arn="hubV2Arn"
401
+ )
402
+ '''
403
+ if __debug__:
404
+ type_hints = typing.get_type_hints(_typecheckingstub__0a9f49271093222ae0ce6374cb3465f6580021ffb6cb531e479d887c30c358af)
405
+ check_type(argname="argument hub_v2_arn", value=hub_v2_arn, expected_type=type_hints["hub_v2_arn"])
406
+ self._values: typing.Dict[builtins.str, typing.Any] = {
407
+ "hub_v2_arn": hub_v2_arn,
408
+ }
409
+
410
+ @builtins.property
411
+ def hub_v2_arn(self) -> builtins.str:
412
+ '''The HubV2Arn of the HubV2 resource.'''
413
+ result = self._values.get("hub_v2_arn")
414
+ assert result is not None, "Required property 'hub_v2_arn' is missing"
415
+ return typing.cast(builtins.str, result)
416
+
417
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
418
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
419
+
420
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
421
+ return not (rhs == self)
422
+
423
+ def __repr__(self) -> str:
424
+ return "HubV2Reference(%s)" % ", ".join(
425
+ k + "=" + repr(v) for k, v in self._values.items()
426
+ )
427
+
428
+
429
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_securityhub.IAggregatorV2Ref")
430
+ class IAggregatorV2Ref(
431
+ _constructs_77d1e7e8.IConstruct,
432
+ _IEnvironmentAware_f39049ee,
433
+ typing_extensions.Protocol,
434
+ ):
435
+ '''(experimental) Indicates that this resource can be referenced as a AggregatorV2.
436
+
437
+ :stability: experimental
438
+ '''
439
+
440
+ @builtins.property
441
+ @jsii.member(jsii_name="aggregatorV2Ref")
442
+ def aggregator_v2_ref(self) -> AggregatorV2Reference:
443
+ '''(experimental) A reference to a AggregatorV2 resource.
444
+
445
+ :stability: experimental
446
+ '''
447
+ ...
448
+
449
+
450
+ class _IAggregatorV2RefProxy(
451
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
452
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
453
+ ):
454
+ '''(experimental) Indicates that this resource can be referenced as a AggregatorV2.
455
+
456
+ :stability: experimental
457
+ '''
458
+
459
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_securityhub.IAggregatorV2Ref"
460
+
461
+ @builtins.property
462
+ @jsii.member(jsii_name="aggregatorV2Ref")
463
+ def aggregator_v2_ref(self) -> AggregatorV2Reference:
464
+ '''(experimental) A reference to a AggregatorV2 resource.
465
+
466
+ :stability: experimental
467
+ '''
468
+ return typing.cast(AggregatorV2Reference, jsii.get(self, "aggregatorV2Ref"))
469
+
470
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
471
+ typing.cast(typing.Any, IAggregatorV2Ref).__jsii_proxy_class__ = lambda : _IAggregatorV2RefProxy
472
+
473
+
474
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_securityhub.IAutomationRuleRef")
475
+ class IAutomationRuleRef(
476
+ _constructs_77d1e7e8.IConstruct,
477
+ _IEnvironmentAware_f39049ee,
478
+ typing_extensions.Protocol,
479
+ ):
480
+ '''(experimental) Indicates that this resource can be referenced as a AutomationRule.
481
+
482
+ :stability: experimental
483
+ '''
484
+
485
+ @builtins.property
486
+ @jsii.member(jsii_name="automationRuleRef")
487
+ def automation_rule_ref(self) -> AutomationRuleReference:
488
+ '''(experimental) A reference to a AutomationRule resource.
489
+
490
+ :stability: experimental
491
+ '''
492
+ ...
493
+
494
+
495
+ class _IAutomationRuleRefProxy(
496
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
497
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
498
+ ):
499
+ '''(experimental) Indicates that this resource can be referenced as a AutomationRule.
500
+
501
+ :stability: experimental
502
+ '''
503
+
504
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_securityhub.IAutomationRuleRef"
505
+
506
+ @builtins.property
507
+ @jsii.member(jsii_name="automationRuleRef")
508
+ def automation_rule_ref(self) -> AutomationRuleReference:
509
+ '''(experimental) A reference to a AutomationRule resource.
510
+
511
+ :stability: experimental
512
+ '''
513
+ return typing.cast(AutomationRuleReference, jsii.get(self, "automationRuleRef"))
514
+
515
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
516
+ typing.cast(typing.Any, IAutomationRuleRef).__jsii_proxy_class__ = lambda : _IAutomationRuleRefProxy
517
+
518
+
519
+ @jsii.interface(
520
+ jsii_type="aws-cdk-lib.interfaces.aws_securityhub.IAutomationRuleV2Ref"
521
+ )
522
+ class IAutomationRuleV2Ref(
523
+ _constructs_77d1e7e8.IConstruct,
524
+ _IEnvironmentAware_f39049ee,
525
+ typing_extensions.Protocol,
526
+ ):
527
+ '''(experimental) Indicates that this resource can be referenced as a AutomationRuleV2.
528
+
529
+ :stability: experimental
530
+ '''
531
+
532
+ @builtins.property
533
+ @jsii.member(jsii_name="automationRuleV2Ref")
534
+ def automation_rule_v2_ref(self) -> AutomationRuleV2Reference:
535
+ '''(experimental) A reference to a AutomationRuleV2 resource.
536
+
537
+ :stability: experimental
538
+ '''
539
+ ...
540
+
541
+
542
+ class _IAutomationRuleV2RefProxy(
543
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
544
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
545
+ ):
546
+ '''(experimental) Indicates that this resource can be referenced as a AutomationRuleV2.
547
+
548
+ :stability: experimental
549
+ '''
550
+
551
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_securityhub.IAutomationRuleV2Ref"
552
+
553
+ @builtins.property
554
+ @jsii.member(jsii_name="automationRuleV2Ref")
555
+ def automation_rule_v2_ref(self) -> AutomationRuleV2Reference:
556
+ '''(experimental) A reference to a AutomationRuleV2 resource.
557
+
558
+ :stability: experimental
559
+ '''
560
+ return typing.cast(AutomationRuleV2Reference, jsii.get(self, "automationRuleV2Ref"))
561
+
562
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
563
+ typing.cast(typing.Any, IAutomationRuleV2Ref).__jsii_proxy_class__ = lambda : _IAutomationRuleV2RefProxy
564
+
565
+
566
+ @jsii.interface(
567
+ jsii_type="aws-cdk-lib.interfaces.aws_securityhub.IConfigurationPolicyRef"
568
+ )
569
+ class IConfigurationPolicyRef(
570
+ _constructs_77d1e7e8.IConstruct,
571
+ _IEnvironmentAware_f39049ee,
572
+ typing_extensions.Protocol,
573
+ ):
574
+ '''(experimental) Indicates that this resource can be referenced as a ConfigurationPolicy.
575
+
576
+ :stability: experimental
577
+ '''
578
+
579
+ @builtins.property
580
+ @jsii.member(jsii_name="configurationPolicyRef")
581
+ def configuration_policy_ref(self) -> ConfigurationPolicyReference:
582
+ '''(experimental) A reference to a ConfigurationPolicy resource.
583
+
584
+ :stability: experimental
585
+ '''
586
+ ...
587
+
588
+
589
+ class _IConfigurationPolicyRefProxy(
590
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
591
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
592
+ ):
593
+ '''(experimental) Indicates that this resource can be referenced as a ConfigurationPolicy.
594
+
595
+ :stability: experimental
596
+ '''
597
+
598
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_securityhub.IConfigurationPolicyRef"
599
+
600
+ @builtins.property
601
+ @jsii.member(jsii_name="configurationPolicyRef")
602
+ def configuration_policy_ref(self) -> ConfigurationPolicyReference:
603
+ '''(experimental) A reference to a ConfigurationPolicy resource.
604
+
605
+ :stability: experimental
606
+ '''
607
+ return typing.cast(ConfigurationPolicyReference, jsii.get(self, "configurationPolicyRef"))
608
+
609
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
610
+ typing.cast(typing.Any, IConfigurationPolicyRef).__jsii_proxy_class__ = lambda : _IConfigurationPolicyRefProxy
611
+
612
+
613
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_securityhub.IDelegatedAdminRef")
614
+ class IDelegatedAdminRef(
615
+ _constructs_77d1e7e8.IConstruct,
616
+ _IEnvironmentAware_f39049ee,
617
+ typing_extensions.Protocol,
618
+ ):
619
+ '''(experimental) Indicates that this resource can be referenced as a DelegatedAdmin.
620
+
621
+ :stability: experimental
622
+ '''
623
+
624
+ @builtins.property
625
+ @jsii.member(jsii_name="delegatedAdminRef")
626
+ def delegated_admin_ref(self) -> DelegatedAdminReference:
627
+ '''(experimental) A reference to a DelegatedAdmin resource.
628
+
629
+ :stability: experimental
630
+ '''
631
+ ...
632
+
633
+
634
+ class _IDelegatedAdminRefProxy(
635
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
636
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
637
+ ):
638
+ '''(experimental) Indicates that this resource can be referenced as a DelegatedAdmin.
639
+
640
+ :stability: experimental
641
+ '''
642
+
643
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_securityhub.IDelegatedAdminRef"
644
+
645
+ @builtins.property
646
+ @jsii.member(jsii_name="delegatedAdminRef")
647
+ def delegated_admin_ref(self) -> DelegatedAdminReference:
648
+ '''(experimental) A reference to a DelegatedAdmin resource.
649
+
650
+ :stability: experimental
651
+ '''
652
+ return typing.cast(DelegatedAdminReference, jsii.get(self, "delegatedAdminRef"))
653
+
654
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
655
+ typing.cast(typing.Any, IDelegatedAdminRef).__jsii_proxy_class__ = lambda : _IDelegatedAdminRefProxy
656
+
657
+
658
+ @jsii.interface(
659
+ jsii_type="aws-cdk-lib.interfaces.aws_securityhub.IFindingAggregatorRef"
660
+ )
661
+ class IFindingAggregatorRef(
662
+ _constructs_77d1e7e8.IConstruct,
663
+ _IEnvironmentAware_f39049ee,
664
+ typing_extensions.Protocol,
665
+ ):
666
+ '''(experimental) Indicates that this resource can be referenced as a FindingAggregator.
667
+
668
+ :stability: experimental
669
+ '''
670
+
671
+ @builtins.property
672
+ @jsii.member(jsii_name="findingAggregatorRef")
673
+ def finding_aggregator_ref(self) -> FindingAggregatorReference:
674
+ '''(experimental) A reference to a FindingAggregator resource.
675
+
676
+ :stability: experimental
677
+ '''
678
+ ...
679
+
680
+
681
+ class _IFindingAggregatorRefProxy(
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 FindingAggregator.
686
+
687
+ :stability: experimental
688
+ '''
689
+
690
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_securityhub.IFindingAggregatorRef"
691
+
692
+ @builtins.property
693
+ @jsii.member(jsii_name="findingAggregatorRef")
694
+ def finding_aggregator_ref(self) -> FindingAggregatorReference:
695
+ '''(experimental) A reference to a FindingAggregator resource.
696
+
697
+ :stability: experimental
698
+ '''
699
+ return typing.cast(FindingAggregatorReference, jsii.get(self, "findingAggregatorRef"))
700
+
701
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
702
+ typing.cast(typing.Any, IFindingAggregatorRef).__jsii_proxy_class__ = lambda : _IFindingAggregatorRefProxy
703
+
704
+
705
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_securityhub.IHubRef")
706
+ class IHubRef(
707
+ _constructs_77d1e7e8.IConstruct,
708
+ _IEnvironmentAware_f39049ee,
709
+ typing_extensions.Protocol,
710
+ ):
711
+ '''(experimental) Indicates that this resource can be referenced as a Hub.
712
+
713
+ :stability: experimental
714
+ '''
715
+
716
+ @builtins.property
717
+ @jsii.member(jsii_name="hubRef")
718
+ def hub_ref(self) -> HubReference:
719
+ '''(experimental) A reference to a Hub resource.
720
+
721
+ :stability: experimental
722
+ '''
723
+ ...
724
+
725
+
726
+ class _IHubRefProxy(
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 Hub.
731
+
732
+ :stability: experimental
733
+ '''
734
+
735
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_securityhub.IHubRef"
736
+
737
+ @builtins.property
738
+ @jsii.member(jsii_name="hubRef")
739
+ def hub_ref(self) -> HubReference:
740
+ '''(experimental) A reference to a Hub resource.
741
+
742
+ :stability: experimental
743
+ '''
744
+ return typing.cast(HubReference, jsii.get(self, "hubRef"))
745
+
746
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
747
+ typing.cast(typing.Any, IHubRef).__jsii_proxy_class__ = lambda : _IHubRefProxy
748
+
749
+
750
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_securityhub.IHubV2Ref")
751
+ class IHubV2Ref(
752
+ _constructs_77d1e7e8.IConstruct,
753
+ _IEnvironmentAware_f39049ee,
754
+ typing_extensions.Protocol,
755
+ ):
756
+ '''(experimental) Indicates that this resource can be referenced as a HubV2.
757
+
758
+ :stability: experimental
759
+ '''
760
+
761
+ @builtins.property
762
+ @jsii.member(jsii_name="hubV2Ref")
763
+ def hub_v2_ref(self) -> HubV2Reference:
764
+ '''(experimental) A reference to a HubV2 resource.
765
+
766
+ :stability: experimental
767
+ '''
768
+ ...
769
+
770
+
771
+ class _IHubV2RefProxy(
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 HubV2.
776
+
777
+ :stability: experimental
778
+ '''
779
+
780
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_securityhub.IHubV2Ref"
781
+
782
+ @builtins.property
783
+ @jsii.member(jsii_name="hubV2Ref")
784
+ def hub_v2_ref(self) -> HubV2Reference:
785
+ '''(experimental) A reference to a HubV2 resource.
786
+
787
+ :stability: experimental
788
+ '''
789
+ return typing.cast(HubV2Reference, jsii.get(self, "hubV2Ref"))
790
+
791
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
792
+ typing.cast(typing.Any, IHubV2Ref).__jsii_proxy_class__ = lambda : _IHubV2RefProxy
793
+
794
+
795
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_securityhub.IInsightRef")
796
+ class IInsightRef(
797
+ _constructs_77d1e7e8.IConstruct,
798
+ _IEnvironmentAware_f39049ee,
799
+ typing_extensions.Protocol,
800
+ ):
801
+ '''(experimental) Indicates that this resource can be referenced as a Insight.
802
+
803
+ :stability: experimental
804
+ '''
805
+
806
+ @builtins.property
807
+ @jsii.member(jsii_name="insightRef")
808
+ def insight_ref(self) -> "InsightReference":
809
+ '''(experimental) A reference to a Insight resource.
810
+
811
+ :stability: experimental
812
+ '''
813
+ ...
814
+
815
+
816
+ class _IInsightRefProxy(
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 Insight.
821
+
822
+ :stability: experimental
823
+ '''
824
+
825
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_securityhub.IInsightRef"
826
+
827
+ @builtins.property
828
+ @jsii.member(jsii_name="insightRef")
829
+ def insight_ref(self) -> "InsightReference":
830
+ '''(experimental) A reference to a Insight resource.
831
+
832
+ :stability: experimental
833
+ '''
834
+ return typing.cast("InsightReference", jsii.get(self, "insightRef"))
835
+
836
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
837
+ typing.cast(typing.Any, IInsightRef).__jsii_proxy_class__ = lambda : _IInsightRefProxy
838
+
839
+
840
+ @jsii.interface(
841
+ jsii_type="aws-cdk-lib.interfaces.aws_securityhub.IOrganizationConfigurationRef"
842
+ )
843
+ class IOrganizationConfigurationRef(
844
+ _constructs_77d1e7e8.IConstruct,
845
+ _IEnvironmentAware_f39049ee,
846
+ typing_extensions.Protocol,
847
+ ):
848
+ '''(experimental) Indicates that this resource can be referenced as a OrganizationConfiguration.
849
+
850
+ :stability: experimental
851
+ '''
852
+
853
+ @builtins.property
854
+ @jsii.member(jsii_name="organizationConfigurationRef")
855
+ def organization_configuration_ref(self) -> "OrganizationConfigurationReference":
856
+ '''(experimental) A reference to a OrganizationConfiguration resource.
857
+
858
+ :stability: experimental
859
+ '''
860
+ ...
861
+
862
+
863
+ class _IOrganizationConfigurationRefProxy(
864
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
865
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
866
+ ):
867
+ '''(experimental) Indicates that this resource can be referenced as a OrganizationConfiguration.
868
+
869
+ :stability: experimental
870
+ '''
871
+
872
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_securityhub.IOrganizationConfigurationRef"
873
+
874
+ @builtins.property
875
+ @jsii.member(jsii_name="organizationConfigurationRef")
876
+ def organization_configuration_ref(self) -> "OrganizationConfigurationReference":
877
+ '''(experimental) A reference to a OrganizationConfiguration resource.
878
+
879
+ :stability: experimental
880
+ '''
881
+ return typing.cast("OrganizationConfigurationReference", jsii.get(self, "organizationConfigurationRef"))
882
+
883
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
884
+ typing.cast(typing.Any, IOrganizationConfigurationRef).__jsii_proxy_class__ = lambda : _IOrganizationConfigurationRefProxy
885
+
886
+
887
+ @jsii.interface(
888
+ jsii_type="aws-cdk-lib.interfaces.aws_securityhub.IPolicyAssociationRef"
889
+ )
890
+ class IPolicyAssociationRef(
891
+ _constructs_77d1e7e8.IConstruct,
892
+ _IEnvironmentAware_f39049ee,
893
+ typing_extensions.Protocol,
894
+ ):
895
+ '''(experimental) Indicates that this resource can be referenced as a PolicyAssociation.
896
+
897
+ :stability: experimental
898
+ '''
899
+
900
+ @builtins.property
901
+ @jsii.member(jsii_name="policyAssociationRef")
902
+ def policy_association_ref(self) -> "PolicyAssociationReference":
903
+ '''(experimental) A reference to a PolicyAssociation resource.
904
+
905
+ :stability: experimental
906
+ '''
907
+ ...
908
+
909
+
910
+ class _IPolicyAssociationRefProxy(
911
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
912
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
913
+ ):
914
+ '''(experimental) Indicates that this resource can be referenced as a PolicyAssociation.
915
+
916
+ :stability: experimental
917
+ '''
918
+
919
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_securityhub.IPolicyAssociationRef"
920
+
921
+ @builtins.property
922
+ @jsii.member(jsii_name="policyAssociationRef")
923
+ def policy_association_ref(self) -> "PolicyAssociationReference":
924
+ '''(experimental) A reference to a PolicyAssociation resource.
925
+
926
+ :stability: experimental
927
+ '''
928
+ return typing.cast("PolicyAssociationReference", jsii.get(self, "policyAssociationRef"))
929
+
930
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
931
+ typing.cast(typing.Any, IPolicyAssociationRef).__jsii_proxy_class__ = lambda : _IPolicyAssociationRefProxy
932
+
933
+
934
+ @jsii.interface(
935
+ jsii_type="aws-cdk-lib.interfaces.aws_securityhub.IProductSubscriptionRef"
936
+ )
937
+ class IProductSubscriptionRef(
938
+ _constructs_77d1e7e8.IConstruct,
939
+ _IEnvironmentAware_f39049ee,
940
+ typing_extensions.Protocol,
941
+ ):
942
+ '''(experimental) Indicates that this resource can be referenced as a ProductSubscription.
943
+
944
+ :stability: experimental
945
+ '''
946
+
947
+ @builtins.property
948
+ @jsii.member(jsii_name="productSubscriptionRef")
949
+ def product_subscription_ref(self) -> "ProductSubscriptionReference":
950
+ '''(experimental) A reference to a ProductSubscription resource.
951
+
952
+ :stability: experimental
953
+ '''
954
+ ...
955
+
956
+
957
+ class _IProductSubscriptionRefProxy(
958
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
959
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
960
+ ):
961
+ '''(experimental) Indicates that this resource can be referenced as a ProductSubscription.
962
+
963
+ :stability: experimental
964
+ '''
965
+
966
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_securityhub.IProductSubscriptionRef"
967
+
968
+ @builtins.property
969
+ @jsii.member(jsii_name="productSubscriptionRef")
970
+ def product_subscription_ref(self) -> "ProductSubscriptionReference":
971
+ '''(experimental) A reference to a ProductSubscription resource.
972
+
973
+ :stability: experimental
974
+ '''
975
+ return typing.cast("ProductSubscriptionReference", jsii.get(self, "productSubscriptionRef"))
976
+
977
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
978
+ typing.cast(typing.Any, IProductSubscriptionRef).__jsii_proxy_class__ = lambda : _IProductSubscriptionRefProxy
979
+
980
+
981
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_securityhub.ISecurityControlRef")
982
+ class ISecurityControlRef(
983
+ _constructs_77d1e7e8.IConstruct,
984
+ _IEnvironmentAware_f39049ee,
985
+ typing_extensions.Protocol,
986
+ ):
987
+ '''(experimental) Indicates that this resource can be referenced as a SecurityControl.
988
+
989
+ :stability: experimental
990
+ '''
991
+
992
+ @builtins.property
993
+ @jsii.member(jsii_name="securityControlRef")
994
+ def security_control_ref(self) -> "SecurityControlReference":
995
+ '''(experimental) A reference to a SecurityControl resource.
996
+
997
+ :stability: experimental
998
+ '''
999
+ ...
1000
+
1001
+
1002
+ class _ISecurityControlRefProxy(
1003
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
1004
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
1005
+ ):
1006
+ '''(experimental) Indicates that this resource can be referenced as a SecurityControl.
1007
+
1008
+ :stability: experimental
1009
+ '''
1010
+
1011
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_securityhub.ISecurityControlRef"
1012
+
1013
+ @builtins.property
1014
+ @jsii.member(jsii_name="securityControlRef")
1015
+ def security_control_ref(self) -> "SecurityControlReference":
1016
+ '''(experimental) A reference to a SecurityControl resource.
1017
+
1018
+ :stability: experimental
1019
+ '''
1020
+ return typing.cast("SecurityControlReference", jsii.get(self, "securityControlRef"))
1021
+
1022
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
1023
+ typing.cast(typing.Any, ISecurityControlRef).__jsii_proxy_class__ = lambda : _ISecurityControlRefProxy
1024
+
1025
+
1026
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_securityhub.IStandardRef")
1027
+ class IStandardRef(
1028
+ _constructs_77d1e7e8.IConstruct,
1029
+ _IEnvironmentAware_f39049ee,
1030
+ typing_extensions.Protocol,
1031
+ ):
1032
+ '''(experimental) Indicates that this resource can be referenced as a Standard.
1033
+
1034
+ :stability: experimental
1035
+ '''
1036
+
1037
+ @builtins.property
1038
+ @jsii.member(jsii_name="standardRef")
1039
+ def standard_ref(self) -> "StandardReference":
1040
+ '''(experimental) A reference to a Standard resource.
1041
+
1042
+ :stability: experimental
1043
+ '''
1044
+ ...
1045
+
1046
+
1047
+ class _IStandardRefProxy(
1048
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
1049
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
1050
+ ):
1051
+ '''(experimental) Indicates that this resource can be referenced as a Standard.
1052
+
1053
+ :stability: experimental
1054
+ '''
1055
+
1056
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_securityhub.IStandardRef"
1057
+
1058
+ @builtins.property
1059
+ @jsii.member(jsii_name="standardRef")
1060
+ def standard_ref(self) -> "StandardReference":
1061
+ '''(experimental) A reference to a Standard resource.
1062
+
1063
+ :stability: experimental
1064
+ '''
1065
+ return typing.cast("StandardReference", jsii.get(self, "standardRef"))
1066
+
1067
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
1068
+ typing.cast(typing.Any, IStandardRef).__jsii_proxy_class__ = lambda : _IStandardRefProxy
1069
+
1070
+
1071
+ @jsii.data_type(
1072
+ jsii_type="aws-cdk-lib.interfaces.aws_securityhub.InsightReference",
1073
+ jsii_struct_bases=[],
1074
+ name_mapping={"insight_arn": "insightArn"},
1075
+ )
1076
+ class InsightReference:
1077
+ def __init__(self, *, insight_arn: builtins.str) -> None:
1078
+ '''A reference to a Insight resource.
1079
+
1080
+ :param insight_arn: The InsightArn of the Insight resource.
1081
+
1082
+ :exampleMetadata: fixture=_generated
1083
+
1084
+ Example::
1085
+
1086
+ # The code below shows an example of how to instantiate this type.
1087
+ # The values are placeholders you should change.
1088
+ from aws_cdk.interfaces import aws_securityhub as interfaces_aws_securityhub
1089
+
1090
+ insight_reference = interfaces_aws_securityhub.InsightReference(
1091
+ insight_arn="insightArn"
1092
+ )
1093
+ '''
1094
+ if __debug__:
1095
+ type_hints = typing.get_type_hints(_typecheckingstub__0458c101ffc14948dabba2554b5917f46d43912d82bfaa6a51dcca94609e8d40)
1096
+ check_type(argname="argument insight_arn", value=insight_arn, expected_type=type_hints["insight_arn"])
1097
+ self._values: typing.Dict[builtins.str, typing.Any] = {
1098
+ "insight_arn": insight_arn,
1099
+ }
1100
+
1101
+ @builtins.property
1102
+ def insight_arn(self) -> builtins.str:
1103
+ '''The InsightArn of the Insight resource.'''
1104
+ result = self._values.get("insight_arn")
1105
+ assert result is not None, "Required property 'insight_arn' is missing"
1106
+ return typing.cast(builtins.str, result)
1107
+
1108
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
1109
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
1110
+
1111
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
1112
+ return not (rhs == self)
1113
+
1114
+ def __repr__(self) -> str:
1115
+ return "InsightReference(%s)" % ", ".join(
1116
+ k + "=" + repr(v) for k, v in self._values.items()
1117
+ )
1118
+
1119
+
1120
+ @jsii.data_type(
1121
+ jsii_type="aws-cdk-lib.interfaces.aws_securityhub.OrganizationConfigurationReference",
1122
+ jsii_struct_bases=[],
1123
+ name_mapping={
1124
+ "organization_configuration_identifier": "organizationConfigurationIdentifier",
1125
+ },
1126
+ )
1127
+ class OrganizationConfigurationReference:
1128
+ def __init__(self, *, organization_configuration_identifier: builtins.str) -> None:
1129
+ '''A reference to a OrganizationConfiguration resource.
1130
+
1131
+ :param organization_configuration_identifier: The OrganizationConfigurationIdentifier of the OrganizationConfiguration resource.
1132
+
1133
+ :exampleMetadata: fixture=_generated
1134
+
1135
+ Example::
1136
+
1137
+ # The code below shows an example of how to instantiate this type.
1138
+ # The values are placeholders you should change.
1139
+ from aws_cdk.interfaces import aws_securityhub as interfaces_aws_securityhub
1140
+
1141
+ organization_configuration_reference = interfaces_aws_securityhub.OrganizationConfigurationReference(
1142
+ organization_configuration_identifier="organizationConfigurationIdentifier"
1143
+ )
1144
+ '''
1145
+ if __debug__:
1146
+ type_hints = typing.get_type_hints(_typecheckingstub__8e68192f516aaa64f02830db5695b88046d18593c6a5693c3c8aec0f225a6be1)
1147
+ check_type(argname="argument organization_configuration_identifier", value=organization_configuration_identifier, expected_type=type_hints["organization_configuration_identifier"])
1148
+ self._values: typing.Dict[builtins.str, typing.Any] = {
1149
+ "organization_configuration_identifier": organization_configuration_identifier,
1150
+ }
1151
+
1152
+ @builtins.property
1153
+ def organization_configuration_identifier(self) -> builtins.str:
1154
+ '''The OrganizationConfigurationIdentifier of the OrganizationConfiguration resource.'''
1155
+ result = self._values.get("organization_configuration_identifier")
1156
+ assert result is not None, "Required property 'organization_configuration_identifier' is missing"
1157
+ return typing.cast(builtins.str, result)
1158
+
1159
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
1160
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
1161
+
1162
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
1163
+ return not (rhs == self)
1164
+
1165
+ def __repr__(self) -> str:
1166
+ return "OrganizationConfigurationReference(%s)" % ", ".join(
1167
+ k + "=" + repr(v) for k, v in self._values.items()
1168
+ )
1169
+
1170
+
1171
+ @jsii.data_type(
1172
+ jsii_type="aws-cdk-lib.interfaces.aws_securityhub.PolicyAssociationReference",
1173
+ jsii_struct_bases=[],
1174
+ name_mapping={"association_identifier": "associationIdentifier"},
1175
+ )
1176
+ class PolicyAssociationReference:
1177
+ def __init__(self, *, association_identifier: builtins.str) -> None:
1178
+ '''A reference to a PolicyAssociation resource.
1179
+
1180
+ :param association_identifier: The AssociationIdentifier of the PolicyAssociation resource.
1181
+
1182
+ :exampleMetadata: fixture=_generated
1183
+
1184
+ Example::
1185
+
1186
+ # The code below shows an example of how to instantiate this type.
1187
+ # The values are placeholders you should change.
1188
+ from aws_cdk.interfaces import aws_securityhub as interfaces_aws_securityhub
1189
+
1190
+ policy_association_reference = interfaces_aws_securityhub.PolicyAssociationReference(
1191
+ association_identifier="associationIdentifier"
1192
+ )
1193
+ '''
1194
+ if __debug__:
1195
+ type_hints = typing.get_type_hints(_typecheckingstub__23e0a6ff2ea35ae8bb02106e26430281b639559a6f3d415ea2feb07cfb1b0edb)
1196
+ check_type(argname="argument association_identifier", value=association_identifier, expected_type=type_hints["association_identifier"])
1197
+ self._values: typing.Dict[builtins.str, typing.Any] = {
1198
+ "association_identifier": association_identifier,
1199
+ }
1200
+
1201
+ @builtins.property
1202
+ def association_identifier(self) -> builtins.str:
1203
+ '''The AssociationIdentifier of the PolicyAssociation resource.'''
1204
+ result = self._values.get("association_identifier")
1205
+ assert result is not None, "Required property 'association_identifier' is missing"
1206
+ return typing.cast(builtins.str, result)
1207
+
1208
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
1209
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
1210
+
1211
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
1212
+ return not (rhs == self)
1213
+
1214
+ def __repr__(self) -> str:
1215
+ return "PolicyAssociationReference(%s)" % ", ".join(
1216
+ k + "=" + repr(v) for k, v in self._values.items()
1217
+ )
1218
+
1219
+
1220
+ @jsii.data_type(
1221
+ jsii_type="aws-cdk-lib.interfaces.aws_securityhub.ProductSubscriptionReference",
1222
+ jsii_struct_bases=[],
1223
+ name_mapping={"product_subscription_arn": "productSubscriptionArn"},
1224
+ )
1225
+ class ProductSubscriptionReference:
1226
+ def __init__(self, *, product_subscription_arn: builtins.str) -> None:
1227
+ '''A reference to a ProductSubscription resource.
1228
+
1229
+ :param product_subscription_arn: The ProductSubscriptionArn of the ProductSubscription resource.
1230
+
1231
+ :exampleMetadata: fixture=_generated
1232
+
1233
+ Example::
1234
+
1235
+ # The code below shows an example of how to instantiate this type.
1236
+ # The values are placeholders you should change.
1237
+ from aws_cdk.interfaces import aws_securityhub as interfaces_aws_securityhub
1238
+
1239
+ product_subscription_reference = interfaces_aws_securityhub.ProductSubscriptionReference(
1240
+ product_subscription_arn="productSubscriptionArn"
1241
+ )
1242
+ '''
1243
+ if __debug__:
1244
+ type_hints = typing.get_type_hints(_typecheckingstub__d4f1213ac1e04edaababb0118ef15710338e2f048be32080871c4e3703f095c2)
1245
+ check_type(argname="argument product_subscription_arn", value=product_subscription_arn, expected_type=type_hints["product_subscription_arn"])
1246
+ self._values: typing.Dict[builtins.str, typing.Any] = {
1247
+ "product_subscription_arn": product_subscription_arn,
1248
+ }
1249
+
1250
+ @builtins.property
1251
+ def product_subscription_arn(self) -> builtins.str:
1252
+ '''The ProductSubscriptionArn of the ProductSubscription resource.'''
1253
+ result = self._values.get("product_subscription_arn")
1254
+ assert result is not None, "Required property 'product_subscription_arn' is missing"
1255
+ return typing.cast(builtins.str, result)
1256
+
1257
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
1258
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
1259
+
1260
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
1261
+ return not (rhs == self)
1262
+
1263
+ def __repr__(self) -> str:
1264
+ return "ProductSubscriptionReference(%s)" % ", ".join(
1265
+ k + "=" + repr(v) for k, v in self._values.items()
1266
+ )
1267
+
1268
+
1269
+ @jsii.data_type(
1270
+ jsii_type="aws-cdk-lib.interfaces.aws_securityhub.SecurityControlReference",
1271
+ jsii_struct_bases=[],
1272
+ name_mapping={"security_control_id": "securityControlId"},
1273
+ )
1274
+ class SecurityControlReference:
1275
+ def __init__(self, *, security_control_id: builtins.str) -> None:
1276
+ '''A reference to a SecurityControl resource.
1277
+
1278
+ :param security_control_id: The SecurityControlId of the SecurityControl resource.
1279
+
1280
+ :exampleMetadata: fixture=_generated
1281
+
1282
+ Example::
1283
+
1284
+ # The code below shows an example of how to instantiate this type.
1285
+ # The values are placeholders you should change.
1286
+ from aws_cdk.interfaces import aws_securityhub as interfaces_aws_securityhub
1287
+
1288
+ security_control_reference = interfaces_aws_securityhub.SecurityControlReference(
1289
+ security_control_id="securityControlId"
1290
+ )
1291
+ '''
1292
+ if __debug__:
1293
+ type_hints = typing.get_type_hints(_typecheckingstub__171752d544f357353cc747f6a154ec8a7a3de86e88c0cb55f1f127dbfbd3278c)
1294
+ check_type(argname="argument security_control_id", value=security_control_id, expected_type=type_hints["security_control_id"])
1295
+ self._values: typing.Dict[builtins.str, typing.Any] = {
1296
+ "security_control_id": security_control_id,
1297
+ }
1298
+
1299
+ @builtins.property
1300
+ def security_control_id(self) -> builtins.str:
1301
+ '''The SecurityControlId of the SecurityControl resource.'''
1302
+ result = self._values.get("security_control_id")
1303
+ assert result is not None, "Required property 'security_control_id' is missing"
1304
+ return typing.cast(builtins.str, result)
1305
+
1306
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
1307
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
1308
+
1309
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
1310
+ return not (rhs == self)
1311
+
1312
+ def __repr__(self) -> str:
1313
+ return "SecurityControlReference(%s)" % ", ".join(
1314
+ k + "=" + repr(v) for k, v in self._values.items()
1315
+ )
1316
+
1317
+
1318
+ @jsii.data_type(
1319
+ jsii_type="aws-cdk-lib.interfaces.aws_securityhub.StandardReference",
1320
+ jsii_struct_bases=[],
1321
+ name_mapping={"standards_subscription_arn": "standardsSubscriptionArn"},
1322
+ )
1323
+ class StandardReference:
1324
+ def __init__(self, *, standards_subscription_arn: builtins.str) -> None:
1325
+ '''A reference to a Standard resource.
1326
+
1327
+ :param standards_subscription_arn: The StandardsSubscriptionArn of the Standard resource.
1328
+
1329
+ :exampleMetadata: fixture=_generated
1330
+
1331
+ Example::
1332
+
1333
+ # The code below shows an example of how to instantiate this type.
1334
+ # The values are placeholders you should change.
1335
+ from aws_cdk.interfaces import aws_securityhub as interfaces_aws_securityhub
1336
+
1337
+ standard_reference = interfaces_aws_securityhub.StandardReference(
1338
+ standards_subscription_arn="standardsSubscriptionArn"
1339
+ )
1340
+ '''
1341
+ if __debug__:
1342
+ type_hints = typing.get_type_hints(_typecheckingstub__7db55b49984acf12a9808e2ad6d880d3718370198d6511f8d5a94f8981a8a4f5)
1343
+ check_type(argname="argument standards_subscription_arn", value=standards_subscription_arn, expected_type=type_hints["standards_subscription_arn"])
1344
+ self._values: typing.Dict[builtins.str, typing.Any] = {
1345
+ "standards_subscription_arn": standards_subscription_arn,
1346
+ }
1347
+
1348
+ @builtins.property
1349
+ def standards_subscription_arn(self) -> builtins.str:
1350
+ '''The StandardsSubscriptionArn of the Standard resource.'''
1351
+ result = self._values.get("standards_subscription_arn")
1352
+ assert result is not None, "Required property 'standards_subscription_arn' is missing"
1353
+ return typing.cast(builtins.str, result)
1354
+
1355
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
1356
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
1357
+
1358
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
1359
+ return not (rhs == self)
1360
+
1361
+ def __repr__(self) -> str:
1362
+ return "StandardReference(%s)" % ", ".join(
1363
+ k + "=" + repr(v) for k, v in self._values.items()
1364
+ )
1365
+
1366
+
1367
+ __all__ = [
1368
+ "AggregatorV2Reference",
1369
+ "AutomationRuleReference",
1370
+ "AutomationRuleV2Reference",
1371
+ "ConfigurationPolicyReference",
1372
+ "DelegatedAdminReference",
1373
+ "FindingAggregatorReference",
1374
+ "HubReference",
1375
+ "HubV2Reference",
1376
+ "IAggregatorV2Ref",
1377
+ "IAutomationRuleRef",
1378
+ "IAutomationRuleV2Ref",
1379
+ "IConfigurationPolicyRef",
1380
+ "IDelegatedAdminRef",
1381
+ "IFindingAggregatorRef",
1382
+ "IHubRef",
1383
+ "IHubV2Ref",
1384
+ "IInsightRef",
1385
+ "IOrganizationConfigurationRef",
1386
+ "IPolicyAssociationRef",
1387
+ "IProductSubscriptionRef",
1388
+ "ISecurityControlRef",
1389
+ "IStandardRef",
1390
+ "InsightReference",
1391
+ "OrganizationConfigurationReference",
1392
+ "PolicyAssociationReference",
1393
+ "ProductSubscriptionReference",
1394
+ "SecurityControlReference",
1395
+ "StandardReference",
1396
+ ]
1397
+
1398
+ publication.publish()
1399
+
1400
+ def _typecheckingstub__35a220db7509efb96c8abd58d83c974df0d1ec6221841ce0031c7e29166870a6(
1401
+ *,
1402
+ aggregator_v2_arn: builtins.str,
1403
+ ) -> None:
1404
+ """Type checking stubs"""
1405
+ pass
1406
+
1407
+ def _typecheckingstub__1fc12b37b5b474e26a7ab22d75e02c9702e3dccd822e93295efe42823eb6e5bf(
1408
+ *,
1409
+ rule_arn: builtins.str,
1410
+ ) -> None:
1411
+ """Type checking stubs"""
1412
+ pass
1413
+
1414
+ def _typecheckingstub__aef4997ae46bca6cfa7dd6194511cb0c8e4c744827ab27202ec5bf7628e5b6e8(
1415
+ *,
1416
+ rule_arn: builtins.str,
1417
+ ) -> None:
1418
+ """Type checking stubs"""
1419
+ pass
1420
+
1421
+ def _typecheckingstub__7f4bf6c068777f6837cd16457e25121201ab0e5a04344d176fc401dc42df6811(
1422
+ *,
1423
+ configuration_policy_arn: builtins.str,
1424
+ ) -> None:
1425
+ """Type checking stubs"""
1426
+ pass
1427
+
1428
+ def _typecheckingstub__02fcb283a9643cdb1e80efe749afc53bd727fa2a227498840453efc18e4d0b32(
1429
+ *,
1430
+ delegated_admin_identifier: builtins.str,
1431
+ ) -> None:
1432
+ """Type checking stubs"""
1433
+ pass
1434
+
1435
+ def _typecheckingstub__d8d6cf95ba857b951122e47526fc001b1f55ba2dc693a043cb41135baa3cfdc9(
1436
+ *,
1437
+ finding_aggregator_arn: builtins.str,
1438
+ ) -> None:
1439
+ """Type checking stubs"""
1440
+ pass
1441
+
1442
+ def _typecheckingstub__64fd84efb35583fcc0b4b4b1177deb0cf485141b0d3945ccb8a69a000febb7ec(
1443
+ *,
1444
+ hub_arn: builtins.str,
1445
+ ) -> None:
1446
+ """Type checking stubs"""
1447
+ pass
1448
+
1449
+ def _typecheckingstub__0a9f49271093222ae0ce6374cb3465f6580021ffb6cb531e479d887c30c358af(
1450
+ *,
1451
+ hub_v2_arn: builtins.str,
1452
+ ) -> None:
1453
+ """Type checking stubs"""
1454
+ pass
1455
+
1456
+ def _typecheckingstub__0458c101ffc14948dabba2554b5917f46d43912d82bfaa6a51dcca94609e8d40(
1457
+ *,
1458
+ insight_arn: builtins.str,
1459
+ ) -> None:
1460
+ """Type checking stubs"""
1461
+ pass
1462
+
1463
+ def _typecheckingstub__8e68192f516aaa64f02830db5695b88046d18593c6a5693c3c8aec0f225a6be1(
1464
+ *,
1465
+ organization_configuration_identifier: builtins.str,
1466
+ ) -> None:
1467
+ """Type checking stubs"""
1468
+ pass
1469
+
1470
+ def _typecheckingstub__23e0a6ff2ea35ae8bb02106e26430281b639559a6f3d415ea2feb07cfb1b0edb(
1471
+ *,
1472
+ association_identifier: builtins.str,
1473
+ ) -> None:
1474
+ """Type checking stubs"""
1475
+ pass
1476
+
1477
+ def _typecheckingstub__d4f1213ac1e04edaababb0118ef15710338e2f048be32080871c4e3703f095c2(
1478
+ *,
1479
+ product_subscription_arn: builtins.str,
1480
+ ) -> None:
1481
+ """Type checking stubs"""
1482
+ pass
1483
+
1484
+ def _typecheckingstub__171752d544f357353cc747f6a154ec8a7a3de86e88c0cb55f1f127dbfbd3278c(
1485
+ *,
1486
+ security_control_id: builtins.str,
1487
+ ) -> None:
1488
+ """Type checking stubs"""
1489
+ pass
1490
+
1491
+ def _typecheckingstub__7db55b49984acf12a9808e2ad6d880d3718370198d6511f8d5a94f8981a8a4f5(
1492
+ *,
1493
+ standards_subscription_arn: builtins.str,
1494
+ ) -> None:
1495
+ """Type checking stubs"""
1496
+ pass
1497
+
1498
+ for cls in [IAggregatorV2Ref, IAutomationRuleRef, IAutomationRuleV2Ref, IConfigurationPolicyRef, IDelegatedAdminRef, IFindingAggregatorRef, IHubRef, IHubV2Ref, IInsightRef, IOrganizationConfigurationRef, IPolicyAssociationRef, IProductSubscriptionRef, ISecurityControlRef, IStandardRef]:
1499
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])