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
@@ -381,9 +381,15 @@ from ..aws_iam import (
381
381
  IRole as _IRole_235f5d8e,
382
382
  )
383
383
  from ..aws_kms import IKey as _IKey_5f11635f
384
+ from ..interfaces.aws_scheduler import (
385
+ IScheduleGroupRef as _IScheduleGroupRef_c08a74b7,
386
+ IScheduleRef as _IScheduleRef_5286fcb6,
387
+ ScheduleGroupReference as _ScheduleGroupReference_fd0e4c46,
388
+ ScheduleReference as _ScheduleReference_c219736f,
389
+ )
384
390
 
385
391
 
386
- @jsii.implements(_IInspectable_c2943556)
392
+ @jsii.implements(_IInspectable_c2943556, _IScheduleRef_5286fcb6)
387
393
  class CfnSchedule(
388
394
  _CfnResource_9df397a6,
389
395
  metaclass=jsii.JSIIMeta,
@@ -515,7 +521,8 @@ class CfnSchedule(
515
521
  start_date: typing.Optional[builtins.str] = None,
516
522
  state: typing.Optional[builtins.str] = None,
517
523
  ) -> None:
518
- '''
524
+ '''Create a new ``AWS::Scheduler::Schedule``.
525
+
519
526
  :param scope: Scope in which this resource is defined.
520
527
  :param id: Construct identifier for this resource (unique in its scope).
521
528
  :param flexible_time_window: Allows you to configure a time window during which EventBridge Scheduler invokes the schedule.
@@ -594,6 +601,12 @@ class CfnSchedule(
594
601
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
595
602
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
596
603
 
604
+ @builtins.property
605
+ @jsii.member(jsii_name="scheduleRef")
606
+ def schedule_ref(self) -> _ScheduleReference_c219736f:
607
+ '''A reference to a Schedule resource.'''
608
+ return typing.cast(_ScheduleReference_c219736f, jsii.get(self, "scheduleRef"))
609
+
597
610
  @builtins.property
598
611
  @jsii.member(jsii_name="flexibleTimeWindow")
599
612
  def flexible_time_window(
@@ -2280,7 +2293,7 @@ class CfnSchedule(
2280
2293
  )
2281
2294
 
2282
2295
 
2283
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
2296
+ @jsii.implements(_IInspectable_c2943556, _IScheduleGroupRef_c08a74b7, _ITaggable_36806126)
2284
2297
  class CfnScheduleGroup(
2285
2298
  _CfnResource_9df397a6,
2286
2299
  metaclass=jsii.JSIIMeta,
@@ -2319,7 +2332,8 @@ class CfnScheduleGroup(
2319
2332
  name: typing.Optional[builtins.str] = None,
2320
2333
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
2321
2334
  ) -> None:
2322
- '''
2335
+ '''Create a new ``AWS::Scheduler::ScheduleGroup``.
2336
+
2323
2337
  :param scope: Scope in which this resource is defined.
2324
2338
  :param id: Construct identifier for this resource (unique in its scope).
2325
2339
  :param name: The name of the schedule group.
@@ -2406,6 +2420,12 @@ class CfnScheduleGroup(
2406
2420
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
2407
2421
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
2408
2422
 
2423
+ @builtins.property
2424
+ @jsii.member(jsii_name="scheduleGroupRef")
2425
+ def schedule_group_ref(self) -> _ScheduleGroupReference_fd0e4c46:
2426
+ '''A reference to a ScheduleGroup resource.'''
2427
+ return typing.cast(_ScheduleGroupReference_fd0e4c46, jsii.get(self, "scheduleGroupRef"))
2428
+
2409
2429
  @builtins.property
2410
2430
  @jsii.member(jsii_name="tags")
2411
2431
  def tags(self) -> _TagManager_0a598cb3:
@@ -3185,6 +3205,7 @@ class IScheduleGroup(_IResource_c80c4260, typing_extensions.Protocol):
3185
3205
  account: typing.Optional[builtins.str] = None,
3186
3206
  color: typing.Optional[builtins.str] = None,
3187
3207
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
3208
+ id: typing.Optional[builtins.str] = None,
3188
3209
  label: typing.Optional[builtins.str] = None,
3189
3210
  period: typing.Optional[_Duration_4839e8c3] = None,
3190
3211
  region: typing.Optional[builtins.str] = None,
@@ -3192,6 +3213,7 @@ class IScheduleGroup(_IResource_c80c4260, typing_extensions.Protocol):
3192
3213
  stack_region: typing.Optional[builtins.str] = None,
3193
3214
  statistic: typing.Optional[builtins.str] = None,
3194
3215
  unit: typing.Optional[_Unit_61bc6f70] = None,
3216
+ visible: typing.Optional[builtins.bool] = None,
3195
3217
  ) -> _Metric_e396a4dc:
3196
3218
  '''Return the given named metric for this group schedules.
3197
3219
 
@@ -3199,6 +3221,7 @@ class IScheduleGroup(_IResource_c80c4260, typing_extensions.Protocol):
3199
3221
  :param account: Account which this metric comes from. Default: - Deployment account.
3200
3222
  :param color: The hex color code, prefixed with '#' (e.g. '#00ff00'), to use when this metric is rendered on a graph. The ``Color`` class has a set of standard colors that can be used here. Default: - Automatic color
3201
3223
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
3224
+ :param id: Unique identifier for this metric when used in dashboard widgets. The id can be used as a variable to represent this metric in math expressions. Valid characters are letters, numbers, and underscore. The first character must be a lowercase letter. Default: - No ID
3202
3225
  :param label: Label for this metric when added to a Graph in a Dashboard. You can use `dynamic labels <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/graph-dynamic-labels.html>`_ to show summary information about the entire displayed time series in the legend. For example, if you use:: [max: ${MAX}] MyMetric As the metric label, the maximum value in the visible range will be shown next to the time series name in the graph's legend. Default: - No label
3203
3226
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
3204
3227
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -3206,6 +3229,7 @@ class IScheduleGroup(_IResource_c80c4260, typing_extensions.Protocol):
3206
3229
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
3207
3230
  :param statistic: What function to use for aggregating. Use the ``aws_cloudwatch.Stats`` helper class to construct valid input strings. Can be one of the following: - "Minimum" | "min" - "Maximum" | "max" - "Average" | "avg" - "Sum" | "sum" - "SampleCount | "n" - "pNN.NN" - "tmNN.NN" | "tm(NN.NN%:NN.NN%)" - "iqm" - "wmNN.NN" | "wm(NN.NN%:NN.NN%)" - "tcNN.NN" | "tc(NN.NN%:NN.NN%)" - "tsNN.NN" | "ts(NN.NN%:NN.NN%)" Default: Average
3208
3231
  :param unit: Unit used to filter the metric stream. Only refer to datums emitted to the metric stream with the given unit and ignore all others. Only useful when datums are being emitted to the same metric stream under different units. The default is to use all matric datums in the stream, regardless of unit, which is recommended in nearly all cases. CloudWatch does not honor this property for graphs. Default: - All metric datums in the given metric stream
3232
+ :param visible: Whether this metric should be visible in dashboard graphs. Setting this to false is useful when you want to hide raw metrics that are used in math expressions, and show only the expression results. Default: true
3209
3233
 
3210
3234
  :default: - sum over 5 minutes
3211
3235
  '''
@@ -3218,6 +3242,7 @@ class IScheduleGroup(_IResource_c80c4260, typing_extensions.Protocol):
3218
3242
  account: typing.Optional[builtins.str] = None,
3219
3243
  color: typing.Optional[builtins.str] = None,
3220
3244
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
3245
+ id: typing.Optional[builtins.str] = None,
3221
3246
  label: typing.Optional[builtins.str] = None,
3222
3247
  period: typing.Optional[_Duration_4839e8c3] = None,
3223
3248
  region: typing.Optional[builtins.str] = None,
@@ -3225,12 +3250,14 @@ class IScheduleGroup(_IResource_c80c4260, typing_extensions.Protocol):
3225
3250
  stack_region: typing.Optional[builtins.str] = None,
3226
3251
  statistic: typing.Optional[builtins.str] = None,
3227
3252
  unit: typing.Optional[_Unit_61bc6f70] = None,
3253
+ visible: typing.Optional[builtins.bool] = None,
3228
3254
  ) -> _Metric_e396a4dc:
3229
3255
  '''Metric for all invocation attempts.
3230
3256
 
3231
3257
  :param account: Account which this metric comes from. Default: - Deployment account.
3232
3258
  :param color: The hex color code, prefixed with '#' (e.g. '#00ff00'), to use when this metric is rendered on a graph. The ``Color`` class has a set of standard colors that can be used here. Default: - Automatic color
3233
3259
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
3260
+ :param id: Unique identifier for this metric when used in dashboard widgets. The id can be used as a variable to represent this metric in math expressions. Valid characters are letters, numbers, and underscore. The first character must be a lowercase letter. Default: - No ID
3234
3261
  :param label: Label for this metric when added to a Graph in a Dashboard. You can use `dynamic labels <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/graph-dynamic-labels.html>`_ to show summary information about the entire displayed time series in the legend. For example, if you use:: [max: ${MAX}] MyMetric As the metric label, the maximum value in the visible range will be shown next to the time series name in the graph's legend. Default: - No label
3235
3262
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
3236
3263
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -3238,6 +3265,7 @@ class IScheduleGroup(_IResource_c80c4260, typing_extensions.Protocol):
3238
3265
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
3239
3266
  :param statistic: What function to use for aggregating. Use the ``aws_cloudwatch.Stats`` helper class to construct valid input strings. Can be one of the following: - "Minimum" | "min" - "Maximum" | "max" - "Average" | "avg" - "Sum" | "sum" - "SampleCount | "n" - "pNN.NN" - "tmNN.NN" | "tm(NN.NN%:NN.NN%)" - "iqm" - "wmNN.NN" | "wm(NN.NN%:NN.NN%)" - "tcNN.NN" | "tc(NN.NN%:NN.NN%)" - "tsNN.NN" | "ts(NN.NN%:NN.NN%)" Default: Average
3240
3267
  :param unit: Unit used to filter the metric stream. Only refer to datums emitted to the metric stream with the given unit and ignore all others. Only useful when datums are being emitted to the same metric stream under different units. The default is to use all matric datums in the stream, regardless of unit, which is recommended in nearly all cases. CloudWatch does not honor this property for graphs. Default: - All metric datums in the given metric stream
3268
+ :param visible: Whether this metric should be visible in dashboard graphs. Setting this to false is useful when you want to hide raw metrics that are used in math expressions, and show only the expression results. Default: true
3241
3269
 
3242
3270
  :default: - sum over 5 minutes
3243
3271
  '''
@@ -3250,6 +3278,7 @@ class IScheduleGroup(_IResource_c80c4260, typing_extensions.Protocol):
3250
3278
  account: typing.Optional[builtins.str] = None,
3251
3279
  color: typing.Optional[builtins.str] = None,
3252
3280
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
3281
+ id: typing.Optional[builtins.str] = None,
3253
3282
  label: typing.Optional[builtins.str] = None,
3254
3283
  period: typing.Optional[_Duration_4839e8c3] = None,
3255
3284
  region: typing.Optional[builtins.str] = None,
@@ -3257,12 +3286,14 @@ class IScheduleGroup(_IResource_c80c4260, typing_extensions.Protocol):
3257
3286
  stack_region: typing.Optional[builtins.str] = None,
3258
3287
  statistic: typing.Optional[builtins.str] = None,
3259
3288
  unit: typing.Optional[_Unit_61bc6f70] = None,
3289
+ visible: typing.Optional[builtins.bool] = None,
3260
3290
  ) -> _Metric_e396a4dc:
3261
3291
  '''Metric for dropped invocations when EventBridge Scheduler stops attempting to invoke the target after a schedule's retry policy has been exhausted.
3262
3292
 
3263
3293
  :param account: Account which this metric comes from. Default: - Deployment account.
3264
3294
  :param color: The hex color code, prefixed with '#' (e.g. '#00ff00'), to use when this metric is rendered on a graph. The ``Color`` class has a set of standard colors that can be used here. Default: - Automatic color
3265
3295
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
3296
+ :param id: Unique identifier for this metric when used in dashboard widgets. The id can be used as a variable to represent this metric in math expressions. Valid characters are letters, numbers, and underscore. The first character must be a lowercase letter. Default: - No ID
3266
3297
  :param label: Label for this metric when added to a Graph in a Dashboard. You can use `dynamic labels <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/graph-dynamic-labels.html>`_ to show summary information about the entire displayed time series in the legend. For example, if you use:: [max: ${MAX}] MyMetric As the metric label, the maximum value in the visible range will be shown next to the time series name in the graph's legend. Default: - No label
3267
3298
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
3268
3299
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -3270,6 +3301,7 @@ class IScheduleGroup(_IResource_c80c4260, typing_extensions.Protocol):
3270
3301
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
3271
3302
  :param statistic: What function to use for aggregating. Use the ``aws_cloudwatch.Stats`` helper class to construct valid input strings. Can be one of the following: - "Minimum" | "min" - "Maximum" | "max" - "Average" | "avg" - "Sum" | "sum" - "SampleCount | "n" - "pNN.NN" - "tmNN.NN" | "tm(NN.NN%:NN.NN%)" - "iqm" - "wmNN.NN" | "wm(NN.NN%:NN.NN%)" - "tcNN.NN" | "tc(NN.NN%:NN.NN%)" - "tsNN.NN" | "ts(NN.NN%:NN.NN%)" Default: Average
3272
3303
  :param unit: Unit used to filter the metric stream. Only refer to datums emitted to the metric stream with the given unit and ignore all others. Only useful when datums are being emitted to the same metric stream under different units. The default is to use all matric datums in the stream, regardless of unit, which is recommended in nearly all cases. CloudWatch does not honor this property for graphs. Default: - All metric datums in the given metric stream
3304
+ :param visible: Whether this metric should be visible in dashboard graphs. Setting this to false is useful when you want to hide raw metrics that are used in math expressions, and show only the expression results. Default: true
3273
3305
 
3274
3306
  :default: - sum over 5 minutes
3275
3307
  '''
@@ -3283,6 +3315,7 @@ class IScheduleGroup(_IResource_c80c4260, typing_extensions.Protocol):
3283
3315
  account: typing.Optional[builtins.str] = None,
3284
3316
  color: typing.Optional[builtins.str] = None,
3285
3317
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
3318
+ id: typing.Optional[builtins.str] = None,
3286
3319
  label: typing.Optional[builtins.str] = None,
3287
3320
  period: typing.Optional[_Duration_4839e8c3] = None,
3288
3321
  region: typing.Optional[builtins.str] = None,
@@ -3290,6 +3323,7 @@ class IScheduleGroup(_IResource_c80c4260, typing_extensions.Protocol):
3290
3323
  stack_region: typing.Optional[builtins.str] = None,
3291
3324
  statistic: typing.Optional[builtins.str] = None,
3292
3325
  unit: typing.Optional[_Unit_61bc6f70] = None,
3326
+ visible: typing.Optional[builtins.bool] = None,
3293
3327
  ) -> _Metric_e396a4dc:
3294
3328
  '''Metric for failed invocations that also failed to deliver to DLQ.
3295
3329
 
@@ -3297,6 +3331,7 @@ class IScheduleGroup(_IResource_c80c4260, typing_extensions.Protocol):
3297
3331
  :param account: Account which this metric comes from. Default: - Deployment account.
3298
3332
  :param color: The hex color code, prefixed with '#' (e.g. '#00ff00'), to use when this metric is rendered on a graph. The ``Color`` class has a set of standard colors that can be used here. Default: - Automatic color
3299
3333
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
3334
+ :param id: Unique identifier for this metric when used in dashboard widgets. The id can be used as a variable to represent this metric in math expressions. Valid characters are letters, numbers, and underscore. The first character must be a lowercase letter. Default: - No ID
3300
3335
  :param label: Label for this metric when added to a Graph in a Dashboard. You can use `dynamic labels <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/graph-dynamic-labels.html>`_ to show summary information about the entire displayed time series in the legend. For example, if you use:: [max: ${MAX}] MyMetric As the metric label, the maximum value in the visible range will be shown next to the time series name in the graph's legend. Default: - No label
3301
3336
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
3302
3337
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -3304,6 +3339,7 @@ class IScheduleGroup(_IResource_c80c4260, typing_extensions.Protocol):
3304
3339
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
3305
3340
  :param statistic: What function to use for aggregating. Use the ``aws_cloudwatch.Stats`` helper class to construct valid input strings. Can be one of the following: - "Minimum" | "min" - "Maximum" | "max" - "Average" | "avg" - "Sum" | "sum" - "SampleCount | "n" - "pNN.NN" - "tmNN.NN" | "tm(NN.NN%:NN.NN%)" - "iqm" - "wmNN.NN" | "wm(NN.NN%:NN.NN%)" - "tcNN.NN" | "tc(NN.NN%:NN.NN%)" - "tsNN.NN" | "ts(NN.NN%:NN.NN%)" Default: Average
3306
3341
  :param unit: Unit used to filter the metric stream. Only refer to datums emitted to the metric stream with the given unit and ignore all others. Only useful when datums are being emitted to the same metric stream under different units. The default is to use all matric datums in the stream, regardless of unit, which is recommended in nearly all cases. CloudWatch does not honor this property for graphs. Default: - All metric datums in the given metric stream
3342
+ :param visible: Whether this metric should be visible in dashboard graphs. Setting this to false is useful when you want to hide raw metrics that are used in math expressions, and show only the expression results. Default: true
3307
3343
 
3308
3344
  :default: - sum over 5 minutes
3309
3345
  '''
@@ -3316,6 +3352,7 @@ class IScheduleGroup(_IResource_c80c4260, typing_extensions.Protocol):
3316
3352
  account: typing.Optional[builtins.str] = None,
3317
3353
  color: typing.Optional[builtins.str] = None,
3318
3354
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
3355
+ id: typing.Optional[builtins.str] = None,
3319
3356
  label: typing.Optional[builtins.str] = None,
3320
3357
  period: typing.Optional[_Duration_4839e8c3] = None,
3321
3358
  region: typing.Optional[builtins.str] = None,
@@ -3323,12 +3360,14 @@ class IScheduleGroup(_IResource_c80c4260, typing_extensions.Protocol):
3323
3360
  stack_region: typing.Optional[builtins.str] = None,
3324
3361
  statistic: typing.Optional[builtins.str] = None,
3325
3362
  unit: typing.Optional[_Unit_61bc6f70] = None,
3363
+ visible: typing.Optional[builtins.bool] = None,
3326
3364
  ) -> _Metric_e396a4dc:
