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,1667 @@
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_logs.AccountPolicyReference",
39
+ jsii_struct_bases=[],
40
+ name_mapping={
41
+ "account_id": "accountId",
42
+ "policy_name": "policyName",
43
+ "policy_type": "policyType",
44
+ },
45
+ )
46
+ class AccountPolicyReference:
47
+ def __init__(
48
+ self,
49
+ *,
50
+ account_id: builtins.str,
51
+ policy_name: builtins.str,
52
+ policy_type: builtins.str,
53
+ ) -> None:
54
+ '''A reference to a AccountPolicy resource.
55
+
56
+ :param account_id: The AccountId of the AccountPolicy resource.
57
+ :param policy_name: The PolicyName of the AccountPolicy resource.
58
+ :param policy_type: The PolicyType of the AccountPolicy 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_logs as interfaces_aws_logs
67
+
68
+ account_policy_reference = interfaces_aws_logs.AccountPolicyReference(
69
+ account_id="accountId",
70
+ policy_name="policyName",
71
+ policy_type="policyType"
72
+ )
73
+ '''
74
+ if __debug__:
75
+ type_hints = typing.get_type_hints(_typecheckingstub__6e5d30d368dae32e7214dde7327399c249fc454b70c0d414b73a731d6b3b975a)
76
+ check_type(argname="argument account_id", value=account_id, expected_type=type_hints["account_id"])
77
+ check_type(argname="argument policy_name", value=policy_name, expected_type=type_hints["policy_name"])
78
+ check_type(argname="argument policy_type", value=policy_type, expected_type=type_hints["policy_type"])
79
+ self._values: typing.Dict[builtins.str, typing.Any] = {
80
+ "account_id": account_id,
81
+ "policy_name": policy_name,
82
+ "policy_type": policy_type,
83
+ }
84
+
85
+ @builtins.property
86
+ def account_id(self) -> builtins.str:
87
+ '''The AccountId of the AccountPolicy resource.'''
88
+ result = self._values.get("account_id")
89
+ assert result is not None, "Required property 'account_id' is missing"
90
+ return typing.cast(builtins.str, result)
91
+
92
+ @builtins.property
93
+ def policy_name(self) -> builtins.str:
94
+ '''The PolicyName of the AccountPolicy resource.'''
95
+ result = self._values.get("policy_name")
96
+ assert result is not None, "Required property 'policy_name' is missing"
97
+ return typing.cast(builtins.str, result)
98
+
99
+ @builtins.property
100
+ def policy_type(self) -> builtins.str:
101
+ '''The PolicyType of the AccountPolicy resource.'''
102
+ result = self._values.get("policy_type")
103
+ assert result is not None, "Required property 'policy_type' 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 "AccountPolicyReference(%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_logs.DeliveryDestinationReference",
120
+ jsii_struct_bases=[],
121
+ name_mapping={
122
+ "delivery_destination_arn": "deliveryDestinationArn",
123
+ "delivery_destination_name": "deliveryDestinationName",
124
+ },
125
+ )
126
+ class DeliveryDestinationReference:
127
+ def __init__(
128
+ self,
129
+ *,
130
+ delivery_destination_arn: builtins.str,
131
+ delivery_destination_name: builtins.str,
132
+ ) -> None:
133
+ '''A reference to a DeliveryDestination resource.
134
+
135
+ :param delivery_destination_arn: The ARN of the DeliveryDestination resource.
136
+ :param delivery_destination_name: The Name of the DeliveryDestination resource.
137
+
138
+ :exampleMetadata: fixture=_generated
139
+
140
+ Example::
141
+
142
+ # The code below shows an example of how to instantiate this type.
143
+ # The values are placeholders you should change.
144
+ from aws_cdk.interfaces import aws_logs as interfaces_aws_logs
145
+
146
+ delivery_destination_reference = interfaces_aws_logs.DeliveryDestinationReference(
147
+ delivery_destination_arn="deliveryDestinationArn",
148
+ delivery_destination_name="deliveryDestinationName"
149
+ )
150
+ '''
151
+ if __debug__:
152
+ type_hints = typing.get_type_hints(_typecheckingstub__d77a1fb4ac2647cdfa788a3962d5ff897d9ba488f410dcac7efc4ea322da89c9)
153
+ check_type(argname="argument delivery_destination_arn", value=delivery_destination_arn, expected_type=type_hints["delivery_destination_arn"])
154
+ check_type(argname="argument delivery_destination_name", value=delivery_destination_name, expected_type=type_hints["delivery_destination_name"])
155
+ self._values: typing.Dict[builtins.str, typing.Any] = {
156
+ "delivery_destination_arn": delivery_destination_arn,
157
+ "delivery_destination_name": delivery_destination_name,
158
+ }
159
+
160
+ @builtins.property
161
+ def delivery_destination_arn(self) -> builtins.str:
162
+ '''The ARN of the DeliveryDestination resource.'''
163
+ result = self._values.get("delivery_destination_arn")
164
+ assert result is not None, "Required property 'delivery_destination_arn' is missing"
165
+ return typing.cast(builtins.str, result)
166
+
167
+ @builtins.property
168
+ def delivery_destination_name(self) -> builtins.str:
169
+ '''The Name of the DeliveryDestination resource.'''
170
+ result = self._values.get("delivery_destination_name")
171
+ assert result is not None, "Required property 'delivery_destination_name' is missing"
172
+ return typing.cast(builtins.str, result)
173
+
174
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
175
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
176
+
177
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
178
+ return not (rhs == self)
179
+
180
+ def __repr__(self) -> str:
181
+ return "DeliveryDestinationReference(%s)" % ", ".join(
182
+ k + "=" + repr(v) for k, v in self._values.items()
183
+ )
184
+
185
+
186
+ @jsii.data_type(
187
+ jsii_type="aws-cdk-lib.interfaces.aws_logs.DeliveryReference",
188
+ jsii_struct_bases=[],
189
+ name_mapping={"delivery_arn": "deliveryArn", "delivery_id": "deliveryId"},
190
+ )
191
+ class DeliveryReference:
192
+ def __init__(
193
+ self,
194
+ *,
195
+ delivery_arn: builtins.str,
196
+ delivery_id: builtins.str,
197
+ ) -> None:
198
+ '''A reference to a Delivery resource.
199
+
200
+ :param delivery_arn: The ARN of the Delivery resource.
201
+ :param delivery_id: The DeliveryId of the Delivery resource.
202
+
203
+ :exampleMetadata: fixture=_generated
204
+
205
+ Example::
206
+
207
+ # The code below shows an example of how to instantiate this type.
208
+ # The values are placeholders you should change.
209
+ from aws_cdk.interfaces import aws_logs as interfaces_aws_logs
210
+
211
+ delivery_reference = interfaces_aws_logs.DeliveryReference(
212
+ delivery_arn="deliveryArn",
213
+ delivery_id="deliveryId"
214
+ )
215
+ '''
216
+ if __debug__:
217
+ type_hints = typing.get_type_hints(_typecheckingstub__120822921746f4d35e3b0433d834a26219946042aca3813bab6a68930277875e)
218
+ check_type(argname="argument delivery_arn", value=delivery_arn, expected_type=type_hints["delivery_arn"])
219
+ check_type(argname="argument delivery_id", value=delivery_id, expected_type=type_hints["delivery_id"])
220
+ self._values: typing.Dict[builtins.str, typing.Any] = {
221
+ "delivery_arn": delivery_arn,
222
+ "delivery_id": delivery_id,
223
+ }
224
+
225
+ @builtins.property
226
+ def delivery_arn(self) -> builtins.str:
227
+ '''The ARN of the Delivery resource.'''
228
+ result = self._values.get("delivery_arn")
229
+ assert result is not None, "Required property 'delivery_arn' is missing"
230
+ return typing.cast(builtins.str, result)
231
+
232
+ @builtins.property
233
+ def delivery_id(self) -> builtins.str:
234
+ '''The DeliveryId of the Delivery resource.'''
235
+ result = self._values.get("delivery_id")
236
+ assert result is not None, "Required property 'delivery_id' is missing"
237
+ return typing.cast(builtins.str, result)
238
+
239
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
240
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
241
+
242
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
243
+ return not (rhs == self)
244
+
245
+ def __repr__(self) -> str:
246
+ return "DeliveryReference(%s)" % ", ".join(
247
+ k + "=" + repr(v) for k, v in self._values.items()
248
+ )
249
+
250
+
251
+ @jsii.data_type(
252
+ jsii_type="aws-cdk-lib.interfaces.aws_logs.DeliverySourceReference",
253
+ jsii_struct_bases=[],
254
+ name_mapping={
255
+ "delivery_source_arn": "deliverySourceArn",
256
+ "delivery_source_name": "deliverySourceName",
257
+ },
258
+ )
259
+ class DeliverySourceReference:
260
+ def __init__(
261
+ self,
262
+ *,
263
+ delivery_source_arn: builtins.str,
264
+ delivery_source_name: builtins.str,
265
+ ) -> None:
266
+ '''A reference to a DeliverySource resource.
267
+
268
+ :param delivery_source_arn: The ARN of the DeliverySource resource.
269
+ :param delivery_source_name: The Name of the DeliverySource resource.
270
+
271
+ :exampleMetadata: fixture=_generated
272
+
273
+ Example::
274
+
275
+ # The code below shows an example of how to instantiate this type.
276
+ # The values are placeholders you should change.
277
+ from aws_cdk.interfaces import aws_logs as interfaces_aws_logs
278
+
279
+ delivery_source_reference = interfaces_aws_logs.DeliverySourceReference(
280
+ delivery_source_arn="deliverySourceArn",
281
+ delivery_source_name="deliverySourceName"
282
+ )
283
+ '''
284
+ if __debug__:
285
+ type_hints = typing.get_type_hints(_typecheckingstub__d84496c584c12fa0a7abce78ecb2626aebff2ea2da1b8692bd28a3ea5be19b90)
286
+ check_type(argname="argument delivery_source_arn", value=delivery_source_arn, expected_type=type_hints["delivery_source_arn"])
287
+ check_type(argname="argument delivery_source_name", value=delivery_source_name, expected_type=type_hints["delivery_source_name"])
288
+ self._values: typing.Dict[builtins.str, typing.Any] = {
289
+ "delivery_source_arn": delivery_source_arn,
290
+ "delivery_source_name": delivery_source_name,
291
+ }
292
+
293
+ @builtins.property
294
+ def delivery_source_arn(self) -> builtins.str:
295
+ '''The ARN of the DeliverySource resource.'''
296
+ result = self._values.get("delivery_source_arn")
297
+ assert result is not None, "Required property 'delivery_source_arn' is missing"
298
+ return typing.cast(builtins.str, result)
299
+
300
+ @builtins.property
301
+ def delivery_source_name(self) -> builtins.str:
302
+ '''The Name of the DeliverySource resource.'''
303
+ result = self._values.get("delivery_source_name")
304
+ assert result is not None, "Required property 'delivery_source_name' is missing"
305
+ return typing.cast(builtins.str, result)
306
+
307
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
308
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
309
+
310
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
311
+ return not (rhs == self)
312
+
313
+ def __repr__(self) -> str:
314
+ return "DeliverySourceReference(%s)" % ", ".join(
315
+ k + "=" + repr(v) for k, v in self._values.items()
316
+ )
317
+
318
+
319
+ @jsii.data_type(
320
+ jsii_type="aws-cdk-lib.interfaces.aws_logs.DestinationReference",
321
+ jsii_struct_bases=[],
322
+ name_mapping={
323
+ "destination_arn": "destinationArn",
324
+ "destination_name": "destinationName",
325
+ },
326
+ )
327
+ class DestinationReference:
328
+ def __init__(
329
+ self,
330
+ *,
331
+ destination_arn: builtins.str,
332
+ destination_name: builtins.str,
333
+ ) -> None:
334
+ '''A reference to a Destination resource.
335
+
336
+ :param destination_arn: The ARN of the Destination resource.
337
+ :param destination_name: The DestinationName of the Destination resource.
338
+
339
+ :exampleMetadata: fixture=_generated
340
+
341
+ Example::
342
+
343
+ # The code below shows an example of how to instantiate this type.
344
+ # The values are placeholders you should change.
345
+ from aws_cdk.interfaces import aws_logs as interfaces_aws_logs
346
+
347
+ destination_reference = interfaces_aws_logs.DestinationReference(
348
+ destination_arn="destinationArn",
349
+ destination_name="destinationName"
350
+ )
351
+ '''
352
+ if __debug__:
353
+ type_hints = typing.get_type_hints(_typecheckingstub__f8bc552d9e2cd9371b7b566d808d316d9592f3ce00dab981d5ff39de473ff8e1)
354
+ check_type(argname="argument destination_arn", value=destination_arn, expected_type=type_hints["destination_arn"])
355
+ check_type(argname="argument destination_name", value=destination_name, expected_type=type_hints["destination_name"])
356
+ self._values: typing.Dict[builtins.str, typing.Any] = {
357
+ "destination_arn": destination_arn,
358
+ "destination_name": destination_name,
359
+ }
360
+
361
+ @builtins.property
362
+ def destination_arn(self) -> builtins.str:
363
+ '''The ARN of the Destination resource.'''
364
+ result = self._values.get("destination_arn")
365
+ assert result is not None, "Required property 'destination_arn' is missing"
366
+ return typing.cast(builtins.str, result)
367
+
368
+ @builtins.property
369
+ def destination_name(self) -> builtins.str:
370
+ '''The DestinationName of the Destination resource.'''
371
+ result = self._values.get("destination_name")
372
+ assert result is not None, "Required property 'destination_name' is missing"
373
+ return typing.cast(builtins.str, result)
374
+
375
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
376
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
377
+
378
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
379
+ return not (rhs == self)
380
+
381
+ def __repr__(self) -> str:
382
+ return "DestinationReference(%s)" % ", ".join(
383
+ k + "=" + repr(v) for k, v in self._values.items()
384
+ )
385
+
386
+
387
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_logs.IAccountPolicyRef")
388
+ class IAccountPolicyRef(
389
+ _constructs_77d1e7e8.IConstruct,
390
+ _IEnvironmentAware_f39049ee,
391
+ typing_extensions.Protocol,
392
+ ):
393
+ '''(experimental) Indicates that this resource can be referenced as a AccountPolicy.
394
+
395
+ :stability: experimental
396
+ '''
397
+
398
+ @builtins.property
399
+ @jsii.member(jsii_name="accountPolicyRef")
400
+ def account_policy_ref(self) -> AccountPolicyReference:
401
+ '''(experimental) A reference to a AccountPolicy resource.
402
+
403
+ :stability: experimental
404
+ '''
405
+ ...
406
+
407
+
408
+ class _IAccountPolicyRefProxy(
409
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
410
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
411
+ ):
412
+ '''(experimental) Indicates that this resource can be referenced as a AccountPolicy.
413
+
414
+ :stability: experimental
415
+ '''
416
+
417
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_logs.IAccountPolicyRef"
418
+
419
+ @builtins.property
420
+ @jsii.member(jsii_name="accountPolicyRef")
421
+ def account_policy_ref(self) -> AccountPolicyReference:
422
+ '''(experimental) A reference to a AccountPolicy resource.
423
+
424
+ :stability: experimental
425
+ '''
426
+ return typing.cast(AccountPolicyReference, jsii.get(self, "accountPolicyRef"))
427
+
428
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
429
+ typing.cast(typing.Any, IAccountPolicyRef).__jsii_proxy_class__ = lambda : _IAccountPolicyRefProxy
430
+
431
+
432
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_logs.IDeliveryDestinationRef")
433
+ class IDeliveryDestinationRef(
434
+ _constructs_77d1e7e8.IConstruct,
435
+ _IEnvironmentAware_f39049ee,
436
+ typing_extensions.Protocol,
437
+ ):
438
+ '''(experimental) Indicates that this resource can be referenced as a DeliveryDestination.
439
+
440
+ :stability: experimental
441
+ '''
442
+
443
+ @builtins.property
444
+ @jsii.member(jsii_name="deliveryDestinationRef")
445
+ def delivery_destination_ref(self) -> DeliveryDestinationReference:
446
+ '''(experimental) A reference to a DeliveryDestination resource.
447
+
448
+ :stability: experimental
449
+ '''
450
+ ...
451
+
452
+
453
+ class _IDeliveryDestinationRefProxy(
454
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
455
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
456
+ ):
457
+ '''(experimental) Indicates that this resource can be referenced as a DeliveryDestination.
458
+
459
+ :stability: experimental
460
+ '''
461
+
462
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_logs.IDeliveryDestinationRef"
463
+
464
+ @builtins.property
465
+ @jsii.member(jsii_name="deliveryDestinationRef")
466
+ def delivery_destination_ref(self) -> DeliveryDestinationReference:
467
+ '''(experimental) A reference to a DeliveryDestination resource.
468
+
469
+ :stability: experimental
470
+ '''
471
+ return typing.cast(DeliveryDestinationReference, jsii.get(self, "deliveryDestinationRef"))
472
+
473
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
474
+ typing.cast(typing.Any, IDeliveryDestinationRef).__jsii_proxy_class__ = lambda : _IDeliveryDestinationRefProxy
475
+
476
+
477
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_logs.IDeliveryRef")
478
+ class IDeliveryRef(
479
+ _constructs_77d1e7e8.IConstruct,
480
+ _IEnvironmentAware_f39049ee,
481
+ typing_extensions.Protocol,
482
+ ):
483
+ '''(experimental) Indicates that this resource can be referenced as a Delivery.
484
+
485
+ :stability: experimental
486
+ '''
487
+
488
+ @builtins.property
489
+ @jsii.member(jsii_name="deliveryRef")
490
+ def delivery_ref(self) -> DeliveryReference:
491
+ '''(experimental) A reference to a Delivery resource.
492
+
493
+ :stability: experimental
494
+ '''
495
+ ...
496
+
497
+
498
+ class _IDeliveryRefProxy(
499
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
500
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
501
+ ):
502
+ '''(experimental) Indicates that this resource can be referenced as a Delivery.
503
+
504
+ :stability: experimental
505
+ '''
506
+
507
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_logs.IDeliveryRef"
508
+
509
+ @builtins.property
510
+ @jsii.member(jsii_name="deliveryRef")
511
+ def delivery_ref(self) -> DeliveryReference:
512
+ '''(experimental) A reference to a Delivery resource.
513
+
514
+ :stability: experimental
515
+ '''
516
+ return typing.cast(DeliveryReference, jsii.get(self, "deliveryRef"))
517
+
518
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
519
+ typing.cast(typing.Any, IDeliveryRef).__jsii_proxy_class__ = lambda : _IDeliveryRefProxy
520
+
521
+
522
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_logs.IDeliverySourceRef")
523
+ class IDeliverySourceRef(
524
+ _constructs_77d1e7e8.IConstruct,
525
+ _IEnvironmentAware_f39049ee,
526
+ typing_extensions.Protocol,
527
+ ):
528
+ '''(experimental) Indicates that this resource can be referenced as a DeliverySource.
529
+
530
+ :stability: experimental
531
+ '''
532
+
533
+ @builtins.property
534
+ @jsii.member(jsii_name="deliverySourceRef")
535
+ def delivery_source_ref(self) -> DeliverySourceReference:
536
+ '''(experimental) A reference to a DeliverySource resource.
537
+
538
+ :stability: experimental
539
+ '''
540
+ ...
541
+
542
+
543
+ class _IDeliverySourceRefProxy(
544
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
545
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
546
+ ):
547
+ '''(experimental) Indicates that this resource can be referenced as a DeliverySource.
548
+
549
+ :stability: experimental
550
+ '''
551
+
552
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_logs.IDeliverySourceRef"
553
+
554
+ @builtins.property
555
+ @jsii.member(jsii_name="deliverySourceRef")
556
+ def delivery_source_ref(self) -> DeliverySourceReference:
557
+ '''(experimental) A reference to a DeliverySource resource.
558
+
559
+ :stability: experimental
560
+ '''
561
+ return typing.cast(DeliverySourceReference, jsii.get(self, "deliverySourceRef"))
562
+
563
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
564
+ typing.cast(typing.Any, IDeliverySourceRef).__jsii_proxy_class__ = lambda : _IDeliverySourceRefProxy
565
+
566
+
567
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_logs.IDestinationRef")
568
+ class IDestinationRef(
569
+ _constructs_77d1e7e8.IConstruct,
570
+ _IEnvironmentAware_f39049ee,
571
+ typing_extensions.Protocol,
572
+ ):
573
+ '''(experimental) Indicates that this resource can be referenced as a Destination.
574
+
575
+ :stability: experimental
576
+ '''
577
+
578
+ @builtins.property
579
+ @jsii.member(jsii_name="destinationRef")
580
+ def destination_ref(self) -> DestinationReference:
581
+ '''(experimental) A reference to a Destination resource.
582
+
583
+ :stability: experimental
584
+ '''
585
+ ...
586
+
587
+
588
+ class _IDestinationRefProxy(
589
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
590
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
591
+ ):
592
+ '''(experimental) Indicates that this resource can be referenced as a Destination.
593
+
594
+ :stability: experimental
595
+ '''
596
+
597
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_logs.IDestinationRef"
598
+
599
+ @builtins.property
600
+ @jsii.member(jsii_name="destinationRef")
601
+ def destination_ref(self) -> DestinationReference:
602
+ '''(experimental) A reference to a Destination resource.
603
+
604
+ :stability: experimental
605
+ '''
606
+ return typing.cast(DestinationReference, jsii.get(self, "destinationRef"))
607
+
608
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
609
+ typing.cast(typing.Any, IDestinationRef).__jsii_proxy_class__ = lambda : _IDestinationRefProxy
610
+
611
+
612
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_logs.IIntegrationRef")
613
+ class IIntegrationRef(
614
+ _constructs_77d1e7e8.IConstruct,
615
+ _IEnvironmentAware_f39049ee,
616
+ typing_extensions.Protocol,
617
+ ):
618
+ '''(experimental) Indicates that this resource can be referenced as a Integration.
619
+
620
+ :stability: experimental
621
+ '''
622
+
623
+ @builtins.property
624
+ @jsii.member(jsii_name="integrationRef")
625
+ def integration_ref(self) -> "IntegrationReference":
626
+ '''(experimental) A reference to a Integration resource.
627
+
628
+ :stability: experimental
629
+ '''
630
+ ...
631
+
632
+
633
+ class _IIntegrationRefProxy(
634
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
635
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
636
+ ):
637
+ '''(experimental) Indicates that this resource can be referenced as a Integration.
638
+
639
+ :stability: experimental
640
+ '''
641
+
642
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_logs.IIntegrationRef"
643
+
644
+ @builtins.property
645
+ @jsii.member(jsii_name="integrationRef")
646
+ def integration_ref(self) -> "IntegrationReference":
647
+ '''(experimental) A reference to a Integration resource.
648
+
649
+ :stability: experimental
650
+ '''
651
+ return typing.cast("IntegrationReference", jsii.get(self, "integrationRef"))
652
+
653
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
654
+ typing.cast(typing.Any, IIntegrationRef).__jsii_proxy_class__ = lambda : _IIntegrationRefProxy
655
+
656
+
657
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_logs.ILogAnomalyDetectorRef")
658
+ class ILogAnomalyDetectorRef(
659
+ _constructs_77d1e7e8.IConstruct,
660
+ _IEnvironmentAware_f39049ee,
661
+ typing_extensions.Protocol,
662
+ ):
663
+ '''(experimental) Indicates that this resource can be referenced as a LogAnomalyDetector.
664
+
665
+ :stability: experimental
666
+ '''
667
+
668
+ @builtins.property
669
+ @jsii.member(jsii_name="logAnomalyDetectorRef")
670
+ def log_anomaly_detector_ref(self) -> "LogAnomalyDetectorReference":
671
+ '''(experimental) A reference to a LogAnomalyDetector resource.
672
+
673
+ :stability: experimental
674
+ '''
675
+ ...
676
+
677
+
678
+ class _ILogAnomalyDetectorRefProxy(
679
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
680
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
681
+ ):
682
+ '''(experimental) Indicates that this resource can be referenced as a LogAnomalyDetector.
683
+
684
+ :stability: experimental
685
+ '''
686
+
687
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_logs.ILogAnomalyDetectorRef"
688
+
689
+ @builtins.property
690
+ @jsii.member(jsii_name="logAnomalyDetectorRef")
691
+ def log_anomaly_detector_ref(self) -> "LogAnomalyDetectorReference":
692
+ '''(experimental) A reference to a LogAnomalyDetector resource.
693
+
694
+ :stability: experimental
695
+ '''
696
+ return typing.cast("LogAnomalyDetectorReference", jsii.get(self, "logAnomalyDetectorRef"))
697
+
698
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
699
+ typing.cast(typing.Any, ILogAnomalyDetectorRef).__jsii_proxy_class__ = lambda : _ILogAnomalyDetectorRefProxy
700
+
701
+
702
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_logs.ILogGroupRef")
703
+ class ILogGroupRef(
704
+ _constructs_77d1e7e8.IConstruct,
705
+ _IEnvironmentAware_f39049ee,
706
+ typing_extensions.Protocol,
707
+ ):
708
+ '''(experimental) Indicates that this resource can be referenced as a LogGroup.
709
+
710
+ :stability: experimental
711
+ '''
712
+
713
+ @builtins.property
714
+ @jsii.member(jsii_name="logGroupRef")
715
+ def log_group_ref(self) -> "LogGroupReference":
716
+ '''(experimental) A reference to a LogGroup resource.
717
+
718
+ :stability: experimental
719
+ '''
720
+ ...
721
+
722
+
723
+ class _ILogGroupRefProxy(
724
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
725
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
726
+ ):
727
+ '''(experimental) Indicates that this resource can be referenced as a LogGroup.
728
+
729
+ :stability: experimental
730
+ '''
731
+
732
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_logs.ILogGroupRef"
733
+
734
+ @builtins.property
735
+ @jsii.member(jsii_name="logGroupRef")
736
+ def log_group_ref(self) -> "LogGroupReference":
737
+ '''(experimental) A reference to a LogGroup resource.
738
+
739
+ :stability: experimental
740
+ '''
741
+ return typing.cast("LogGroupReference", jsii.get(self, "logGroupRef"))
742
+
743
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
744
+ typing.cast(typing.Any, ILogGroupRef).__jsii_proxy_class__ = lambda : _ILogGroupRefProxy
745
+
746
+
747
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_logs.ILogStreamRef")
748
+ class ILogStreamRef(
749
+ _constructs_77d1e7e8.IConstruct,
750
+ _IEnvironmentAware_f39049ee,
751
+ typing_extensions.Protocol,
752
+ ):
753
+ '''(experimental) Indicates that this resource can be referenced as a LogStream.
754
+
755
+ :stability: experimental
756
+ '''
757
+
758
+ @builtins.property
759
+ @jsii.member(jsii_name="logStreamRef")
760
+ def log_stream_ref(self) -> "LogStreamReference":
761
+ '''(experimental) A reference to a LogStream resource.
762
+
763
+ :stability: experimental
764
+ '''
765
+ ...
766
+
767
+
768
+ class _ILogStreamRefProxy(
769
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
770
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
771
+ ):
772
+ '''(experimental) Indicates that this resource can be referenced as a LogStream.
773
+
774
+ :stability: experimental
775
+ '''
776
+
777
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_logs.ILogStreamRef"
778
+
779
+ @builtins.property
780
+ @jsii.member(jsii_name="logStreamRef")
781
+ def log_stream_ref(self) -> "LogStreamReference":
782
+ '''(experimental) A reference to a LogStream resource.
783
+
784
+ :stability: experimental
785
+ '''
786
+ return typing.cast("LogStreamReference", jsii.get(self, "logStreamRef"))
787
+
788
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
789
+ typing.cast(typing.Any, ILogStreamRef).__jsii_proxy_class__ = lambda : _ILogStreamRefProxy
790
+
791
+
792
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_logs.IMetricFilterRef")
793
+ class IMetricFilterRef(
794
+ _constructs_77d1e7e8.IConstruct,
795
+ _IEnvironmentAware_f39049ee,
796
+ typing_extensions.Protocol,
797
+ ):
798
+ '''(experimental) Indicates that this resource can be referenced as a MetricFilter.
799
+
800
+ :stability: experimental
801
+ '''
802
+
803
+ @builtins.property
804
+ @jsii.member(jsii_name="metricFilterRef")
805
+ def metric_filter_ref(self) -> "MetricFilterReference":
806
+ '''(experimental) A reference to a MetricFilter resource.
807
+
808
+ :stability: experimental
809
+ '''
810
+ ...
811
+
812
+
813
+ class _IMetricFilterRefProxy(
814
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
815
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
816
+ ):
817
+ '''(experimental) Indicates that this resource can be referenced as a MetricFilter.
818
+
819
+ :stability: experimental
820
+ '''
821
+
822
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_logs.IMetricFilterRef"
823
+
824
+ @builtins.property
825
+ @jsii.member(jsii_name="metricFilterRef")
826
+ def metric_filter_ref(self) -> "MetricFilterReference":
827
+ '''(experimental) A reference to a MetricFilter resource.
828
+
829
+ :stability: experimental
830
+ '''
831
+ return typing.cast("MetricFilterReference", jsii.get(self, "metricFilterRef"))
832
+
833
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
834
+ typing.cast(typing.Any, IMetricFilterRef).__jsii_proxy_class__ = lambda : _IMetricFilterRefProxy
835
+
836
+
837
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_logs.IQueryDefinitionRef")
838
+ class IQueryDefinitionRef(
839
+ _constructs_77d1e7e8.IConstruct,
840
+ _IEnvironmentAware_f39049ee,
841
+ typing_extensions.Protocol,
842
+ ):
843
+ '''(experimental) Indicates that this resource can be referenced as a QueryDefinition.
844
+
845
+ :stability: experimental
846
+ '''
847
+
848
+ @builtins.property
849
+ @jsii.member(jsii_name="queryDefinitionRef")
850
+ def query_definition_ref(self) -> "QueryDefinitionReference":
851
+ '''(experimental) A reference to a QueryDefinition resource.
852
+
853
+ :stability: experimental
854
+ '''
855
+ ...
856
+
857
+
858
+ class _IQueryDefinitionRefProxy(
859
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
860
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
861
+ ):
862
+ '''(experimental) Indicates that this resource can be referenced as a QueryDefinition.
863
+
864
+ :stability: experimental
865
+ '''
866
+
867
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_logs.IQueryDefinitionRef"
868
+
869
+ @builtins.property
870
+ @jsii.member(jsii_name="queryDefinitionRef")
871
+ def query_definition_ref(self) -> "QueryDefinitionReference":
872
+ '''(experimental) A reference to a QueryDefinition resource.
873
+
874
+ :stability: experimental
875
+ '''
876
+ return typing.cast("QueryDefinitionReference", jsii.get(self, "queryDefinitionRef"))
877
+
878
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
879
+ typing.cast(typing.Any, IQueryDefinitionRef).__jsii_proxy_class__ = lambda : _IQueryDefinitionRefProxy
880
+
881
+
882
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_logs.IResourcePolicyRef")
883
+ class IResourcePolicyRef(
884
+ _constructs_77d1e7e8.IConstruct,
885
+ _IEnvironmentAware_f39049ee,
886
+ typing_extensions.Protocol,
887
+ ):
888
+ '''(experimental) Indicates that this resource can be referenced as a ResourcePolicy.
889
+
890
+ :stability: experimental
891
+ '''
892
+
893
+ @builtins.property
894
+ @jsii.member(jsii_name="resourcePolicyRef")
895
+ def resource_policy_ref(self) -> "ResourcePolicyReference":
896
+ '''(experimental) A reference to a ResourcePolicy resource.
897
+
898
+ :stability: experimental
899
+ '''
900
+ ...
901
+
902
+
903
+ class _IResourcePolicyRefProxy(
904
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
905
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
906
+ ):
907
+ '''(experimental) Indicates that this resource can be referenced as a ResourcePolicy.
908
+
909
+ :stability: experimental
910
+ '''
911
+
912
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_logs.IResourcePolicyRef"
913
+
914
+ @builtins.property
915
+ @jsii.member(jsii_name="resourcePolicyRef")
916
+ def resource_policy_ref(self) -> "ResourcePolicyReference":
917
+ '''(experimental) A reference to a ResourcePolicy resource.
918
+
919
+ :stability: experimental
920
+ '''
921
+ return typing.cast("ResourcePolicyReference", jsii.get(self, "resourcePolicyRef"))
922
+
923
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
924
+ typing.cast(typing.Any, IResourcePolicyRef).__jsii_proxy_class__ = lambda : _IResourcePolicyRefProxy
925
+
926
+
927
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_logs.ISubscriptionFilterRef")
928
+ class ISubscriptionFilterRef(
929
+ _constructs_77d1e7e8.IConstruct,
930
+ _IEnvironmentAware_f39049ee,
931
+ typing_extensions.Protocol,
932
+ ):
933
+ '''(experimental) Indicates that this resource can be referenced as a SubscriptionFilter.
934
+
935
+ :stability: experimental
936
+ '''
937
+
938
+ @builtins.property
939
+ @jsii.member(jsii_name="subscriptionFilterRef")
940
+ def subscription_filter_ref(self) -> "SubscriptionFilterReference":
941
+ '''(experimental) A reference to a SubscriptionFilter resource.
942
+
943
+ :stability: experimental
944
+ '''
945
+ ...
946
+
947
+
948
+ class _ISubscriptionFilterRefProxy(
949
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
950
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
951
+ ):
952
+ '''(experimental) Indicates that this resource can be referenced as a SubscriptionFilter.
953
+
954
+ :stability: experimental
955
+ '''
956
+
957
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_logs.ISubscriptionFilterRef"
958
+
959
+ @builtins.property
960
+ @jsii.member(jsii_name="subscriptionFilterRef")
961
+ def subscription_filter_ref(self) -> "SubscriptionFilterReference":
962
+ '''(experimental) A reference to a SubscriptionFilter resource.
963
+
964
+ :stability: experimental
965
+ '''
966
+ return typing.cast("SubscriptionFilterReference", jsii.get(self, "subscriptionFilterRef"))
967
+
968
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
969
+ typing.cast(typing.Any, ISubscriptionFilterRef).__jsii_proxy_class__ = lambda : _ISubscriptionFilterRefProxy
970
+
971
+
972
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_logs.ITransformerRef")
973
+ class ITransformerRef(
974
+ _constructs_77d1e7e8.IConstruct,
975
+ _IEnvironmentAware_f39049ee,
976
+ typing_extensions.Protocol,
977
+ ):
978
+ '''(experimental) Indicates that this resource can be referenced as a Transformer.
979
+
980
+ :stability: experimental
981
+ '''
982
+
983
+ @builtins.property
984
+ @jsii.member(jsii_name="transformerRef")
985
+ def transformer_ref(self) -> "TransformerReference":
986
+ '''(experimental) A reference to a Transformer resource.
987
+
988
+ :stability: experimental
989
+ '''
990
+ ...
991
+
992
+
993
+ class _ITransformerRefProxy(
994
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
995
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
996
+ ):
997
+ '''(experimental) Indicates that this resource can be referenced as a Transformer.
998
+
999
+ :stability: experimental
1000
+ '''
1001
+
1002
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_logs.ITransformerRef"
1003
+
1004
+ @builtins.property
1005
+ @jsii.member(jsii_name="transformerRef")
1006
+ def transformer_ref(self) -> "TransformerReference":
1007
+ '''(experimental) A reference to a Transformer resource.
1008
+
1009
+ :stability: experimental
1010
+ '''
1011
+ return typing.cast("TransformerReference", jsii.get(self, "transformerRef"))
1012
+
1013
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
1014
+ typing.cast(typing.Any, ITransformerRef).__jsii_proxy_class__ = lambda : _ITransformerRefProxy
1015
+
1016
+
1017
+ @jsii.data_type(
1018
+ jsii_type="aws-cdk-lib.interfaces.aws_logs.IntegrationReference",
1019
+ jsii_struct_bases=[],
1020
+ name_mapping={"integration_name": "integrationName"},
1021
+ )
1022
+ class IntegrationReference:
1023
+ def __init__(self, *, integration_name: builtins.str) -> None:
1024
+ '''A reference to a Integration resource.
1025
+
1026
+ :param integration_name: The IntegrationName of the Integration resource.
1027
+
1028
+ :exampleMetadata: fixture=_generated
1029
+
1030
+ Example::
1031
+
1032
+ # The code below shows an example of how to instantiate this type.
1033
+ # The values are placeholders you should change.
1034
+ from aws_cdk.interfaces import aws_logs as interfaces_aws_logs
1035
+
1036
+ integration_reference = interfaces_aws_logs.IntegrationReference(
1037
+ integration_name="integrationName"
1038
+ )
1039
+ '''
1040
+ if __debug__:
1041
+ type_hints = typing.get_type_hints(_typecheckingstub__1703873f2c4ccbee88bbf0c7ca2ddfc3f1234e6825106fd7e40f138a6a2b2c12)
1042
+ check_type(argname="argument integration_name", value=integration_name, expected_type=type_hints["integration_name"])
1043
+ self._values: typing.Dict[builtins.str, typing.Any] = {
1044
+ "integration_name": integration_name,
1045
+ }
1046
+
1047
+ @builtins.property
1048
+ def integration_name(self) -> builtins.str:
1049
+ '''The IntegrationName of the Integration resource.'''
1050
+ result = self._values.get("integration_name")
1051
+ assert result is not None, "Required property 'integration_name' is missing"
1052
+ return typing.cast(builtins.str, result)
1053
+
1054
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
1055
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
1056
+
1057
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
1058
+ return not (rhs == self)
1059
+
1060
+ def __repr__(self) -> str:
1061
+ return "IntegrationReference(%s)" % ", ".join(
1062
+ k + "=" + repr(v) for k, v in self._values.items()
1063
+ )
1064
+
1065
+
1066
+ @jsii.data_type(
1067
+ jsii_type="aws-cdk-lib.interfaces.aws_logs.LogAnomalyDetectorReference",
1068
+ jsii_struct_bases=[],
1069
+ name_mapping={"anomaly_detector_arn": "anomalyDetectorArn"},
1070
+ )
1071
+ class LogAnomalyDetectorReference:
1072
+ def __init__(self, *, anomaly_detector_arn: builtins.str) -> None:
1073
+ '''A reference to a LogAnomalyDetector resource.
1074
+
1075
+ :param anomaly_detector_arn: The AnomalyDetectorArn of the LogAnomalyDetector resource.
1076
+
1077
+ :exampleMetadata: fixture=_generated
1078
+
1079
+ Example::
1080
+
1081
+ # The code below shows an example of how to instantiate this type.
1082
+ # The values are placeholders you should change.
1083
+ from aws_cdk.interfaces import aws_logs as interfaces_aws_logs
1084
+
1085
+ log_anomaly_detector_reference = interfaces_aws_logs.LogAnomalyDetectorReference(
1086
+ anomaly_detector_arn="anomalyDetectorArn"
1087
+ )
1088
+ '''
1089
+ if __debug__:
1090
+ type_hints = typing.get_type_hints(_typecheckingstub__152b39908445fadfbc79d871241b90c661b02270875df9f6e2dad130314205d3)
1091
+ check_type(argname="argument anomaly_detector_arn", value=anomaly_detector_arn, expected_type=type_hints["anomaly_detector_arn"])
1092
+ self._values: typing.Dict[builtins.str, typing.Any] = {
1093
+ "anomaly_detector_arn": anomaly_detector_arn,
1094
+ }
1095
+
1096
+ @builtins.property
1097
+ def anomaly_detector_arn(self) -> builtins.str:
1098
+ '''The AnomalyDetectorArn of the LogAnomalyDetector resource.'''
1099
+ result = self._values.get("anomaly_detector_arn")
1100
+ assert result is not None, "Required property 'anomaly_detector_arn' is missing"
1101
+ return typing.cast(builtins.str, result)
1102
+
1103
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
1104
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
1105
+
1106
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
1107
+ return not (rhs == self)
1108
+
1109
+ def __repr__(self) -> str:
1110
+ return "LogAnomalyDetectorReference(%s)" % ", ".join(
1111
+ k + "=" + repr(v) for k, v in self._values.items()
1112
+ )
1113
+
1114
+
1115
+ @jsii.data_type(
1116
+ jsii_type="aws-cdk-lib.interfaces.aws_logs.LogGroupReference",
1117
+ jsii_struct_bases=[],
1118
+ name_mapping={"log_group_arn": "logGroupArn", "log_group_name": "logGroupName"},
1119
+ )
1120
+ class LogGroupReference:
1121
+ def __init__(
1122
+ self,
1123
+ *,
1124
+ log_group_arn: builtins.str,
1125
+ log_group_name: builtins.str,
1126
+ ) -> None:
1127
+ '''A reference to a LogGroup resource.
1128
+
1129
+ :param log_group_arn: The ARN of the LogGroup resource.
1130
+ :param log_group_name: The LogGroupName of the LogGroup resource.
1131
+
1132
+ :exampleMetadata: fixture=_generated
1133
+
1134
+ Example::
1135
+
1136
+ # The code below shows an example of how to instantiate this type.
1137
+ # The values are placeholders you should change.
1138
+ from aws_cdk.interfaces import aws_logs as interfaces_aws_logs
1139
+
1140
+ log_group_reference = interfaces_aws_logs.LogGroupReference(
1141
+ log_group_arn="logGroupArn",
1142
+ log_group_name="logGroupName"
1143
+ )
1144
+ '''
1145
+ if __debug__:
1146
+ type_hints = typing.get_type_hints(_typecheckingstub__5fe89828e7a154c5f7552641e63ee94599a41b1e437ef573c9f5e6db186190eb)
1147
+ check_type(argname="argument log_group_arn", value=log_group_arn, expected_type=type_hints["log_group_arn"])
1148
+ check_type(argname="argument log_group_name", value=log_group_name, expected_type=type_hints["log_group_name"])
1149
+ self._values: typing.Dict[builtins.str, typing.Any] = {
1150
+ "log_group_arn": log_group_arn,
1151
+ "log_group_name": log_group_name,
1152
+ }
1153
+
1154
+ @builtins.property
1155
+ def log_group_arn(self) -> builtins.str:
1156
+ '''The ARN of the LogGroup resource.'''
1157
+ result = self._values.get("log_group_arn")
1158
+ assert result is not None, "Required property 'log_group_arn' is missing"
1159
+ return typing.cast(builtins.str, result)
1160
+
1161
+ @builtins.property
1162
+ def log_group_name(self) -> builtins.str:
1163
+ '''The LogGroupName of the LogGroup resource.'''
1164
+ result = self._values.get("log_group_name")
1165
+ assert result is not None, "Required property 'log_group_name' is missing"
1166
+ return typing.cast(builtins.str, result)
1167
+
1168
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
1169
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
1170
+
1171
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
1172
+ return not (rhs == self)
1173
+
1174
+ def __repr__(self) -> str:
1175
+ return "LogGroupReference(%s)" % ", ".join(
1176
+ k + "=" + repr(v) for k, v in self._values.items()
1177
+ )
1178
+
1179
+
1180
+ @jsii.data_type(
1181
+ jsii_type="aws-cdk-lib.interfaces.aws_logs.LogStreamReference",
1182
+ jsii_struct_bases=[],
1183
+ name_mapping={
1184
+ "log_group_name": "logGroupName",
1185
+ "log_stream_name": "logStreamName",
1186
+ },
1187
+ )
1188
+ class LogStreamReference:
1189
+ def __init__(
1190
+ self,
1191
+ *,
1192
+ log_group_name: builtins.str,
1193
+ log_stream_name: builtins.str,
1194
+ ) -> None:
1195
+ '''A reference to a LogStream resource.
1196
+
1197
+ :param log_group_name: The LogGroupName of the LogStream resource.
1198
+ :param log_stream_name: The LogStreamName of the LogStream resource.
1199
+
1200
+ :exampleMetadata: fixture=_generated
1201
+
1202
+ Example::
1203
+
1204
+ # The code below shows an example of how to instantiate this type.
1205
+ # The values are placeholders you should change.
1206
+ from aws_cdk.interfaces import aws_logs as interfaces_aws_logs
1207
+
1208
+ log_stream_reference = interfaces_aws_logs.LogStreamReference(
1209
+ log_group_name="logGroupName",
1210
+ log_stream_name="logStreamName"
1211
+ )
1212
+ '''
1213
+ if __debug__:
1214
+ type_hints = typing.get_type_hints(_typecheckingstub__85d915d59921c4aa886cbb4de386337e2c238f0d53665de4072f8408e2b88eed)
1215
+ check_type(argname="argument log_group_name", value=log_group_name, expected_type=type_hints["log_group_name"])
1216
+ check_type(argname="argument log_stream_name", value=log_stream_name, expected_type=type_hints["log_stream_name"])
1217
+ self._values: typing.Dict[builtins.str, typing.Any] = {
1218
+ "log_group_name": log_group_name,
1219
+ "log_stream_name": log_stream_name,
1220
+ }
1221
+
1222
+ @builtins.property
1223
+ def log_group_name(self) -> builtins.str:
1224
+ '''The LogGroupName of the LogStream resource.'''
1225
+ result = self._values.get("log_group_name")
1226
+ assert result is not None, "Required property 'log_group_name' is missing"
1227
+ return typing.cast(builtins.str, result)
1228
+
1229
+ @builtins.property
1230
+ def log_stream_name(self) -> builtins.str:
1231
+ '''The LogStreamName of the LogStream resource.'''
1232
+ result = self._values.get("log_stream_name")
1233
+ assert result is not None, "Required property 'log_stream_name' is missing"
1234
+ return typing.cast(builtins.str, result)
1235
+
1236
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
1237
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
1238
+
1239
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
1240
+ return not (rhs == self)
1241
+
1242
+ def __repr__(self) -> str:
1243
+ return "LogStreamReference(%s)" % ", ".join(
1244
+ k + "=" + repr(v) for k, v in self._values.items()
1245
+ )
1246
+
1247
+
1248
+ @jsii.data_type(
1249
+ jsii_type="aws-cdk-lib.interfaces.aws_logs.MetricFilterReference",
1250
+ jsii_struct_bases=[],
1251
+ name_mapping={"filter_name": "filterName", "log_group_name": "logGroupName"},
1252
+ )
1253
+ class MetricFilterReference:
1254
+ def __init__(
1255
+ self,
1256
+ *,
1257
+ filter_name: builtins.str,
1258
+ log_group_name: builtins.str,
1259
+ ) -> None:
1260
+ '''A reference to a MetricFilter resource.
1261
+
1262
+ :param filter_name: The FilterName of the MetricFilter resource.
1263
+ :param log_group_name: The LogGroupName of the MetricFilter resource.
1264
+
1265
+ :exampleMetadata: fixture=_generated
1266
+
1267
+ Example::
1268
+
1269
+ # The code below shows an example of how to instantiate this type.
1270
+ # The values are placeholders you should change.
1271
+ from aws_cdk.interfaces import aws_logs as interfaces_aws_logs
1272
+
1273
+ metric_filter_reference = interfaces_aws_logs.MetricFilterReference(
1274
+ filter_name="filterName",
1275
+ log_group_name="logGroupName"
1276
+ )
1277
+ '''
1278
+ if __debug__:
1279
+ type_hints = typing.get_type_hints(_typecheckingstub__0dd155a7485ffe46c95eee44276dec1d256a0f0efaa393c9cf9bca74377784a0)
1280
+ check_type(argname="argument filter_name", value=filter_name, expected_type=type_hints["filter_name"])
1281
+ check_type(argname="argument log_group_name", value=log_group_name, expected_type=type_hints["log_group_name"])
1282
+ self._values: typing.Dict[builtins.str, typing.Any] = {
1283
+ "filter_name": filter_name,
1284
+ "log_group_name": log_group_name,
1285
+ }
1286
+
1287
+ @builtins.property
1288
+ def filter_name(self) -> builtins.str:
1289
+ '''The FilterName of the MetricFilter resource.'''
1290
+ result = self._values.get("filter_name")
1291
+ assert result is not None, "Required property 'filter_name' is missing"
1292
+ return typing.cast(builtins.str, result)
1293
+
1294
+ @builtins.property
1295
+ def log_group_name(self) -> builtins.str:
1296
+ '''The LogGroupName of the MetricFilter resource.'''
1297
+ result = self._values.get("log_group_name")
1298
+ assert result is not None, "Required property 'log_group_name' is missing"
1299
+ return typing.cast(builtins.str, result)
1300
+
1301
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
1302
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
1303
+
1304
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
1305
+ return not (rhs == self)
1306
+
1307
+ def __repr__(self) -> str:
1308
+ return "MetricFilterReference(%s)" % ", ".join(
1309
+ k + "=" + repr(v) for k, v in self._values.items()
1310
+ )
1311
+
1312
+
1313
+ @jsii.data_type(
1314
+ jsii_type="aws-cdk-lib.interfaces.aws_logs.QueryDefinitionReference",
1315
+ jsii_struct_bases=[],
1316
+ name_mapping={"query_definition_id": "queryDefinitionId"},
1317
+ )
1318
+ class QueryDefinitionReference:
1319
+ def __init__(self, *, query_definition_id: builtins.str) -> None:
1320
+ '''A reference to a QueryDefinition resource.
1321
+
1322
+ :param query_definition_id: The QueryDefinitionId of the QueryDefinition resource.
1323
+
1324
+ :exampleMetadata: fixture=_generated
1325
+
1326
+ Example::
1327
+
1328
+ # The code below shows an example of how to instantiate this type.
1329
+ # The values are placeholders you should change.
1330
+ from aws_cdk.interfaces import aws_logs as interfaces_aws_logs
1331
+
1332
+ query_definition_reference = interfaces_aws_logs.QueryDefinitionReference(
1333
+ query_definition_id="queryDefinitionId"
1334
+ )
1335
+ '''
1336
+ if __debug__:
1337
+ type_hints = typing.get_type_hints(_typecheckingstub__c6f0fd6904adbb837b22190ab99423e0e018696b8ad4a24948c5f16de048ef3b)
1338
+ check_type(argname="argument query_definition_id", value=query_definition_id, expected_type=type_hints["query_definition_id"])
1339
+ self._values: typing.Dict[builtins.str, typing.Any] = {
1340
+ "query_definition_id": query_definition_id,
1341
+ }
1342
+
1343
+ @builtins.property
1344
+ def query_definition_id(self) -> builtins.str:
1345
+ '''The QueryDefinitionId of the QueryDefinition resource.'''
1346
+ result = self._values.get("query_definition_id")
1347
+ assert result is not None, "Required property 'query_definition_id' is missing"
1348
+ return typing.cast(builtins.str, result)
1349
+
1350
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
1351
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
1352
+
1353
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
1354
+ return not (rhs == self)
1355
+
1356
+ def __repr__(self) -> str:
1357
+ return "QueryDefinitionReference(%s)" % ", ".join(
1358
+ k + "=" + repr(v) for k, v in self._values.items()
1359
+ )
1360
+
1361
+
1362
+ @jsii.data_type(
1363
+ jsii_type="aws-cdk-lib.interfaces.aws_logs.ResourcePolicyReference",
1364
+ jsii_struct_bases=[],
1365
+ name_mapping={"policy_name": "policyName"},
1366
+ )
1367
+ class ResourcePolicyReference:
1368
+ def __init__(self, *, policy_name: builtins.str) -> None:
1369
+ '''A reference to a ResourcePolicy resource.
1370
+
1371
+ :param policy_name: The PolicyName of the ResourcePolicy resource.
1372
+
1373
+ :exampleMetadata: fixture=_generated
1374
+
1375
+ Example::
1376
+
1377
+ # The code below shows an example of how to instantiate this type.
1378
+ # The values are placeholders you should change.
1379
+ from aws_cdk.interfaces import aws_logs as interfaces_aws_logs
1380
+
1381
+ resource_policy_reference = interfaces_aws_logs.ResourcePolicyReference(
1382
+ policy_name="policyName"
1383
+ )
1384
+ '''
1385
+ if __debug__:
1386
+ type_hints = typing.get_type_hints(_typecheckingstub__7dd0a9d7208bca48cbe9ee31cf0855b2cfe4bf47b854d644fb162df8becf60a5)
1387
+ check_type(argname="argument policy_name", value=policy_name, expected_type=type_hints["policy_name"])
1388
+ self._values: typing.Dict[builtins.str, typing.Any] = {
1389
+ "policy_name": policy_name,
1390
+ }
1391
+
1392
+ @builtins.property
1393
+ def policy_name(self) -> builtins.str:
1394
+ '''The PolicyName of the ResourcePolicy resource.'''
1395
+ result = self._values.get("policy_name")
1396
+ assert result is not None, "Required property 'policy_name' is missing"
1397
+ return typing.cast(builtins.str, result)
1398
+
1399
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
1400
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
1401
+
1402
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
1403
+ return not (rhs == self)
1404
+
1405
+ def __repr__(self) -> str:
1406
+ return "ResourcePolicyReference(%s)" % ", ".join(
1407
+ k + "=" + repr(v) for k, v in self._values.items()
1408
+ )
1409
+
1410
+
1411
+ @jsii.data_type(
1412
+ jsii_type="aws-cdk-lib.interfaces.aws_logs.SubscriptionFilterReference",
1413
+ jsii_struct_bases=[],
1414
+ name_mapping={"filter_name": "filterName", "log_group_name": "logGroupName"},
1415
+ )
1416
+ class SubscriptionFilterReference:
1417
+ def __init__(
1418
+ self,
1419
+ *,
1420
+ filter_name: builtins.str,
1421
+ log_group_name: builtins.str,
1422
+ ) -> None:
1423
+ '''A reference to a SubscriptionFilter resource.
1424
+
1425
+ :param filter_name: The FilterName of the SubscriptionFilter resource.
1426
+ :param log_group_name: The LogGroupName of the SubscriptionFilter resource.
1427
+
1428
+ :exampleMetadata: fixture=_generated
1429
+
1430
+ Example::
1431
+
1432
+ # The code below shows an example of how to instantiate this type.
1433
+ # The values are placeholders you should change.
1434
+ from aws_cdk.interfaces import aws_logs as interfaces_aws_logs
1435
+
1436
+ subscription_filter_reference = interfaces_aws_logs.SubscriptionFilterReference(
1437
+ filter_name="filterName",
1438
+ log_group_name="logGroupName"
1439
+ )
1440
+ '''
1441
+ if __debug__:
1442
+ type_hints = typing.get_type_hints(_typecheckingstub__e03b9321b3853e172ea485b7f87ee05500da31635f70cfb3931308cf53d5b7c9)
1443
+ check_type(argname="argument filter_name", value=filter_name, expected_type=type_hints["filter_name"])
1444
+ check_type(argname="argument log_group_name", value=log_group_name, expected_type=type_hints["log_group_name"])
1445
+ self._values: typing.Dict[builtins.str, typing.Any] = {
1446
+ "filter_name": filter_name,
1447
+ "log_group_name": log_group_name,
1448
+ }
1449
+
1450
+ @builtins.property
1451
+ def filter_name(self) -> builtins.str:
1452
+ '''The FilterName of the SubscriptionFilter resource.'''
1453
+ result = self._values.get("filter_name")
1454
+ assert result is not None, "Required property 'filter_name' is missing"
1455
+ return typing.cast(builtins.str, result)
1456
+
1457
+ @builtins.property
1458
+ def log_group_name(self) -> builtins.str:
1459
+ '''The LogGroupName of the SubscriptionFilter resource.'''
1460
+ result = self._values.get("log_group_name")
1461
+ assert result is not None, "Required property 'log_group_name' is missing"
1462
+ return typing.cast(builtins.str, result)
1463
+
1464
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
1465
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
1466
+
1467
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
1468
+ return not (rhs == self)
1469
+
1470
+ def __repr__(self) -> str:
1471
+ return "SubscriptionFilterReference(%s)" % ", ".join(
1472
+ k + "=" + repr(v) for k, v in self._values.items()
1473
+ )
1474
+
1475
+
1476
+ @jsii.data_type(
1477
+ jsii_type="aws-cdk-lib.interfaces.aws_logs.TransformerReference",
1478
+ jsii_struct_bases=[],
1479
+ name_mapping={"log_group_identifier": "logGroupIdentifier"},
1480
+ )
1481
+ class TransformerReference:
1482
+ def __init__(self, *, log_group_identifier: builtins.str) -> None:
1483
+ '''A reference to a Transformer resource.
1484
+
1485
+ :param log_group_identifier: The LogGroupIdentifier of the Transformer resource.
1486
+
1487
+ :exampleMetadata: fixture=_generated
1488
+
1489
+ Example::
1490
+
1491
+ # The code below shows an example of how to instantiate this type.
1492
+ # The values are placeholders you should change.
1493
+ from aws_cdk.interfaces import aws_logs as interfaces_aws_logs
1494
+
1495
+ transformer_reference = interfaces_aws_logs.TransformerReference(
1496
+ log_group_identifier="logGroupIdentifier"
1497
+ )
1498
+ '''
1499
+ if __debug__:
1500
+ type_hints = typing.get_type_hints(_typecheckingstub__15e0e35db8a493355cc50017a7dbec5573a8aaa6167649b1ea54abc2a13252d0)
1501
+ check_type(argname="argument log_group_identifier", value=log_group_identifier, expected_type=type_hints["log_group_identifier"])
1502
+ self._values: typing.Dict[builtins.str, typing.Any] = {
1503
+ "log_group_identifier": log_group_identifier,
1504
+ }
1505
+
1506
+ @builtins.property
1507
+ def log_group_identifier(self) -> builtins.str:
1508
+ '''The LogGroupIdentifier of the Transformer resource.'''
1509
+ result = self._values.get("log_group_identifier")
1510
+ assert result is not None, "Required property 'log_group_identifier' is missing"
1511
+ return typing.cast(builtins.str, result)
1512
+
1513
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
1514
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
1515
+
1516
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
1517
+ return not (rhs == self)
1518
+
1519
+ def __repr__(self) -> str:
1520
+ return "TransformerReference(%s)" % ", ".join(
1521
+ k + "=" + repr(v) for k, v in self._values.items()
1522
+ )
1523
+
1524
+
1525
+ __all__ = [
1526
+ "AccountPolicyReference",
1527
+ "DeliveryDestinationReference",
1528
+ "DeliveryReference",
1529
+ "DeliverySourceReference",
1530
+ "DestinationReference",
1531
+ "IAccountPolicyRef",
1532
+ "IDeliveryDestinationRef",
1533
+ "IDeliveryRef",
1534
+ "IDeliverySourceRef",
1535
+ "IDestinationRef",
1536
+ "IIntegrationRef",
1537
+ "ILogAnomalyDetectorRef",
1538
+ "ILogGroupRef",
1539
+ "ILogStreamRef",
1540
+ "IMetricFilterRef",
1541
+ "IQueryDefinitionRef",
1542
+ "IResourcePolicyRef",
1543
+ "ISubscriptionFilterRef",
1544
+ "ITransformerRef",
1545
+ "IntegrationReference",
1546
+ "LogAnomalyDetectorReference",
1547
+ "LogGroupReference",
1548
+ "LogStreamReference",
1549
+ "MetricFilterReference",
1550
+ "QueryDefinitionReference",
1551
+ "ResourcePolicyReference",
1552
+ "SubscriptionFilterReference",
1553
+ "TransformerReference",
1554
+ ]
1555
+
1556
+ publication.publish()
1557
+
1558
+ def _typecheckingstub__6e5d30d368dae32e7214dde7327399c249fc454b70c0d414b73a731d6b3b975a(
1559
+ *,
1560
+ account_id: builtins.str,
1561
+ policy_name: builtins.str,
1562
+ policy_type: builtins.str,
1563
+ ) -> None:
1564
+ """Type checking stubs"""
1565
+ pass
1566
+
1567
+ def _typecheckingstub__d77a1fb4ac2647cdfa788a3962d5ff897d9ba488f410dcac7efc4ea322da89c9(
1568
+ *,
1569
+ delivery_destination_arn: builtins.str,
1570
+ delivery_destination_name: builtins.str,
1571
+ ) -> None:
1572
+ """Type checking stubs"""
1573
+ pass
1574
+
1575
+ def _typecheckingstub__120822921746f4d35e3b0433d834a26219946042aca3813bab6a68930277875e(
1576
+ *,
1577
+ delivery_arn: builtins.str,
1578
+ delivery_id: builtins.str,
1579
+ ) -> None:
1580
+ """Type checking stubs"""
1581
+ pass
1582
+
1583
+ def _typecheckingstub__d84496c584c12fa0a7abce78ecb2626aebff2ea2da1b8692bd28a3ea5be19b90(
1584
+ *,
1585
+ delivery_source_arn: builtins.str,
1586
+ delivery_source_name: builtins.str,
1587
+ ) -> None:
1588
+ """Type checking stubs"""
1589
+ pass
1590
+
1591
+ def _typecheckingstub__f8bc552d9e2cd9371b7b566d808d316d9592f3ce00dab981d5ff39de473ff8e1(
1592
+ *,
1593
+ destination_arn: builtins.str,
1594
+ destination_name: builtins.str,
1595
+ ) -> None:
1596
+ """Type checking stubs"""
1597
+ pass
1598
+
1599
+ def _typecheckingstub__1703873f2c4ccbee88bbf0c7ca2ddfc3f1234e6825106fd7e40f138a6a2b2c12(
1600
+ *,
1601
+ integration_name: builtins.str,
1602
+ ) -> None:
1603
+ """Type checking stubs"""
1604
+ pass
1605
+
1606
+ def _typecheckingstub__152b39908445fadfbc79d871241b90c661b02270875df9f6e2dad130314205d3(
1607
+ *,
1608
+ anomaly_detector_arn: builtins.str,
1609
+ ) -> None:
1610
+ """Type checking stubs"""
1611
+ pass
1612
+
1613
+ def _typecheckingstub__5fe89828e7a154c5f7552641e63ee94599a41b1e437ef573c9f5e6db186190eb(
1614
+ *,
1615
+ log_group_arn: builtins.str,
1616
+ log_group_name: builtins.str,
1617
+ ) -> None:
1618
+ """Type checking stubs"""
1619
+ pass
1620
+
1621
+ def _typecheckingstub__85d915d59921c4aa886cbb4de386337e2c238f0d53665de4072f8408e2b88eed(
1622
+ *,
1623
+ log_group_name: builtins.str,
1624
+ log_stream_name: builtins.str,
1625
+ ) -> None:
1626
+ """Type checking stubs"""
1627
+ pass
1628
+
1629
+ def _typecheckingstub__0dd155a7485ffe46c95eee44276dec1d256a0f0efaa393c9cf9bca74377784a0(
1630
+ *,
1631
+ filter_name: builtins.str,
1632
+ log_group_name: builtins.str,
1633
+ ) -> None:
1634
+ """Type checking stubs"""
1635
+ pass
1636
+
1637
+ def _typecheckingstub__c6f0fd6904adbb837b22190ab99423e0e018696b8ad4a24948c5f16de048ef3b(
1638
+ *,
1639
+ query_definition_id: builtins.str,
1640
+ ) -> None:
1641
+ """Type checking stubs"""
1642
+ pass
1643
+
1644
+ def _typecheckingstub__7dd0a9d7208bca48cbe9ee31cf0855b2cfe4bf47b854d644fb162df8becf60a5(
1645
+ *,
1646
+ policy_name: builtins.str,
1647
+ ) -> None:
1648
+ """Type checking stubs"""
1649
+ pass
1650
+
1651
+ def _typecheckingstub__e03b9321b3853e172ea485b7f87ee05500da31635f70cfb3931308cf53d5b7c9(
1652
+ *,
1653
+ filter_name: builtins.str,
1654
+ log_group_name: builtins.str,
1655
+ ) -> None:
1656
+ """Type checking stubs"""
1657
+ pass
1658
+
1659
+ def _typecheckingstub__15e0e35db8a493355cc50017a7dbec5573a8aaa6167649b1ea54abc2a13252d0(
1660
+ *,
1661
+ log_group_identifier: builtins.str,
1662
+ ) -> None:
1663
+ """Type checking stubs"""
1664
+ pass
1665
+
1666
+ for cls in [IAccountPolicyRef, IDeliveryDestinationRef, IDeliveryRef, IDeliverySourceRef, IDestinationRef, IIntegrationRef, ILogAnomalyDetectorRef, ILogGroupRef, ILogStreamRef, IMetricFilterRef, IQueryDefinitionRef, IResourcePolicyRef, ISubscriptionFilterRef, ITransformerRef]:
1667
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])