3327
3365
  '''Metric for invocations delivered to the DLQ.
3328
3366
 
3329
3367
  :param account: Account which this metric comes from. Default: - Deployment account.
3330
3368
  :param color: The hex color code, prefixed with '#' (e.g. '#00ff00'), to use when this metric is rendered on a graph. The ``Color`` class has a set of standard colors that can be used here. Default: - Automatic color
3331
3369
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
3370
+ :param id: Unique identifier for this metric when used in dashboard widgets. The id can be used as a variable to represent this metric in math expressions. Valid characters are letters, numbers, and underscore. The first character must be a lowercase letter. Default: - No ID
3332
3371
  :param label: Label for this metric when added to a Graph in a Dashboard. You can use `dynamic labels <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/graph-dynamic-labels.html>`_ to show summary information about the entire displayed time series in the legend. For example, if you use:: [max: ${MAX}] MyMetric As the metric label, the maximum value in the visible range will be shown next to the time series name in the graph's legend. Default: - No label
3333
3372
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
3334
3373
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -3336,6 +3375,7 @@ class IScheduleGroup(_IResource_c80c4260, typing_extensions.Protocol):
3336
3375
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
3337
3376
  :param statistic: What function to use for aggregating. Use the ``aws_cloudwatch.Stats`` helper class to construct valid input strings. Can be one of the following: - "Minimum" | "min" - "Maximum" | "max" - "Average" | "avg" - "Sum" | "sum" - "SampleCount | "n" - "pNN.NN" - "tmNN.NN" | "tm(NN.NN%:NN.NN%)" - "iqm" - "wmNN.NN" | "wm(NN.NN%:NN.NN%)" - "tcNN.NN" | "tc(NN.NN%:NN.NN%)" - "tsNN.NN" | "ts(NN.NN%:NN.NN%)" Default: Average
3338
3377
  :param unit: Unit used to filter the metric stream. Only refer to datums emitted to the metric stream with the given unit and ignore all others. Only useful when datums are being emitted to the same metric stream under different units. The default is to use all matric datums in the stream, regardless of unit, which is recommended in nearly all cases. CloudWatch does not honor this property for graphs. Default: - All metric datums in the given metric stream
3378
+ :param visible: Whether this metric should be visible in dashboard graphs. Setting this to false is useful when you want to hide raw metrics that are used in math expressions, and show only the expression results. Default: true
3339
3379
 
3340
3380
  :default: - sum over 5 minutes
3341
3381
  '''
@@ -3348,6 +3388,7 @@ class IScheduleGroup(_IResource_c80c4260, typing_extensions.Protocol):
3348
3388
  account: typing.Optional[builtins.str] = None,
3349
3389
  color: typing.Optional[builtins.str] = None,
3350
3390
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
3391
+ id: typing.Optional[builtins.str] = None,
3351
3392
  label: typing.Optional[builtins.str] = None,
3352
3393
  period: typing.Optional[_Duration_4839e8c3] = None,
3353
3394
  region: typing.Optional[builtins.str] = None,
@@ -3355,12 +3396,14 @@ class IScheduleGroup(_IResource_c80c4260, typing_extensions.Protocol):
3355
3396
  stack_region: typing.Optional[builtins.str] = None,
3356
3397
  statistic: typing.Optional[builtins.str] = None,
3357
3398
  unit: typing.Optional[_Unit_61bc6f70] = None,
3399
+ visible: typing.Optional[builtins.bool] = None,
3358
3400
  ) -> _Metric_e396a4dc:
3359
3401
  '''Metric for delivery of failed invocations to DLQ when the payload of the event sent to the DLQ exceeds the maximum size allowed by Amazon SQS.
3360
3402
 
3361
3403
  :param account: Account which this metric comes from. Default: - Deployment account.
3362
3404
  :param color: The hex color code, prefixed with '#' (e.g. '#00ff00'), to use when this metric is rendered on a graph. The ``Color`` class has a set of standard colors that can be used here. Default: - Automatic color
3363
3405
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
3406
+ :param id: Unique identifier for this metric when used in dashboard widgets. The id can be used as a variable to represent this metric in math expressions. Valid characters are letters, numbers, and underscore. The first character must be a lowercase letter. Default: - No ID
3364
3407
  :param label: Label for this metric when added to a Graph in a Dashboard. You can use `dynamic labels <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/graph-dynamic-labels.html>`_ to show summary information about the entire displayed time series in the legend. For example, if you use:: [max: ${MAX}] MyMetric As the metric label, the maximum value in the visible range will be shown next to the time series name in the graph's legend. Default: - No label
3365
3408
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
3366
3409
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -3368,6 +3411,7 @@ class IScheduleGroup(_IResource_c80c4260, typing_extensions.Protocol):
3368
3411
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
3369
3412
  :param statistic: What function to use for aggregating. Use the ``aws_cloudwatch.Stats`` helper class to construct valid input strings. Can be one of the following: - "Minimum" | "min" - "Maximum" | "max" - "Average" | "avg" - "Sum" | "sum" - "SampleCount | "n" - "pNN.NN" - "tmNN.NN" | "tm(NN.NN%:NN.NN%)" - "iqm" - "wmNN.NN" | "wm(NN.NN%:NN.NN%)" - "tcNN.NN" | "tc(NN.NN%:NN.NN%)" - "tsNN.NN" | "ts(NN.NN%:NN.NN%)" Default: Average
3370
3413
  :param unit: Unit used to filter the metric stream. Only refer to datums emitted to the metric stream with the given unit and ignore all others. Only useful when datums are being emitted to the same metric stream under different units. The default is to use all matric datums in the stream, regardless of unit, which is recommended in nearly all cases. CloudWatch does not honor this property for graphs. Default: - All metric datums in the given metric stream
3414
+ :param visible: Whether this metric should be visible in dashboard graphs. Setting this to false is useful when you want to hide raw metrics that are used in math expressions, and show only the expression results. Default: true
3371
3415
 
3372
3416
  :default: - sum over 5 minutes
3373
3417
  '''
@@ -3380,6 +3424,7 @@ class IScheduleGroup(_IResource_c80c4260, typing_extensions.Protocol):
3380
3424
  account: typing.Optional[builtins.str] = None,
3381
3425
  color: typing.Optional[builtins.str] = None,
3382
3426
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
3427
+ id: typing.Optional[builtins.str] = None,
3383
3428
  label: typing.Optional[builtins.str] = None,
3384
3429
  period: typing.Optional[_Duration_4839e8c3] = None,
3385
3430
  region: typing.Optional[builtins.str] = None,
@@ -3387,12 +3432,14 @@ class IScheduleGroup(_IResource_c80c4260, typing_extensions.Protocol):
3387
3432
  stack_region: typing.Optional[builtins.str] = None,
3388
3433
  statistic: typing.Optional[builtins.str] = None,
3389
3434
  unit: typing.Optional[_Unit_61bc6f70] = None,
3435
+ visible: typing.Optional[builtins.bool] = None,
3390
3436
  ) -> _Metric_e396a4dc:
3391
3437
  '''Emitted when the target returns an exception after EventBridge Scheduler calls the target API.
3392
3438
 
3393
3439
  :param account: Account which this metric comes from. Default: - Deployment account.
3394
3440
  :param color: The hex color code, prefixed with '#' (e.g. '#00ff00'), to use when this metric is rendered on a graph. The ``Color`` class has a set of standard colors that can be used here. Default: - Automatic color
3395
3441
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
3442
+ :param id: Unique identifier for this metric when used in dashboard widgets. The id can be used as a variable to represent this metric in math expressions. Valid characters are letters, numbers, and underscore. The first character must be a lowercase letter. Default: - No ID
3396
3443
  :param label: Label for this metric when added to a Graph in a Dashboard. You can use `dynamic labels <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/graph-dynamic-labels.html>`_ to show summary information about the entire displayed time series in the legend. For example, if you use:: [max: ${MAX}] MyMetric As the metric label, the maximum value in the visible range will be shown next to the time series name in the graph's legend. Default: - No label
3397
3444
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
3398
3445
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -3400,6 +3447,7 @@ class IScheduleGroup(_IResource_c80c4260, typing_extensions.Protocol):
3400
3447
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
3401
3448
  :param statistic: What function to use for aggregating. Use the ``aws_cloudwatch.Stats`` helper class to construct valid input strings. Can be one of the following: - "Minimum" | "min" - "Maximum" | "max" - "Average" | "avg" - "Sum" | "sum" - "SampleCount | "n" - "pNN.NN" - "tmNN.NN" | "tm(NN.NN%:NN.NN%)" - "iqm" - "wmNN.NN" | "wm(NN.NN%:NN.NN%)" - "tcNN.NN" | "tc(NN.NN%:NN.NN%)" - "tsNN.NN" | "ts(NN.NN%:NN.NN%)" Default: Average
3402
3449
  :param unit: Unit used to filter the metric stream. Only refer to datums emitted to the metric stream with the given unit and ignore all others. Only useful when datums are being emitted to the same metric stream under different units. The default is to use all matric datums in the stream, regardless of unit, which is recommended in nearly all cases. CloudWatch does not honor this property for graphs. Default: - All metric datums in the given metric stream
3450
+ :param visible: Whether this metric should be visible in dashboard graphs. Setting this to false is useful when you want to hide raw metrics that are used in math expressions, and show only the expression results. Default: true
3403
3451
 
3404
3452
  :default: - sum over 5 minutes
3405
3453
  '''
@@ -3412,6 +3460,7 @@ class IScheduleGroup(_IResource_c80c4260, typing_extensions.Protocol):
3412
3460
  account: typing.Optional[builtins.str] = None,
3413
3461
  color: typing.Optional[builtins.str] = None,
3414
3462
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
3463
+ id: typing.Optional[builtins.str] = None,
3415
3464
  label: typing.Optional[builtins.str] = None,
3416
3465
  period: typing.Optional[_Duration_4839e8c3] = None,
3417
3466
  region: typing.Optional[builtins.str] = None,
@@ -3419,12 +3468,14 @@ class IScheduleGroup(_IResource_c80c4260, typing_extensions.Protocol):
3419
3468
  stack_region: typing.Optional[builtins.str] = None,
3420
3469
  statistic: typing.Optional[builtins.str] = None,
3421
3470
  unit: typing.Optional[_Unit_61bc6f70] = None,
3471
+ visible: typing.Optional[builtins.bool] = None,
3422
3472
  ) -> _Metric_e396a4dc:
3423
3473
  '''Metric for invocation failures due to API throttling by the target.
3424
3474
 
3425
3475
  :param account: Account which this metric comes from. Default: - Deployment account.
3426
3476
  :param color: The hex color code, prefixed with '#' (e.g. '#00ff00'), to use when this metric is rendered on a graph. The ``Color`` class has a set of standard colors that can be used here. Default: - Automatic color
3427
3477
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
3478
+ :param id: Unique identifier for this metric when used in dashboard widgets. The id can be used as a variable to represent this metric in math expressions. Valid characters are letters, numbers, and underscore. The first character must be a lowercase letter. Default: - No ID
3428
3479
  :param label: Label for this metric when added to a Graph in a Dashboard. You can use `dynamic labels <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/graph-dynamic-labels.html>`_ to show summary information about the entire displayed time series in the legend. For example, if you use:: [max: ${MAX}] MyMetric As the metric label, the maximum value in the visible range will be shown next to the time series name in the graph's legend. Default: - No label
3429
3480
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
3430
3481
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -3432,6 +3483,7 @@ class IScheduleGroup(_IResource_c80c4260, typing_extensions.Protocol):
3432
3483
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
3433
3484
  :param statistic: What function to use for aggregating. Use the ``aws_cloudwatch.Stats`` helper class to construct valid input strings. Can be one of the following: - "Minimum" | "min" - "Maximum" | "max" - "Average" | "avg" - "Sum" | "sum" - "SampleCount | "n" - "pNN.NN" - "tmNN.NN" | "tm(NN.NN%:NN.NN%)" - "iqm" - "wmNN.NN" | "wm(NN.NN%:NN.NN%)" - "tcNN.NN" | "tc(NN.NN%:NN.NN%)" - "tsNN.NN" | "ts(NN.NN%:NN.NN%)" Default: Average
3434
3485
  :param unit: Unit used to filter the metric stream. Only refer to datums emitted to the metric stream with the given unit and ignore all others. Only useful when datums are being emitted to the same metric stream under different units. The default is to use all matric datums in the stream, regardless of unit, which is recommended in nearly all cases. CloudWatch does not honor this property for graphs. Default: - All metric datums in the given metric stream
3486
+ :param visible: Whether this metric should be visible in dashboard graphs. Setting this to false is useful when you want to hide raw metrics that are used in math expressions, and show only the expression results. Default: true
3435
3487
 
3436
3488
  :default: - sum over 5 minutes
3437
3489
  '''
@@ -3444,6 +3496,7 @@ class IScheduleGroup(_IResource_c80c4260, typing_extensions.Protocol):
3444
3496
  account: typing.Optional[builtins.str] = None,
3445
3497
  color: typing.Optional[builtins.str] = None,
3446
3498
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
3499
+ id: typing.Optional[builtins.str] = None,
3447
3500
  label: typing.Optional[builtins.str] = None,
3448
3501
  period: typing.Optional[_Duration_4839e8c3] = None,
3449
3502
  region: typing.Optional[builtins.str] = None,
@@ -3451,12 +3504,14 @@ class IScheduleGroup(_IResource_c80c4260, typing_extensions.Protocol):
3451
3504
  stack_region: typing.Optional[builtins.str] = None,
3452
3505
  statistic: typing.Optional[builtins.str] = None,
3453
3506
  unit: typing.Optional[_Unit_61bc6f70] = None,
3507
+ visible: typing.Optional[builtins.bool] = None,
3454
3508
  ) -> _Metric_e396a4dc:
3455
3509
  '''Metric for the number of invocations that were throttled because it exceeds your service quotas.
3456
3510
 
3457
3511
  :param account: Account which this metric comes from. Default: - Deployment account.
3458
3512
  :param color: The hex color code, prefixed with '#' (e.g. '#00ff00'), to use when this metric is rendered on a graph. The ``Color`` class has a set of standard colors that can be used here. Default: - Automatic color
3459
3513
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
3514
+ :param id: Unique identifier for this metric when used in dashboard widgets. The id can be used as a variable to represent this metric in math expressions. Valid characters are letters, numbers, and underscore. The first character must be a lowercase letter. Default: - No ID
3460
3515
  :param label: Label for this metric when added to a Graph in a Dashboard. You can use `dynamic labels <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/graph-dynamic-labels.html>`_ to show summary information about the entire displayed time series in the legend. For example, if you use:: [max: ${MAX}] MyMetric As the metric label, the maximum value in the visible range will be shown next to the time series name in the graph's legend. Default: - No label
3461
3516
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
3462
3517
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -3464,6 +3519,7 @@ class IScheduleGroup(_IResource_c80c4260, typing_extensions.Protocol):
3464
3519
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
3465
3520
  :param statistic: What function to use for aggregating. Use the ``aws_cloudwatch.Stats`` helper class to construct valid input strings. Can be one of the following: - "Minimum" | "min" - "Maximum" | "max" - "Average" | "avg" - "Sum" | "sum" - "SampleCount | "n" - "pNN.NN" - "tmNN.NN" | "tm(NN.NN%:NN.NN%)" - "iqm" - "wmNN.NN" | "wm(NN.NN%:NN.NN%)" - "tcNN.NN" | "tc(NN.NN%:NN.NN%)" - "tsNN.NN" | "ts(NN.NN%:NN.NN%)" Default: Average
3466
3521
  :param unit: Unit used to filter the metric stream. Only refer to datums emitted to the metric stream with the given unit and ignore all others. Only useful when datums are being emitted to the same metric stream under different units. The default is to use all matric datums in the stream, regardless of unit, which is recommended in nearly all cases. CloudWatch does not honor this property for graphs. Default: - All metric datums in the given metric stream
3522
+ :param visible: Whether this metric should be visible in dashboard graphs. Setting this to false is useful when you want to hide raw metrics that are used in math expressions, and show only the expression results. Default: true
3467
3523
 
3468
3524
  :default: - sum over 5 minutes
3469
3525
 
@@ -3555,6 +3611,7 @@ class _IScheduleGroupProxy(
3555
3611
  account: typing.Optional[builtins.str] = None,
3556
3612
  color: typing.Optional[builtins.str] = None,
3557
3613
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
3614
+ id: typing.Optional[builtins.str] = None,
3558
3615
  label: typing.Optional[builtins.str] = None,
3559
3616
  period: typing.Optional[_Duration_4839e8c3] = None,
3560
3617
  region: typing.Optional[builtins.str] = None,
@@ -3562,6 +3619,7 @@ class _IScheduleGroupProxy(
3562
3619
  stack_region: typing.Optional[builtins.str] = None,
3563
3620
  statistic: typing.Optional[builtins.str] = None,
3564
3621
  unit: typing.Optional[_Unit_61bc6f70] = None,
3622
+ visible: typing.Optional[builtins.bool] = None,
3565
3623
  ) -> _Metric_e396a4dc:
3566
3624
  '''Return the given named metric for this group schedules.
3567
3625
 
@@ -3569,6 +3627,7 @@ class _IScheduleGroupProxy(
3569
3627
  :param account: Account which this metric comes from. Default: - Deployment account.
3570
3628
  :param color: The hex color code, prefixed with '#' (e.g. '#00ff00'), to use when this metric is rendered on a graph. The ``Color`` class has a set of standard colors that can be used here. Default: - Automatic color
3571
3629
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
3630
+ :param id: Unique identifier for this metric when used in dashboard widgets. The id can be used as a variable to represent this metric in math expressions. Valid characters are letters, numbers, and underscore. The first character must be a lowercase letter. Default: - No ID
3572
3631
  :param label: Label for this metric when added to a Graph in a Dashboard. You can use `dynamic labels <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/graph-dynamic-labels.html>`_ to show summary information about the entire displayed time series in the legend. For example, if you use:: [max: ${MAX}] MyMetric As the metric label, the maximum value in the visible range will be shown next to the time series name in the graph's legend. Default: - No label
3573
3632
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
3574
3633
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -3576,6 +3635,7 @@ class _IScheduleGroupProxy(
3576
3635
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
3577
3636
  :param statistic: What function to use for aggregating. Use the ``aws_cloudwatch.Stats`` helper class to construct valid input strings. Can be one of the following: - "Minimum" | "min" - "Maximum" | "max" - "Average" | "avg" - "Sum" | "sum" - "SampleCount | "n" - "pNN.NN" - "tmNN.NN" | "tm(NN.NN%:NN.NN%)" - "iqm" - "wmNN.NN" | "wm(NN.NN%:NN.NN%)" - "tcNN.NN" | "tc(NN.NN%:NN.NN%)" - "tsNN.NN" | "ts(NN.NN%:NN.NN%)" Default: Average
3578
3637
  :param unit: Unit used to filter the metric stream. Only refer to datums emitted to the metric stream with the given unit and ignore all others. Only useful when datums are being emitted to the same metric stream under different units. The default is to use all matric datums in the stream, regardless of unit, which is recommended in nearly all cases. CloudWatch does not honor this property for graphs. Default: - All metric datums in the given metric stream
3638
+ :param visible: Whether this metric should be visible in dashboard graphs. Setting this to false is useful when you want to hide raw metrics that are used in math expressions, and show only the expression results. Default: true
3579
3639
 
3580
3640
  :default: - sum over 5 minutes
3581
3641
  '''
@@ -3586,6 +3646,7 @@ class _IScheduleGroupProxy(
3586
3646
  account=account,
3587
3647
  color=color,
3588
3648
  dimensions_map=dimensions_map,
3649
+ id=id,
3589
3650
  label=label,
3590
3651
  period=period,
3591
3652
  region=region,
@@ -3593,6 +3654,7 @@ class _IScheduleGroupProxy(
3593
3654
  stack_region=stack_region,
3594
3655
  statistic=statistic,
3595
3656
  unit=unit,
3657
+ visible=visible,
3596
3658
  )
3597
3659
 
3598
3660
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metric", [metric_name, props]))
@@ -3604,6 +3666,7 @@ class _IScheduleGroupProxy(
3604
3666
  account: typing.Optional[builtins.str] = None,
3605
3667
  color: typing.Optional[builtins.str] = None,
3606
3668
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
3669
+ id: typing.Optional[builtins.str] = None,
3607
3670
  label: typing.Optional[builtins.str] = None,
3608
3671
  period: typing.Optional[_Duration_4839e8c3] = None,
3609
3672
  region: typing.Optional[builtins.str] = None,
@@ -3611,12 +3674,14 @@ class _IScheduleGroupProxy(
3611
3674
  stack_region: typing.Optional[builtins.str] = None,
3612
3675
  statistic: typing.Optional[builtins.str] = None,
3613
3676
  unit: typing.Optional[_Unit_61bc6f70] = None,
3677
+ visible: typing.Optional[builtins.bool] = None,
3614
3678
  ) -> _Metric_e396a4dc:
3615
3679
  '''Metric for all invocation attempts.
3616
3680
 
3617
3681
  :param account: Account which this metric comes from. Default: - Deployment account.
3618
3682
  :param color: The hex color code, prefixed with '#' (e.g. '#00ff00'), to use when this metric is rendered on a graph. The ``Color`` class has a set of standard colors that can be used here. Default: - Automatic color
3619
3683
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
3684
+ :param id: Unique identifier for this metric when used in dashboard widgets. The id can be used as a variable to represent this metric in math expressions. Valid characters are letters, numbers, and underscore. The first character must be a lowercase letter. Default: - No ID
3620
3685
  :param label: Label for this metric when added to a Graph in a Dashboard. You can use `dynamic labels <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/graph-dynamic-labels.html>`_ to show summary information about the entire displayed time series in the legend. For example, if you use:: [max: ${MAX}] MyMetric As the metric label, the maximum value in the visible range will be shown next to the time series name in the graph's legend. Default: - No label
3621
3686
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
3622
3687
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -3624,6 +3689,7 @@ class _IScheduleGroupProxy(
3624
3689
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
3625
3690
  :param statistic: What function to use for aggregating. Use the ``aws_cloudwatch.Stats`` helper class to construct valid input strings. Can be one of the following: - "Minimum" | "min" - "Maximum" | "max" - "Average" | "avg" - "Sum" | "sum" - "SampleCount | "n" - "pNN.NN" - "tmNN.NN" | "tm(NN.NN%:NN.NN%)" - "iqm" - "wmNN.NN" | "wm(NN.NN%:NN.NN%)" - "tcNN.NN" | "tc(NN.NN%:NN.NN%)" - "tsNN.NN" | "ts(NN.NN%:NN.NN%)" Default: Average
3626
3691
  :param unit: Unit used to filter the metric stream. Only refer to datums emitted to the metric stream with the given unit and ignore all others. Only useful when datums are being emitted to the same metric stream under different units. The default is to use all matric datums in the stream, regardless of unit, which is recommended in nearly all cases. CloudWatch does not honor this property for graphs. Default: - All metric datums in the given metric stream
3692
+ :param visible: Whether this metric should be visible in dashboard graphs. Setting this to false is useful when you want to hide raw metrics that are used in math expressions, and show only the expression results. Default: true
3627
3693
 
3628
3694
  :default: - sum over 5 minutes
3629
3695
  '''
@@ -3631,6 +3697,7 @@ class _IScheduleGroupProxy(
3631
3697
  account=account,
3632
3698
  color=color,
3633
3699
  dimensions_map=dimensions_map,
3700
+ id=id,
3634
3701
  label=label,
3635
3702
  period=period,
3636
3703
  region=region,
@@ -3638,6 +3705,7 @@ class _IScheduleGroupProxy(
3638
3705
  stack_region=stack_region,
3639
3706
  statistic=statistic,
3640
3707
  unit=unit,
3708
+ visible=visible,
3641
3709
  )
3642
3710
 
3643
3711
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricAttempts", [props]))
@@ -3649,6 +3717,7 @@ class _IScheduleGroupProxy(
3649
3717
  account: typing.Optional[builtins.str] = None,
3650
3718
  color: typing.Optional[builtins.str] = None,
3651
3719
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
3720
+ id: typing.Optional[builtins.str] = None,
3652
3721
  label: typing.Optional[builtins.str] = None,
3653
3722
  period: typing.Optional[_Duration_4839e8c3] = None,
3654
3723
  region: typing.Optional[builtins.str] = None,
@@ -3656,12 +3725,14 @@ class _IScheduleGroupProxy(
3656
3725
  stack_region: typing.Optional[builtins.str] = None,
3657
3726
  statistic: typing.Optional[builtins.str] = None,
3658
3727
  unit: typing.Optional[_Unit_61bc6f70] = None,
3728
+ visible: typing.Optional[builtins.bool] = None,
3659
3729
  ) -> _Metric_e396a4dc:
3660
3730
  '''Metric for dropped invocations when EventBridge Scheduler stops attempting to invoke the target after a schedule's retry policy has been exhausted.
3661
3731
 
3662
3732
  :param account: Account which this metric comes from. Default: - Deployment account.
3663
3733
  :param color: The hex color code, prefixed with '#' (e.g. '#00ff00'), to use when this metric is rendered on a graph. The ``Color`` class has a set of standard colors that can be used here. Default: - Automatic color
3664
3734
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
3735
+ :param id: Unique identifier for this metric when used in dashboard widgets. The id can be used as a variable to represent this metric in math expressions. Valid characters are letters, numbers, and underscore. The first character must be a lowercase letter. Default: - No ID
3665
3736
  :param label: Label for this metric when added to a Graph in a Dashboard. You can use `dynamic labels <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/graph-dynamic-labels.html>`_ to show summary information about the entire displayed time series in the legend. For example, if you use:: [max: ${MAX}] MyMetric As the metric label, the maximum value in the visible range will be shown next to the time series name in the graph's legend. Default: - No label
3666
3737
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
3667
3738
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -3669,6 +3740,7 @@ class _IScheduleGroupProxy(
3669
3740
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
3670
3741
  :param statistic: What function to use for aggregating. Use the ``aws_cloudwatch.Stats`` helper class to construct valid input strings. Can be one of the following: - "Minimum" | "min" - "Maximum" | "max" - "Average" | "avg" - "Sum" | "sum" - "SampleCount | "n" - "pNN.NN" - "tmNN.NN" | "tm(NN.NN%:NN.NN%)" - "iqm" - "wmNN.NN" | "wm(NN.NN%:NN.NN%)" - "tcNN.NN" | "tc(NN.NN%:NN.NN%)" - "tsNN.NN" | "ts(NN.NN%:NN.NN%)" Default: Average
3671
3742
  :param unit: Unit used to filter the metric stream. Only refer to datums emitted to the metric stream with the given unit and ignore all others. Only useful when datums are being emitted to the same metric stream under different units. The default is to use all matric datums in the stream, regardless of unit, which is recommended in nearly all cases. CloudWatch does not honor this property for graphs. Default: - All metric datums in the given metric stream
3743
+ :param visible: Whether this metric should be visible in dashboard graphs. Setting this to false is useful when you want to hide raw metrics that are used in math expressions, and show only the expression results. Default: true
3672
3744
 
3673
3745
  :default: - sum over 5 minutes
3674
3746
  '''
@@ -3676,6 +3748,7 @@ class _IScheduleGroupProxy(
3676
3748
  account=account,
3677
3749
  color=color,
3678
3750
  dimensions_map=dimensions_map,
3751
+ id=id,
3679
3752
  label=label,
3680
3753
  period=period,
3681
3754
  region=region,
@@ -3683,6 +3756,7 @@ class _IScheduleGroupProxy(
3683
3756
  stack_region=stack_region,
3684
3757
  statistic=statistic,
3685
3758
  unit=unit,
3759
+ visible=visible,
3686
3760
  )
3687
3761
 
3688
3762
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricDropped", [props]))
@@ -3695,6 +3769,7 @@ class _IScheduleGroupProxy(
3695
3769
  account: typing.Optional[builtins.str] = None,
3696
3770
  color: typing.Optional[builtins.str] = None,
3697
3771
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
3772
+ id: typing.Optional[builtins.str] = None,
3698
3773
  label: typing.Optional[builtins.str] = None,
3699
3774
  period: typing.Optional[_Duration_4839e8c3] = None,
3700
3775
  region: typing.Optional[builtins.str] = None,
@@ -3702,6 +3777,7 @@ class _IScheduleGroupProxy(
3702
3777
  stack_region: typing.Optional[builtins.str] = None,
3703
3778
  statistic: typing.Optional[builtins.str] = None,
3704
3779
  unit: typing.Optional[_Unit_61bc6f70] = None,
3780
+ visible: typing.Optional[builtins.bool] = None,
3705
3781
  ) -> _Metric_e396a4dc:
3706
3782
  '''Metric for failed invocations that also failed to deliver to DLQ.
3707
3783
 
@@ -3709,6 +3785,7 @@ class _IScheduleGroupProxy(
3709
3785
  :param account: Account which this metric comes from. Default: - Deployment account.
3710
3786
  :param color: The hex color code, prefixed with '#' (e.g. '#00ff00'), to use when this metric is rendered on a graph. The ``Color`` class has a set of standard colors that can be used here. Default: - Automatic color
3711
3787
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
3788
+ :param id: Unique identifier for this metric when used in dashboard widgets. The id can be used as a variable to represent this metric in math expressions. Valid characters are letters, numbers, and underscore. The first character must be a lowercase letter. Default: - No ID
3712
3789
  :param label: Label for this metric when added to a Graph in a Dashboard. You can use `dynamic labels <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/graph-dynamic-labels.html>`_ to show summary information about the entire displayed time series in the legend. For example, if you use:: [max: ${MAX}] MyMetric As the metric label, the maximum value in the visible range will be shown next to the time series name in the graph's legend. Default: - No label
3713
3790
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
3714
3791
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -3716,6 +3793,7 @@ class _IScheduleGroupProxy(
3716
3793
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
3717
3794
  :param statistic: What function to use for aggregating. Use the ``aws_cloudwatch.Stats`` helper class to construct valid input strings. Can be one of the following: - "Minimum" | "min" - "Maximum" | "max" - "Average" | "avg" - "Sum" | "sum" - "SampleCount | "n" - "pNN.NN" - "tmNN.NN" | "tm(NN.NN%:NN.NN%)" - "iqm" - "wmNN.NN" | "wm(NN.NN%:NN.NN%)" - "tcNN.NN" | "tc(NN.NN%:NN.NN%)" - "tsNN.NN" | "ts(NN.NN%:NN.NN%)" Default: Average
3718
3795
  :param unit: Unit used to filter the metric stream. Only refer to datums emitted to the metric stream with the given unit and ignore all others. Only useful when datums are being emitted to the same metric stream under different units. The default is to use all matric datums in the stream, regardless of unit, which is recommended in nearly all cases. CloudWatch does not honor this property for graphs. Default: - All metric datums in the given metric stream
3796
+ :param visible: Whether this metric should be visible in dashboard graphs. Setting this to false is useful when you want to hide raw metrics that are used in math expressions, and show only the expression results. Default: true
3719
3797
 
3720
3798
  :default: - sum over 5 minutes
3721
3799
  '''
@@ -3726,6 +3804,7 @@ class _IScheduleGroupProxy(
3726
3804
  account=account,
3727
3805
  color=color,
3728
3806
  dimensions_map=dimensions_map,
3807
+ id=id,
3729
3808
  label=label,
3730
3809
  period=period,
3731
3810
  region=region,
@@ -3733,6 +3812,7 @@ class _IScheduleGroupProxy(
3733
3812
  stack_region=stack_region,
3734
3813
  statistic=statistic,
3735
3814
  unit=unit,
3815
+ visible=visible,
3736
3816
  )
3737
3817
 
3738
3818
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricFailedToBeSentToDLQ", [error_code, props]))
@@ -3744,6 +3824,7 @@ class _IScheduleGroupProxy(
3744
3824
  account: typing.Optional[builtins.str] = None,
3745
3825
  color: typing.Optional[builtins.str] = None,
3746
3826
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
3827
+ id: typing.Optional[builtins.str] = None,
3747
3828
  label: typing.Optional[builtins.str] = None,
3748
3829
  period: typing.Optional[_Duration_4839e8c3] = None,
3749
3830
  region: typing.Optional[builtins.str] = None,
@@ -3751,12 +3832,14 @@ class _IScheduleGroupProxy(
3751
3832
  stack_region: typing.Optional[builtins.str] = None,
3752
3833
  statistic: typing.Optional[builtins.str] = None,
3753
3834
  unit: typing.Optional[_Unit_61bc6f70] = None,
3835
+ visible: typing.Optional[builtins.bool] = None,
3754
3836
  ) -> _Metric_e396a4dc:
3755
3837
  '''Metric for invocations delivered to the DLQ.
3756
3838
 
3757
3839
  :param account: Account which this metric comes from. Default: - Deployment account.
3758
3840
  :param color: The hex color code, prefixed with '#' (e.g. '#00ff00'), to use when this metric is rendered on a graph. The ``Color`` class has a set of standard colors that can be used here. Default: - Automatic color
3759
3841
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
3842
+ :param id: Unique identifier for this metric when used in dashboard widgets. The id can be used as a variable to represent this metric in math expressions. Valid characters are letters, numbers, and underscore. The first character must be a lowercase letter. Default: - No ID
3760
3843
  :param label: Label for this metric when added to a Graph in a Dashboard. You can use `dynamic labels <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/graph-dynamic-labels.html>`_ to show summary information about the entire displayed time series in the legend. For example, if you use:: [max: ${MAX}] MyMetric As the metric label, the maximum value in the visible range will be shown next to the time series name in the graph's legend. Default: - No label
3761
3844
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
3762
3845
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -3764,6 +3847,7 @@ class _IScheduleGroupProxy(
3764
3847
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
3765
3848
  :param statistic: What function to use for aggregating. Use the ``aws_cloudwatch.Stats`` helper class to construct valid input strings. Can be one of the following: - "Minimum" | "min" - "Maximum" | "max" - "Average" | "avg" - "Sum" | "sum" - "SampleCount | "n" - "pNN.NN" - "tmNN.NN" | "tm(NN.NN%:NN.NN%)" - "iqm" - "wmNN.NN" | "wm(NN.NN%:NN.NN%)" - "tcNN.NN" | "tc(NN.NN%:NN.NN%)" - "tsNN.NN" | "ts(NN.NN%:NN.NN%)" Default: Average
3766
3849
  :param unit: Unit used to filter the metric stream. Only refer to datums emitted to the metric stream with the given unit and ignore all others. Only useful when datums are being emitted to the same metric stream under different units. The default is to use all matric datums in the stream, regardless of unit, which is recommended in nearly all cases. CloudWatch does not honor this property for graphs. Default: - All metric datums in the given metric stream
3850
+ :param visible: Whether this metric should be visible in dashboard graphs. Setting this to false is useful when you want to hide raw metrics that are used in math expressions, and show only the expression results. Default: true
3767
3851
 
3768
3852
  :default: - sum over 5 minutes
3769
3853
  '''
@@ -3771,6 +3855,7 @@ class _IScheduleGroupProxy(
3771
3855
  account=account,
3772
3856
  color=color,
3773
3857
  dimensions_map=dimensions_map,
3858
+ id=id,
3774
3859
  label=label,
3775
3860
  period=period,
3776
3861
  region=region,
@@ -3778,6 +3863,7 @@ class _IScheduleGroupProxy(
3778
3863
  stack_region=stack_region,
3779
3864
  statistic=statistic,
3780
3865
  unit=unit,
3866
+ visible=visible,
3781
3867
  )
3782
3868
 
3783
3869
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricSentToDLQ", [props]))
@@ -3789,6 +3875,7 @@ class _IScheduleGroupProxy(
3789
3875
  account: typing.Optional[builtins.str] = None,
3790
3876
  color: typing.Optional[builtins.str] = None,
3791
3877
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
3878
+ id: typing.Optional[builtins.str] = None,
3792
3879
  label: typing.Optional[builtins.str] = None,
3793
3880
  period: typing.Optional[_Duration_4839e8c3] = None,
3794
3881
  region: typing.Optional[builtins.str] = None,
@@ -3796,12 +3883,14 @@ class _IScheduleGroupProxy(
3796
3883
  stack_region: typing.Optional[builtins.str] = None,
3797
3884
  statistic: typing.Optional[builtins.str] = None,
3798
3885
  unit: typing.Optional[_Unit_61bc6f70] = None,
3886
+ visible: typing.Optional[builtins.bool] = None,
3799
3887
  ) -> _Metric_e396a4dc:
3800
3888
  '''Metric for delivery of failed invocations to DLQ when the payload of the event sent to the DLQ exceeds the maximum size allowed by Amazon SQS.
3801
3889
 
3802
3890
  :param account: Account which this metric comes from. Default: - Deployment account.
3803
3891
  :param color: The hex color code, prefixed with '#' (e.g. '#00ff00'), to use when this metric is rendered on a graph. The ``Color`` class has a set of standard colors that can be used here. Default: - Automatic color
3804
3892
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
3893
+ :param id: Unique identifier for this metric when used in dashboard widgets. The id can be used as a variable to represent this metric in math expressions. Valid characters are letters, numbers, and underscore. The first character must be a lowercase letter. Default: - No ID
3805
3894
  :param label: Label for this metric when added to a Graph in a Dashboard. You can use `dynamic labels <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/graph-dynamic-labels.html>`_ to show summary information about the entire displayed time series in the legend. For example, if you use:: [max: ${MAX}] MyMetric As the metric label, the maximum value in the visible range will be shown next to the time series name in the graph's legend. Default: - No label
3806
3895
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
3807
3896
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -3809,6 +3898,7 @@ class _IScheduleGroupProxy(
3809
3898
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
3810
3899
  :param statistic: What function to use for aggregating. Use the ``aws_cloudwatch.Stats`` helper class to construct valid input strings. Can be one of the following: - "Minimum" | "min" - "Maximum" | "max" - "Average" | "avg" - "Sum" | "sum" - "SampleCount | "n" - "pNN.NN" - "tmNN.NN" | "tm(NN.NN%:NN.NN%)" - "iqm" - "wmNN.NN" | "wm(NN.NN%:NN.NN%)" - "tcNN.NN" | "tc(NN.NN%:NN.NN%)" - "tsNN.NN" | "ts(NN.NN%:NN.NN%)" Default: Average
3811
3900
  :param unit: Unit used to filter the metric stream. Only refer to datums emitted to the metric stream with the given unit and ignore all others. Only useful when datums are being emitted to the same metric stream under different units. The default is to use all matric datums in the stream, regardless of unit, which is recommended in nearly all cases. CloudWatch does not honor this property for graphs. Default: - All metric datums in the given metric stream
3901
+ :param visible: Whether this metric should be visible in dashboard graphs. Setting this to false is useful when you want to hide raw metrics that are used in math expressions, and show only the expression results. Default: true
3812
3902
 
3813
3903
  :default: - sum over 5 minutes
3814
3904
  '''
@@ -3816,6 +3906,7 @@ class _IScheduleGroupProxy(
3816
3906
  account=account,
3817
3907
  color=color,
3818
3908
  dimensions_map=dimensions_map,
3909
+ id=id,
3819
3910
  label=label,
3820
3911
  period=period,
3821
3912
  region=region,
@@ -3823,6 +3914,7 @@ class _IScheduleGroupProxy(
3823
3914
  stack_region=stack_region,
3824
3915
  statistic=statistic,
3825
3916
  unit=unit,
3917
+ visible=visible,
3826
3918
  )
3827
3919
 
3828
3920
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricSentToDLQTruncated", [props]))
@@ -3834,6 +3926,7 @@ class _IScheduleGroupProxy(
3834
3926
  account: typing.Optional[builtins.str] = None,
3835
3927
  color: typing.Optional[builtins.str] = None,
3836
3928
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
3929
+ id: typing.Optional[builtins.str] = None,
3837
3930
  label: typing.Optional[builtins.str] = None,
3838
3931
  period: typing.Optional[_Duration_4839e8c3] = None,
3839
3932
  region: typing.Optional[builtins.str] = None,
@@ -3841,12 +3934,14 @@ class _IScheduleGroupProxy(
3841
3934
  stack_region: typing.Optional[builtins.str] = None,
3842
3935
  statistic: typing.Optional[builtins.str] = None,
3843
3936
  unit: typing.Optional[_Unit_61bc6f70] = None,
3937
+ visible: typing.Optional[builtins.bool] = None,
3844
3938
  ) -> _Metric_e396a4dc:
3845
3939
  '''Emitted when the target returns an exception after EventBridge Scheduler calls the target API.
3846
3940
 
3847
3941
  :param account: Account which this metric comes from. Default: - Deployment account.
3848
3942
  :param color: The hex color code, prefixed with '#' (e.g. '#00ff00'), to use when this metric is rendered on a graph. The ``Color`` class has a set of standard colors that can be used here. Default: - Automatic color
3849
3943
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
3944
+ :param id: Unique identifier for this metric when used in dashboard widgets. The id can be used as a variable to represent this metric in math expressions. Valid characters are letters, numbers, and underscore. The first character must be a lowercase letter. Default: - No ID
3850
3945
  :param label: Label for this metric when added to a Graph in a Dashboard. You can use `dynamic labels <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/graph-dynamic-labels.html>`_ to show summary information about the entire displayed time series in the legend. For example, if you use:: [max: ${MAX}] MyMetric As the metric label, the maximum value in the visible range will be shown next to the time series name in the graph's legend. Default: - No label
3851
3946
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
3852
3947
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -3854,6 +3949,7 @@ class _IScheduleGroupProxy(
3854
3949
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
3855
3950
  :param statistic: What function to use for aggregating. Use the ``aws_cloudwatch.Stats`` helper class to construct valid input strings. Can be one of the following: - "Minimum" | "min" - "Maximum" | "max" - "Average" | "avg" - "Sum" | "sum" - "SampleCount | "n" - "pNN.NN" - "tmNN.NN" | "tm(NN.NN%:NN.NN%)" - "iqm" - "wmNN.NN" | "wm(NN.NN%:NN.NN%)" - "tcNN.NN" | "tc(NN.NN%:NN.NN%)" - "tsNN.NN" | "ts(NN.NN%:NN.NN%)" Default: Average
3856
3951
  :param unit: Unit used to filter the metric stream. Only refer to datums emitted to the metric stream with the given unit and ignore all others. Only useful when datums are being emitted to the same metric stream under different units. The default is to use all matric datums in the stream, regardless of unit, which is recommended in nearly all cases. CloudWatch does not honor this property for graphs. Default: - All metric datums in the given metric stream
3952
+ :param visible: Whether this metric should be visible in dashboard graphs. Setting this to false is useful when you want to hide raw metrics that are used in math expressions, and show only the expression results. Default: true
3857
3953
 
3858
3954
  :default: - sum over 5 minutes
3859
3955
  '''
@@ -3861,6 +3957,7 @@ class _IScheduleGroupProxy(
3861
3957
  account=account,
3862
3958
  color=color,
3863
3959
  dimensions_map=dimensions_map,
3960
+ id=id,
3864
3961
  label=label,
3865
3962
  period=period,
3866
3963
  region=region,
@@ -3868,6 +3965,7 @@ class _IScheduleGroupProxy(
3868
3965
  stack_region=stack_region,
3869
3966
  statistic=statistic,
3870
3967
  unit=unit,
3968
+ visible=visible,
3871
3969
  )
3872
3970
 
3873
3971
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricTargetErrors", [props]))
@@ -3879,6 +3977,7 @@ class _IScheduleGroupProxy(
3879
3977
  account: typing.Optional[builtins.str] = None,
3880
3978
  color: typing.Optional[builtins.str] = None,
3881
3979
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
3980
+ id: typing.Optional[builtins.str] = None,
3882
3981
  label: typing.Optional[builtins.str] = None,
3883
3982
  period: typing.Optional[_Duration_4839e8c3] = None,
3884
3983
  region: typing.Optional[builtins.str] = None,
@@ -3886,12 +3985,14 @@ class _IScheduleGroupProxy(
3886
3985
  stack_region: typing.Optional[builtins.str] = None,
3887
3986
  statistic: typing.Optional[builtins.str] = None,
3888
3987
  unit: typing.Optional[_Unit_61bc6f70] = None,
3988
+ visible: typing.Optional[builtins.bool] = None,
3889
3989
  ) -> _Metric_e396a4dc:
3890
3990
  '''Metric for invocation failures due to API throttling by the target.
3891
3991
 
3892
3992
  :param account: Account which this metric comes from. Default: - Deployment account.
3893
3993
  :param color: The hex color code, prefixed with '#' (e.g. '#00ff00'), to use when this metric is rendered on a graph. The ``Color`` class has a set of standard colors that can be used here. Default: - Automatic color
3894
3994
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
3995
+ :param id: Unique identifier for this metric when used in dashboard widgets. The id can be used as a variable to represent this metric in math expressions. Valid characters are letters, numbers, and underscore. The first character must be a lowercase letter. Default: - No ID
3895
3996
  :param label: Label for this metric when added to a Graph in a Dashboard. You can use `dynamic labels <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/graph-dynamic-labels.html>`_ to show summary information about the entire displayed time series in the legend. For example, if you use:: [max: ${MAX}] MyMetric As the metric label, the maximum value in the visible range will be shown next to the time series name in the graph's legend. Default: - No label
3896
3997
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
3897
3998
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -3899,6 +4000,7 @@ class _IScheduleGroupProxy(
3899
4000
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
3900
4001
  :param statistic: What function to use for aggregating. Use the ``aws_cloudwatch.Stats`` helper class to construct valid input strings. Can be one of the following: - "Minimum" | "min" - "Maximum" | "max" - "Average" | "avg" - "Sum" | "sum" - "SampleCount | "n" - "pNN.NN" - "tmNN.NN" | "tm(NN.NN%:NN.NN%)" - "iqm" - "wmNN.NN" | "wm(NN.NN%:NN.NN%)" - "tcNN.NN" | "tc(NN.NN%:NN.NN%)" - "tsNN.NN" | "ts(NN.NN%:NN.NN%)" Default: Average
3901
4002
  :param unit: Unit used to filter the metric stream. Only refer to datums emitted to the metric stream with the given unit and ignore all others. Only useful when datums are being emitted to the same metric stream under different units. The default is to use all matric datums in the stream, regardless of unit, which is recommended in nearly all cases. CloudWatch does not honor this property for graphs. Default: - All metric datums in the given metric stream
4003
+ :param visible: Whether this metric should be visible in dashboard graphs. Setting this to false is useful when you want to hide raw metrics that are used in math expressions, and show only the expression results. Default: true
3902
4004
 
3903
4005
  :default: - sum over 5 minutes
3904
4006
  '''
@@ -3906,6 +4008,7 @@ class _IScheduleGroupProxy(
3906
4008
  account=account,
3907
4009
  color=color,
3908
4010
  dimensions_map=dimensions_map,
4011
+ id=id,
3909
4012
  label=label,
3910
4013
  period=period,
3911
4014
  region=region,
@@ -3913,6 +4016,7 @@ class _IScheduleGroupProxy(
3913
4016
  stack_region=stack_region,
3914
4017
  statistic=statistic,
3915
4018
  unit=unit,
4019
+ visible=visible,
3916
4020
  )
3917
4021
 
3918
4022
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricTargetThrottled", [props]))
@@ -3924,6 +4028,7 @@ class _IScheduleGroupProxy(
3924
4028
  account: typing.Optional[builtins.str] = None,
3925
4029
  color: typing.Optional[builtins.str] = None,
3926
4030
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
4031
+ id: typing.Optional[builtins.str] = None,
3927
4032
  label: typing.Optional[builtins.str] = None,
3928
4033
  period: typing.Optional[_Duration_4839e8c3] = None,
3929
4034
  region: typing.Optional[builtins.str] = None,
@@ -3931,12 +4036,14 @@ class _IScheduleGroupProxy(
3931
4036
  stack_region: typing.Optional[builtins.str] = None,
3932
4037
  statistic: typing.Optional[builtins.str] = None,
3933
4038
  unit: typing.Optional[_Unit_61bc6f70] = None,
4039
+ visible: typing.Optional[builtins.bool] = None,
3934
4040
  ) -> _Metric_e396a4dc:
3935
4041
  '''Metric for the number of invocations that were throttled because it exceeds your service quotas.
3936
4042
 
3937
4043
  :param account: Account which this metric comes from. Default: - Deployment account.
3938
4044
  :param color: The hex color code, prefixed with '#' (e.g. '#00ff00'), to use when this metric is rendered on a graph. The ``Color`` class has a set of standard colors that can be used here. Default: - Automatic color
3939
4045
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
4046
+ :param id: Unique identifier for this metric when used in dashboard widgets. The id can be used as a variable to represent this metric in math expressions. Valid characters are letters, numbers, and underscore. The first character must be a lowercase letter. Default: - No ID
3940
4047
  :param label: Label for this metric when added to a Graph in a Dashboard. You can use `dynamic labels <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/graph-dynamic-labels.html>`_ to show summary information about the entire displayed time series in the legend. For example, if you use:: [max: ${MAX}] MyMetric As the metric label, the maximum value in the visible range will be shown next to the time series name in the graph's legend. Default: - No label
3941
4048
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
3942
4049
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -3944,6 +4051,7 @@ class _IScheduleGroupProxy(
3944
4051
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
3945
4052
  :param statistic: What function to use for aggregating. Use the ``aws_cloudwatch.Stats`` helper class to construct valid input strings. Can be one of the following: - "Minimum" | "min" - "Maximum" | "max" - "Average" | "avg" - "Sum" | "sum" - "SampleCount | "n" - "pNN.NN" - "tmNN.NN" | "tm(NN.NN%:NN.NN%)" - "iqm" - "wmNN.NN" | "wm(NN.NN%:NN.NN%)" - "tcNN.NN" | "tc(NN.NN%:NN.NN%)" - "tsNN.NN" | "ts(NN.NN%:NN.NN%)" Default: Average
3946
4053
  :param unit: Unit used to filter the metric stream. Only refer to datums emitted to the metric stream with the given unit and ignore all others. Only useful when datums are being emitted to the same metric stream under different units. The default is to use all matric datums in the stream, regardless of unit, which is recommended in nearly all cases. CloudWatch does not honor this property for graphs. Default: - All metric datums in the given metric stream
4054
+ :param visible: Whether this metric should be visible in dashboard graphs. Setting this to false is useful when you want to hide raw metrics that are used in math expressions, and show only the expression results. Default: true
3947
4055
 
3948
4056
  :default: - sum over 5 minutes
3949
4057
 
@@ -3953,6 +4061,7 @@ class _IScheduleGroupProxy(
3953
4061
  account=account,
3954
4062
  color=color,
3955
4063
  dimensions_map=dimensions_map,
4064
+ id=id,
3956
4065
  label=label,
3957
4066
  period=period,
3958
4067
  region=region,
@@ -3960,6 +4069,7 @@ class _IScheduleGroupProxy(
3960
4069
  stack_region=stack_region,
3961
4070
  statistic=statistic,
3962
4071
  unit=unit,
4072
+ visible=visible,
3963
4073
  )
3964
4074
 
3965
4075
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricThrottled", [props]))
@@ -4108,6 +4218,7 @@ class Schedule(
4108
4218
  account: typing.Optional[builtins.str] = None,
4109
4219
  color: typing.Optional[builtins.str] = None,
4110
4220
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
4221
+ id: typing.Optional[builtins.str] = None,
4111
4222
  label: typing.Optional[builtins.str] = None,
4112
4223
  period: typing.Optional[_Duration_4839e8c3] = None,
4113
4224
  region: typing.Optional[builtins.str] = None,
@@ -4115,6 +4226,7 @@ class Schedule(
4115
4226
  stack_region: typing.Optional[builtins.str] = None,
4116
4227
  statistic: typing.Optional[builtins.str] = None,
4117
4228
  unit: typing.Optional[_Unit_61bc6f70] = None,
4229
+ visible: typing.Optional[builtins.bool] = None,
4118
4230
  ) -> _Metric_e396a4dc:
4119
4231
  '''Return the given named metric for all schedules.
4120
4232
 
@@ -4122,6 +4234,7 @@ class Schedule(
4122
4234
  :param account: Account which this metric comes from. Default: - Deployment account.
4123
4235
  :param color: The hex color code, prefixed with '#' (e.g. '#00ff00'), to use when this metric is rendered on a graph. The ``Color`` class has a set of standard colors that can be used here. Default: - Automatic color
4124
4236
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
4237
+ :param id: Unique identifier for this metric when used in dashboard widgets. The id can be used as a variable to represent this metric in math expressions. Valid characters are letters, numbers, and underscore. The first character must be a lowercase letter. Default: - No ID
4125
4238
  :param label: Label for this metric when added to a Graph in a Dashboard. You can use `dynamic labels <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/graph-dynamic-labels.html>`_ to show summary information about the entire displayed time series in the legend. For example, if you use:: [max: ${MAX}] MyMetric As the metric label, the maximum value in the visible range will be shown next to the time series name in the graph's legend. Default: - No label
4126
4239
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
4127
4240
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -4129,6 +4242,7 @@ class Schedule(
4129
4242
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
4130
4243
  :param statistic: What function to use for aggregating. Use the ``aws_cloudwatch.Stats`` helper class to construct valid input strings. Can be one of the following: - "Minimum" | "min" - "Maximum" | "max" - "Average" | "avg" - "Sum" | "sum" - "SampleCount | "n" - "pNN.NN" - "tmNN.NN" | "tm(NN.NN%:NN.NN%)" - "iqm" - "wmNN.NN" | "wm(NN.NN%:NN.NN%)" - "tcNN.NN" | "tc(NN.NN%:NN.NN%)" - "tsNN.NN" | "ts(NN.NN%:NN.NN%)" Default: Average
4131
4244
  :param unit: Unit used to filter the metric stream. Only refer to datums emitted to the metric stream with the given unit and ignore all others. Only useful when datums are being emitted to the same metric stream under different units. The default is to use all matric datums in the stream, regardless of unit, which is recommended in nearly all cases. CloudWatch does not honor this property for graphs. Default: - All metric datums in the given metric stream
4245
+ :param visible: Whether this metric should be visible in dashboard graphs. Setting this to false is useful when you want to hide raw metrics that are used in math expressions, and show only the expression results. Default: true
4132
4246
 
4133
4247
  :default: - sum over 5 minutes
4134
4248
  '''
@@ -4139,6 +4253,7 @@ class Schedule(
4139
4253
  account=account,
4140
4254
  color=color,
4141
4255
  dimensions_map=dimensions_map,
4256
+ id=id,
4142
4257
  label=label,
4143
4258
  period=period,
4144
4259
  region=region,
@@ -4146,6 +4261,7 @@ class Schedule(
4146
4261
  stack_region=stack_region,
4147
4262
  statistic=statistic,
4148
4263
  unit=unit,
4264
+ visible=visible,
4149
4265
  )
4150
4266
 
4151
4267
  return typing.cast(_Metric_e396a4dc, jsii.sinvoke(cls, "metricAll", [metric_name, props]))
@@ -4158,6 +4274,7 @@ class Schedule(
4158
4274
  account: typing.Optional[builtins.str] = None,
4159
4275
  color: typing.Optional[builtins.str] = None,
4160
4276
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
4277
+ id: typing.Optional[builtins.str] = None,
4161
4278
  label: typing.Optional[builtins.str] = None,
4162
4279
  period: typing.Optional[_Duration_4839e8c3] = None,
4163
4280
  region: typing.Optional[builtins.str] = None,
@@ -4165,12 +4282,14 @@ class Schedule(
4165
4282
  stack_region: typing.Optional[builtins.str] = None,
4166
4283
  statistic: typing.Optional[builtins.str] = None,
4167
4284
  unit: typing.Optional[_Unit_61bc6f70] = None,
4285
+ visible: typing.Optional[builtins.bool] = None,
4168
4286
  ) -> _Metric_e396a4dc:
4169
4287
  '''Metric for all invocation attempts across all schedules.
4170
4288
 
4171
4289
  :param account: Account which this metric comes from. Default: - Deployment account.
4172
4290
  :param color: The hex color code, prefixed with '#' (e.g. '#00ff00'), to use when this metric is rendered on a graph. The ``Color`` class has a set of standard colors that can be used here. Default: - Automatic color
4173
4291
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
4292
+ :param id: Unique identifier for this metric when used in dashboard widgets. The id can be used as a variable to represent this metric in math expressions. Valid characters are letters, numbers, and underscore. The first character must be a lowercase letter. Default: - No ID
4174
4293
  :param label: Label for this metric when added to a Graph in a Dashboard. You can use `dynamic labels <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/graph-dynamic-labels.html>`_ to show summary information about the entire displayed time series in the legend. For example, if you use:: [max: ${MAX}] MyMetric As the metric label, the maximum value in the visible range will be shown next to the time series name in the graph's legend. Default: - No label
4175
4294
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
4176
4295
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -4178,6 +4297,7 @@ class Schedule(
4178
4297
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
4179
4298
  :param statistic: What function to use for aggregating. Use the ``aws_cloudwatch.Stats`` helper class to construct valid input strings. Can be one of the following: - "Minimum" | "min" - "Maximum" | "max" - "Average" | "avg" - "Sum" | "sum" - "SampleCount | "n" - "pNN.NN" - "tmNN.NN" | "tm(NN.NN%:NN.NN%)" - "iqm" - "wmNN.NN" | "wm(NN.NN%:NN.NN%)" - "tcNN.NN" | "tc(NN.NN%:NN.NN%)" - "tsNN.NN" | "ts(NN.NN%:NN.NN%)" Default: Average
4180
4299
  :param unit: Unit used to filter the metric stream. Only refer to datums emitted to the metric stream with the given unit and ignore all others. Only useful when datums are being emitted to the same metric stream under different units. The default is to use all matric datums in the stream, regardless of unit, which is recommended in nearly all cases. CloudWatch does not honor this property for graphs. Default: - All metric datums in the given metric stream
4300
+ :param visible: Whether this metric should be visible in dashboard graphs. Setting this to false is useful when you want to hide raw metrics that are used in math expressions, and show only the expression results. Default: true
4181
4301
 
4182
4302
  :default: - sum over 5 minutes
4183
4303
  '''
@@ -4185,6 +4305,7 @@ class Schedule(
4185
4305
  account=account,
4186
4306
  color=color,
4187
4307
  dimensions_map=dimensions_map,
4308
+ id=id,
4188
4309
  label=label,
4189
4310
  period=period,
4190
4311
  region=region,
@@ -4192,6 +4313,7 @@ class Schedule(
4192
4313
  stack_region=stack_region,
4193
4314
  statistic=statistic,
4194
4315
  unit=unit,
4316
+ visible=visible,
4195
4317
  )
4196
4318
 
4197
4319
  return typing.cast(_Metric_e396a4dc, jsii.sinvoke(cls, "metricAllAttempts", [props]))
@@ -4204,6 +4326,7 @@ class Schedule(
4204
4326
  account: typing.Optional[builtins.str] = None,
4205
4327
  color: typing.Optional[builtins.str] = None,
4206
4328
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
4329
+ id: typing.Optional[builtins.str] = None,
4207
4330
  label: typing.Optional[builtins.str] = None,
4208
4331
  period: typing.Optional[_Duration_4839e8c3] = None,
4209
4332
  region: typing.Optional[builtins.str] = None,
@@ -4211,6 +4334,7 @@ class Schedule(
4211
4334
  stack_region: typing.Optional[builtins.str] = None,
4212
4335
  statistic: typing.Optional[builtins.str] = None,
4213
4336
  unit: typing.Optional[_Unit_61bc6f70] = None,
4337
+ visible: typing.Optional[builtins.bool] = None,
4214
4338
  ) -> _Metric_e396a4dc:
4215
4339
  '''Metric for dropped invocations when EventBridge Scheduler stops attempting to invoke the target after a schedule's retry policy has been exhausted.
4216
4340
 
@@ -4219,6 +4343,7 @@ class Schedule(
4219
4343
  :param account: Account which this metric comes from. Default: - Deployment account.
4220
4344
  :param color: The hex color code, prefixed with '#' (e.g. '#00ff00'), to use when this metric is rendered on a graph. The ``Color`` class has a set of standard colors that can be used here. Default: - Automatic color
4221
4345
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
4346
+ :param id: Unique identifier for this metric when used in dashboard widgets. The id can be used as a variable to represent this metric in math expressions. Valid characters are letters, numbers, and underscore. The first character must be a lowercase letter. Default: - No ID
4222
4347
  :param label: Label for this metric when added to a Graph in a Dashboard. You can use `dynamic labels <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/graph-dynamic-labels.html>`_ to show summary information about the entire displayed time series in the legend. For example, if you use:: [max: ${MAX}] MyMetric As the metric label, the maximum value in the visible range will be shown next to the time series name in the graph's legend. Default: - No label
4223
4348
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
4224
4349
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -4226,6 +4351,7 @@ class Schedule(
4226
4351
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
4227
4352
  :param statistic: What function to use for aggregating. Use the ``aws_cloudwatch.Stats`` helper class to construct valid input strings. Can be one of the following: - "Minimum" | "min" - "Maximum" | "max" - "Average" | "avg" - "Sum" | "sum" - "SampleCount | "n" - "pNN.NN" - "tmNN.NN" | "tm(NN.NN%:NN.NN%)" - "iqm" - "wmNN.NN" | "wm(NN.NN%:NN.NN%)" - "tcNN.NN" | "tc(NN.NN%:NN.NN%)" - "tsNN.NN" | "ts(NN.NN%:NN.NN%)" Default: Average
4228
4353
  :param unit: Unit used to filter the metric stream. Only refer to datums emitted to the metric stream with the given unit and ignore all others. Only useful when datums are being emitted to the same metric stream under different units. The default is to use all matric datums in the stream, regardless of unit, which is recommended in nearly all cases. CloudWatch does not honor this property for graphs. Default: - All metric datums in the given metric stream
4354
+ :param visible: Whether this metric should be visible in dashboard graphs. Setting this to false is useful when you want to hide raw metrics that are used in math expressions, and show only the expression results. Default: true
4229
4355
 
4230
4356
  :default: - sum over 5 minutes
4231
4357
  '''
@@ -4233,6 +4359,7 @@ class Schedule(
4233
4359
  account=account,
4234
4360
  color=color,
4235
4361
  dimensions_map=dimensions_map,
4362
+ id=id,
4236
4363
  label=label,
4237
4364
  period=period,
4238
4365
  region=region,
@@ -4240,6 +4367,7 @@ class Schedule(
4240
4367
  stack_region=stack_region,
4241
4368
  statistic=statistic,
4242
4369
  unit=unit,
4370
+ visible=visible,
4243
4371
  )
4244
4372
 
4245
4373
  return typing.cast(_Metric_e396a4dc, jsii.sinvoke(cls, "metricAllDropped", [props]))
@@ -4252,6 +4380,7 @@ class Schedule(
4252
4380
  account: typing.Optional[builtins.str] = None,
4253
4381
  color: typing.Optional[builtins.str] = None,
4254
4382
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
4383
+ id: typing.Optional[builtins.str] = None,
4255
4384
  label: typing.Optional[builtins.str] = None,
4256
4385
  period: typing.Optional[_Duration_4839e8c3] = None,
4257
4386
  region: typing.Optional[builtins.str] = None,
@@ -4259,12 +4388,14 @@ class Schedule(
4259
4388
  stack_region: typing.Optional[builtins.str] = None,
4260
4389
  statistic: typing.Optional[builtins.str] = None,
4261
4390
  unit: typing.Optional[_Unit_61bc6f70] = None,
4391
+ visible: typing.Optional[builtins.bool] = None,
4262
4392
  ) -> _Metric_e396a4dc:
4263
4393
  '''Emitted when the target returns an exception after EventBridge Scheduler calls the target API across all schedules.
4264
4394
 
4265
4395
  :param account: Account which this metric comes from. Default: - Deployment account.
4266
4396
  :param color: The hex color code, prefixed with '#' (e.g. '#00ff00'), to use when this metric is rendered on a graph. The ``Color`` class has a set of standard colors that can be used here. Default: - Automatic color
4267
4397
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
4398
+ :param id: Unique identifier for this metric when used in dashboard widgets. The id can be used as a variable to represent this metric in math expressions. Valid characters are letters, numbers, and underscore. The first character must be a lowercase letter. Default: - No ID
4268
4399
  :param label: Label for this metric when added to a Graph in a Dashboard. You can use `dynamic labels <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/graph-dynamic-labels.html>`_ to show summary information about the entire displayed time series in the legend. For example, if you use:: [max: ${MAX}] MyMetric As the metric label, the maximum value in the visible range will be shown next to the time series name in the graph's legend. Default: - No label
4269
4400
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
4270
4401
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -4272,6 +4403,7 @@ class Schedule(
4272
4403
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
4273
4404
  :param statistic: What function to use for aggregating. Use the ``aws_cloudwatch.Stats`` helper class to construct valid input strings. Can be one of the following: - "Minimum" | "min" - "Maximum" | "max" - "Average" | "avg" - "Sum" | "sum" - "SampleCount | "n" - "pNN.NN" - "tmNN.NN" | "tm(NN.NN%:NN.NN%)" - "iqm" - "wmNN.NN" | "wm(NN.NN%:NN.NN%)" - "tcNN.NN" | "tc(NN.NN%:NN.NN%)" - "tsNN.NN" | "ts(NN.NN%:NN.NN%)" Default: Average
4274
4405
  :param unit: Unit used to filter the metric stream. Only refer to datums emitted to the metric stream with the given unit and ignore all others. Only useful when datums are being emitted to the same metric stream under different units. The default is to use all matric datums in the stream, regardless of unit, which is recommended in nearly all cases. CloudWatch does not honor this property for graphs. Default: - All metric datums in the given metric stream
4406
+ :param visible: Whether this metric should be visible in dashboard graphs. Setting this to false is useful when you want to hide raw metrics that are used in math expressions, and show only the expression results. Default: true
4275
4407
 
4276
4408
  :default: - sum over 5 minutes
4277
4409
  '''
@@ -4279,6 +4411,7 @@ class Schedule(
4279
4411
  account=account,
4280
4412
  color=color,
4281
4413
  dimensions_map=dimensions_map,
4414
+ id=id,
4282
4415
  label=label,
4283
4416
  period=period,
4284
4417
  region=region,
@@ -4286,6 +4419,7 @@ class Schedule(
4286
4419
  stack_region=stack_region,
4287
4420
  statistic=statistic,
4288
4421
  unit=unit,
4422
+ visible=visible,
4289
4423
  )
4290
4424
 
4291
4425
  return typing.cast(_Metric_e396a4dc, jsii.sinvoke(cls, "metricAllErrors", [props]))
@@ -4299,6 +4433,7 @@ class Schedule(
4299
4433
  account: typing.Optional[builtins.str] = None,
4300
4434
  color: typing.Optional[builtins.str] = None,
4301
4435
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
4436
+ id: typing.Optional[builtins.str] = None,
4302
4437
  label: typing.Optional[builtins.str] = None,
4303
4438
  period: typing.Optional[_Duration_4839e8c3] = None,
4304
4439
  region: typing.Optional[builtins.str] = None,
@@ -4306,6 +4441,7 @@ class Schedule(
4306
4441
  stack_region: typing.Optional[builtins.str] = None,
4307
4442
  statistic: typing.Optional[builtins.str] = None,
4308
4443
  unit: typing.Optional[_Unit_61bc6f70] = None,
4444
+ visible: typing.Optional[builtins.bool] = None,
4309
4445
  ) -> _Metric_e396a4dc:
4310
4446
  '''Metric for failed invocations that also failed to deliver to DLQ across all schedules.
4311
4447
 
@@ -4313,6 +4449,7 @@ class Schedule(
4313
4449
  :param account: Account which this metric comes from. Default: - Deployment account.
4314
4450
  :param color: The hex color code, prefixed with '#' (e.g. '#00ff00'), to use when this metric is rendered on a graph. The ``Color`` class has a set of standard colors that can be used here. Default: - Automatic color
4315
4451
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
4452
+ :param id: Unique identifier for this metric when used in dashboard widgets. The id can be used as a variable to represent this metric in math expressions. Valid characters are letters, numbers, and underscore. The first character must be a lowercase letter. Default: - No ID
4316
4453
  :param label: Label for this metric when added to a Graph in a Dashboard. You can use `dynamic labels <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/graph-dynamic-labels.html>`_ to show summary information about the entire displayed time series in the legend. For example, if you use:: [max: ${MAX}] MyMetric As the metric label, the maximum value in the visible range will be shown next to the time series name in the graph's legend. Default: - No label
4317
4454
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
4318
4455
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -4320,6 +4457,7 @@ class Schedule(
4320
4457
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
4321
4458
  :param statistic: What function to use for aggregating. Use the ``aws_cloudwatch.Stats`` helper class to construct valid input strings. Can be one of the following: - "Minimum" | "min" - "Maximum" | "max" - "Average" | "avg" - "Sum" | "sum" - "SampleCount | "n" - "pNN.NN" - "tmNN.NN" | "tm(NN.NN%:NN.NN%)" - "iqm" - "wmNN.NN" | "wm(NN.NN%:NN.NN%)" - "tcNN.NN" | "tc(NN.NN%:NN.NN%)" - "tsNN.NN" | "ts(NN.NN%:NN.NN%)" Default: Average
4322
4459
  :param unit: Unit used to filter the metric stream. Only refer to datums emitted to the metric stream with the given unit and ignore all others. Only useful when datums are being emitted to the same metric stream under different units. The default is to use all matric datums in the stream, regardless of unit, which is recommended in nearly all cases. CloudWatch does not honor this property for graphs. Default: - All metric datums in the given metric stream
4460
+ :param visible: Whether this metric should be visible in dashboard graphs. Setting this to false is useful when you want to hide raw metrics that are used in math expressions, and show only the expression results. Default: true
4323
4461
 
4324
4462
  :default: - sum over 5 minutes
4325
4463
  '''
@@ -4330,6 +4468,7 @@ class Schedule(
4330
4468
  account=account,
4331
4469
  color=color,
4332
4470
  dimensions_map=dimensions_map,
4471
+ id=id,
4333
4472
  label=label,
4334
4473
  period=period,
4335
4474
  region=region,
@@ -4337,6 +4476,7 @@ class Schedule(
4337
4476
  stack_region=stack_region,
4338
4477
  statistic=statistic,
4339
4478
  unit=unit,
4479
+ visible=visible,
4340
4480
  )
4341
4481
 
4342
4482
  return typing.cast(_Metric_e396a4dc, jsii.sinvoke(cls, "metricAllFailedToBeSentToDLQ", [error_code, props]))
@@ -4349,6 +4489,7 @@ class Schedule(
4349
4489
  account: typing.Optional[builtins.str] = None,
4350
4490
  color: typing.Optional[builtins.str] = None,
4351
4491
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
4492
+ id: typing.Optional[builtins.str] = None,
4352
4493
  label: typing.Optional[builtins.str] = None,
4353
4494
  period: typing.Optional[_Duration_4839e8c3] = None,
4354
4495
  region: typing.Optional[builtins.str] = None,
@@ -4356,12 +4497,14 @@ class Schedule(
4356
4497
  stack_region: typing.Optional[builtins.str] = None,
4357
4498
  statistic: typing.Optional[builtins.str] = None,
4358
4499
  unit: typing.Optional[_Unit_61bc6f70] = None,
4500
+ visible: typing.Optional[builtins.bool] = None,
4359
4501
  ) -> _Metric_e396a4dc:
4360
4502
  '''Metric for invocations delivered to the DLQ across all schedules.
4361
4503
 
4362
4504
  :param account: Account which this metric comes from. Default: - Deployment account.
4363
4505
  :param color: The hex color code, prefixed with '#' (e.g. '#00ff00'), to use when this metric is rendered on a graph. The ``Color`` class has a set of standard colors that can be used here. Default: - Automatic color
4364
4506
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
4507
+ :param id: Unique identifier for this metric when used in dashboard widgets. The id can be used as a variable to represent this metric in math expressions. Valid characters are letters, numbers, and underscore. The first character must be a lowercase letter. Default: - No ID
4365
4508
  :param label: Label for this metric when added to a Graph in a Dashboard. You can use `dynamic labels <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/graph-dynamic-labels.html>`_ to show summary information about the entire displayed time series in the legend. For example, if you use:: [max: ${MAX}] MyMetric As the metric label, the maximum value in the visible range will be shown next to the time series name in the graph's legend. Default: - No label
4366
4509
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
4367
4510
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -4369,6 +4512,7 @@ class Schedule(
4369
4512
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
4370
4513
  :param statistic: What function to use for aggregating. Use the ``aws_cloudwatch.Stats`` helper class to construct valid input strings. Can be one of the following: - "Minimum" | "min" - "Maximum" | "max" - "Average" | "avg" - "Sum" | "sum" - "SampleCount | "n" - "pNN.NN" - "tmNN.NN" | "tm(NN.NN%:NN.NN%)" - "iqm" - "wmNN.NN" | "wm(NN.NN%:NN.NN%)" - "tcNN.NN" | "tc(NN.NN%:NN.NN%)" - "tsNN.NN" | "ts(NN.NN%:NN.NN%)" Default: Average
4371
4514
  :param unit: Unit used to filter the metric stream. Only refer to datums emitted to the metric stream with the given unit and ignore all others. Only useful when datums are being emitted to the same metric stream under different units. The default is to use all matric datums in the stream, regardless of unit, which is recommended in nearly all cases. CloudWatch does not honor this property for graphs. Default: - All metric datums in the given metric stream
4515
+ :param visible: Whether this metric should be visible in dashboard graphs. Setting this to false is useful when you want to hide raw metrics that are used in math expressions, and show only the expression results. Default: true
4372
4516
 
4373
4517
  :default: - sum over 5 minutes
4374
4518
  '''
@@ -4376,6 +4520,7 @@ class Schedule(
4376
4520
  account=account,
4377
4521
  color=color,
4378
4522
  dimensions_map=dimensions_map,
4523
+ id=id,
4379
4524
  label=label,
4380
4525
  period=period,
4381
4526
  region=region,
@@ -4383,6 +4528,7 @@ class Schedule(
4383
4528
  stack_region=stack_region,
4384
4529
  statistic=statistic,
4385
4530
  unit=unit,
4531
+ visible=visible,
4386
4532
  )
4387
4533
 
4388
4534
  return typing.cast(_Metric_e396a4dc, jsii.sinvoke(cls, "metricAllSentToDLQ", [props]))
@@ -4395,6 +4541,7 @@ class Schedule(
4395
4541
  account: typing.Optional[builtins.str] = None,
4396
4542
  color: typing.Optional[builtins.str] = None,
4397
4543
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
4544
+ id: typing.Optional[builtins.str] = None,
4398
4545
  label: typing.Optional[builtins.str] = None,
4399
4546
  period: typing.Optional[_Duration_4839e8c3] = None,
4400
4547
  region: typing.Optional[builtins.str] = None,
@@ -4402,6 +4549,7 @@ class Schedule(
4402
4549
  stack_region: typing.Optional[builtins.str] = None,
4403
4550
  statistic: typing.Optional[builtins.str] = None,
4404
4551
  unit: typing.Optional[_Unit_61bc6f70] = None,
4552
+ visible: typing.Optional[builtins.bool] = None,
4405
4553
  ) -> _Metric_e396a4dc:
4406
4554
  '''Metric for delivery of failed invocations to DLQ when the payload of the event sent to the DLQ exceeds the maximum size allowed by Amazon SQS.
4407
4555
 
@@ -4410,6 +4558,7 @@ class Schedule(
4410
4558
  :param account: Account which this metric comes from. Default: - Deployment account.
4411
4559
  :param color: The hex color code, prefixed with '#' (e.g. '#00ff00'), to use when this metric is rendered on a graph. The ``Color`` class has a set of standard colors that can be used here. Default: - Automatic color
4412
4560
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
4561
+ :param id: Unique identifier for this metric when used in dashboard widgets. The id can be used as a variable to represent this metric in math expressions. Valid characters are letters, numbers, and underscore. The first character must be a lowercase letter. Default: - No ID
4413
4562
  :param label: Label for this metric when added to a Graph in a Dashboard. You can use `dynamic labels <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/graph-dynamic-labels.html>`_ to show summary information about the entire displayed time series in the legend. For example, if you use:: [max: ${MAX}] MyMetric As the metric label, the maximum value in the visible range will be shown next to the time series name in the graph's legend. Default: - No label
4414
4563
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
4415
4564
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -4417,6 +4566,7 @@ class Schedule(
4417
4566
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
4418
4567
  :param statistic: What function to use for aggregating. Use the ``aws_cloudwatch.Stats`` helper class to construct valid input strings. Can be one of the following: - "Minimum" | "min" - "Maximum" | "max" - "Average" | "avg" - "Sum" | "sum" - "SampleCount | "n" - "pNN.NN" - "tmNN.NN" | "tm(NN.NN%:NN.NN%)" - "iqm" - "wmNN.NN" | "wm(NN.NN%:NN.NN%)" - "tcNN.NN" | "tc(NN.NN%:NN.NN%)" - "tsNN.NN" | "ts(NN.NN%:NN.NN%)" Default: Average
4419
4568
  :param unit: Unit used to filter the metric stream. Only refer to datums emitted to the metric stream with the given unit and ignore all others. Only useful when datums are being emitted to the same metric stream under different units. The default is to use all matric datums in the stream, regardless of unit, which is recommended in nearly all cases. CloudWatch does not honor this property for graphs. Default: - All metric datums in the given metric stream
4569
+ :param visible: Whether this metric should be visible in dashboard graphs. Setting this to false is useful when you want to hide raw metrics that are used in math expressions, and show only the expression results. Default: true
4420
4570
 
4421
4571
  :default: - sum over 5 minutes
4422
4572
  '''
@@ -4424,6 +4574,7 @@ class Schedule(
4424
4574
  account=account,
4425
4575
  color=color,
4426
4576
  dimensions_map=dimensions_map,
4577
+ id=id,
4427
4578
  label=label,
4428
4579
  period=period,
4429
4580
  region=region,
@@ -4431,6 +4582,7 @@ class Schedule(
4431
4582
  stack_region=stack_region,
4432
4583
  statistic=statistic,
4433
4584
  unit=unit,
4585
+ visible=visible,
4434
4586
  )
4435
4587
 
4436
4588
  return typing.cast(_Metric_e396a4dc, jsii.sinvoke(cls, "metricAllSentToDLQTruncated", [props]))
@@ -4443,6 +4595,7 @@ class Schedule(
4443
4595
  account: typing.Optional[builtins.str] = None,
4444
4596
  color: typing.Optional[builtins.str] = None,
4445
4597
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
4598
+ id: typing.Optional[builtins.str] = None,
4446
4599
  label: typing.Optional[builtins.str] = None,
4447
4600
  period: typing.Optional[_Duration_4839e8c3] = None,
4448
4601
  region: typing.Optional[builtins.str] = None,
@@ -4450,12 +4603,14 @@ class Schedule(
4450
4603
  stack_region: typing.Optional[builtins.str] = None,
4451
4604
  statistic: typing.Optional[builtins.str] = None,
4452
4605
  unit: typing.Optional[_Unit_61bc6f70] = None,
4606
+ visible: typing.Optional[builtins.bool] = None,
4453
4607
  ) -> _Metric_e396a4dc:
4454
4608
  '''Metric for invocation failures due to API throttling by the target across all schedules.
4455
4609
 
4456
4610
  :param account: Account which this metric comes from. Default: - Deployment account.
4457
4611
  :param color: The hex color code, prefixed with '#' (e.g. '#00ff00'), to use when this metric is rendered on a graph. The ``Color`` class has a set of standard colors that can be used here. Default: - Automatic color
4458
4612
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
4613
+ :param id: Unique identifier for this metric when used in dashboard widgets. The id can be used as a variable to represent this metric in math expressions. Valid characters are letters, numbers, and underscore. The first character must be a lowercase letter. Default: - No ID
4459
4614
  :param label: Label for this metric when added to a Graph in a Dashboard. You can use `dynamic labels <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/graph-dynamic-labels.html>`_ to show summary information about the entire displayed time series in the legend. For example, if you use:: [max: ${MAX}] MyMetric As the metric label, the maximum value in the visible range will be shown next to the time series name in the graph's legend. Default: - No label
4460
4615
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
4461
4616
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -4463,6 +4618,7 @@ class Schedule(
4463
4618
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
4464
4619
  :param statistic: What function to use for aggregating. Use the ``aws_cloudwatch.Stats`` helper class to construct valid input strings. Can be one of the following: - "Minimum" | "min" - "Maximum" | "max" - "Average" | "avg" - "Sum" | "sum" - "SampleCount | "n" - "pNN.NN" - "tmNN.NN" | "tm(NN.NN%:NN.NN%)" - "iqm" - "wmNN.NN" | "wm(NN.NN%:NN.NN%)" - "tcNN.NN" | "tc(NN.NN%:NN.NN%)" - "tsNN.NN" | "ts(NN.NN%:NN.NN%)" Default: Average
4465
4620
  :param unit: Unit used to filter the metric stream. Only refer to datums emitted to the metric stream with the given unit and ignore all others. Only useful when datums are being emitted to the same metric stream under different units. The default is to use all matric datums in the stream, regardless of unit, which is recommended in nearly all cases. CloudWatch does not honor this property for graphs. Default: - All metric datums in the given metric stream
4621
+ :param visible: Whether this metric should be visible in dashboard graphs. Setting this to false is useful when you want to hide raw metrics that are used in math expressions, and show only the expression results. Default: true
4466
4622
 
4467
4623
  :default: - sum over 5 minutes
4468
4624
  '''
@@ -4470,6 +4626,7 @@ class Schedule(
4470
4626
  account=account,
4471
4627
  color=color,
4472
4628
  dimensions_map=dimensions_map,
4629
+ id=id,
4473
4630
  label=label,
4474
4631
  period=period,
4475
4632
  region=region,
@@ -4477,6 +4634,7 @@ class Schedule(
4477
4634
  stack_region=stack_region,
4478
4635
  statistic=statistic,
4479
4636
  unit=unit,
4637
+ visible=visible,
4480
4638
  )
4481
4639
 
4482
4640
  return typing.cast(_Metric_e396a4dc, jsii.sinvoke(cls, "metricAllTargetThrottled", [props]))
@@ -4489,6 +4647,7 @@ class Schedule(
4489
4647
  account: typing.Optional[builtins.str] = None,
4490
4648
  color: typing.Optional[builtins.str] = None,
4491
4649
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
4650
+ id: typing.Optional[builtins.str] = None,
4492
4651
  label: typing.Optional[builtins.str] = None,
4493
4652
  period: typing.Optional[_Duration_4839e8c3] = None,
4494
4653
  region: typing.Optional[builtins.str] = None,
@@ -4496,12 +4655,14 @@ class Schedule(
4496
4655
  stack_region: typing.Optional[builtins.str] = None,
4497
4656
  statistic: typing.Optional[builtins.str] = None,
4498
4657
  unit: typing.Optional[_Unit_61bc6f70] = None,
4658
+ visible: typing.Optional[builtins.bool] = None,
4499
4659
  ) -> _Metric_e396a4dc:
4500
4660
  '''Metric for the number of invocations that were throttled across all schedules.
4501
4661
 
4502
4662
  :param account: Account which this metric comes from. Default: - Deployment account.
4503
4663
  :param color: The hex color code, prefixed with '#' (e.g. '#00ff00'), to use when this metric is rendered on a graph. The ``Color`` class has a set of standard colors that can be used here. Default: - Automatic color
4504
4664
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
4665
+ :param id: Unique identifier for this metric when used in dashboard widgets. The id can be used as a variable to represent this metric in math expressions. Valid characters are letters, numbers, and underscore. The first character must be a lowercase letter. Default: - No ID
4505
4666
  :param label: Label for this metric when added to a Graph in a Dashboard. You can use `dynamic labels <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/graph-dynamic-labels.html>`_ to show summary information about the entire displayed time series in the legend. For example, if you use:: [max: ${MAX}] MyMetric As the metric label, the maximum value in the visible range will be shown next to the time series name in the graph's legend. Default: - No label
4506
4667
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
4507
4668
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -4509,6 +4670,7 @@ class Schedule(
4509
4670
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
4510
4671
  :param statistic: What function to use for aggregating. Use the ``aws_cloudwatch.Stats`` helper class to construct valid input strings. Can be one of the following: - "Minimum" | "min" - "Maximum" | "max" - "Average" | "avg" - "Sum" | "sum" - "SampleCount | "n" - "pNN.NN" - "tmNN.NN" | "tm(NN.NN%:NN.NN%)" - "iqm" - "wmNN.NN" | "wm(NN.NN%:NN.NN%)" - "tcNN.NN" | "tc(NN.NN%:NN.NN%)" - "tsNN.NN" | "ts(NN.NN%:NN.NN%)" Default: Average
4511
4672
  :param unit: Unit used to filter the metric stream. Only refer to datums emitted to the metric stream with the given unit and ignore all others. Only useful when datums are being emitted to the same metric stream under different units. The default is to use all matric datums in the stream, regardless of unit, which is recommended in nearly all cases. CloudWatch does not honor this property for graphs. Default: - All metric datums in the given metric stream
4673
+ :param visible: Whether this metric should be visible in dashboard graphs. Setting this to false is useful when you want to hide raw metrics that are used in math expressions, and show only the expression results. Default: true
4512
4674
 
4513
4675
  :default: - sum over 5 minutes
4514
4676
 
@@ -4518,6 +4680,7 @@ class Schedule(
4518
4680
  account=account,
4519
4681
  color=color,
4520
4682
  dimensions_map=dimensions_map,
4683
+ id=id,
4521
4684
  label=label,
4522
4685
  period=period,
4523
4686
  region=region,
@@ -4525,6 +4688,7 @@ class Schedule(
4525
4688
  stack_region=stack_region,
4526
4689
  statistic=statistic,
4527
4690
  unit=unit,
4691
+ visible=visible,
4528
4692
  )
4529
4693
 
4530
4694
  return typing.cast(_Metric_e396a4dc, jsii.sinvoke(cls, "metricAllThrottled", [props]))
@@ -4879,6 +5043,7 @@ class ScheduleGroup(
4879
5043
  account: typing.Optional[builtins.str] = None,
4880
5044
  color: typing.Optional[builtins.str] = None,
4881
5045
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
5046
+ id: typing.Optional[builtins.str] = None,
4882
5047
  label: typing.Optional[builtins.str] = None,
4883
5048
  period: typing.Optional[_Duration_4839e8c3] = None,
4884
5049
  region: typing.Optional[builtins.str] = None,
@@ -4886,6 +5051,7 @@ class ScheduleGroup(
4886
5051
  stack_region: typing.Optional[builtins.str] = None,
4887
5052
  statistic: typing.Optional[builtins.str] = None,
4888
5053
  unit: typing.Optional[_Unit_61bc6f70] = None,
5054
+ visible: typing.Optional[builtins.bool] = None,
4889
5055
  ) -> _Metric_e396a4dc:
4890
5056
  '''Return the given named metric for this schedule group.
4891
5057
 
@@ -4893,6 +5059,7 @@ class ScheduleGroup(
4893
5059
  :param account: Account which this metric comes from. Default: - Deployment account.
4894
5060
  :param color: The hex color code, prefixed with '#' (e.g. '#00ff00'), to use when this metric is rendered on a graph. The ``Color`` class has a set of standard colors that can be used here. Default: - Automatic color
4895
5061
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
5062
+ :param id: Unique identifier for this metric when used in dashboard widgets. The id can be used as a variable to represent this metric in math expressions. Valid characters are letters, numbers, and underscore. The first character must be a lowercase letter. Default: - No ID
4896
5063
  :param label: Label for this metric when added to a Graph in a Dashboard. You can use `dynamic labels <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/graph-dynamic-labels.html>`_ to show summary information about the entire displayed time series in the legend. For example, if you use:: [max: ${MAX}] MyMetric As the metric label, the maximum value in the visible range will be shown next to the time series name in the graph's legend. Default: - No label
4897
5064
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
4898
5065
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -4900,6 +5067,7 @@ class ScheduleGroup(
4900
5067
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
4901
5068
  :param statistic: What function to use for aggregating. Use the ``aws_cloudwatch.Stats`` helper class to construct valid input strings. Can be one of the following: - "Minimum" | "min" - "Maximum" | "max" - "Average" | "avg" - "Sum" | "sum" - "SampleCount | "n" - "pNN.NN" - "tmNN.NN" | "tm(NN.NN%:NN.NN%)" - "iqm" - "wmNN.NN" | "wm(NN.NN%:NN.NN%)" - "tcNN.NN" | "tc(NN.NN%:NN.NN%)" - "tsNN.NN" | "ts(NN.NN%:NN.NN%)" Default: Average
4902
5069
  :param unit: Unit used to filter the metric stream. Only refer to datums emitted to the metric stream with the given unit and ignore all others. Only useful when datums are being emitted to the same metric stream under different units. The default is to use all matric datums in the stream, regardless of unit, which is recommended in nearly all cases. CloudWatch does not honor this property for graphs. Default: - All metric datums in the given metric stream
5070
+ :param visible: Whether this metric should be visible in dashboard graphs. Setting this to false is useful when you want to hide raw metrics that are used in math expressions, and show only the expression results. Default: true
4903
5071
 
4904
5072
  :default: - sum over 5 minutes
4905
5073
  '''
@@ -4910,6 +5078,7 @@ class ScheduleGroup(
4910
5078
  account=account,
4911
5079
  color=color,
4912
5080
  dimensions_map=dimensions_map,
5081
+ id=id,
4913
5082
  label=label,
4914
5083
  period=period,
4915
5084
  region=region,
@@ -4917,6 +5086,7 @@ class ScheduleGroup(
4917
5086
  stack_region=stack_region,
4918
5087
  statistic=statistic,
4919
5088
  unit=unit,
5089
+ visible=visible,
4920
5090
  )
4921
5091
 
4922
5092
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metric", [metric_name, props]))
@@ -4928,6 +5098,7 @@ class ScheduleGroup(
4928
5098
  account: typing.Optional[builtins.str] = None,
4929
5099
  color: typing.Optional[builtins.str] = None,
4930
5100
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
5101
+ id: typing.Optional[builtins.str] = None,
4931
5102
  label: typing.Optional[builtins.str] = None,
4932
5103
  period: typing.Optional[_Duration_4839e8c3] = None,
4933
5104
  region: typing.Optional[builtins.str] = None,
@@ -4935,12 +5106,14 @@ class ScheduleGroup(
4935
5106
  stack_region: typing.Optional[builtins.str] = None,
4936
5107
  statistic: typing.Optional[builtins.str] = None,
4937
5108
  unit: typing.Optional[_Unit_61bc6f70] = None,
5109
+ visible: typing.Optional[builtins.bool] = None,
4938
5110
  ) -> _Metric_e396a4dc:
4939
5111
  '''Metric for all invocation attempts.
4940
5112
 
4941
5113
  :param account: Account which this metric comes from. Default: - Deployment account.
4942
5114
  :param color: The hex color code, prefixed with '#' (e.g. '#00ff00'), to use when this metric is rendered on a graph. The ``Color`` class has a set of standard colors that can be used here. Default: - Automatic color
4943
5115
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
5116
+ :param id: Unique identifier for this metric when used in dashboard widgets. The id can be used as a variable to represent this metric in math expressions. Valid characters are letters, numbers, and underscore. The first character must be a lowercase letter. Default: - No ID
4944
5117
  :param label: Label for this metric when added to a Graph in a Dashboard. You can use `dynamic labels <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/graph-dynamic-labels.html>`_ to show summary information about the entire displayed time series in the legend. For example, if you use:: [max: ${MAX}] MyMetric As the metric label, the maximum value in the visible range will be shown next to the time series name in the graph's legend. Default: - No label
4945
5118
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
4946
5119
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -4948,6 +5121,7 @@ class ScheduleGroup(
4948
5121
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
4949
5122
  :param statistic: What function to use for aggregating. Use the ``aws_cloudwatch.Stats`` helper class to construct valid input strings. Can be one of the following: - "Minimum" | "min" - "Maximum" | "max" - "Average" | "avg" - "Sum" | "sum" - "SampleCount | "n" - "pNN.NN" - "tmNN.NN" | "tm(NN.NN%:NN.NN%)" - "iqm" - "wmNN.NN" | "wm(NN.NN%:NN.NN%)" - "tcNN.NN" | "tc(NN.NN%:NN.NN%)" - "tsNN.NN" | "ts(NN.NN%:NN.NN%)" Default: Average
4950
5123
  :param unit: Unit used to filter the metric stream. Only refer to datums emitted to the metric stream with the given unit and ignore all others. Only useful when datums are being emitted to the same metric stream under different units. The default is to use all matric datums in the stream, regardless of unit, which is recommended in nearly all cases. CloudWatch does not honor this property for graphs. Default: - All metric datums in the given metric stream
5124
+ :param visible: Whether this metric should be visible in dashboard graphs. Setting this to false is useful when you want to hide raw metrics that are used in math expressions, and show only the expression results. Default: true
4951
5125
 
4952
5126
  :default: - sum over 5 minutes
4953
5127
  '''
@@ -4955,6 +5129,7 @@ class ScheduleGroup(
4955
5129
  account=account,
4956
5130
  color=color,
4957
5131
  dimensions_map=dimensions_map,
5132
+ id=id,
4958
5133
  label=label,
4959
5134
  period=period,
4960
5135
  region=region,
@@ -4962,6 +5137,7 @@ class ScheduleGroup(
4962
5137
  stack_region=stack_region,
4963
5138
  statistic=statistic,
4964
5139
  unit=unit,
5140
+ visible=visible,
4965
5141
  )
4966
5142
 
4967
5143
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricAttempts", [props]))
@@ -4973,6 +5149,7 @@ class ScheduleGroup(
4973
5149
  account: typing.Optional[builtins.str] = None,
4974
5150
  color: typing.Optional[builtins.str] = None,
4975
5151
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
5152
+ id: typing.Optional[builtins.str] = None,
4976
5153
  label: typing.Optional[builtins.str] = None,
4977
5154
  period: typing.Optional[_Duration_4839e8c3] = None,
4978
5155
  region: typing.Optional[builtins.str] = None,
@@ -4980,12 +5157,14 @@ class ScheduleGroup(
4980
5157
  stack_region: typing.Optional[builtins.str] = None,
4981
5158
  statistic: typing.Optional[builtins.str] = None,
4982
5159
  unit: typing.Optional[_Unit_61bc6f70] = None,
5160
+ visible: typing.Optional[builtins.bool] = None,
4983
5161
  ) -> _Metric_e396a4dc:
4984
5162
  '''Metric for dropped invocations when EventBridge Scheduler stops attempting to invoke the target after a schedule's retry policy has been exhausted.
4985
5163
 
4986
5164
  :param account: Account which this metric comes from. Default: - Deployment account.
4987
5165
  :param color: The hex color code, prefixed with '#' (e.g. '#00ff00'), to use when this metric is rendered on a graph. The ``Color`` class has a set of standard colors that can be used here. Default: - Automatic color
4988
5166
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
5167
+ :param id: Unique identifier for this metric when used in dashboard widgets. The id can be used as a variable to represent this metric in math expressions. Valid characters are letters, numbers, and underscore. The first character must be a lowercase letter. Default: - No ID
4989
5168
  :param label: Label for this metric when added to a Graph in a Dashboard. You can use `dynamic labels <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/graph-dynamic-labels.html>`_ to show summary information about the entire displayed time series in the legend. For example, if you use:: [max: ${MAX}] MyMetric As the metric label, the maximum value in the visible range will be shown next to the time series name in the graph's legend. Default: - No label
4990
5169
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
4991
5170
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -4993,6 +5172,7 @@ class ScheduleGroup(
4993
5172
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
4994
5173
  :param statistic: What function to use for aggregating. Use the ``aws_cloudwatch.Stats`` helper class to construct valid input strings. Can be one of the following: - "Minimum" | "min" - "Maximum" | "max" - "Average" | "avg" - "Sum" | "sum" - "SampleCount | "n" - "pNN.NN" - "tmNN.NN" | "tm(NN.NN%:NN.NN%)" - "iqm" - "wmNN.NN" | "wm(NN.NN%:NN.NN%)" - "tcNN.NN" | "tc(NN.NN%:NN.NN%)" - "tsNN.NN" | "ts(NN.NN%:NN.NN%)" Default: Average
4995
5174
  :param unit: Unit used to filter the metric stream. Only refer to datums emitted to the metric stream with the given unit and ignore all others. Only useful when datums are being emitted to the same metric stream under different units. The default is to use all matric datums in the stream, regardless of unit, which is recommended in nearly all cases. CloudWatch does not honor this property for graphs. Default: - All metric datums in the given metric stream
5175
+ :param visible: Whether this metric should be visible in dashboard graphs. Setting this to false is useful when you want to hide raw metrics that are used in math expressions, and show only the expression results. Default: true
4996
5176
 
4997
5177
  :default: - sum over 5 minutes
4998
5178
  '''
@@ -5000,6 +5180,7 @@ class ScheduleGroup(
5000
5180
  account=account,
5001
5181
  color=color,
5002
5182
  dimensions_map=dimensions_map,
5183
+ id=id,
5003
5184
  label=label,
5004
5185
  period=period,
5005
5186
  region=region,
@@ -5007,6 +5188,7 @@ class ScheduleGroup(
5007
5188
  stack_region=stack_region,
5008
5189
  statistic=statistic,
5009
5190
  unit=unit,
5191
+ visible=visible,
5010
5192
  )
5011
5193
 
5012
5194
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricDropped", [props]))
@@ -5019,6 +5201,7 @@ class ScheduleGroup(
5019
5201
  account: typing.Optional[builtins.str] = None,
5020
5202
  color: typing.Optional[builtins.str] = None,
5021
5203
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
5204
+ id: typing.Optional[builtins.str] = None,
5022
5205
  label: typing.Optional[builtins.str] = None,
5023
5206
  period: typing.Optional[_Duration_4839e8c3] = None,
5024
5207
  region: typing.Optional[builtins.str] = None,
@@ -5026,6 +5209,7 @@ class ScheduleGroup(
5026
5209
  stack_region: typing.Optional[builtins.str] = None,
5027
5210
  statistic: typing.Optional[builtins.str] = None,
5028
5211
  unit: typing.Optional[_Unit_61bc6f70] = None,
5212
+ visible: typing.Optional[builtins.bool] = None,
5029
5213
  ) -> _Metric_e396a4dc:
5030
5214
  '''Metric for failed invocations that also failed to deliver to DLQ.
5031
5215
 
@@ -5033,6 +5217,7 @@ class ScheduleGroup(
5033
5217
  :param account: Account which this metric comes from. Default: - Deployment account.
5034
5218
  :param color: The hex color code, prefixed with '#' (e.g. '#00ff00'), to use when this metric is rendered on a graph. The ``Color`` class has a set of standard colors that can be used here. Default: - Automatic color
5035
5219
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
5220
+ :param id: Unique identifier for this metric when used in dashboard widgets. The id can be used as a variable to represent this metric in math expressions. Valid characters are letters, numbers, and underscore. The first character must be a lowercase letter. Default: - No ID
5036
5221
  :param label: Label for this metric when added to a Graph in a Dashboard. You can use `dynamic labels <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/graph-dynamic-labels.html>`_ to show summary information about the entire displayed time series in the legend. For example, if you use:: [max: ${MAX}] MyMetric As the metric label, the maximum value in the visible range will be shown next to the time series name in the graph's legend. Default: - No label
5037
5222
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
5038
5223
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -5040,6 +5225,7 @@ class ScheduleGroup(
5040
5225
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
5041
5226
  :param statistic: What function to use for aggregating. Use the ``aws_cloudwatch.Stats`` helper class to construct valid input strings. Can be one of the following: - "Minimum" | "min" - "Maximum" | "max" - "Average" | "avg" - "Sum" | "sum" - "SampleCount | "n" - "pNN.NN" - "tmNN.NN" | "tm(NN.NN%:NN.NN%)" - "iqm" - "wmNN.NN" | "wm(NN.NN%:NN.NN%)" - "tcNN.NN" | "tc(NN.NN%:NN.NN%)" - "tsNN.NN" | "ts(NN.NN%:NN.NN%)" Default: Average
5042
5227
  :param unit: Unit used to filter the metric stream. Only refer to datums emitted to the metric stream with the given unit and ignore all others. Only useful when datums are being emitted to the same metric stream under different units. The default is to use all matric datums in the stream, regardless of unit, which is recommended in nearly all cases. CloudWatch does not honor this property for graphs. Default: - All metric datums in the given metric stream
5228
+ :param visible: Whether this metric should be visible in dashboard graphs. Setting this to false is useful when you want to hide raw metrics that are used in math expressions, and show only the expression results. Default: true
5043
5229
 
5044
5230
  :default: - sum over 5 minutes
5045
5231
  '''
@@ -5050,6 +5236,7 @@ class ScheduleGroup(
5050
5236
  account=account,
5051
5237
  color=color,
5052
5238
  dimensions_map=dimensions_map,
5239
+ id=id,
5053
5240
  label=label,
5054
5241
  period=period,
5055
5242
  region=region,
@@ -5057,6 +5244,7 @@ class ScheduleGroup(
5057
5244
  stack_region=stack_region,
5058
5245
  statistic=statistic,
5059
5246
  unit=unit,
5247
+ visible=visible,
5060
5248
  )
5061
5249
 
5062
5250
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricFailedToBeSentToDLQ", [error_code, props]))
@@ -5068,6 +5256,7 @@ class ScheduleGroup(
5068
5256
  account: typing.Optional[builtins.str] = None,
5069
5257
  color: typing.Optional[builtins.str] = None,
5070
5258
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
5259
+ id: typing.Optional[builtins.str] = None,
5071
5260
  label: typing.Optional[builtins.str] = None,
5072
5261
  period: typing.Optional[_Duration_4839e8c3] = None,
5073
5262
  region: typing.Optional[builtins.str] = None,
@@ -5075,12 +5264,14 @@ class ScheduleGroup(
5075
5264
  stack_region: typing.Optional[builtins.str] = None,
5076
5265
  statistic: typing.Optional[builtins.str] = None,
5077
5266
  unit: typing.Optional[_Unit_61bc6f70] = None,
5267
+ visible: typing.Optional[builtins.bool] = None,
5078
5268
  ) -> _Metric_e396a4dc:
5079
5269
  '''Metric for invocations delivered to the DLQ.
5080
5270
 
5081
5271
  :param account: Account which this metric comes from. Default: - Deployment account.
5082
5272
  :param color: The hex color code, prefixed with '#' (e.g. '#00ff00'), to use when this metric is rendered on a graph. The ``Color`` class has a set of standard colors that can be used here. Default: - Automatic color
5083
5273
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
5274
+ :param id: Unique identifier for this metric when used in dashboard widgets. The id can be used as a variable to represent this metric in math expressions. Valid characters are letters, numbers, and underscore. The first character must be a lowercase letter. Default: - No ID
5084
5275
  :param label: Label for this metric when added to a Graph in a Dashboard. You can use `dynamic labels <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/graph-dynamic-labels.html>`_ to show summary information about the entire displayed time series in the legend. For example, if you use:: [max: ${MAX}] MyMetric As the metric label, the maximum value in the visible range will be shown next to the time series name in the graph's legend. Default: - No label
5085
5276
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
5086
5277
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -5088,6 +5279,7 @@ class ScheduleGroup(
5088
5279
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
5089
5280
  :param statistic: What function to use for aggregating. Use the ``aws_cloudwatch.Stats`` helper class to construct valid input strings. Can be one of the following: - "Minimum" | "min" - "Maximum" | "max" - "Average" | "avg" - "Sum" | "sum" - "SampleCount | "n" - "pNN.NN" - "tmNN.NN" | "tm(NN.NN%:NN.NN%)" - "iqm" - "wmNN.NN" | "wm(NN.NN%:NN.NN%)" - "tcNN.NN" | "tc(NN.NN%:NN.NN%)" - "tsNN.NN" | "ts(NN.NN%:NN.NN%)" Default: Average
5090
5281
  :param unit: Unit used to filter the metric stream. Only refer to datums emitted to the metric stream with the given unit and ignore all others. Only useful when datums are being emitted to the same metric stream under different units. The default is to use all matric datums in the stream, regardless of unit, which is recommended in nearly all cases. CloudWatch does not honor this property for graphs. Default: - All metric datums in the given metric stream
5282
+ :param visible: Whether this metric should be visible in dashboard graphs. Setting this to false is useful when you want to hide raw metrics that are used in math expressions, and show only the expression results. Default: true
5091
5283
 
5092
5284
  :default: - sum over 5 minutes
5093
5285
  '''
@@ -5095,6 +5287,7 @@ class ScheduleGroup(
5095
5287
  account=account,
5096
5288
  color=color,
5097
5289
  dimensions_map=dimensions_map,
5290
+ id=id,
5098
5291
  label=label,
5099
5292
  period=period,
5100
5293
  region=region,
@@ -5102,6 +5295,7 @@ class ScheduleGroup(
5102
5295
  stack_region=stack_region,
5103
5296
  statistic=statistic,
5104
5297
  unit=unit,
5298
+ visible=visible,
5105
5299
  )
5106
5300
 
5107
5301
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricSentToDLQ", [props]))
@@ -5113,6 +5307,7 @@ class ScheduleGroup(
5113
5307
  account: typing.Optional[builtins.str] = None,
5114
5308
  color: typing.Optional[builtins.str] = None,
5115
5309
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
5310
+ id: typing.Optional[builtins.str] = None,
5116
5311
  label: typing.Optional[builtins.str] = None,
5117
5312
  period: typing.Optional[_Duration_4839e8c3] = None,
5118
5313
  region: typing.Optional[builtins.str] = None,
@@ -5120,12 +5315,14 @@ class ScheduleGroup(
5120
5315
  stack_region: typing.Optional[builtins.str] = None,
5121
5316
  statistic: typing.Optional[builtins.str] = None,
5122
5317
  unit: typing.Optional[_Unit_61bc6f70] = None,
5318
+ visible: typing.Optional[builtins.bool] = None,
5123
5319
  ) -> _Metric_e396a4dc:
5124
5320
  '''Metric for delivery of failed invocations to DLQ when the payload of the event sent to the DLQ exceeds the maximum size allowed by Amazon SQS.
5125
5321
 
5126
5322
  :param account: Account which this metric comes from. Default: - Deployment account.
5127
5323
  :param color: The hex color code, prefixed with '#' (e.g. '#00ff00'), to use when this metric is rendered on a graph. The ``Color`` class has a set of standard colors that can be used here. Default: - Automatic color
5128
5324
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
5325
+ :param id: Unique identifier for this metric when used in dashboard widgets. The id can be used as a variable to represent this metric in math expressions. Valid characters are letters, numbers, and underscore. The first character must be a lowercase letter. Default: - No ID
5129
5326
  :param label: Label for this metric when added to a Graph in a Dashboard. You can use `dynamic labels <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/graph-dynamic-labels.html>`_ to show summary information about the entire displayed time series in the legend. For example, if you use:: [max: ${MAX}] MyMetric As the metric label, the maximum value in the visible range will be shown next to the time series name in the graph's legend. Default: - No label
5130
5327
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
5131
5328
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -5133,6 +5330,7 @@ class ScheduleGroup(
5133
5330
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
5134
5331
  :param statistic: What function to use for aggregating. Use the ``aws_cloudwatch.Stats`` helper class to construct valid input strings. Can be one of the following: - "Minimum" | "min" - "Maximum" | "max" - "Average" | "avg" - "Sum" | "sum" - "SampleCount | "n" - "pNN.NN" - "tmNN.NN" | "tm(NN.NN%:NN.NN%)" - "iqm" - "wmNN.NN" | "wm(NN.NN%:NN.NN%)" - "tcNN.NN" | "tc(NN.NN%:NN.NN%)" - "tsNN.NN" | "ts(NN.NN%:NN.NN%)" Default: Average
5135
5332
  :param unit: Unit used to filter the metric stream. Only refer to datums emitted to the metric stream with the given unit and ignore all others. Only useful when datums are being emitted to the same metric stream under different units. The default is to use all matric datums in the stream, regardless of unit, which is recommended in nearly all cases. CloudWatch does not honor this property for graphs. Default: - All metric datums in the given metric stream
5333
+ :param visible: Whether this metric should be visible in dashboard graphs. Setting this to false is useful when you want to hide raw metrics that are used in math expressions, and show only the expression results. Default: true
5136
5334
 
5137
5335
  :default: - sum over 5 minutes
5138
5336
  '''
@@ -5140,6 +5338,7 @@ class ScheduleGroup(
5140
5338
  account=account,
5141
5339
  color=color,
5142
5340
  dimensions_map=dimensions_map,
5341
+ id=id,
5143
5342
  label=label,
5144
5343
  period=period,
5145
5344
  region=region,
@@ -5147,6 +5346,7 @@ class ScheduleGroup(
5147
5346
  stack_region=stack_region,
5148
5347
  statistic=statistic,
5149
5348
  unit=unit,
5349
+ visible=visible,
5150
5350
  )
5151
5351
 
5152
5352
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricSentToDLQTruncated", [props]))
@@ -5158,6 +5358,7 @@ class ScheduleGroup(
5158
5358
  account: typing.Optional[builtins.str] = None,
5159
5359
  color: typing.Optional[builtins.str] = None,
5160
5360
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
5361
+ id: typing.Optional[builtins.str] = None,
5161
5362
  label: typing.Optional[builtins.str] = None,
5162
5363
  period: typing.Optional[_Duration_4839e8c3] = None,
5163
5364
  region: typing.Optional[builtins.str] = None,
@@ -5165,12 +5366,14 @@ class ScheduleGroup(
5165
5366
  stack_region: typing.Optional[builtins.str] = None,
5166
5367
  statistic: typing.Optional[builtins.str] = None,
5167
5368
  unit: typing.Optional[_Unit_61bc6f70] = None,
5369
+ visible: typing.Optional[builtins.bool] = None,
5168
5370
  ) -> _Metric_e396a4dc:
5169
5371
  '''Emitted when the target returns an exception after EventBridge Scheduler calls the target API.
5170
5372
 
5171
5373
  :param account: Account which this metric comes from. Default: - Deployment account.
5172
5374
  :param color: The hex color code, prefixed with '#' (e.g. '#00ff00'), to use when this metric is rendered on a graph. The ``Color`` class has a set of standard colors that can be used here. Default: - Automatic color
5173
5375
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
5376
+ :param id: Unique identifier for this metric when used in dashboard widgets. The id can be used as a variable to represent this metric in math expressions. Valid characters are letters, numbers, and underscore. The first character must be a lowercase letter. Default: - No ID
5174
5377
  :param label: Label for this metric when added to a Graph in a Dashboard. You can use `dynamic labels <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/graph-dynamic-labels.html>`_ to show summary information about the entire displayed time series in the legend. For example, if you use:: [max: ${MAX}] MyMetric As the metric label, the maximum value in the visible range will be shown next to the time series name in the graph's legend. Default: - No label
5175
5378
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
5176
5379
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -5178,6 +5381,7 @@ class ScheduleGroup(
5178
5381
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
5179
5382
  :param statistic: What function to use for aggregating. Use the ``aws_cloudwatch.Stats`` helper class to construct valid input strings. Can be one of the following: - "Minimum" | "min" - "Maximum" | "max" - "Average" | "avg" - "Sum" | "sum" - "SampleCount | "n" - "pNN.NN" - "tmNN.NN" | "tm(NN.NN%:NN.NN%)" - "iqm" - "wmNN.NN" | "wm(NN.NN%:NN.NN%)" - "tcNN.NN" | "tc(NN.NN%:NN.NN%)" - "tsNN.NN" | "ts(NN.NN%:NN.NN%)" Default: Average
5180
5383
  :param unit: Unit used to filter the metric stream. Only refer to datums emitted to the metric stream with the given unit and ignore all others. Only useful when datums are being emitted to the same metric stream under different units. The default is to use all matric datums in the stream, regardless of unit, which is recommended in nearly all cases. CloudWatch does not honor this property for graphs. Default: - All metric datums in the given metric stream
5384
+ :param visible: Whether this metric should be visible in dashboard graphs. Setting this to false is useful when you want to hide raw metrics that are used in math expressions, and show only the expression results. Default: true
5181
5385
 
5182
5386
  :default: - sum over 5 minutes
5183
5387
  '''
@@ -5185,6 +5389,7 @@ class ScheduleGroup(
5185
5389
  account=account,
5186
5390
  color=color,
5187
5391
  dimensions_map=dimensions_map,
5392
+ id=id,
5188
5393
  label=label,
5189
5394
  period=period,
5190
5395
  region=region,
@@ -5192,6 +5397,7 @@ class ScheduleGroup(
5192
5397
  stack_region=stack_region,
5193
5398
  statistic=statistic,
5194
5399
  unit=unit,
5400
+ visible=visible,
5195
5401
  )
5196
5402
 
5197
5403
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricTargetErrors", [props]))
@@ -5203,6 +5409,7 @@ class ScheduleGroup(
5203
5409
  account: typing.Optional[builtins.str] = None,
5204
5410
  color: typing.Optional[builtins.str] = None,
5205
5411
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
5412
+ id: typing.Optional[builtins.str] = None,
5206
5413
  label: typing.Optional[builtins.str] = None,
5207
5414
  period: typing.Optional[_Duration_4839e8c3] = None,
5208
5415
  region: typing.Optional[builtins.str] = None,
@@ -5210,12 +5417,14 @@ class ScheduleGroup(
5210
5417
  stack_region: typing.Optional[builtins.str] = None,
5211
5418
  statistic: typing.Optional[builtins.str] = None,
5212
5419
  unit: typing.Optional[_Unit_61bc6f70] = None,
5420
+ visible: typing.Optional[builtins.bool] = None,
5213
5421
  ) -> _Metric_e396a4dc:
5214
5422
  '''Metric for invocation failures due to API throttling by the target.
5215
5423
 
5216
5424
  :param account: Account which this metric comes from. Default: - Deployment account.
5217
5425
  :param color: The hex color code, prefixed with '#' (e.g. '#00ff00'), to use when this metric is rendered on a graph. The ``Color`` class has a set of standard colors that can be used here. Default: - Automatic color
5218
5426
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
5427
+ :param id: Unique identifier for this metric when used in dashboard widgets. The id can be used as a variable to represent this metric in math expressions. Valid characters are letters, numbers, and underscore. The first character must be a lowercase letter. Default: - No ID
5219
5428
  :param label: Label for this metric when added to a Graph in a Dashboard. You can use `dynamic labels <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/graph-dynamic-labels.html>`_ to show summary information about the entire displayed time series in the legend. For example, if you use:: [max: ${MAX}] MyMetric As the metric label, the maximum value in the visible range will be shown next to the time series name in the graph's legend. Default: - No label
5220
5429
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
5221
5430
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -5223,6 +5432,7 @@ class ScheduleGroup(
5223
5432
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
5224
5433
  :param statistic: What function to use for aggregating. Use the ``aws_cloudwatch.Stats`` helper class to construct valid input strings. Can be one of the following: - "Minimum" | "min" - "Maximum" | "max" - "Average" | "avg" - "Sum" | "sum" - "SampleCount | "n" - "pNN.NN" - "tmNN.NN" | "tm(NN.NN%:NN.NN%)" - "iqm" - "wmNN.NN" | "wm(NN.NN%:NN.NN%)" - "tcNN.NN" | "tc(NN.NN%:NN.NN%)" - "tsNN.NN" | "ts(NN.NN%:NN.NN%)" Default: Average
5225
5434
  :param unit: Unit used to filter the metric stream. Only refer to datums emitted to the metric stream with the given unit and ignore all others. Only useful when datums are being emitted to the same metric stream under different units. The default is to use all matric datums in the stream, regardless of unit, which is recommended in nearly all cases. CloudWatch does not honor this property for graphs. Default: - All metric datums in the given metric stream
5435
+ :param visible: Whether this metric should be visible in dashboard graphs. Setting this to false is useful when you want to hide raw metrics that are used in math expressions, and show only the expression results. Default: true
5226
5436
 
5227
5437
  :default: - sum over 5 minutes
5228
5438
  '''
@@ -5230,6 +5440,7 @@ class ScheduleGroup(
5230
5440
  account=account,
5231
5441
  color=color,
5232
5442
  dimensions_map=dimensions_map,
5443
+ id=id,
5233
5444
  label=label,
5234
5445
  period=period,
5235
5446
  region=region,
@@ -5237,6 +5448,7 @@ class ScheduleGroup(
5237
5448
  stack_region=stack_region,
5238
5449
  statistic=statistic,
5239
5450
  unit=unit,
5451
+ visible=visible,
5240
5452
  )
5241
5453
 
5242
5454
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricTargetThrottled", [props]))
@@ -5248,6 +5460,7 @@ class ScheduleGroup(
5248
5460
  account: typing.Optional[builtins.str] = None,
5249
5461
  color: typing.Optional[builtins.str] = None,
5250
5462
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
5463
+ id: typing.Optional[builtins.str] = None,
5251
5464
  label: typing.Optional[builtins.str] = None,
5252
5465
  period: typing.Optional[_Duration_4839e8c3] = None,
5253
5466
  region: typing.Optional[builtins.str] = None,
@@ -5255,12 +5468,14 @@ class ScheduleGroup(
5255
5468
  stack_region: typing.Optional[builtins.str] = None,
5256
5469
  statistic: typing.Optional[builtins.str] = None,
5257
5470
  unit: typing.Optional[_Unit_61bc6f70] = None,
5471
+ visible: typing.Optional[builtins.bool] = None,
5258
5472
  ) -> _Metric_e396a4dc:
5259
5473
  '''Metric for the number of invocations that were throttled because it exceeds your service quotas.
5260
5474
 
5261
5475
  :param account: Account which this metric comes from. Default: - Deployment account.
5262
5476
  :param color: The hex color code, prefixed with '#' (e.g. '#00ff00'), to use when this metric is rendered on a graph. The ``Color`` class has a set of standard colors that can be used here. Default: - Automatic color
5263
5477
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
5478
+ :param id: Unique identifier for this metric when used in dashboard widgets. The id can be used as a variable to represent this metric in math expressions. Valid characters are letters, numbers, and underscore. The first character must be a lowercase letter. Default: - No ID
5264
5479
  :param label: Label for this metric when added to a Graph in a Dashboard. You can use `dynamic labels <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/graph-dynamic-labels.html>`_ to show summary information about the entire displayed time series in the legend. For example, if you use:: [max: ${MAX}] MyMetric As the metric label, the maximum value in the visible range will be shown next to the time series name in the graph's legend. Default: - No label
5265
5480
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
5266
5481
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -5268,6 +5483,7 @@ class ScheduleGroup(
5268
5483
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
5269
5484
  :param statistic: What function to use for aggregating. Use the ``aws_cloudwatch.Stats`` helper class to construct valid input strings. Can be one of the following: - "Minimum" | "min" - "Maximum" | "max" - "Average" | "avg" - "Sum" | "sum" - "SampleCount | "n" - "pNN.NN" - "tmNN.NN" | "tm(NN.NN%:NN.NN%)" - "iqm" - "wmNN.NN" | "wm(NN.NN%:NN.NN%)" - "tcNN.NN" | "tc(NN.NN%:NN.NN%)" - "tsNN.NN" | "ts(NN.NN%:NN.NN%)" Default: Average
5270
5485
  :param unit: Unit used to filter the metric stream. Only refer to datums emitted to the metric stream with the given unit and ignore all others. Only useful when datums are being emitted to the same metric stream under different units. The default is to use all matric datums in the stream, regardless of unit, which is recommended in nearly all cases. CloudWatch does not honor this property for graphs. Default: - All metric datums in the given metric stream
5486
+ :param visible: Whether this metric should be visible in dashboard graphs. Setting this to false is useful when you want to hide raw metrics that are used in math expressions, and show only the expression results. Default: true
5271
5487
 
5272
5488
  :default: - sum over 5 minutes
5273
5489
 
@@ -5277,6 +5493,7 @@ class ScheduleGroup(
5277
5493
  account=account,
5278
5494
  color=color,
5279
5495
  dimensions_map=dimensions_map,
5496
+ id=id,
5280
5497
  label=label,
5281
5498
  period=period,
5282
5499
  region=region,
@@ -5284,6 +5501,7 @@ class ScheduleGroup(
5284
5501
  stack_region=stack_region,
5285
5502
  statistic=statistic,
5286
5503
  unit=unit,
5504
+ visible=visible,
5287
5505
  )
5288
5506
 
5289
5507
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricThrottled", [props]))
@@ -6385,6 +6603,7 @@ def _typecheckingstub__b1a1c48be5584426072c1f842a1e31e59436e2cefe7df9e84b5a3115a
6385
6603
  account: typing.Optional[builtins.str] = None,
6386
6604
  color: typing.Optional[builtins.str] = None,
6387
6605
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
6606
+ id: typing.Optional[builtins.str] = None,
6388
6607
  label: typing.Optional[builtins.str] = None,
6389
6608
  period: typing.Optional[_Duration_4839e8c3] = None,
6390
6609
  region: typing.Optional[builtins.str] = None,
@@ -6392,6 +6611,7 @@ def _typecheckingstub__b1a1c48be5584426072c1f842a1e31e59436e2cefe7df9e84b5a3115a
6392
6611
  stack_region: typing.Optional[builtins.str] = None,
6393
6612
  statistic: typing.Optional[builtins.str] = None,
6394
6613
  unit: typing.Optional[_Unit_61bc6f70] = None,
6614
+ visible: typing.Optional[builtins.bool] = None,
6395
6615
  ) -> None:
6396
6616
  """Type checking stubs"""
6397
6617
  pass
@@ -6402,6 +6622,7 @@ def _typecheckingstub__43e3d3a73dae7296d8e1b29562f7a8fbdf941fb9885fa0ddcc13164e2
6402
6622
  account: typing.Optional[builtins.str] = None,
6403
6623
  color: typing.Optional[builtins.str] = None,
6404
6624
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
6625
+ id: typing.Optional[builtins.str] = None,
6405
6626
  label: typing.Optional[builtins.str] = None,
6406
6627
  period: typing.Optional[_Duration_4839e8c3] = None,
6407
6628
  region: typing.Optional[builtins.str] = None,
@@ -6409,6 +6630,7 @@ def _typecheckingstub__43e3d3a73dae7296d8e1b29562f7a8fbdf941fb9885fa0ddcc13164e2
6409
6630
  stack_region: typing.Optional[builtins.str] = None,
6410
6631
  statistic: typing.Optional[builtins.str] = None,
6411
6632
  unit: typing.Optional[_Unit_61bc6f70] = None,
6633
+ visible: typing.Optional[builtins.bool] = None,
6412
6634
  ) -> None:
6413
6635
  """Type checking stubs"""
6414
6636
  pass
@@ -6451,6 +6673,7 @@ def _typecheckingstub__3e9697edf3bddfcbab866b7220407b409d24e19d71a4831cc2eae389b
6451
6673
  account: typing.Optional[builtins.str] = None,
6452
6674
  color: typing.Optional[builtins.str] = None,
6453
6675
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
6676
+ id: typing.Optional[builtins.str] = None,
6454
6677
  label: typing.Optional[builtins.str] = None,
6455
6678
  period: typing.Optional[_Duration_4839e8c3] = None,
6456
6679
  region: typing.Optional[builtins.str] = None,
@@ -6458,6 +6681,7 @@ def _typecheckingstub__3e9697edf3bddfcbab866b7220407b409d24e19d71a4831cc2eae389b
6458
6681
  stack_region: typing.Optional[builtins.str] = None,
6459
6682
  statistic: typing.Optional[builtins.str] = None,
6460
6683
  unit: typing.Optional[_Unit_61bc6f70] = None,
6684
+ visible: typing.Optional[builtins.bool] = None,
6461
6685
  ) -> None:
6462
6686
  """Type checking stubs"""
6463
6687
  pass
@@ -6468,6 +6692,7 @@ def _typecheckingstub__897a723a752bdf5a7cbd4dc9c673edd8862b55def0dfc20984054c323
6468
6692
  account: typing.Optional[builtins.str] = None,
6469
6693
  color: typing.Optional[builtins.str] = None,
6470
6694
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
6695
+ id: typing.Optional[builtins.str] = None,
6471
6696
  label: typing.Optional[builtins.str] = None,
6472
6697
  period: typing.Optional[_Duration_4839e8c3] = None,
6473
6698
  region: typing.Optional[builtins.str] = None,
@@ -6475,6 +6700,7 @@ def _typecheckingstub__897a723a752bdf5a7cbd4dc9c673edd8862b55def0dfc20984054c323
6475
6700
  stack_region: typing.Optional[builtins.str] = None,
6476
6701
  statistic: typing.Optional[builtins.str] = None,
6477
6702
  unit: typing.Optional[_Unit_61bc6f70] = None,
6703
+ visible: typing.Optional[builtins.bool] = None,
6478
6704
  ) -> None:
6479
6705
  """Type checking stubs"""
6480
6706
  pass
@@ -6563,6 +6789,7 @@ def _typecheckingstub__634bd225463be60303d9d1588926bbaa9fbd72c940ca54fecf9724d90
6563
6789
  account: typing.Optional[builtins.str] = None,
6564
6790
  color: typing.Optional[builtins.str] = None,
6565
6791
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
6792
+ id: typing.Optional[builtins.str] = None,
6566
6793
  label: typing.Optional[builtins.str] = None,
6567
6794
  period: typing.Optional[_Duration_4839e8c3] = None,
6568
6795
  region: typing.Optional[builtins.str] = None,
@@ -6570,6 +6797,7 @@ def _typecheckingstub__634bd225463be60303d9d1588926bbaa9fbd72c940ca54fecf9724d90
6570
6797
  stack_region: typing.Optional[builtins.str] = None,
6571
6798
  statistic: typing.Optional[builtins.str] = None,
6572
6799
  unit: typing.Optional[_Unit_61bc6f70] = None,
6800
+ visible: typing.Optional[builtins.bool] = None,
6573
6801
  ) -> None:
6574
6802
  """Type checking stubs"""
6575
6803
  pass
@@ -6580,6 +6808,7 @@ def _typecheckingstub__ca970bf647095b0a6fd282ecce93e19b12761be780f7fac1db8cc3b6f
6580
6808
  account: typing.Optional[builtins.str] = None,
6581
6809
  color: typing.Optional[builtins.str] = None,
6582
6810
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
6811
+ id: typing.Optional[builtins.str] = None,
6583
6812
  label: typing.Optional[builtins.str] = None,
6584
6813
  period: typing.Optional[_Duration_4839e8c3] = None,
6585
6814
  region: typing.Optional[builtins.str] = None,
@@ -6587,6 +6816,7 @@ def _typecheckingstub__ca970bf647095b0a6fd282ecce93e19b12761be780f7fac1db8cc3b6f
6587
6816
  stack_region: typing.Optional[builtins.str] = None,
6588
6817
  statistic: typing.Optional[builtins.str] = None,
6589
6818
  unit: typing.Optional[_Unit_61bc6f70] = None,
6819
+ visible: typing.Optional[builtins.bool] = None,
6590
6820
  ) -> None:
6591
6821
  """Type checking stubs"""
6592
6822
  pass
@@ -6654,3 +6884,6 @@ def _typecheckingstub__6dd8fc85f0f89b4cd8d1345003a4cdf1c778546716260aab856c858e9
6654
6884
  ) -> None:
6655
6885
  """Type checking stubs"""
6656
6886
  pass
6887
+
6888
+ for cls in [ISchedule, IScheduleGroup, IScheduleTarget]:
6889
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])