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
@@ -788,6 +788,27 @@ definition = choice.when(condition1, step1).otherwise(step2).afterwards().next(f
788
788
  map.item_processor(definition)
789
789
  ```
790
790
 
791
+ When using `JSONata`, the `itemSelector` property in a Map state can be specified in one of two ways. You can provide a valid JSON object containing JSONata expressions for each value:
792
+
793
+ ```python
794
+ map = sfn.Map(self, "Map State",
795
+ max_concurrency=1,
796
+ item_selector={
797
+ "id": "{% $states.context.Map.Item.Value.id %}",
798
+ "status": "{% $states.context.Map.Item.Value.status %}"
799
+ }
800
+ )
801
+ ```
802
+
803
+ Alternatively, you can use the `jsonataItemSelector` field to directly supply a JSONata string that evaluates to a complete JSON object:
804
+
805
+ ```python
806
+ map = sfn.Map(self, "Map State",
807
+ max_concurrency=1,
808
+ jsonata_item_selector="{% {\"id\": $states.input.id, \"status\": $states.input.status} %}"
809
+ )
810
+ ```
811
+
791
812
  To define a distributed `Map` state set `itemProcessors` mode to `ProcessorMode.DISTRIBUTED`.
792
813
  An `executionType` must be specified for the distributed `Map` workflow.
793
814
 
@@ -1732,6 +1753,17 @@ from ..aws_kms import IKey as _IKey_5f11635f
1732
1753
  from ..aws_logs import ILogGroup as _ILogGroup_3c4fa718
1733
1754
  from ..aws_s3 import IBucket as _IBucket_42e086fd
1734
1755
  from ..aws_s3_assets import AssetOptions as _AssetOptions_2aa69621
1756
+ from ..interfaces.aws_kms import IKeyRef as _IKeyRef_d4fc6ef3
1757
+ from ..interfaces.aws_stepfunctions import (
1758
+ ActivityReference as _ActivityReference_781f8e4f,
1759
+ IActivityRef as _IActivityRef_cfa2906a,
1760
+ IStateMachineAliasRef as _IStateMachineAliasRef_f68ce683,
1761
+ IStateMachineRef as _IStateMachineRef_65490661,
1762
+ IStateMachineVersionRef as _IStateMachineVersionRef_33f36186,
1763
+ StateMachineAliasReference as _StateMachineAliasReference_f0ebcede,
1764
+ StateMachineReference as _StateMachineReference_db0983bb,
1765
+ StateMachineVersionReference as _StateMachineVersionReference_c50b7750,
1766
+ )
1735
1767
 
1736
1768
 
1737
1769
  @jsii.data_type(
@@ -2080,7 +2112,7 @@ class CatchProps:
2080
2112
  )
2081
2113
 
2082
2114
 
2083
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
2115
+ @jsii.implements(_IInspectable_c2943556, _IActivityRef_cfa2906a, _ITaggable_36806126)
2084
2116
  class CfnActivity(
2085
2117
  _CfnResource_9df397a6,
2086
2118
  metaclass=jsii.JSIIMeta,
@@ -2129,7 +2161,8 @@ class CfnActivity(
2129
2161
  encryption_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnActivity.EncryptionConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
2130
2162
  tags: typing.Optional[typing.Sequence[typing.Union["CfnActivity.TagsEntryProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
2131
2163
  ) -> None:
2132
- '''
2164
+ '''Create a new ``AWS::StepFunctions::Activity``.
2165
+
2133
2166
  :param scope: Scope in which this resource is defined.
2134
2167
  :param id: Construct identifier for this resource (unique in its scope).
2135
2168
  :param name: The name of the activity. A name must *not* contain: - white space - brackets ``< > { } [ ]`` - wildcard characters ``? *`` - special characters ``" # % \\ ^ | ~ `` $ & , ; : /` - control characters ( ``U+0000-001F`` , ``U+007F-009F`` , ``U+FFFE-FFFF`` ) - surrogates ( ``U+D800-DFFF`` ) - invalid characters ( ``U+10FFFF`` ) To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.
@@ -2176,6 +2209,12 @@ class CfnActivity(
2176
2209
  '''The CloudFormation resource type name for this resource class.'''
2177
2210
  return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
2178
2211
 
2212
+ @builtins.property
2213
+ @jsii.member(jsii_name="activityRef")
2214
+ def activity_ref(self) -> _ActivityReference_781f8e4f:
2215
+ '''A reference to a Activity resource.'''
2216
+ return typing.cast(_ActivityReference_781f8e4f, jsii.get(self, "activityRef"))
2217
+
2179
2218
  @builtins.property
2180
2219
  @jsii.member(jsii_name="attrArn")
2181
2220
  def attr_arn(self) -> builtins.str:
@@ -2548,7 +2587,7 @@ class CfnActivityProps:
2548
2587
  )
2549
2588
 
2550
2589
 
2551
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
2590
+ @jsii.implements(_IInspectable_c2943556, _IStateMachineRef_65490661, _ITaggable_36806126)
2552
2591
  class CfnStateMachine(
2553
2592
  _CfnResource_9df397a6,
2554
2593
  metaclass=jsii.JSIIMeta,
@@ -2631,7 +2670,8 @@ class CfnStateMachine(
2631
2670
  tags: typing.Optional[typing.Sequence[typing.Union["CfnStateMachine.TagsEntryProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
2632
2671
  tracing_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnStateMachine.TracingConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
2633
2672
  ) -> None:
2634
- '''
2673
+ '''Create a new ``AWS::StepFunctions::StateMachine``.
2674
+
2635
2675
  :param scope: Scope in which this resource is defined.
2636
2676
  :param id: Construct identifier for this resource (unique in its scope).
2637
2677
  :param role_arn: The Amazon Resource Name (ARN) of the IAM role to use for this state machine.
@@ -2740,6 +2780,12 @@ class CfnStateMachine(
2740
2780
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
2741
2781
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
2742
2782
 
2783
+ @builtins.property
2784
+ @jsii.member(jsii_name="stateMachineRef")
2785
+ def state_machine_ref(self) -> _StateMachineReference_db0983bb:
2786
+ '''A reference to a StateMachine resource.'''
2787
+ return typing.cast(_StateMachineReference_db0983bb, jsii.get(self, "stateMachineRef"))
2788
+
2743
2789
  @builtins.property
2744
2790
  @jsii.member(jsii_name="tags")
2745
2791
  def tags(self) -> _TagManager_0a598cb3:
@@ -3465,7 +3511,7 @@ class CfnStateMachine(
3465
3511
  )
3466
3512
 
3467
3513
 
3468
- @jsii.implements(_IInspectable_c2943556)
3514
+ @jsii.implements(_IInspectable_c2943556, _IStateMachineAliasRef_f68ce683)
3469
3515
  class CfnStateMachineAlias(
3470
3516
  _CfnResource_9df397a6,
3471
3517
  metaclass=jsii.JSIIMeta,
@@ -3514,7 +3560,8 @@ class CfnStateMachineAlias(
3514
3560
  name: typing.Optional[builtins.str] = None,
3515
3561
  routing_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnStateMachineAlias.RoutingConfigurationVersionProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
3516
3562
  ) -> None:
3517
- '''
3563
+ '''Create a new ``AWS::StepFunctions::StateMachineAlias``.
3564
+
3518
3565
  :param scope: Scope in which this resource is defined.
3519
3566
  :param id: Construct identifier for this resource (unique in its scope).
3520
3567
  :param deployment_preference: The settings that enable gradual state machine deployments. These settings include `Alarms <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stepfunctions-statemachinealias-deploymentpreference.html#cfn-stepfunctions-statemachinealias-deploymentpreference-alarms>`_ , `Interval <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stepfunctions-statemachinealias-deploymentpreference.html#cfn-stepfunctions-statemachinealias-deploymentpreference-interval>`_ , `Percentage <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stepfunctions-statemachinealias-deploymentpreference.html#cfn-stepfunctions-statemachinealias-deploymentpreference-percentage>`_ , `StateMachineVersionArn <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stepfunctions-statemachinealias-deploymentpreference.html#cfn-stepfunctions-statemachinealias-deploymentpreference-statemachineversionarn>`_ , and `Type <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stepfunctions-statemachinealias-deploymentpreference.html#cfn-stepfunctions-statemachinealias-deploymentpreference-type>`_ . CloudFormation automatically shifts traffic from the version an alias currently points to, to a new state machine version that you specify. .. epigraph:: ``RoutingConfiguration`` and ``DeploymentPreference`` are mutually exclusive properties. You must define only one of these properties. Based on the type of deployment you want to perform, you can specify one of the following settings: - ``LINEAR`` - Shifts traffic to the new version in equal increments with an equal number of minutes between each increment. For example, if you specify the increment percent as ``20`` with an interval of ``600`` minutes, this deployment increases traffic by 20 percent every 600 minutes until the new version receives 100 percent of the traffic. This deployment immediately rolls back the new version if any Amazon CloudWatch alarms are triggered. - ``ALL_AT_ONCE`` - Shifts 100 percent of traffic to the new version immediately. CloudFormation monitors the new version and rolls it back automatically to the previous version if any CloudWatch alarms are triggered. - ``CANARY`` - Shifts traffic in two increments. In the first increment, a small percentage of traffic, for example, 10 percent is shifted to the new version. In the second increment, before a specified time interval in seconds gets over, the remaining traffic is shifted to the new version. The shift to the new version for the remaining traffic takes place only if no CloudWatch alarms are triggered during the specified time interval.
@@ -3581,6 +3628,12 @@ class CfnStateMachineAlias(
3581
3628
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
3582
3629
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
3583
3630
 
3631
+ @builtins.property
3632
+ @jsii.member(jsii_name="stateMachineAliasRef")
3633
+ def state_machine_alias_ref(self) -> _StateMachineAliasReference_f0ebcede:
3634
+ '''A reference to a StateMachineAlias resource.'''
3635
+ return typing.cast(_StateMachineAliasReference_f0ebcede, jsii.get(self, "stateMachineAliasRef"))
3636
+
3584
3637
  @builtins.property
3585
3638
  @jsii.member(jsii_name="deploymentPreference")
3586
3639
  def deployment_preference(
@@ -4303,7 +4356,7 @@ class CfnStateMachineProps:
4303
4356
  )
4304
4357
 
4305
4358
 
4306
- @jsii.implements(_IInspectable_c2943556)
4359
+ @jsii.implements(_IInspectable_c2943556, _IStateMachineVersionRef_33f36186)
4307
4360
  class CfnStateMachineVersion(
4308
4361
  _CfnResource_9df397a6,
4309
4362
  metaclass=jsii.JSIIMeta,
@@ -4344,7 +4397,8 @@ class CfnStateMachineVersion(
4344
4397
  description: typing.Optional[builtins.str] = None,
4345
4398
  state_machine_revision_id: typing.Optional[builtins.str] = None,
4346
4399
  ) -> None:
4347
- '''
4400
+ '''Create a new ``AWS::StepFunctions::StateMachineVersion``.
4401
+
4348
4402
  :param scope: Scope in which this resource is defined.
4349
4403
  :param id: Construct identifier for this resource (unique in its scope).
4350
4404
  :param state_machine_arn: The Amazon Resource Name (ARN) of the state machine.
@@ -4409,6 +4463,12 @@ class CfnStateMachineVersion(
4409
4463
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
4410
4464
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
4411
4465
 
4466
+ @builtins.property
4467
+ @jsii.member(jsii_name="stateMachineVersionRef")
4468
+ def state_machine_version_ref(self) -> _StateMachineVersionReference_c50b7750:
4469
+ '''A reference to a StateMachineVersion resource.'''
4470
+ return typing.cast(_StateMachineVersionReference_c50b7750, jsii.get(self, "stateMachineVersionRef"))
4471
+
4412
4472
  @builtins.property
4413
4473
  @jsii.member(jsii_name="stateMachineArn")
4414
4474
  def state_machine_arn(self) -> builtins.str:
@@ -5788,7 +5848,7 @@ class DefinitionBody(
5788
5848
  deploy_time: typing.Optional[builtins.bool] = None,
5789
5849
  display_name: typing.Optional[builtins.str] = None,
5790
5850
  readers: typing.Optional[typing.Sequence[_IGrantable_71c4f5de]] = None,
5791
- source_kms_key: typing.Optional[_IKey_5f11635f] = None,
5851
+ source_kms_key: typing.Optional[_IKeyRef_d4fc6ef3] = None,
5792
5852
  asset_hash: typing.Optional[builtins.str] = None,
5793
5853
  asset_hash_type: typing.Optional[_AssetHashType_05b67f2d] = None,
5794
5854
  bundling: typing.Optional[typing.Union[_BundlingOptions_588cc936, typing.Dict[builtins.str, typing.Any]]] = None,
@@ -6231,7 +6291,7 @@ class FileDefinitionBody(
6231
6291
  deploy_time: typing.Optional[builtins.bool] = None,
6232
6292
  display_name: typing.Optional[builtins.str] = None,
6233
6293
  readers: typing.Optional[typing.Sequence[_IGrantable_71c4f5de]] = None,
6234
- source_kms_key: typing.Optional[_IKey_5f11635f] = None,
6294
+ source_kms_key: typing.Optional[_IKeyRef_d4fc6ef3] = None,
6235
6295
  asset_hash: typing.Optional[builtins.str] = None,
6236
6296
  asset_hash_type: typing.Optional[_AssetHashType_05b67f2d] = None,
6237
6297
  bundling: typing.Optional[typing.Union[_BundlingOptions_588cc936, typing.Dict[builtins.str, typing.Any]]] = None,
@@ -6680,6 +6740,17 @@ class IStateMachine(
6680
6740
  '''
6681
6741
  ...
6682
6742
 
6743
+ @jsii.member(jsii_name="grantRedriveExecution")
6744
+ def grant_redrive_execution(
6745
+ self,
6746
+ identity: _IGrantable_71c4f5de,
6747
+ ) -> _Grant_a7ae64f8:
6748
+ '''Grant the given identity permission to redrive the execution of the state machine.
6749
+
6750
+ :param identity: The principal.
6751
+ '''
6752
+ ...
6753
+
6683
6754
  @jsii.member(jsii_name="grantStartExecution")
6684
6755
  def grant_start_execution(self, identity: _IGrantable_71c4f5de) -> _Grant_a7ae64f8:
6685
6756
  '''Grant the given identity permissions to start an execution of this state machine.
@@ -6715,6 +6786,7 @@ class IStateMachine(
6715
6786
  account: typing.Optional[builtins.str] = None,
6716
6787
  color: typing.Optional[builtins.str] = None,
6717
6788
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
6789
+ id: typing.Optional[builtins.str] = None,
6718
6790
  label: typing.Optional[builtins.str] = None,
6719
6791
  period: typing.Optional[_Duration_4839e8c3] = None,
6720
6792
  region: typing.Optional[builtins.str] = None,
@@ -6722,6 +6794,7 @@ class IStateMachine(
6722
6794
  stack_region: typing.Optional[builtins.str] = None,
6723
6795
  statistic: typing.Optional[builtins.str] = None,
6724
6796
  unit: typing.Optional[_Unit_61bc6f70] = None,
6797
+ visible: typing.Optional[builtins.bool] = None,
6725
6798
  ) -> _Metric_e396a4dc:
6726
6799
  '''Return the given named metric for this State Machine's executions.
6727
6800
 
@@ -6729,6 +6802,7 @@ class IStateMachine(
6729
6802
  :param account: Account which this metric comes from. Default: - Deployment account.
6730
6803
  :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
6731
6804
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
6805
+ :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
6732
6806
  :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
6733
6807
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
6734
6808
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -6736,6 +6810,7 @@ class IStateMachine(
6736
6810
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
6737
6811
  :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
6738
6812
  :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
6813
+ :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
6739
6814
 
6740
6815
  :default: - sum over 5 minutes
6741
6816
  '''
@@ -6748,6 +6823,7 @@ class IStateMachine(
6748
6823
  account: typing.Optional[builtins.str] = None,
6749
6824
  color: typing.Optional[builtins.str] = None,
6750
6825
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
6826
+ id: typing.Optional[builtins.str] = None,
6751
6827
  label: typing.Optional[builtins.str] = None,
6752
6828
  period: typing.Optional[_Duration_4839e8c3] = None,
6753
6829
  region: typing.Optional[builtins.str] = None,
@@ -6755,12 +6831,14 @@ class IStateMachine(
6755
6831
  stack_region: typing.Optional[builtins.str] = None,
6756
6832
  statistic: typing.Optional[builtins.str] = None,
6757
6833
  unit: typing.Optional[_Unit_61bc6f70] = None,
6834
+ visible: typing.Optional[builtins.bool] = None,
6758
6835
  ) -> _Metric_e396a4dc:
6759
6836
  '''Metric for the number of executions that were aborted.
6760
6837
 
6761
6838
  :param account: Account which this metric comes from. Default: - Deployment account.
6762
6839
  :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
6763
6840
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
6841
+ :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
6764
6842
  :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
6765
6843
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
6766
6844
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -6768,6 +6846,7 @@ class IStateMachine(
6768
6846
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
6769
6847
  :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
6770
6848
  :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
6849
+ :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
6771
6850
 
6772
6851
  :default: - sum over 5 minutes
6773
6852
  '''
@@ -6780,6 +6859,7 @@ class IStateMachine(
6780
6859
  account: typing.Optional[builtins.str] = None,
6781
6860
  color: typing.Optional[builtins.str] = None,
6782
6861
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
6862
+ id: typing.Optional[builtins.str] = None,
6783
6863
  label: typing.Optional[builtins.str] = None,
6784
6864
  period: typing.Optional[_Duration_4839e8c3] = None,
6785
6865
  region: typing.Optional[builtins.str] = None,
@@ -6787,12 +6867,14 @@ class IStateMachine(
6787
6867
  stack_region: typing.Optional[builtins.str] = None,
6788
6868
  statistic: typing.Optional[builtins.str] = None,
6789
6869
  unit: typing.Optional[_Unit_61bc6f70] = None,
6870
+ visible: typing.Optional[builtins.bool] = None,
6790
6871
  ) -> _Metric_e396a4dc:
6791
6872
  '''Metric for the number of executions that failed.
6792
6873
 
6793
6874
  :param account: Account which this metric comes from. Default: - Deployment account.
6794
6875
  :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
6795
6876
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
6877
+ :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
6796
6878
  :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
6797
6879
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
6798
6880
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -6800,6 +6882,7 @@ class IStateMachine(
6800
6882
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
6801
6883
  :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
6802
6884
  :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
6885
+ :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
6803
6886
 
6804
6887
  :default: - sum over 5 minutes
6805
6888
  '''
@@ -6812,6 +6895,7 @@ class IStateMachine(
6812
6895
  account: typing.Optional[builtins.str] = None,
6813
6896
  color: typing.Optional[builtins.str] = None,
6814
6897
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
6898
+ id: typing.Optional[builtins.str] = None,
6815
6899
  label: typing.Optional[builtins.str] = None,
6816
6900
  period: typing.Optional[_Duration_4839e8c3] = None,
6817
6901
  region: typing.Optional[builtins.str] = None,
@@ -6819,12 +6903,14 @@ class IStateMachine(
6819
6903
  stack_region: typing.Optional[builtins.str] = None,
6820
6904
  statistic: typing.Optional[builtins.str] = None,
6821
6905
  unit: typing.Optional[_Unit_61bc6f70] = None,
6906
+ visible: typing.Optional[builtins.bool] = None,
6822
6907
  ) -> _Metric_e396a4dc:
6823
6908
  '''Metric for the number of executions that were started.
6824
6909
 
6825
6910
  :param account: Account which this metric comes from. Default: - Deployment account.
6826
6911
  :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
6827
6912
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
6913
+ :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
6828
6914
  :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
6829
6915
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
6830
6916
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -6832,6 +6918,7 @@ class IStateMachine(
6832
6918
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
6833
6919
  :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
6834
6920
  :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
6921
+ :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
6835
6922
 
6836
6923
  :default: - sum over 5 minutes
6837
6924
  '''
@@ -6844,6 +6931,7 @@ class IStateMachine(
6844
6931
  account: typing.Optional[builtins.str] = None,
6845
6932
  color: typing.Optional[builtins.str] = None,
6846
6933
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
6934
+ id: typing.Optional[builtins.str] = None,
6847
6935
  label: typing.Optional[builtins.str] = None,
6848
6936
  period: typing.Optional[_Duration_4839e8c3] = None,
6849
6937
  region: typing.Optional[builtins.str] = None,
@@ -6851,12 +6939,14 @@ class IStateMachine(
6851
6939
  stack_region: typing.Optional[builtins.str] = None,
6852
6940
  statistic: typing.Optional[builtins.str] = None,
6853
6941
  unit: typing.Optional[_Unit_61bc6f70] = None,
6942
+ visible: typing.Optional[builtins.bool] = None,
6854
6943
  ) -> _Metric_e396a4dc:
6855
6944
  '''Metric for the number of executions that succeeded.
6856
6945
 
6857
6946
  :param account: Account which this metric comes from. Default: - Deployment account.
6858
6947
  :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
6859
6948
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
6949
+ :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
6860
6950
  :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
6861
6951
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
6862
6952
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -6864,6 +6954,7 @@ class IStateMachine(
6864
6954
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
6865
6955
  :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
6866
6956
  :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
6957
+ :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
6867
6958
 
6868
6959
  :default: - sum over 5 minutes
6869
6960
  '''
@@ -6876,6 +6967,7 @@ class IStateMachine(
6876
6967
  account: typing.Optional[builtins.str] = None,
6877
6968
  color: typing.Optional[builtins.str] = None,
6878
6969
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
6970
+ id: typing.Optional[builtins.str] = None,
6879
6971
  label: typing.Optional[builtins.str] = None,
6880
6972
  period: typing.Optional[_Duration_4839e8c3] = None,
6881
6973
  region: typing.Optional[builtins.str] = None,
@@ -6883,12 +6975,14 @@ class IStateMachine(
6883
6975
  stack_region: typing.Optional[builtins.str] = None,
6884
6976
  statistic: typing.Optional[builtins.str] = None,
6885
6977
  unit: typing.Optional[_Unit_61bc6f70] = None,
6978
+ visible: typing.Optional[builtins.bool] = None,
6886
6979
  ) -> _Metric_e396a4dc:
6887
6980
  '''Metric for the number of executions that were throttled.
6888
6981
 
6889
6982
  :param account: Account which this metric comes from. Default: - Deployment account.
6890
6983
  :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
6891
6984
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
6985
+ :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
6892
6986
  :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
6893
6987
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
6894
6988
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -6896,6 +6990,7 @@ class IStateMachine(
6896
6990
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
6897
6991
  :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
6898
6992
  :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
6993
+ :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
6899
6994
 
6900
6995
  :default: sum over 5 minutes
6901
6996
  '''
@@ -6908,6 +7003,7 @@ class IStateMachine(
6908
7003
  account: typing.Optional[builtins.str] = None,
6909
7004
  color: typing.Optional[builtins.str] = None,
6910
7005
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
7006
+ id: typing.Optional[builtins.str] = None,
6911
7007
  label: typing.Optional[builtins.str] = None,
6912
7008
  period: typing.Optional[_Duration_4839e8c3] = None,
6913
7009
  region: typing.Optional[builtins.str] = None,
@@ -6915,12 +7011,14 @@ class IStateMachine(
6915
7011
  stack_region: typing.Optional[builtins.str] = None,
6916
7012
  statistic: typing.Optional[builtins.str] = None,
6917
7013
  unit: typing.Optional[_Unit_61bc6f70] = None,
7014
+ visible: typing.Optional[builtins.bool] = None,
6918
7015
  ) -> _Metric_e396a4dc:
6919
7016
  '''Metric for the interval, in milliseconds, between the time the execution starts and the time it closes.
6920
7017
 
6921
7018
  :param account: Account which this metric comes from. Default: - Deployment account.
6922
7019
  :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
6923
7020
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
7021
+ :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
6924
7022
  :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
6925
7023
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
6926
7024
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -6928,6 +7026,7 @@ class IStateMachine(
6928
7026
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
6929
7027
  :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
6930
7028
  :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
7029
+ :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
6931
7030
 
6932
7031
  :default: - sum over 5 minutes
6933
7032
  '''
@@ -6940,6 +7039,7 @@ class IStateMachine(
6940
7039
  account: typing.Optional[builtins.str] = None,
6941
7040
  color: typing.Optional[builtins.str] = None,
6942
7041
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
7042
+ id: typing.Optional[builtins.str] = None,
6943
7043
  label: typing.Optional[builtins.str] = None,
6944
7044
  period: typing.Optional[_Duration_4839e8c3] = None,
6945
7045
  region: typing.Optional[builtins.str] = None,
@@ -6947,12 +7047,14 @@ class IStateMachine(
6947
7047
  stack_region: typing.Optional[builtins.str] = None,
6948
7048
  statistic: typing.Optional[builtins.str] = None,
6949
7049
  unit: typing.Optional[_Unit_61bc6f70] = None,
7050
+ visible: typing.Optional[builtins.bool] = None,
6950
7051
  ) -> _Metric_e396a4dc:
6951
7052
  '''Metric for the number of executions that timed out.
6952
7053
 
6953
7054
  :param account: Account which this metric comes from. Default: - Deployment account.
6954
7055
  :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
6955
7056
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
7057
+ :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
6956
7058
  :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
6957
7059
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
6958
7060
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -6960,6 +7062,7 @@ class IStateMachine(
6960
7062
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
6961
7063
  :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
6962
7064
  :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
7065
+ :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
6963
7066
 
6964
7067
  :default: - sum over 5 minutes
6965
7068
  '''
@@ -7028,6 +7131,20 @@ class _IStateMachineProxy(
7028
7131
  check_type(argname="argument identity", value=identity, expected_type=type_hints["identity"])
7029
7132
  return typing.cast(_Grant_a7ae64f8, jsii.invoke(self, "grantRead", [identity]))
7030
7133
 
7134
+ @jsii.member(jsii_name="grantRedriveExecution")
7135
+ def grant_redrive_execution(
7136
+ self,
7137
+ identity: _IGrantable_71c4f5de,
7138
+ ) -> _Grant_a7ae64f8:
7139
+ '''Grant the given identity permission to redrive the execution of the state machine.
7140
+
7141
+ :param identity: The principal.
7142
+ '''
7143
+ if __debug__:
7144
+ type_hints = typing.get_type_hints(_typecheckingstub__1263659f24791988667803166a24080d04a876b31403b25165aea620a8e4fbaa)
7145
+ check_type(argname="argument identity", value=identity, expected_type=type_hints["identity"])
7146
+ return typing.cast(_Grant_a7ae64f8, jsii.invoke(self, "grantRedriveExecution", [identity]))
7147
+
7031
7148
  @jsii.member(jsii_name="grantStartExecution")
7032
7149
  def grant_start_execution(self, identity: _IGrantable_71c4f5de) -> _Grant_a7ae64f8:
7033
7150
  '''Grant the given identity permissions to start an execution of this state machine.
@@ -7072,6 +7189,7 @@ class _IStateMachineProxy(
7072
7189
  account: typing.Optional[builtins.str] = None,
7073
7190
  color: typing.Optional[builtins.str] = None,
7074
7191
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
7192
+ id: typing.Optional[builtins.str] = None,
7075
7193
  label: typing.Optional[builtins.str] = None,
7076
7194
  period: typing.Optional[_Duration_4839e8c3] = None,
7077
7195
  region: typing.Optional[builtins.str] = None,
@@ -7079,6 +7197,7 @@ class _IStateMachineProxy(
7079
7197
  stack_region: typing.Optional[builtins.str] = None,
7080
7198
  statistic: typing.Optional[builtins.str] = None,
7081
7199
  unit: typing.Optional[_Unit_61bc6f70] = None,
7200
+ visible: typing.Optional[builtins.bool] = None,
7082
7201
  ) -> _Metric_e396a4dc:
7083
7202
  '''Return the given named metric for this State Machine's executions.
7084
7203
 
@@ -7086,6 +7205,7 @@ class _IStateMachineProxy(
7086
7205
  :param account: Account which this metric comes from. Default: - Deployment account.
7087
7206
  :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
7088
7207
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
7208
+ :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
7089
7209
  :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
7090
7210
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
7091
7211
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -7093,6 +7213,7 @@ class _IStateMachineProxy(
7093
7213
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
7094
7214
  :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
7095
7215
  :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
7216
+ :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
7096
7217
 
7097
7218
  :default: - sum over 5 minutes
7098
7219
  '''
@@ -7103,6 +7224,7 @@ class _IStateMachineProxy(
7103
7224
  account=account,
7104
7225
  color=color,
7105
7226
  dimensions_map=dimensions_map,
7227
+ id=id,
7106
7228
  label=label,
7107
7229
  period=period,
7108
7230
  region=region,
@@ -7110,6 +7232,7 @@ class _IStateMachineProxy(
7110
7232
  stack_region=stack_region,
7111
7233
  statistic=statistic,
7112
7234
  unit=unit,
7235
+ visible=visible,
7113
7236
  )
7114
7237
 
7115
7238
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metric", [metric_name, props]))
@@ -7121,6 +7244,7 @@ class _IStateMachineProxy(
7121
7244
  account: typing.Optional[builtins.str] = None,
7122
7245
  color: typing.Optional[builtins.str] = None,
7123
7246
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
7247
+ id: typing.Optional[builtins.str] = None,
7124
7248
  label: typing.Optional[builtins.str] = None,
7125
7249
  period: typing.Optional[_Duration_4839e8c3] = None,
7126
7250
  region: typing.Optional[builtins.str] = None,
@@ -7128,12 +7252,14 @@ class _IStateMachineProxy(
7128
7252
  stack_region: typing.Optional[builtins.str] = None,
7129
7253
  statistic: typing.Optional[builtins.str] = None,
7130
7254
  unit: typing.Optional[_Unit_61bc6f70] = None,
7255
+ visible: typing.Optional[builtins.bool] = None,
7131
7256
  ) -> _Metric_e396a4dc:
7132
7257
  '''Metric for the number of executions that were aborted.
7133
7258
 
7134
7259
  :param account: Account which this metric comes from. Default: - Deployment account.
7135
7260
  :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
7136
7261
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
7262
+ :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
7137
7263
  :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
7138
7264
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
7139
7265
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -7141,6 +7267,7 @@ class _IStateMachineProxy(
7141
7267
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
7142
7268
  :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
7143
7269
  :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
7270
+ :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
7144
7271
 
7145
7272
  :default: - sum over 5 minutes
7146
7273
  '''
@@ -7148,6 +7275,7 @@ class _IStateMachineProxy(
7148
7275
  account=account,
7149
7276
  color=color,
7150
7277
  dimensions_map=dimensions_map,
7278
+ id=id,
7151
7279
  label=label,
7152
7280
  period=period,
7153
7281
  region=region,
@@ -7155,6 +7283,7 @@ class _IStateMachineProxy(
7155
7283
  stack_region=stack_region,
7156
7284
  statistic=statistic,
7157
7285
  unit=unit,
7286
+ visible=visible,
7158
7287
  )
7159
7288
 
7160
7289
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricAborted", [props]))
@@ -7166,6 +7295,7 @@ class _IStateMachineProxy(
7166
7295
  account: typing.Optional[builtins.str] = None,
7167
7296
  color: typing.Optional[builtins.str] = None,
7168
7297
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
7298
+ id: typing.Optional[builtins.str] = None,
7169
7299
  label: typing.Optional[builtins.str] = None,
7170
7300
  period: typing.Optional[_Duration_4839e8c3] = None,
7171
7301
  region: typing.Optional[builtins.str] = None,
@@ -7173,12 +7303,14 @@ class _IStateMachineProxy(
7173
7303
  stack_region: typing.Optional[builtins.str] = None,
7174
7304
  statistic: typing.Optional[builtins.str] = None,
7175
7305
  unit: typing.Optional[_Unit_61bc6f70] = None,
7306
+ visible: typing.Optional[builtins.bool] = None,
7176
7307
  ) -> _Metric_e396a4dc:
7177
7308
  '''Metric for the number of executions that failed.
7178
7309
 
7179
7310
  :param account: Account which this metric comes from. Default: - Deployment account.
7180
7311
  :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
7181
7312
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
7313
+ :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
7182
7314
  :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
7183
7315
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
7184
7316
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -7186,6 +7318,7 @@ class _IStateMachineProxy(
7186
7318
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
7187
7319
  :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
7188
7320
  :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
7321
+ :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
7189
7322
 
7190
7323
  :default: - sum over 5 minutes
7191
7324
  '''
@@ -7193,6 +7326,7 @@ class _IStateMachineProxy(
7193
7326
  account=account,
7194
7327
  color=color,
7195
7328
  dimensions_map=dimensions_map,
7329
+ id=id,
7196
7330
  label=label,
7197
7331
  period=period,
7198
7332
  region=region,
@@ -7200,6 +7334,7 @@ class _IStateMachineProxy(
7200
7334
  stack_region=stack_region,
7201
7335
  statistic=statistic,
7202
7336
  unit=unit,
7337
+ visible=visible,
7203
7338
  )
7204
7339
 
7205
7340
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricFailed", [props]))
@@ -7211,6 +7346,7 @@ class _IStateMachineProxy(
7211
7346
  account: typing.Optional[builtins.str] = None,
7212
7347
  color: typing.Optional[builtins.str] = None,
7213
7348
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
7349
+ id: typing.Optional[builtins.str] = None,
7214
7350
  label: typing.Optional[builtins.str] = None,
7215
7351
  period: typing.Optional[_Duration_4839e8c3] = None,
7216
7352
  region: typing.Optional[builtins.str] = None,
@@ -7218,12 +7354,14 @@ class _IStateMachineProxy(
7218
7354
  stack_region: typing.Optional[builtins.str] = None,
7219
7355
  statistic: typing.Optional[builtins.str] = None,
7220
7356
  unit: typing.Optional[_Unit_61bc6f70] = None,
7357
+ visible: typing.Optional[builtins.bool] = None,
7221
7358
  ) -> _Metric_e396a4dc:
7222
7359
  '''Metric for the number of executions that were started.
7223
7360
 
7224
7361
  :param account: Account which this metric comes from. Default: - Deployment account.
7225
7362
  :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
7226
7363
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
7364
+ :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
7227
7365
  :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
7228
7366
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
7229
7367
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -7231,6 +7369,7 @@ class _IStateMachineProxy(
7231
7369
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
7232
7370
  :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
7233
7371
  :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
7372
+ :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
7234
7373
 
7235
7374
  :default: - sum over 5 minutes
7236
7375
  '''
@@ -7238,6 +7377,7 @@ class _IStateMachineProxy(
7238
7377
  account=account,
7239
7378
  color=color,
7240
7379
  dimensions_map=dimensions_map,
7380
+ id=id,
7241
7381
  label=label,
7242
7382
  period=period,
7243
7383
  region=region,
@@ -7245,6 +7385,7 @@ class _IStateMachineProxy(
7245
7385
  stack_region=stack_region,
7246
7386
  statistic=statistic,
7247
7387
  unit=unit,
7388
+ visible=visible,
7248
7389
  )
7249
7390
 
7250
7391
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricStarted", [props]))
@@ -7256,6 +7397,7 @@ class _IStateMachineProxy(
7256
7397
  account: typing.Optional[builtins.str] = None,
7257
7398
  color: typing.Optional[builtins.str] = None,
7258
7399
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
7400
+ id: typing.Optional[builtins.str] = None,
7259
7401
  label: typing.Optional[builtins.str] = None,
7260
7402
  period: typing.Optional[_Duration_4839e8c3] = None,
7261
7403
  region: typing.Optional[builtins.str] = None,
@@ -7263,12 +7405,14 @@ class _IStateMachineProxy(
7263
7405
  stack_region: typing.Optional[builtins.str] = None,
7264
7406
  statistic: typing.Optional[builtins.str] = None,
7265
7407
  unit: typing.Optional[_Unit_61bc6f70] = None,
7408
+ visible: typing.Optional[builtins.bool] = None,
7266
7409
  ) -> _Metric_e396a4dc:
7267
7410
  '''Metric for the number of executions that succeeded.
7268
7411
 
7269
7412
  :param account: Account which this metric comes from. Default: - Deployment account.
7270
7413
  :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
7271
7414
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
7415
+ :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
7272
7416
  :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
7273
7417
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
7274
7418
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -7276,6 +7420,7 @@ class _IStateMachineProxy(
7276
7420
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
7277
7421
  :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
7278
7422
  :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
7423
+ :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
7279
7424
 
7280
7425
  :default: - sum over 5 minutes
7281
7426
  '''
@@ -7283,6 +7428,7 @@ class _IStateMachineProxy(
7283
7428
  account=account,
7284
7429
  color=color,
7285
7430
  dimensions_map=dimensions_map,
7431
+ id=id,
7286
7432
  label=label,
7287
7433
  period=period,
7288
7434
  region=region,
@@ -7290,6 +7436,7 @@ class _IStateMachineProxy(
7290
7436
  stack_region=stack_region,
7291
7437
  statistic=statistic,
7292
7438
  unit=unit,
7439
+ visible=visible,
7293
7440
  )
7294
7441
 
7295
7442
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricSucceeded", [props]))
@@ -7301,6 +7448,7 @@ class _IStateMachineProxy(
7301
7448
  account: typing.Optional[builtins.str] = None,
7302
7449
  color: typing.Optional[builtins.str] = None,
7303
7450
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
7451
+ id: typing.Optional[builtins.str] = None,
7304
7452
  label: typing.Optional[builtins.str] = None,
7305
7453
  period: typing.Optional[_Duration_4839e8c3] = None,
7306
7454
  region: typing.Optional[builtins.str] = None,
@@ -7308,12 +7456,14 @@ class _IStateMachineProxy(
7308
7456
  stack_region: typing.Optional[builtins.str] = None,
7309
7457
  statistic: typing.Optional[builtins.str] = None,
7310
7458
  unit: typing.Optional[_Unit_61bc6f70] = None,
7459
+ visible: typing.Optional[builtins.bool] = None,
7311
7460
  ) -> _Metric_e396a4dc:
7312
7461
  '''Metric for the number of executions that were throttled.
7313
7462
 
7314
7463
  :param account: Account which this metric comes from. Default: - Deployment account.
7315
7464
  :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
7316
7465
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
7466
+ :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
7317
7467
  :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
7318
7468
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
7319
7469
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -7321,6 +7471,7 @@ class _IStateMachineProxy(
7321
7471
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
7322
7472
  :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
7323
7473
  :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
7474
+ :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
7324
7475
 
7325
7476
  :default: sum over 5 minutes
7326
7477
  '''
@@ -7328,6 +7479,7 @@ class _IStateMachineProxy(
7328
7479
  account=account,
7329
7480
  color=color,
7330
7481
  dimensions_map=dimensions_map,
7482
+ id=id,
7331
7483
  label=label,
7332
7484
  period=period,
7333
7485
  region=region,
@@ -7335,6 +7487,7 @@ class _IStateMachineProxy(
7335
7487
  stack_region=stack_region,
7336
7488
  statistic=statistic,
7337
7489
  unit=unit,
7490
+ visible=visible,
7338
7491
  )
7339
7492
 
7340
7493
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricThrottled", [props]))
@@ -7346,6 +7499,7 @@ class _IStateMachineProxy(
7346
7499
  account: typing.Optional[builtins.str] = None,
7347
7500
  color: typing.Optional[builtins.str] = None,
7348
7501
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
7502
+ id: typing.Optional[builtins.str] = None,
7349
7503
  label: typing.Optional[builtins.str] = None,
7350
7504
  period: typing.Optional[_Duration_4839e8c3] = None,
7351
7505
  region: typing.Optional[builtins.str] = None,
@@ -7353,12 +7507,14 @@ class _IStateMachineProxy(
7353
7507
  stack_region: typing.Optional[builtins.str] = None,
7354
7508
  statistic: typing.Optional[builtins.str] = None,
7355
7509
  unit: typing.Optional[_Unit_61bc6f70] = None,
7510
+ visible: typing.Optional[builtins.bool] = None,
7356
7511
  ) -> _Metric_e396a4dc:
7357
7512
  '''Metric for the interval, in milliseconds, between the time the execution starts and the time it closes.
7358
7513
 
7359
7514
  :param account: Account which this metric comes from. Default: - Deployment account.
7360
7515
  :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
7361
7516
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
7517
+ :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
7362
7518
  :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
7363
7519
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
7364
7520
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -7366,6 +7522,7 @@ class _IStateMachineProxy(
7366
7522
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
7367
7523
  :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
7368
7524
  :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
7525
+ :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
7369
7526
 
7370
7527
  :default: - sum over 5 minutes
7371
7528
  '''
@@ -7373,6 +7530,7 @@ class _IStateMachineProxy(
7373
7530
  account=account,
7374
7531
  color=color,
7375
7532
  dimensions_map=dimensions_map,
7533
+ id=id,
7376
7534
  label=label,
7377
7535
  period=period,
7378
7536
  region=region,
@@ -7380,6 +7538,7 @@ class _IStateMachineProxy(
7380
7538
  stack_region=stack_region,
7381
7539
  statistic=statistic,
7382
7540
  unit=unit,
7541
+ visible=visible,
7383
7542
  )
7384
7543
 
7385
7544
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricTime", [props]))
@@ -7391,6 +7550,7 @@ class _IStateMachineProxy(
7391
7550
  account: typing.Optional[builtins.str] = None,
7392
7551
  color: typing.Optional[builtins.str] = None,
7393
7552
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
7553
+ id: typing.Optional[builtins.str] = None,
7394
7554
  label: typing.Optional[builtins.str] = None,
7395
7555
  period: typing.Optional[_Duration_4839e8c3] = None,
7396
7556
  region: typing.Optional[builtins.str] = None,
@@ -7398,12 +7558,14 @@ class _IStateMachineProxy(
7398
7558
  stack_region: typing.Optional[builtins.str] = None,
7399
7559
  statistic: typing.Optional[builtins.str] = None,
7400
7560
  unit: typing.Optional[_Unit_61bc6f70] = None,
7561
+ visible: typing.Optional[builtins.bool] = None,
7401
7562
  ) -> _Metric_e396a4dc:
7402
7563
  '''Metric for the number of executions that timed out.
7403
7564
 
7404
7565
  :param account: Account which this metric comes from. Default: - Deployment account.
7405
7566
  :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
7406
7567
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
7568
+ :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
7407
7569
  :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
7408
7570
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
7409
7571
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -7411,6 +7573,7 @@ class _IStateMachineProxy(
7411
7573
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
7412
7574
  :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
7413
7575
  :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
7576
+ :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
7414
7577
 
7415
7578
  :default: - sum over 5 minutes
7416
7579
  '''
@@ -7418,6 +7581,7 @@ class _IStateMachineProxy(
7418
7581
  account=account,
7419
7582
  color=color,
7420
7583
  dimensions_map=dimensions_map,
7584
+ id=id,
7421
7585
  label=label,
7422
7586
  period=period,
7423
7587
  region=region,
@@ -7425,6 +7589,7 @@ class _IStateMachineProxy(
7425
7589
  stack_region=stack_region,
7426
7590
  statistic=statistic,
7427
7591
  unit=unit,
7592
+ visible=visible,
7428
7593
  )
7429
7594
 
7430
7595
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricTimedOut", [props]))
@@ -7870,20 +8035,14 @@ class JsonPath(
7870
8035
 
7871
8036
  Example::
7872
8037
 
7873
- #
7874
- # JSON state input:
7875
- # {
7876
- # "bucketName": "my-bucket",
7877
- # "prefix": "item"
7878
- # }
7879
- #
7880
- distributed_map = sfn.DistributedMap(self, "DistributedMap",
7881
- item_reader=sfn.S3ObjectsItemReader(
7882
- bucket_name_path=sfn.JsonPath.string_at("$.bucketName"),
7883
- prefix=sfn.JsonPath.string_at("$.prefix")
8038
+ tasks.SageMakerCreateModel(self, "Sagemaker",
8039
+ model_name="MyModel",
8040
+ primary_container=tasks.ContainerDefinition(
8041
+ image=tasks.DockerImage.from_json_expression(sfn.JsonPath.string_at("$.Model.imageName")),
8042
+ mode=tasks.Mode.SINGLE_MODEL,
8043
+ model_s3_location=tasks.S3Location.from_json_expression("$.TrainingJob.ModelArtifacts.S3ModelArtifacts")
7884
8044
  )
7885
8045
  )
7886
- distributed_map.item_processor(sfn.Pass(self, "Pass"))
7887
8046
  '''
7888
8047
 
7889
8048
  @jsii.member(jsii_name="array")
@@ -8986,6 +9145,7 @@ class MapBaseJsonataOptions(JsonataCommonOptions):
8986
9145
  name_mapping={
8987
9146
  "assign": "assign",
8988
9147
  "item_selector": "itemSelector",
9148
+ "jsonata_item_selector": "jsonataItemSelector",
8989
9149
  "max_concurrency": "maxConcurrency",
8990
9150
  },
8991
9151
  )
@@ -8995,12 +9155,14 @@ class MapBaseOptions(AssignableStateOptions):
8995
9155
  *,
8996
9156
  assign: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
8997
9157
  item_selector: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
9158
+ jsonata_item_selector: typing.Optional[builtins.str] = None,
8998
9159
  max_concurrency: typing.Optional[jsii.Number] = None,
8999
9160
  ) -> None:
9000
9161
  '''Base properties for defining a Map state.
9001
9162
 
9002
9163
  :param assign: Workflow variables to store in this step. Using workflow variables, you can store data in a step and retrieve that data in future steps. Default: - Not assign variables
9003
- :param item_selector: The JSON that you want to override your default iteration input (mutually exclusive with ``parameters``). Default: $
9164
+ :param item_selector: The JSON that you want to override your default iteration input (mutually exclusive with ``parameters`` and ``jsonataItemSelector``). Default: $
9165
+ :param jsonata_item_selector: Jsonata expression that evaluates to a JSON array to override your default iteration input (mutually exclusive with ``parameters`` and ``itemSelector``). Example value: ``{% {\\"foo\\": \\"foo\\", \\"input\\": $states.input} %}`` Default: $
9004
9166
  :param max_concurrency: MaxConcurrency. An upper bound on the number of iterations you want running at once. Default: - full concurrency
9005
9167
 
9006
9168
  :exampleMetadata: fixture=_generated
@@ -9021,6 +9183,7 @@ class MapBaseOptions(AssignableStateOptions):
9021
9183
  item_selector={
9022
9184
  "item_selector_key": item_selector
9023
9185
  },
9186
+ jsonata_item_selector="jsonataItemSelector",
9024
9187
  max_concurrency=123
9025
9188
  )
9026
9189
  '''
@@ -9028,12 +9191,15 @@ class MapBaseOptions(AssignableStateOptions):
9028
9191
  type_hints = typing.get_type_hints(_typecheckingstub__7e64b5e53f029b5753785385b8477bb5c760876cfc7efe1b7fa47a5f792fffcb)
9029
9192
  check_type(argname="argument assign", value=assign, expected_type=type_hints["assign"])
9030
9193
  check_type(argname="argument item_selector", value=item_selector, expected_type=type_hints["item_selector"])
9194
+ check_type(argname="argument jsonata_item_selector", value=jsonata_item_selector, expected_type=type_hints["jsonata_item_selector"])
9031
9195
  check_type(argname="argument max_concurrency", value=max_concurrency, expected_type=type_hints["max_concurrency"])
9032
9196
  self._values: typing.Dict[builtins.str, typing.Any] = {}
9033
9197
  if assign is not None:
9034
9198
  self._values["assign"] = assign
9035
9199
  if item_selector is not None:
9036
9200
  self._values["item_selector"] = item_selector
9201
+ if jsonata_item_selector is not None:
9202
+ self._values["jsonata_item_selector"] = jsonata_item_selector
9037
9203
  if max_concurrency is not None:
9038
9204
  self._values["max_concurrency"] = max_concurrency
9039
9205
 
@@ -9054,7 +9220,7 @@ class MapBaseOptions(AssignableStateOptions):
9054
9220
  def item_selector(
9055
9221
  self,
9056
9222
  ) -> typing.Optional[typing.Mapping[builtins.str, typing.Any]]:
9057
- '''The JSON that you want to override your default iteration input (mutually exclusive with ``parameters``).
9223
+ '''The JSON that you want to override your default iteration input (mutually exclusive with ``parameters`` and ``jsonataItemSelector``).
9058
9224
 
9059
9225
  :default: $
9060
9226
 
@@ -9063,6 +9229,17 @@ class MapBaseOptions(AssignableStateOptions):
9063
9229
  result = self._values.get("item_selector")
9064
9230
  return typing.cast(typing.Optional[typing.Mapping[builtins.str, typing.Any]], result)
9065
9231
 
9232
+ @builtins.property
9233
+ def jsonata_item_selector(self) -> typing.Optional[builtins.str]:
9234
+ '''Jsonata expression that evaluates to a JSON array to override your default iteration input (mutually exclusive with ``parameters`` and ``itemSelector``).
9235
+
9236
+ Example value: ``{% {\\"foo\\": \\"foo\\", \\"input\\": $states.input} %}``
9237
+
9238
+ :default: $
9239
+ '''
9240
+ result = self._values.get("jsonata_item_selector")
9241
+ return typing.cast(typing.Optional[builtins.str], result)
9242
+
9066
9243
  @builtins.property
9067
9244
  def max_concurrency(self) -> typing.Optional[jsii.Number]:
9068
9245
  '''MaxConcurrency.
@@ -11602,7 +11779,7 @@ class StateGraph(
11602
11779
 
11603
11780
  @jsii.member(jsii_name="bind")
11604
11781
  def bind(self, state_machine: "StateMachine") -> None:
11605
- '''Binds this StateGraph to the StateMachine it defines and updates state machine permissions.
11782
+ '''Binds this StateGraph to the StateMachine it defines and updates state machine permissions if there are DistributedMap states.
11606
11783
 
11607
11784
  :param state_machine: -
11608
11785
  '''
@@ -11945,6 +12122,7 @@ class StateMachine(
11945
12122
  account: typing.Optional[builtins.str] = None,
11946
12123
  color: typing.Optional[builtins.str] = None,
11947
12124
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
12125
+ id: typing.Optional[builtins.str] = None,
11948
12126
  label: typing.Optional[builtins.str] = None,
11949
12127
  period: typing.Optional[_Duration_4839e8c3] = None,
11950
12128
  region: typing.Optional[builtins.str] = None,
@@ -11952,6 +12130,7 @@ class StateMachine(
11952
12130
  stack_region: typing.Optional[builtins.str] = None,
11953
12131
  statistic: typing.Optional[builtins.str] = None,
11954
12132
  unit: typing.Optional[_Unit_61bc6f70] = None,
12133
+ visible: typing.Optional[builtins.bool] = None,
11955
12134
  ) -> _Metric_e396a4dc:
11956
12135
  '''Return the given named metric for this State Machine's executions.
11957
12136
 
@@ -11959,6 +12138,7 @@ class StateMachine(
11959
12138
  :param account: Account which this metric comes from. Default: - Deployment account.
11960
12139
  :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
11961
12140
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
12141
+ :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
11962
12142
  :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
11963
12143
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
11964
12144
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -11966,6 +12146,7 @@ class StateMachine(
11966
12146
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
11967
12147
  :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
11968
12148
  :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
12149
+ :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
11969
12150
 
11970
12151
  :default: - sum over 5 minutes
11971
12152
  '''
@@ -11976,6 +12157,7 @@ class StateMachine(
11976
12157
  account=account,
11977
12158
  color=color,
11978
12159
  dimensions_map=dimensions_map,
12160
+ id=id,
11979
12161
  label=label,
11980
12162
  period=period,
11981
12163
  region=region,
@@ -11983,6 +12165,7 @@ class StateMachine(
11983
12165
  stack_region=stack_region,
11984
12166
  statistic=statistic,
11985
12167
  unit=unit,
12168
+ visible=visible,
11986
12169
  )
11987
12170
 
11988
12171
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metric", [metric_name, props]))
@@ -11994,6 +12177,7 @@ class StateMachine(
11994
12177
  account: typing.Optional[builtins.str] = None,
11995
12178
  color: typing.Optional[builtins.str] = None,
11996
12179
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
12180
+ id: typing.Optional[builtins.str] = None,
11997
12181
  label: typing.Optional[builtins.str] = None,
11998
12182
  period: typing.Optional[_Duration_4839e8c3] = None,
11999
12183
  region: typing.Optional[builtins.str] = None,
@@ -12001,12 +12185,14 @@ class StateMachine(
12001
12185
  stack_region: typing.Optional[builtins.str] = None,
12002
12186
  statistic: typing.Optional[builtins.str] = None,
12003
12187
  unit: typing.Optional[_Unit_61bc6f70] = None,
12188
+ visible: typing.Optional[builtins.bool] = None,
12004
12189
  ) -> _Metric_e396a4dc:
12005
12190
  '''Metric for the number of executions that were aborted.
12006
12191
 
12007
12192
  :param account: Account which this metric comes from. Default: - Deployment account.
12008
12193
  :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
12009
12194
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
12195
+ :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
12010
12196
  :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
12011
12197
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
12012
12198
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -12014,6 +12200,7 @@ class StateMachine(
12014
12200
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
12015
12201
  :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
12016
12202
  :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
12203
+ :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
12017
12204
 
12018
12205
  :default: - sum over 5 minutes
12019
12206
  '''
@@ -12021,6 +12208,7 @@ class StateMachine(
12021
12208
  account=account,
12022
12209
  color=color,
12023
12210
  dimensions_map=dimensions_map,
12211
+ id=id,
12024
12212
  label=label,
12025
12213
  period=period,
12026
12214
  region=region,
@@ -12028,6 +12216,7 @@ class StateMachine(
12028
12216
  stack_region=stack_region,
12029
12217
  statistic=statistic,
12030
12218
  unit=unit,
12219
+ visible=visible,
12031
12220
  )
12032
12221
 
12033
12222
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricAborted", [props]))
@@ -12039,6 +12228,7 @@ class StateMachine(
12039
12228
  account: typing.Optional[builtins.str] = None,
12040
12229
  color: typing.Optional[builtins.str] = None,
12041
12230
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
12231
+ id: typing.Optional[builtins.str] = None,
12042
12232
  label: typing.Optional[builtins.str] = None,
12043
12233
  period: typing.Optional[_Duration_4839e8c3] = None,
12044
12234
  region: typing.Optional[builtins.str] = None,
@@ -12046,12 +12236,14 @@ class StateMachine(
12046
12236
  stack_region: typing.Optional[builtins.str] = None,
12047
12237
  statistic: typing.Optional[builtins.str] = None,
12048
12238
  unit: typing.Optional[_Unit_61bc6f70] = None,
12239
+ visible: typing.Optional[builtins.bool] = None,
12049
12240
  ) -> _Metric_e396a4dc:
12050
12241
  '''Metric for the number of executions that failed.
12051
12242
 
12052
12243
  :param account: Account which this metric comes from. Default: - Deployment account.
12053
12244
  :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
12054
12245
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
12246
+ :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
12055
12247
  :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
12056
12248
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
12057
12249
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -12059,6 +12251,7 @@ class StateMachine(
12059
12251
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
12060
12252
  :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
12061
12253
  :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
12254
+ :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
12062
12255
 
12063
12256
  :default: - sum over 5 minutes
12064
12257
  '''
@@ -12066,6 +12259,7 @@ class StateMachine(
12066
12259
  account=account,
12067
12260
  color=color,
12068
12261
  dimensions_map=dimensions_map,
12262
+ id=id,
12069
12263
  label=label,
12070
12264
  period=period,
12071
12265
  region=region,
@@ -12073,6 +12267,7 @@ class StateMachine(
12073
12267
  stack_region=stack_region,
12074
12268
  statistic=statistic,
12075
12269
  unit=unit,
12270
+ visible=visible,
12076
12271
  )
12077
12272
 
12078
12273
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricFailed", [props]))
@@ -12084,6 +12279,7 @@ class StateMachine(
12084
12279
  account: typing.Optional[builtins.str] = None,
12085
12280
  color: typing.Optional[builtins.str] = None,
12086
12281
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
12282
+ id: typing.Optional[builtins.str] = None,
12087
12283
  label: typing.Optional[builtins.str] = None,
12088
12284
  period: typing.Optional[_Duration_4839e8c3] = None,
12089
12285
  region: typing.Optional[builtins.str] = None,
@@ -12091,12 +12287,14 @@ class StateMachine(
12091
12287
  stack_region: typing.Optional[builtins.str] = None,
12092
12288
  statistic: typing.Optional[builtins.str] = None,
12093
12289
  unit: typing.Optional[_Unit_61bc6f70] = None,
12290
+ visible: typing.Optional[builtins.bool] = None,
12094
12291
  ) -> _Metric_e396a4dc:
12095
12292
  '''Metric for the number of executions that were started.
12096
12293
 
12097
12294
  :param account: Account which this metric comes from. Default: - Deployment account.
12098
12295
  :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
12099
12296
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
12297
+ :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
12100
12298
  :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
12101
12299
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
12102
12300
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -12104,6 +12302,7 @@ class StateMachine(
12104
12302
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
12105
12303
  :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
12106
12304
  :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
12305
+ :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
12107
12306
 
12108
12307
  :default: - sum over 5 minutes
12109
12308
  '''
@@ -12111,6 +12310,7 @@ class StateMachine(
12111
12310
  account=account,
12112
12311
  color=color,
12113
12312
  dimensions_map=dimensions_map,
12313
+ id=id,
12114
12314
  label=label,
12115
12315
  period=period,
12116
12316
  region=region,
@@ -12118,6 +12318,7 @@ class StateMachine(
12118
12318
  stack_region=stack_region,
12119
12319
  statistic=statistic,
12120
12320
  unit=unit,
12321
+ visible=visible,
12121
12322
  )
12122
12323
 
12123
12324
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricStarted", [props]))
@@ -12129,6 +12330,7 @@ class StateMachine(
12129
12330
  account: typing.Optional[builtins.str] = None,
12130
12331
  color: typing.Optional[builtins.str] = None,
12131
12332
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
12333
+ id: typing.Optional[builtins.str] = None,
12132
12334
  label: typing.Optional[builtins.str] = None,
12133
12335
  period: typing.Optional[_Duration_4839e8c3] = None,
12134
12336
  region: typing.Optional[builtins.str] = None,
@@ -12136,12 +12338,14 @@ class StateMachine(
12136
12338
  stack_region: typing.Optional[builtins.str] = None,
12137
12339
  statistic: typing.Optional[builtins.str] = None,
12138
12340
  unit: typing.Optional[_Unit_61bc6f70] = None,
12341
+ visible: typing.Optional[builtins.bool] = None,
12139
12342
  ) -> _Metric_e396a4dc:
12140
12343
  '''Metric for the number of executions that succeeded.
12141
12344
 
12142
12345
  :param account: Account which this metric comes from. Default: - Deployment account.
12143
12346
  :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
12144
12347
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
12348
+ :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
12145
12349
  :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
12146
12350
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
12147
12351
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -12149,6 +12353,7 @@ class StateMachine(
12149
12353
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
12150
12354
  :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
12151
12355
  :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
12356
+ :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
12152
12357
 
12153
12358
  :default: - sum over 5 minutes
12154
12359
  '''
@@ -12156,6 +12361,7 @@ class StateMachine(
12156
12361
  account=account,
12157
12362
  color=color,
12158
12363
  dimensions_map=dimensions_map,
12364
+ id=id,
12159
12365
  label=label,
12160
12366
  period=period,
12161
12367
  region=region,
@@ -12163,6 +12369,7 @@ class StateMachine(
12163
12369
  stack_region=stack_region,
12164
12370
  statistic=statistic,
12165
12371
  unit=unit,
12372
+ visible=visible,
12166
12373
  )
12167
12374
 
12168
12375
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricSucceeded", [props]))
@@ -12174,6 +12381,7 @@ class StateMachine(
12174
12381
  account: typing.Optional[builtins.str] = None,
12175
12382
  color: typing.Optional[builtins.str] = None,
12176
12383
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
12384
+ id: typing.Optional[builtins.str] = None,
12177
12385
  label: typing.Optional[builtins.str] = None,
12178
12386
  period: typing.Optional[_Duration_4839e8c3] = None,
12179
12387
  region: typing.Optional[builtins.str] = None,
@@ -12181,12 +12389,14 @@ class StateMachine(
12181
12389
  stack_region: typing.Optional[builtins.str] = None,
12182
12390
  statistic: typing.Optional[builtins.str] = None,
12183
12391
  unit: typing.Optional[_Unit_61bc6f70] = None,
12392
+ visible: typing.Optional[builtins.bool] = None,
12184
12393
  ) -> _Metric_e396a4dc:
12185
12394
  '''Metric for the number of executions that were throttled.
12186
12395
 
12187
12396
  :param account: Account which this metric comes from. Default: - Deployment account.
12188
12397
  :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
12189
12398
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
12399
+ :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
12190
12400
  :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
12191
12401
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
12192
12402
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -12194,6 +12404,7 @@ class StateMachine(
12194
12404
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
12195
12405
  :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
12196
12406
  :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
12407
+ :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
12197
12408
 
12198
12409
  :default: - sum over 5 minutes
12199
12410
  '''
@@ -12201,6 +12412,7 @@ class StateMachine(
12201
12412
  account=account,
12202
12413
  color=color,
12203
12414
  dimensions_map=dimensions_map,
12415
+ id=id,
12204
12416
  label=label,
12205
12417
  period=period,
12206
12418
  region=region,
@@ -12208,6 +12420,7 @@ class StateMachine(
12208
12420
  stack_region=stack_region,
12209
12421
  statistic=statistic,
12210
12422
  unit=unit,
12423
+ visible=visible,
12211
12424
  )
12212
12425
 
12213
12426
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricThrottled", [props]))
@@ -12219,6 +12432,7 @@ class StateMachine(
12219
12432
  account: typing.Optional[builtins.str] = None,
12220
12433
  color: typing.Optional[builtins.str] = None,
12221
12434
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
12435
+ id: typing.Optional[builtins.str] = None,
12222
12436
  label: typing.Optional[builtins.str] = None,
12223
12437
  period: typing.Optional[_Duration_4839e8c3] = None,
12224
12438
  region: typing.Optional[builtins.str] = None,
@@ -12226,12 +12440,14 @@ class StateMachine(
12226
12440
  stack_region: typing.Optional[builtins.str] = None,
12227
12441
  statistic: typing.Optional[builtins.str] = None,
12228
12442
  unit: typing.Optional[_Unit_61bc6f70] = None,
12443
+ visible: typing.Optional[builtins.bool] = None,
12229
12444
  ) -> _Metric_e396a4dc:
12230
12445
  '''Metric for the interval, in milliseconds, between the time the execution starts and the time it closes.
12231
12446
 
12232
12447
  :param account: Account which this metric comes from. Default: - Deployment account.
12233
12448
  :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
12234
12449
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
12450
+ :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
12235
12451
  :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
12236
12452
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
12237
12453
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -12239,6 +12455,7 @@ class StateMachine(
12239
12455
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
12240
12456
  :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
12241
12457
  :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
12458
+ :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
12242
12459
 
12243
12460
  :default: - average over 5 minutes
12244
12461
  '''
@@ -12246,6 +12463,7 @@ class StateMachine(
12246
12463
  account=account,
12247
12464
  color=color,
12248
12465
  dimensions_map=dimensions_map,
12466
+ id=id,
12249
12467
  label=label,
12250
12468
  period=period,
12251
12469
  region=region,
@@ -12253,6 +12471,7 @@ class StateMachine(
12253
12471
  stack_region=stack_region,
12254
12472
  statistic=statistic,
12255
12473
  unit=unit,
12474
+ visible=visible,
12256
12475
  )
12257
12476
 
12258
12477
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricTime", [props]))
@@ -12264,6 +12483,7 @@ class StateMachine(
12264
12483
  account: typing.Optional[builtins.str] = None,
12265
12484
  color: typing.Optional[builtins.str] = None,
12266
12485
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
12486
+ id: typing.Optional[builtins.str] = None,
12267
12487
  label: typing.Optional[builtins.str] = None,
12268
12488
  period: typing.Optional[_Duration_4839e8c3] = None,
12269
12489
  region: typing.Optional[builtins.str] = None,
@@ -12271,12 +12491,14 @@ class StateMachine(
12271
12491
  stack_region: typing.Optional[builtins.str] = None,
12272
12492
  statistic: typing.Optional[builtins.str] = None,
12273
12493
  unit: typing.Optional[_Unit_61bc6f70] = None,
12494
+ visible: typing.Optional[builtins.bool] = None,
12274
12495
  ) -> _Metric_e396a4dc:
12275
12496
  '''Metric for the number of executions that timed out.
12276
12497
 
12277
12498
  :param account: Account which this metric comes from. Default: - Deployment account.
12278
12499
  :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
12279
12500
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
12501
+ :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
12280
12502
  :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
12281
12503
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
12282
12504
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -12284,6 +12506,7 @@ class StateMachine(
12284
12506
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
12285
12507
  :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
12286
12508
  :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
12509
+ :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
12287
12510
 
12288
12511
  :default: - sum over 5 minutes
12289
12512
  '''
@@ -12291,6 +12514,7 @@ class StateMachine(
12291
12514
  account=account,
12292
12515
  color=color,
12293
12516
  dimensions_map=dimensions_map,
12517
+ id=id,
12294
12518
  label=label,
12295
12519
  period=period,
12296
12520
  region=region,
@@ -12298,6 +12522,7 @@ class StateMachine(
12298
12522
  stack_region=stack_region,
12299
12523
  statistic=statistic,
12300
12524
  unit=unit,
12525
+ visible=visible,
12301
12526
  )
12302
12527
 
12303
12528
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricTimedOut", [props]))
@@ -13117,6 +13342,7 @@ class StateTransitionMetric(
13117
13342
  account: typing.Optional[builtins.str] = None,
13118
13343
  color: typing.Optional[builtins.str] = None,
13119
13344
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
13345
+ id: typing.Optional[builtins.str] = None,
13120
13346
  label: typing.Optional[builtins.str] = None,
13121
13347
  period: typing.Optional[_Duration_4839e8c3] = None,
13122
13348
  region: typing.Optional[builtins.str] = None,
@@ -13124,6 +13350,7 @@ class StateTransitionMetric(
13124
13350
  stack_region: typing.Optional[builtins.str] = None,
13125
13351
  statistic: typing.Optional[builtins.str] = None,
13126
13352
  unit: typing.Optional[_Unit_61bc6f70] = None,
13353
+ visible: typing.Optional[builtins.bool] = None,
13127
13354
  ) -> _Metric_e396a4dc:
13128
13355
  '''Return the given named metric for the service's state transition metrics.
13129
13356
 
@@ -13131,6 +13358,7 @@ class StateTransitionMetric(
13131
13358
  :param account: Account which this metric comes from. Default: - Deployment account.
13132
13359
  :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
13133
13360
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
13361
+ :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
13134
13362
  :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
13135
13363
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
13136
13364
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -13138,6 +13366,7 @@ class StateTransitionMetric(
13138
13366
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
13139
13367
  :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
13140
13368
  :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
13369
+ :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
13141
13370
 
13142
13371
  :default: average over 5 minutes
13143
13372
  '''
@@ -13148,6 +13377,7 @@ class StateTransitionMetric(
13148
13377
  account=account,
13149
13378
  color=color,
13150
13379
  dimensions_map=dimensions_map,
13380
+ id=id,
13151
13381
  label=label,
13152
13382
  period=period,
13153
13383
  region=region,
@@ -13155,6 +13385,7 @@ class StateTransitionMetric(
13155
13385
  stack_region=stack_region,
13156
13386
  statistic=statistic,
13157
13387
  unit=unit,
13388
+ visible=visible,
13158
13389
  )
13159
13390
 
13160
13391
  return typing.cast(_Metric_e396a4dc, jsii.sinvoke(cls, "metric", [metric_name, props]))
@@ -13167,6 +13398,7 @@ class StateTransitionMetric(
13167
13398
  account: typing.Optional[builtins.str] = None,
13168
13399
  color: typing.Optional[builtins.str] = None,
13169
13400
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
13401
+ id: typing.Optional[builtins.str] = None,
13170
13402
  label: typing.Optional[builtins.str] = None,
13171
13403
  period: typing.Optional[_Duration_4839e8c3] = None,
13172
13404
  region: typing.Optional[builtins.str] = None,
@@ -13174,12 +13406,14 @@ class StateTransitionMetric(
13174
13406
  stack_region: typing.Optional[builtins.str] = None,
13175
13407
  statistic: typing.Optional[builtins.str] = None,
13176
13408
  unit: typing.Optional[_Unit_61bc6f70] = None,
13409
+ visible: typing.Optional[builtins.bool] = None,
13177
13410
  ) -> _Metric_e396a4dc:
13178
13411
  '''Metric for the number of available state transitions per second.
13179
13412
 
13180
13413
  :param account: Account which this metric comes from. Default: - Deployment account.
13181
13414
  :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
13182
13415
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
13416
+ :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
13183
13417
  :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
13184
13418
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
13185
13419
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -13187,6 +13421,7 @@ class StateTransitionMetric(
13187
13421
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
13188
13422
  :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
13189
13423
  :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
13424
+ :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
13190
13425
 
13191
13426
  :default: average over 5 minutes
13192
13427
  '''
@@ -13194,6 +13429,7 @@ class StateTransitionMetric(
13194
13429
  account=account,
13195
13430
  color=color,
13196
13431
  dimensions_map=dimensions_map,
13432
+ id=id,
13197
13433
  label=label,
13198
13434
  period=period,
13199
13435
  region=region,
@@ -13201,6 +13437,7 @@ class StateTransitionMetric(
13201
13437
  stack_region=stack_region,
13202
13438
  statistic=statistic,
13203
13439
  unit=unit,
13440
+ visible=visible,
13204
13441
  )
13205
13442
 
13206
13443
  return typing.cast(_Metric_e396a4dc, jsii.sinvoke(cls, "metricConsumedCapacity", [props]))
@@ -13213,6 +13450,7 @@ class StateTransitionMetric(
13213
13450
  account: typing.Optional[builtins.str] = None,
13214
13451
  color: typing.Optional[builtins.str] = None,
13215
13452
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
13453
+ id: typing.Optional[builtins.str] = None,
13216
13454
  label: typing.Optional[builtins.str] = None,
13217
13455
  period: typing.Optional[_Duration_4839e8c3] = None,
13218
13456
  region: typing.Optional[builtins.str] = None,
@@ -13220,12 +13458,14 @@ class StateTransitionMetric(
13220
13458
  stack_region: typing.Optional[builtins.str] = None,
13221
13459
  statistic: typing.Optional[builtins.str] = None,
13222
13460
  unit: typing.Optional[_Unit_61bc6f70] = None,
13461
+ visible: typing.Optional[builtins.bool] = None,
13223
13462
  ) -> _Metric_e396a4dc:
13224
13463
  '''Metric for the number of available state transitions.
13225
13464
 
13226
13465
  :param account: Account which this metric comes from. Default: - Deployment account.
13227
13466
  :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
13228
13467
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
13468
+ :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
13229
13469
  :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
13230
13470
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
13231
13471
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -13233,6 +13473,7 @@ class StateTransitionMetric(
13233
13473
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
13234
13474
  :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
13235
13475
  :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
13476
+ :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
13236
13477
 
13237
13478
  :default: average over 5 minutes
13238
13479
  '''
@@ -13240,6 +13481,7 @@ class StateTransitionMetric(
13240
13481
  account=account,
13241
13482
  color=color,
13242
13483
  dimensions_map=dimensions_map,
13484
+ id=id,
13243
13485
  label=label,
13244
13486
  period=period,
13245
13487
  region=region,
@@ -13247,6 +13489,7 @@ class StateTransitionMetric(
13247
13489
  stack_region=stack_region,
13248
13490
  statistic=statistic,
13249
13491
  unit=unit,
13492
+ visible=visible,
13250
13493
  )
13251
13494
 
13252
13495
  return typing.cast(_Metric_e396a4dc, jsii.sinvoke(cls, "metricProvisionedBucketSize", [props]))
@@ -13259,6 +13502,7 @@ class StateTransitionMetric(
13259
13502
  account: typing.Optional[builtins.str] = None,
13260
13503
  color: typing.Optional[builtins.str] = None,
13261
13504
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
13505
+ id: typing.Optional[builtins.str] = None,
13262
13506
  label: typing.Optional[builtins.str] = None,
13263
13507
  period: typing.Optional[_Duration_4839e8c3] = None,
13264
13508
  region: typing.Optional[builtins.str] = None,
@@ -13266,12 +13510,14 @@ class StateTransitionMetric(
13266
13510
  stack_region: typing.Optional[builtins.str] = None,
13267
13511
  statistic: typing.Optional[builtins.str] = None,
13268
13512
  unit: typing.Optional[_Unit_61bc6f70] = None,
13513
+ visible: typing.Optional[builtins.bool] = None,
13269
13514
  ) -> _Metric_e396a4dc:
13270
13515
  '''Metric for the provisioned steady-state execution rate.
13271
13516
 
13272
13517
  :param account: Account which this metric comes from. Default: - Deployment account.
13273
13518
  :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
13274
13519
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
13520
+ :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
13275
13521
  :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
13276
13522
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
13277
13523
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -13279,6 +13525,7 @@ class StateTransitionMetric(
13279
13525
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
13280
13526
  :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
13281
13527
  :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
13528
+ :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
13282
13529
 
13283
13530
  :default: average over 5 minutes
13284
13531
  '''
@@ -13286,6 +13533,7 @@ class StateTransitionMetric(
13286
13533
  account=account,
13287
13534
  color=color,
13288
13535
  dimensions_map=dimensions_map,
13536
+ id=id,
13289
13537
  label=label,
13290
13538
  period=period,
13291
13539
  region=region,
@@ -13293,6 +13541,7 @@ class StateTransitionMetric(
13293
13541
  stack_region=stack_region,
13294
13542
  statistic=statistic,
13295
13543
  unit=unit,
13544
+ visible=visible,
13296
13545
  )
13297
13546
 
13298
13547
  return typing.cast(_Metric_e396a4dc, jsii.sinvoke(cls, "metricProvisionedRefillRate", [props]))
@@ -13305,6 +13554,7 @@ class StateTransitionMetric(
13305
13554
  account: typing.Optional[builtins.str] = None,
13306
13555
  color: typing.Optional[builtins.str] = None,
13307
13556
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
13557
+ id: typing.Optional[builtins.str] = None,
13308
13558
  label: typing.Optional[builtins.str] = None,
13309
13559
  period: typing.Optional[_Duration_4839e8c3] = None,
13310
13560
  region: typing.Optional[builtins.str] = None,
@@ -13312,12 +13562,14 @@ class StateTransitionMetric(
13312
13562
  stack_region: typing.Optional[builtins.str] = None,
13313
13563
  statistic: typing.Optional[builtins.str] = None,
13314
13564
  unit: typing.Optional[_Unit_61bc6f70] = None,
13565
+ visible: typing.Optional[builtins.bool] = None,
13315
13566
  ) -> _Metric_e396a4dc:
13316
13567
  '''Metric for the number of throttled state transitions.
13317
13568
 
13318
13569
  :param account: Account which this metric comes from. Default: - Deployment account.
13319
13570
  :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
13320
13571
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
13572
+ :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
13321
13573
  :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
13322
13574
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
13323
13575
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -13325,6 +13577,7 @@ class StateTransitionMetric(
13325
13577
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
13326
13578
  :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
13327
13579
  :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
13580
+ :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
13328
13581
 
13329
13582
  :default: sum over 5 minutes
13330
13583
  '''
@@ -13332,6 +13585,7 @@ class StateTransitionMetric(
13332
13585
  account=account,
13333
13586
  color=color,
13334
13587
  dimensions_map=dimensions_map,
13588
+ id=id,
13335
13589
  label=label,
13336
13590
  period=period,
13337
13591
  region=region,
@@ -13339,6 +13593,7 @@ class StateTransitionMetric(
13339
13593
  stack_region=stack_region,
13340
13594
  statistic=statistic,
13341
13595
  unit=unit,
13596
+ visible=visible,
13342
13597
  )
13343
13598
 
13344
13599
  return typing.cast(_Metric_e396a4dc, jsii.sinvoke(cls, "metricThrottledEvents", [props]))
@@ -14380,6 +14635,7 @@ class TaskStateBase(
14380
14635
  account: typing.Optional[builtins.str] = None,
14381
14636
  color: typing.Optional[builtins.str] = None,
14382
14637
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
14638
+ id: typing.Optional[builtins.str] = None,
14383
14639
  label: typing.Optional[builtins.str] = None,
14384
14640
  period: typing.Optional[_Duration_4839e8c3] = None,
14385
14641
  region: typing.Optional[builtins.str] = None,
@@ -14387,6 +14643,7 @@ class TaskStateBase(
14387
14643
  stack_region: typing.Optional[builtins.str] = None,
14388
14644
  statistic: typing.Optional[builtins.str] = None,
14389
14645
  unit: typing.Optional[_Unit_61bc6f70] = None,
14646
+ visible: typing.Optional[builtins.bool] = None,
14390
14647
  ) -> _Metric_e396a4dc:
14391
14648
  '''Return the given named metric for this Task.
14392
14649
 
@@ -14394,6 +14651,7 @@ class TaskStateBase(
14394
14651
  :param account: Account which this metric comes from. Default: - Deployment account.
14395
14652
  :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
14396
14653
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
14654
+ :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
14397
14655
  :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
14398
14656
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
14399
14657
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -14401,6 +14659,7 @@ class TaskStateBase(
14401
14659
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
14402
14660
  :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
14403
14661
  :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
14662
+ :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
14404
14663
 
14405
14664
  :default: - sum over 5 minutes
14406
14665
  '''
@@ -14411,6 +14670,7 @@ class TaskStateBase(
14411
14670
  account=account,
14412
14671
  color=color,
14413
14672
  dimensions_map=dimensions_map,
14673
+ id=id,
14414
14674
  label=label,
14415
14675
  period=period,
14416
14676
  region=region,
@@ -14418,6 +14678,7 @@ class TaskStateBase(
14418
14678
  stack_region=stack_region,
14419
14679
  statistic=statistic,
14420
14680
  unit=unit,
14681
+ visible=visible,
14421
14682
  )
14422
14683
 
14423
14684
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metric", [metric_name, props]))
@@ -14429,6 +14690,7 @@ class TaskStateBase(
14429
14690
  account: typing.Optional[builtins.str] = None,
14430
14691
  color: typing.Optional[builtins.str] = None,
14431
14692
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
14693
+ id: typing.Optional[builtins.str] = None,
14432
14694
  label: typing.Optional[builtins.str] = None,
14433
14695
  period: typing.Optional[_Duration_4839e8c3] = None,
14434
14696
  region: typing.Optional[builtins.str] = None,
@@ -14436,12 +14698,14 @@ class TaskStateBase(
14436
14698
  stack_region: typing.Optional[builtins.str] = None,
14437
14699
  statistic: typing.Optional[builtins.str] = None,
14438
14700
  unit: typing.Optional[_Unit_61bc6f70] = None,
14701
+ visible: typing.Optional[builtins.bool] = None,
14439
14702
  ) -> _Metric_e396a4dc:
14440
14703
  '''Metric for the number of times this activity fails.
14441
14704
 
14442
14705
  :param account: Account which this metric comes from. Default: - Deployment account.
14443
14706
  :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
14444
14707
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
14708
+ :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
14445
14709
  :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
14446
14710
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
14447
14711
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -14449,6 +14713,7 @@ class TaskStateBase(
14449
14713
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
14450
14714
  :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
14451
14715
  :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
14716
+ :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
14452
14717
 
14453
14718
  :default: - sum over 5 minutes
14454
14719
  '''
@@ -14456,6 +14721,7 @@ class TaskStateBase(
14456
14721
  account=account,
14457
14722
  color=color,
14458
14723
  dimensions_map=dimensions_map,
14724
+ id=id,
14459
14725
  label=label,
14460
14726
  period=period,
14461
14727
  region=region,
@@ -14463,6 +14729,7 @@ class TaskStateBase(
14463
14729
  stack_region=stack_region,
14464
14730
  statistic=statistic,
14465
14731
  unit=unit,
14732
+ visible=visible,
14466
14733
  )
14467
14734
 
14468
14735
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricFailed", [props]))
@@ -14474,6 +14741,7 @@ class TaskStateBase(
14474
14741
  account: typing.Optional[builtins.str] = None,
14475
14742
  color: typing.Optional[builtins.str] = None,
14476
14743
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
14744
+ id: typing.Optional[builtins.str] = None,
14477
14745
  label: typing.Optional[builtins.str] = None,
14478
14746
  period: typing.Optional[_Duration_4839e8c3] = None,
14479
14747
  region: typing.Optional[builtins.str] = None,
@@ -14481,12 +14749,14 @@ class TaskStateBase(
14481
14749
  stack_region: typing.Optional[builtins.str] = None,
14482
14750
  statistic: typing.Optional[builtins.str] = None,
14483
14751
  unit: typing.Optional[_Unit_61bc6f70] = None,
14752
+ visible: typing.Optional[builtins.bool] = None,
14484
14753
  ) -> _Metric_e396a4dc:
14485
14754
  '''Metric for the number of times the heartbeat times out for this activity.
14486
14755
 
14487
14756
  :param account: Account which this metric comes from. Default: - Deployment account.
14488
14757
  :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
14489
14758
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
14759
+ :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
14490
14760
  :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
14491
14761
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
14492
14762
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -14494,6 +14764,7 @@ class TaskStateBase(
14494
14764
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
14495
14765
  :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
14496
14766
  :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
14767
+ :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
14497
14768
 
14498
14769
  :default: - sum over 5 minutes
14499
14770
  '''
@@ -14501,6 +14772,7 @@ class TaskStateBase(
14501
14772
  account=account,
14502
14773
  color=color,
14503
14774
  dimensions_map=dimensions_map,
14775
+ id=id,
14504
14776
  label=label,
14505
14777
  period=period,
14506
14778
  region=region,
@@ -14508,6 +14780,7 @@ class TaskStateBase(
14508
14780
  stack_region=stack_region,
14509
14781
  statistic=statistic,
14510
14782
  unit=unit,
14783
+ visible=visible,
14511
14784
  )
14512
14785
 
14513
14786
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricHeartbeatTimedOut", [props]))
@@ -14519,6 +14792,7 @@ class TaskStateBase(
14519
14792
  account: typing.Optional[builtins.str] = None,
14520
14793
  color: typing.Optional[builtins.str] = None,
14521
14794
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
14795
+ id: typing.Optional[builtins.str] = None,
14522
14796
  label: typing.Optional[builtins.str] = None,
14523
14797
  period: typing.Optional[_Duration_4839e8c3] = None,
14524
14798
  region: typing.Optional[builtins.str] = None,
@@ -14526,12 +14800,14 @@ class TaskStateBase(
14526
14800
  stack_region: typing.Optional[builtins.str] = None,
14527
14801
  statistic: typing.Optional[builtins.str] = None,
14528
14802
  unit: typing.Optional[_Unit_61bc6f70] = None,
14803
+ visible: typing.Optional[builtins.bool] = None,
14529
14804
  ) -> _Metric_e396a4dc:
14530
14805
  '''The interval, in milliseconds, between the time the Task starts and the time it closes.
14531
14806
 
14532
14807
  :param account: Account which this metric comes from. Default: - Deployment account.
14533
14808
  :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
14534
14809
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
14810
+ :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
14535
14811
  :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
14536
14812
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
14537
14813
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -14539,6 +14815,7 @@ class TaskStateBase(
14539
14815
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
14540
14816
  :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
14541
14817
  :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
14818
+ :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
14542
14819
 
14543
14820
  :default: - average over 5 minutes
14544
14821
  '''
@@ -14546,6 +14823,7 @@ class TaskStateBase(
14546
14823
  account=account,
14547
14824
  color=color,
14548
14825
  dimensions_map=dimensions_map,
14826
+ id=id,
14549
14827
  label=label,
14550
14828
  period=period,
14551
14829
  region=region,
@@ -14553,6 +14831,7 @@ class TaskStateBase(
14553
14831
  stack_region=stack_region,
14554
14832
  statistic=statistic,
14555
14833
  unit=unit,
14834
+ visible=visible,
14556
14835
  )
14557
14836
 
14558
14837
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricRunTime", [props]))
@@ -14564,6 +14843,7 @@ class TaskStateBase(
14564
14843
  account: typing.Optional[builtins.str] = None,
14565
14844
  color: typing.Optional[builtins.str] = None,
14566
14845
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
14846
+ id: typing.Optional[builtins.str] = None,
14567
14847
  label: typing.Optional[builtins.str] = None,
14568
14848
  period: typing.Optional[_Duration_4839e8c3] = None,
14569
14849
  region: typing.Optional[builtins.str] = None,
@@ -14571,12 +14851,14 @@ class TaskStateBase(
14571
14851
  stack_region: typing.Optional[builtins.str] = None,
14572
14852
  statistic: typing.Optional[builtins.str] = None,
14573
14853
  unit: typing.Optional[_Unit_61bc6f70] = None,
14854
+ visible: typing.Optional[builtins.bool] = None,
14574
14855
  ) -> _Metric_e396a4dc:
14575
14856
  '''Metric for the number of times this activity is scheduled.
14576
14857
 
14577
14858
  :param account: Account which this metric comes from. Default: - Deployment account.
14578
14859
  :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
14579
14860
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
14861
+ :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
14580
14862
  :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
14581
14863
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
14582
14864
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -14584,6 +14866,7 @@ class TaskStateBase(
14584
14866
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
14585
14867
  :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
14586
14868
  :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
14869
+ :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
14587
14870
 
14588
14871
  :default: - sum over 5 minutes
14589
14872
  '''
@@ -14591,6 +14874,7 @@ class TaskStateBase(
14591
14874
  account=account,
14592
14875
  color=color,
14593
14876
  dimensions_map=dimensions_map,
14877
+ id=id,
14594
14878
  label=label,
14595
14879
  period=period,
14596
14880
  region=region,
@@ -14598,6 +14882,7 @@ class TaskStateBase(
14598
14882
  stack_region=stack_region,
14599
14883
  statistic=statistic,
14600
14884
  unit=unit,
14885
+ visible=visible,
14601
14886
  )
14602
14887
 
14603
14888
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricScheduled", [props]))
@@ -14609,6 +14894,7 @@ class TaskStateBase(
14609
14894
  account: typing.Optional[builtins.str] = None,
14610
14895
  color: typing.Optional[builtins.str] = None,
14611
14896
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
14897
+ id: typing.Optional[builtins.str] = None,
14612
14898
  label: typing.Optional[builtins.str] = None,
14613
14899
  period: typing.Optional[_Duration_4839e8c3] = None,
14614
14900
  region: typing.Optional[builtins.str] = None,
@@ -14616,12 +14902,14 @@ class TaskStateBase(
14616
14902
  stack_region: typing.Optional[builtins.str] = None,
14617
14903
  statistic: typing.Optional[builtins.str] = None,
14618
14904
  unit: typing.Optional[_Unit_61bc6f70] = None,
14905
+ visible: typing.Optional[builtins.bool] = None,
14619
14906
  ) -> _Metric_e396a4dc:
14620
14907
  '''The interval, in milliseconds, for which the activity stays in the schedule state.
14621
14908
 
14622
14909
  :param account: Account which this metric comes from. Default: - Deployment account.
14623
14910
  :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
14624
14911
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
14912
+ :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
14625
14913
  :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
14626
14914
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
14627
14915
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -14629,6 +14917,7 @@ class TaskStateBase(
14629
14917
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
14630
14918
  :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
14631
14919
  :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
14920
+ :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
14632
14921
 
14633
14922
  :default: - average over 5 minutes
14634
14923
  '''
@@ -14636,6 +14925,7 @@ class TaskStateBase(
14636
14925
  account=account,
14637
14926
  color=color,
14638
14927
  dimensions_map=dimensions_map,
14928
+ id=id,
14639
14929
  label=label,
14640
14930
  period=period,
14641
14931
  region=region,
@@ -14643,6 +14933,7 @@ class TaskStateBase(
14643
14933
  stack_region=stack_region,
14644
14934
  statistic=statistic,
14645
14935
  unit=unit,
14936
+ visible=visible,
14646
14937
  )
14647
14938
 
14648
14939
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricScheduleTime", [props]))
@@ -14654,6 +14945,7 @@ class TaskStateBase(
14654
14945
  account: typing.Optional[builtins.str] = None,
14655
14946
  color: typing.Optional[builtins.str] = None,
14656
14947
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
14948
+ id: typing.Optional[builtins.str] = None,
14657
14949
  label: typing.Optional[builtins.str] = None,
14658
14950
  period: typing.Optional[_Duration_4839e8c3] = None,
14659
14951
  region: typing.Optional[builtins.str] = None,
@@ -14661,12 +14953,14 @@ class TaskStateBase(
14661
14953
  stack_region: typing.Optional[builtins.str] = None,
14662
14954
  statistic: typing.Optional[builtins.str] = None,
14663
14955
  unit: typing.Optional[_Unit_61bc6f70] = None,
14956
+ visible: typing.Optional[builtins.bool] = None,
14664
14957
  ) -> _Metric_e396a4dc:
14665
14958
  '''Metric for the number of times this activity is started.
14666
14959
 
14667
14960
  :param account: Account which this metric comes from. Default: - Deployment account.
14668
14961
  :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
14669
14962
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
14963
+ :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
14670
14964
  :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
14671
14965
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
14672
14966
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -14674,6 +14968,7 @@ class TaskStateBase(
14674
14968
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
14675
14969
  :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
14676
14970
  :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
14971
+ :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
14677
14972
 
14678
14973
  :default: - sum over 5 minutes
14679
14974
  '''
@@ -14681,6 +14976,7 @@ class TaskStateBase(
14681
14976
  account=account,
14682
14977
  color=color,
14683
14978
  dimensions_map=dimensions_map,
14979
+ id=id,
14684
14980
  label=label,
14685
14981
  period=period,
14686
14982
  region=region,
@@ -14688,6 +14984,7 @@ class TaskStateBase(
14688
14984
  stack_region=stack_region,
14689
14985
  statistic=statistic,
14690
14986
  unit=unit,
14987
+ visible=visible,
14691
14988
  )
14692
14989
 
14693
14990
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricStarted", [props]))
@@ -14699,6 +14996,7 @@ class TaskStateBase(
14699
14996
  account: typing.Optional[builtins.str] = None,
14700
14997
  color: typing.Optional[builtins.str] = None,
14701
14998
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
14999
+ id: typing.Optional[builtins.str] = None,
14702
15000
  label: typing.Optional[builtins.str] = None,
14703
15001
  period: typing.Optional[_Duration_4839e8c3] = None,
14704
15002
  region: typing.Optional[builtins.str] = None,
@@ -14706,12 +15004,14 @@ class TaskStateBase(
14706
15004
  stack_region: typing.Optional[builtins.str] = None,
14707
15005
  statistic: typing.Optional[builtins.str] = None,
14708
15006
  unit: typing.Optional[_Unit_61bc6f70] = None,
15007
+ visible: typing.Optional[builtins.bool] = None,
14709
15008
  ) -> _Metric_e396a4dc:
14710
15009
  '''Metric for the number of times this activity succeeds.
14711
15010
 
14712
15011
  :param account: Account which this metric comes from. Default: - Deployment account.
14713
15012
  :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
14714
15013
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
15014
+ :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
14715
15015
  :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
14716
15016
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
14717
15017
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -14719,6 +15019,7 @@ class TaskStateBase(
14719
15019
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
14720
15020
  :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
14721
15021
  :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
15022
+ :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
14722
15023
 
14723
15024
  :default: - sum over 5 minutes
14724
15025
  '''
@@ -14726,6 +15027,7 @@ class TaskStateBase(
14726
15027
  account=account,
14727
15028
  color=color,
14728
15029
  dimensions_map=dimensions_map,
15030
+ id=id,
14729
15031
  label=label,
14730
15032
  period=period,
14731
15033
  region=region,
@@ -14733,6 +15035,7 @@ class TaskStateBase(
14733
15035
  stack_region=stack_region,
14734
15036
  statistic=statistic,
14735
15037
  unit=unit,
15038
+ visible=visible,
14736
15039
  )
14737
15040
 
14738
15041
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricSucceeded", [props]))
@@ -14744,6 +15047,7 @@ class TaskStateBase(
14744
15047
  account: typing.Optional[builtins.str] = None,
14745
15048
  color: typing.Optional[builtins.str] = None,
14746
15049
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
15050
+ id: typing.Optional[builtins.str] = None,
14747
15051
  label: typing.Optional[builtins.str] = None,
14748
15052
  period: typing.Optional[_Duration_4839e8c3] = None,
14749
15053
  region: typing.Optional[builtins.str] = None,
@@ -14751,12 +15055,14 @@ class TaskStateBase(
14751
15055
  stack_region: typing.Optional[builtins.str] = None,
14752
15056
  statistic: typing.Optional[builtins.str] = None,
14753
15057
  unit: typing.Optional[_Unit_61bc6f70] = None,
15058
+ visible: typing.Optional[builtins.bool] = None,
14754
15059
  ) -> _Metric_e396a4dc:
14755
15060
  '''The interval, in milliseconds, between the time the activity is scheduled and the time it closes.
14756
15061
 
14757
15062
  :param account: Account which this metric comes from. Default: - Deployment account.
14758
15063
  :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
14759
15064
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
15065
+ :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
14760
15066
  :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
14761
15067
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
14762
15068
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -14764,6 +15070,7 @@ class TaskStateBase(
14764
15070
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
14765
15071
  :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
14766
15072
  :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
15073
+ :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
14767
15074
 
14768
15075
  :default: - average over 5 minutes
14769
15076
  '''
@@ -14771,6 +15078,7 @@ class TaskStateBase(
14771
15078
  account=account,
14772
15079
  color=color,
14773
15080
  dimensions_map=dimensions_map,
15081
+ id=id,
14774
15082
  label=label,
14775
15083
  period=period,
14776
15084
  region=region,
@@ -14778,6 +15086,7 @@ class TaskStateBase(
14778
15086
  stack_region=stack_region,
14779
15087
  statistic=statistic,
14780
15088
  unit=unit,
15089
+ visible=visible,
14781
15090
  )
14782
15091
 
14783
15092
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricTime", [props]))
@@ -14789,6 +15098,7 @@ class TaskStateBase(
14789
15098
  account: typing.Optional[builtins.str] = None,
14790
15099
  color: typing.Optional[builtins.str] = None,
14791
15100
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
15101
+ id: typing.Optional[builtins.str] = None,
14792
15102
  label: typing.Optional[builtins.str] = None,
14793
15103
  period: typing.Optional[_Duration_4839e8c3] = None,
14794
15104
  region: typing.Optional[builtins.str] = None,
@@ -14796,12 +15106,14 @@ class TaskStateBase(
14796
15106
  stack_region: typing.Optional[builtins.str] = None,
14797
15107
  statistic: typing.Optional[builtins.str] = None,
14798
15108
  unit: typing.Optional[_Unit_61bc6f70] = None,
15109
+ visible: typing.Optional[builtins.bool] = None,
14799
15110
  ) -> _Metric_e396a4dc:
14800
15111
  '''Metric for the number of times this activity times out.
14801
15112
 
14802
15113
  :param account: Account which this metric comes from. Default: - Deployment account.
14803
15114
  :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
14804
15115
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
15116
+ :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
14805
15117
  :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
14806
15118
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
14807
15119
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -14809,6 +15121,7 @@ class TaskStateBase(
14809
15121
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
14810
15122
  :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
14811
15123
  :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
15124
+ :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
14812
15125
 
14813
15126
  :default: - sum over 5 minutes
14814
15127
  '''
@@ -14816,6 +15129,7 @@ class TaskStateBase(
14816
15129
  account=account,
14817
15130
  color=color,
14818
15131
  dimensions_map=dimensions_map,
15132
+ id=id,
14819
15133
  label=label,
14820
15134
  period=period,
14821
15135
  region=region,
@@ -14823,6 +15137,7 @@ class TaskStateBase(
14823
15137
  stack_region=stack_region,
14824
15138
  statistic=statistic,
14825
15139
  unit=unit,
15140
+ visible=visible,
14826
15141
  )
14827
15142
 
14828
15143
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricTimedOut", [props]))
@@ -17219,6 +17534,7 @@ class Activity(
17219
17534
  account: typing.Optional[builtins.str] = None,
17220
17535
  color: typing.Optional[builtins.str] = None,
17221
17536
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
17537
+ id: typing.Optional[builtins.str] = None,
17222
17538
  label: typing.Optional[builtins.str] = None,
17223
17539
  period: typing.Optional[_Duration_4839e8c3] = None,
17224
17540
  region: typing.Optional[builtins.str] = None,
@@ -17226,6 +17542,7 @@ class Activity(
17226
17542
  stack_region: typing.Optional[builtins.str] = None,
17227
17543
  statistic: typing.Optional[builtins.str] = None,
17228
17544
  unit: typing.Optional[_Unit_61bc6f70] = None,
17545
+ visible: typing.Optional[builtins.bool] = None,
17229
17546
  ) -> _Metric_e396a4dc:
17230
17547
  '''Return the given named metric for this Activity.
17231
17548
 
@@ -17233,6 +17550,7 @@ class Activity(
17233
17550
  :param account: Account which this metric comes from. Default: - Deployment account.
17234
17551
  :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
17235
17552
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
17553
+ :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
17236
17554
  :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
17237
17555
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
17238
17556
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -17240,6 +17558,7 @@ class Activity(
17240
17558
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
17241
17559
  :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
17242
17560
  :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
17561
+ :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
17243
17562
 
17244
17563
  :default: sum over 5 minutes
17245
17564
  '''
@@ -17250,6 +17569,7 @@ class Activity(
17250
17569
  account=account,
17251
17570
  color=color,
17252
17571
  dimensions_map=dimensions_map,
17572
+ id=id,
17253
17573
  label=label,
17254
17574
  period=period,
17255
17575
  region=region,
@@ -17257,6 +17577,7 @@ class Activity(
17257
17577
  stack_region=stack_region,
17258
17578
  statistic=statistic,
17259
17579
  unit=unit,
17580
+ visible=visible,
17260
17581
  )
17261
17582
 
17262
17583
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metric", [metric_name, props]))
@@ -17268,6 +17589,7 @@ class Activity(
17268
17589
  account: typing.Optional[builtins.str] = None,
17269
17590
  color: typing.Optional[builtins.str] = None,
17270
17591
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
17592
+ id: typing.Optional[builtins.str] = None,
17271
17593
  label: typing.Optional[builtins.str] = None,
17272
17594
  period: typing.Optional[_Duration_4839e8c3] = None,
17273
17595
  region: typing.Optional[builtins.str] = None,
@@ -17275,12 +17597,14 @@ class Activity(
17275
17597
  stack_region: typing.Optional[builtins.str] = None,
17276
17598
  statistic: typing.Optional[builtins.str] = None,
17277
17599
  unit: typing.Optional[_Unit_61bc6f70] = None,
17600
+ visible: typing.Optional[builtins.bool] = None,
17278
17601
  ) -> _Metric_e396a4dc:
17279
17602
  '''Metric for the number of times this activity fails.
17280
17603
 
17281
17604
  :param account: Account which this metric comes from. Default: - Deployment account.
17282
17605
  :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
17283
17606
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
17607
+ :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
17284
17608
  :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
17285
17609
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
17286
17610
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -17288,6 +17612,7 @@ class Activity(
17288
17612
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
17289
17613
  :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
17290
17614
  :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
17615
+ :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
17291
17616
 
17292
17617
  :default: sum over 5 minutes
17293
17618
  '''
@@ -17295,6 +17620,7 @@ class Activity(
17295
17620
  account=account,
17296
17621
  color=color,
17297
17622
  dimensions_map=dimensions_map,
17623
+ id=id,
17298
17624
  label=label,
17299
17625
  period=period,
17300
17626
  region=region,
@@ -17302,6 +17628,7 @@ class Activity(
17302
17628
  stack_region=stack_region,
17303
17629
  statistic=statistic,
17304
17630
  unit=unit,
17631
+ visible=visible,
17305
17632
  )
17306
17633
 
17307
17634
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricFailed", [props]))
@@ -17313,6 +17640,7 @@ class Activity(
17313
17640
  account: typing.Optional[builtins.str] = None,
17314
17641
  color: typing.Optional[builtins.str] = None,
17315
17642
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
17643
+ id: typing.Optional[builtins.str] = None,
17316
17644
  label: typing.Optional[builtins.str] = None,
17317
17645
  period: typing.Optional[_Duration_4839e8c3] = None,
17318
17646
  region: typing.Optional[builtins.str] = None,
@@ -17320,12 +17648,14 @@ class Activity(
17320
17648
  stack_region: typing.Optional[builtins.str] = None,
17321
17649
  statistic: typing.Optional[builtins.str] = None,
17322
17650
  unit: typing.Optional[_Unit_61bc6f70] = None,
17651
+ visible: typing.Optional[builtins.bool] = None,
17323
17652
  ) -> _Metric_e396a4dc:
17324
17653
  '''Metric for the number of times the heartbeat times out for this activity.
17325
17654
 
17326
17655
  :param account: Account which this metric comes from. Default: - Deployment account.
17327
17656
  :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
17328
17657
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
17658
+ :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
17329
17659
  :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
17330
17660
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
17331
17661
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -17333,6 +17663,7 @@ class Activity(
17333
17663
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
17334
17664
  :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
17335
17665
  :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
17666
+ :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
17336
17667
 
17337
17668
  :default: sum over 5 minutes
17338
17669
  '''
@@ -17340,6 +17671,7 @@ class Activity(
17340
17671
  account=account,
17341
17672
  color=color,
17342
17673
  dimensions_map=dimensions_map,
17674
+ id=id,
17343
17675
  label=label,
17344
17676
  period=period,
17345
17677
  region=region,
@@ -17347,6 +17679,7 @@ class Activity(
17347
17679
  stack_region=stack_region,
17348
17680
  statistic=statistic,
17349
17681
  unit=unit,
17682
+ visible=visible,
17350
17683
  )
17351
17684
 
17352
17685
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricHeartbeatTimedOut", [props]))
@@ -17358,6 +17691,7 @@ class Activity(
17358
17691
  account: typing.Optional[builtins.str] = None,
17359
17692
  color: typing.Optional[builtins.str] = None,
17360
17693
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
17694
+ id: typing.Optional[builtins.str] = None,
17361
17695
  label: typing.Optional[builtins.str] = None,
17362
17696
  period: typing.Optional[_Duration_4839e8c3] = None,
17363
17697
  region: typing.Optional[builtins.str] = None,
@@ -17365,12 +17699,14 @@ class Activity(
17365
17699
  stack_region: typing.Optional[builtins.str] = None,
17366
17700
  statistic: typing.Optional[builtins.str] = None,
17367
17701
  unit: typing.Optional[_Unit_61bc6f70] = None,
17702
+ visible: typing.Optional[builtins.bool] = None,
17368
17703
  ) -> _Metric_e396a4dc:
17369
17704
  '''The interval, in milliseconds, between the time the activity starts and the time it closes.
17370
17705
 
17371
17706
  :param account: Account which this metric comes from. Default: - Deployment account.
17372
17707
  :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
17373
17708
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
17709
+ :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
17374
17710
  :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
17375
17711
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
17376
17712
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -17378,6 +17714,7 @@ class Activity(
17378
17714
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
17379
17715
  :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
17380
17716
  :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
17717
+ :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
17381
17718
 
17382
17719
  :default: average over 5 minutes
17383
17720
  '''
@@ -17385,6 +17722,7 @@ class Activity(
17385
17722
  account=account,
17386
17723
  color=color,
17387
17724
  dimensions_map=dimensions_map,
17725
+ id=id,
17388
17726
  label=label,
17389
17727
  period=period,
17390
17728
  region=region,
@@ -17392,6 +17730,7 @@ class Activity(
17392
17730
  stack_region=stack_region,
17393
17731
  statistic=statistic,
17394
17732
  unit=unit,
17733
+ visible=visible,
17395
17734
  )
17396
17735
 
17397
17736
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricRunTime", [props]))
@@ -17403,6 +17742,7 @@ class Activity(
17403
17742
  account: typing.Optional[builtins.str] = None,
17404
17743
  color: typing.Optional[builtins.str] = None,
17405
17744
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
17745
+ id: typing.Optional[builtins.str] = None,
17406
17746
  label: typing.Optional[builtins.str] = None,
17407
17747
  period: typing.Optional[_Duration_4839e8c3] = None,
17408
17748
  region: typing.Optional[builtins.str] = None,
@@ -17410,12 +17750,14 @@ class Activity(
17410
17750
  stack_region: typing.Optional[builtins.str] = None,
17411
17751
  statistic: typing.Optional[builtins.str] = None,
17412
17752
  unit: typing.Optional[_Unit_61bc6f70] = None,
17753
+ visible: typing.Optional[builtins.bool] = None,
17413
17754
  ) -> _Metric_e396a4dc:
17414
17755
  '''Metric for the number of times this activity is scheduled.
17415
17756
 
17416
17757
  :param account: Account which this metric comes from. Default: - Deployment account.
17417
17758
  :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
17418
17759
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
17760
+ :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
17419
17761
  :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
17420
17762
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
17421
17763
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -17423,6 +17765,7 @@ class Activity(
17423
17765
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
17424
17766
  :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
17425
17767
  :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
17768
+ :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
17426
17769
 
17427
17770
  :default: sum over 5 minutes
17428
17771
  '''
@@ -17430,6 +17773,7 @@ class Activity(
17430
17773
  account=account,
17431
17774
  color=color,
17432
17775
  dimensions_map=dimensions_map,
17776
+ id=id,
17433
17777
  label=label,
17434
17778
  period=period,
17435
17779
  region=region,
@@ -17437,6 +17781,7 @@ class Activity(
17437
17781
  stack_region=stack_region,
17438
17782
  statistic=statistic,
17439
17783
  unit=unit,
17784
+ visible=visible,
17440
17785
  )
17441
17786
 
17442
17787
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricScheduled", [props]))
@@ -17448,6 +17793,7 @@ class Activity(
17448
17793
  account: typing.Optional[builtins.str] = None,
17449
17794
  color: typing.Optional[builtins.str] = None,
17450
17795
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
17796
+ id: typing.Optional[builtins.str] = None,
17451
17797
  label: typing.Optional[builtins.str] = None,
17452
17798
  period: typing.Optional[_Duration_4839e8c3] = None,
17453
17799
  region: typing.Optional[builtins.str] = None,
@@ -17455,12 +17801,14 @@ class Activity(
17455
17801
  stack_region: typing.Optional[builtins.str] = None,
17456
17802
  statistic: typing.Optional[builtins.str] = None,
17457
17803
  unit: typing.Optional[_Unit_61bc6f70] = None,
17804
+ visible: typing.Optional[builtins.bool] = None,
17458
17805
  ) -> _Metric_e396a4dc:
17459
17806
  '''The interval, in milliseconds, for which the activity stays in the schedule state.
17460
17807
 
17461
17808
  :param account: Account which this metric comes from. Default: - Deployment account.
17462
17809
  :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
17463
17810
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
17811
+ :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
17464
17812
  :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
17465
17813
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
17466
17814
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -17468,6 +17816,7 @@ class Activity(
17468
17816
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
17469
17817
  :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
17470
17818
  :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
17819
+ :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
17471
17820
 
17472
17821
  :default: average over 5 minutes
17473
17822
  '''
@@ -17475,6 +17824,7 @@ class Activity(
17475
17824
  account=account,
17476
17825
  color=color,
17477
17826
  dimensions_map=dimensions_map,
17827
+ id=id,
17478
17828
  label=label,
17479
17829
  period=period,
17480
17830
  region=region,
@@ -17482,6 +17832,7 @@ class Activity(
17482
17832
  stack_region=stack_region,
17483
17833
  statistic=statistic,
17484
17834
  unit=unit,
17835
+ visible=visible,
17485
17836
  )
17486
17837
 
17487
17838
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricScheduleTime", [props]))
@@ -17493,6 +17844,7 @@ class Activity(
17493
17844
  account: typing.Optional[builtins.str] = None,
17494
17845
  color: typing.Optional[builtins.str] = None,
17495
17846
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
17847
+ id: typing.Optional[builtins.str] = None,
17496
17848
  label: typing.Optional[builtins.str] = None,
17497
17849
  period: typing.Optional[_Duration_4839e8c3] = None,
17498
17850
  region: typing.Optional[builtins.str] = None,
@@ -17500,12 +17852,14 @@ class Activity(
17500
17852
  stack_region: typing.Optional[builtins.str] = None,
17501
17853
  statistic: typing.Optional[builtins.str] = None,
17502
17854
  unit: typing.Optional[_Unit_61bc6f70] = None,
17855
+ visible: typing.Optional[builtins.bool] = None,
17503
17856
  ) -> _Metric_e396a4dc:
17504
17857
  '''Metric for the number of times this activity is started.
17505
17858
 
17506
17859
  :param account: Account which this metric comes from. Default: - Deployment account.
17507
17860
  :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
17508
17861
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
17862
+ :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
17509
17863
  :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
17510
17864
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
17511
17865
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -17513,6 +17867,7 @@ class Activity(
17513
17867
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
17514
17868
  :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
17515
17869
  :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
17870
+ :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
17516
17871
 
17517
17872
  :default: sum over 5 minutes
17518
17873
  '''
@@ -17520,6 +17875,7 @@ class Activity(
17520
17875
  account=account,
17521
17876
  color=color,
17522
17877
  dimensions_map=dimensions_map,
17878
+ id=id,
17523
17879
  label=label,
17524
17880
  period=period,
17525
17881
  region=region,
@@ -17527,6 +17883,7 @@ class Activity(
17527
17883
  stack_region=stack_region,
17528
17884
  statistic=statistic,
17529
17885
  unit=unit,
17886
+ visible=visible,
17530
17887
  )
17531
17888
 
17532
17889
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricStarted", [props]))
@@ -17538,6 +17895,7 @@ class Activity(
17538
17895
  account: typing.Optional[builtins.str] = None,
17539
17896
  color: typing.Optional[builtins.str] = None,
17540
17897
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
17898
+ id: typing.Optional[builtins.str] = None,
17541
17899
  label: typing.Optional[builtins.str] = None,
17542
17900
  period: typing.Optional[_Duration_4839e8c3] = None,
17543
17901
  region: typing.Optional[builtins.str] = None,
@@ -17545,12 +17903,14 @@ class Activity(
17545
17903
  stack_region: typing.Optional[builtins.str] = None,
17546
17904
  statistic: typing.Optional[builtins.str] = None,
17547
17905
  unit: typing.Optional[_Unit_61bc6f70] = None,
17906
+ visible: typing.Optional[builtins.bool] = None,
17548
17907
  ) -> _Metric_e396a4dc:
17549
17908
  '''Metric for the number of times this activity succeeds.
17550
17909
 
17551
17910
  :param account: Account which this metric comes from. Default: - Deployment account.
17552
17911
  :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
17553
17912
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
17913
+ :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
17554
17914
  :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
17555
17915
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
17556
17916
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -17558,6 +17918,7 @@ class Activity(
17558
17918
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
17559
17919
  :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
17560
17920
  :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
17921
+ :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
17561
17922
 
17562
17923
  :default: sum over 5 minutes
17563
17924
  '''
@@ -17565,6 +17926,7 @@ class Activity(
17565
17926
  account=account,
17566
17927
  color=color,
17567
17928
  dimensions_map=dimensions_map,
17929
+ id=id,
17568
17930
  label=label,
17569
17931
  period=period,
17570
17932
  region=region,
@@ -17572,6 +17934,7 @@ class Activity(
17572
17934
  stack_region=stack_region,
17573
17935
  statistic=statistic,
17574
17936
  unit=unit,
17937
+ visible=visible,
17575
17938
  )
17576
17939
 
17577
17940
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricSucceeded", [props]))
@@ -17583,6 +17946,7 @@ class Activity(
17583
17946
  account: typing.Optional[builtins.str] = None,
17584
17947
  color: typing.Optional[builtins.str] = None,
17585
17948
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
17949
+ id: typing.Optional[builtins.str] = None,
17586
17950
  label: typing.Optional[builtins.str] = None,
17587
17951
  period: typing.Optional[_Duration_4839e8c3] = None,
17588
17952
  region: typing.Optional[builtins.str] = None,
@@ -17590,12 +17954,14 @@ class Activity(
17590
17954
  stack_region: typing.Optional[builtins.str] = None,
17591
17955
  statistic: typing.Optional[builtins.str] = None,
17592
17956
  unit: typing.Optional[_Unit_61bc6f70] = None,
17957
+ visible: typing.Optional[builtins.bool] = None,
17593
17958
  ) -> _Metric_e396a4dc:
17594
17959
  '''The interval, in milliseconds, between the time the activity is scheduled and the time it closes.
17595
17960
 
17596
17961
  :param account: Account which this metric comes from. Default: - Deployment account.
17597
17962
  :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
17598
17963
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
17964
+ :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
17599
17965
  :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
17600
17966
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
17601
17967
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -17603,6 +17969,7 @@ class Activity(
17603
17969
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
17604
17970
  :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
17605
17971
  :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
17972
+ :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
17606
17973
 
17607
17974
  :default: average over 5 minutes
17608
17975
  '''
@@ -17610,6 +17977,7 @@ class Activity(
17610
17977
  account=account,
17611
17978
  color=color,
17612
17979
  dimensions_map=dimensions_map,
17980
+ id=id,
17613
17981
  label=label,
17614
17982
  period=period,
17615
17983
  region=region,
@@ -17617,6 +17985,7 @@ class Activity(
17617
17985
  stack_region=stack_region,
17618
17986
  statistic=statistic,
17619
17987
  unit=unit,
17988
+ visible=visible,
17620
17989
  )
17621
17990
 
17622
17991
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricTime", [props]))
@@ -17628,6 +17997,7 @@ class Activity(
17628
17997
  account: typing.Optional[builtins.str] = None,
17629
17998
  color: typing.Optional[builtins.str] = None,
17630
17999
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
18000
+ id: typing.Optional[builtins.str] = None,
17631
18001
  label: typing.Optional[builtins.str] = None,
17632
18002
  period: typing.Optional[_Duration_4839e8c3] = None,
17633
18003
  region: typing.Optional[builtins.str] = None,
@@ -17635,12 +18005,14 @@ class Activity(
17635
18005
  stack_region: typing.Optional[builtins.str] = None,
17636
18006
  statistic: typing.Optional[builtins.str] = None,
17637
18007
  unit: typing.Optional[_Unit_61bc6f70] = None,
18008
+ visible: typing.Optional[builtins.bool] = None,
17638
18009
  ) -> _Metric_e396a4dc:
17639
18010
  '''Metric for the number of times this activity times out.
17640
18011
 
17641
18012
  :param account: Account which this metric comes from. Default: - Deployment account.
17642
18013
  :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
17643
18014
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
18015
+ :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
17644
18016
  :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
17645
18017
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
17646
18018
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -17648,6 +18020,7 @@ class Activity(
17648
18020
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
17649
18021
  :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
17650
18022
  :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
18023
+ :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
17651
18024
 
17652
18025
  :default: sum over 5 minutes
17653
18026
  '''
@@ -17655,6 +18028,7 @@ class Activity(
17655
18028
  account=account,
17656
18029
  color=color,
17657
18030
  dimensions_map=dimensions_map,
18031
+ id=id,
17658
18032
  label=label,
17659
18033
  period=period,
17660
18034
  region=region,
@@ -17662,6 +18036,7 @@ class Activity(
17662
18036
  stack_region=stack_region,
17663
18037
  statistic=statistic,
17664
18038
  unit=unit,
18039
+ visible=visible,
17665
18040
  )
17666
18041
 
17667
18042
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricTimedOut", [props]))
@@ -18925,6 +19300,7 @@ class CustomerManagedEncryptionConfiguration(
18925
19300
  "state_name": "stateName",
18926
19301
  "assign": "assign",
18927
19302
  "item_selector": "itemSelector",
19303
+ "jsonata_item_selector": "jsonataItemSelector",
18928
19304
  "max_concurrency": "maxConcurrency",
18929
19305
  "input_path": "inputPath",
18930
19306
  "output_path": "outputPath",
@@ -18957,6 +19333,7 @@ class DistributedMapJsonPathProps(
18957
19333
  state_name: typing.Optional[builtins.str] = None,
18958
19334
  assign: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
18959
19335
  item_selector: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
19336
+ jsonata_item_selector: typing.Optional[builtins.str] = None,
18960
19337
  max_concurrency: typing.Optional[jsii.Number] = None,
18961
19338
  input_path: typing.Optional[builtins.str] = None,
18962
19339
  output_path: typing.Optional[builtins.str] = None,
@@ -18981,7 +19358,8 @@ class DistributedMapJsonPathProps(
18981
19358
  :param query_language: The name of the query language used by the state. If the state does not contain a ``queryLanguage`` field, then it will use the query language specified in the top-level ``queryLanguage`` field. Default: - JSONPath
18982
19359
  :param state_name: Optional name for this state. Default: - The construct ID will be used as state name
18983
19360
  :param assign: Workflow variables to store in this step. Using workflow variables, you can store data in a step and retrieve that data in future steps. Default: - Not assign variables
18984
- :param item_selector: The JSON that you want to override your default iteration input (mutually exclusive with ``parameters``). Default: $
19361
+ :param item_selector: The JSON that you want to override your default iteration input (mutually exclusive with ``parameters`` and ``jsonataItemSelector``). Default: $
19362
+ :param jsonata_item_selector: Jsonata expression that evaluates to a JSON array to override your default iteration input (mutually exclusive with ``parameters`` and ``itemSelector``). Example value: ``{% {\\"foo\\": \\"foo\\", \\"input\\": $states.input} %}`` Default: $
18985
19363
  :param max_concurrency: MaxConcurrency. An upper bound on the number of iterations you want running at once. Default: - full concurrency
18986
19364
  :param input_path: JSONPath expression to select part of the state to be the input to this state. May also be the special value JsonPath.DISCARD, which will cause the effective input to be the empty object {}. Default: $
18987
19365
  :param output_path: JSONPath expression to select part of the state to be the output to this state. May also be the special value JsonPath.DISCARD, which will cause the effective output to be the empty object {}. Default: $
@@ -19028,6 +19406,7 @@ class DistributedMapJsonPathProps(
19028
19406
  "item_selector_key": item_selector
19029
19407
  },
19030
19408
  items_path="itemsPath",
19409
+ jsonata_item_selector="jsonataItemSelector",
19031
19410
  label="label",
19032
19411
  map_execution_type=stepfunctions.StateMachineType.EXPRESS,
19033
19412
  max_concurrency=123,
@@ -19054,6 +19433,7 @@ class DistributedMapJsonPathProps(
19054
19433
  check_type(argname="argument state_name", value=state_name, expected_type=type_hints["state_name"])
19055
19434
  check_type(argname="argument assign", value=assign, expected_type=type_hints["assign"])
19056
19435
  check_type(argname="argument item_selector", value=item_selector, expected_type=type_hints["item_selector"])
19436
+ check_type(argname="argument jsonata_item_selector", value=jsonata_item_selector, expected_type=type_hints["jsonata_item_selector"])
19057
19437
  check_type(argname="argument max_concurrency", value=max_concurrency, expected_type=type_hints["max_concurrency"])
19058
19438
  check_type(argname="argument input_path", value=input_path, expected_type=type_hints["input_path"])
19059
19439
  check_type(argname="argument output_path", value=output_path, expected_type=type_hints["output_path"])
@@ -19082,6 +19462,8 @@ class DistributedMapJsonPathProps(
19082
19462
  self._values["assign"] = assign
19083
19463
  if item_selector is not None:
19084
19464
  self._values["item_selector"] = item_selector
19465
+ if jsonata_item_selector is not None:
19466
+ self._values["jsonata_item_selector"] = jsonata_item_selector
19085
19467
  if max_concurrency is not None:
19086
19468
  self._values["max_concurrency"] = max_concurrency
19087
19469
  if input_path is not None:
@@ -19164,7 +19546,7 @@ class DistributedMapJsonPathProps(
19164
19546
  def item_selector(
19165
19547
  self,
19166
19548
  ) -> typing.Optional[typing.Mapping[builtins.str, typing.Any]]:
19167
- '''The JSON that you want to override your default iteration input (mutually exclusive with ``parameters``).
19549
+ '''The JSON that you want to override your default iteration input (mutually exclusive with ``parameters`` and ``jsonataItemSelector``).
19168
19550
 
19169
19551
  :default: $
19170
19552
 
@@ -19173,6 +19555,17 @@ class DistributedMapJsonPathProps(
19173
19555
  result = self._values.get("item_selector")
19174
19556
  return typing.cast(typing.Optional[typing.Mapping[builtins.str, typing.Any]], result)
19175
19557
 
19558
+ @builtins.property
19559
+ def jsonata_item_selector(self) -> typing.Optional[builtins.str]:
19560
+ '''Jsonata expression that evaluates to a JSON array to override your default iteration input (mutually exclusive with ``parameters`` and ``itemSelector``).
19561
+
19562
+ Example value: ``{% {\\"foo\\": \\"foo\\", \\"input\\": $states.input} %}``
19563
+
19564
+ :default: $
19565
+ '''
19566
+ result = self._values.get("jsonata_item_selector")
19567
+ return typing.cast(typing.Optional[builtins.str], result)
19568
+
19176
19569
  @builtins.property
19177
19570
  def max_concurrency(self) -> typing.Optional[jsii.Number]:
19178
19571
  '''MaxConcurrency.
@@ -19391,6 +19784,7 @@ class DistributedMapJsonPathProps(
19391
19784
  "state_name": "stateName",
19392
19785
  "assign": "assign",
19393
19786
  "item_selector": "itemSelector",
19787
+ "jsonata_item_selector": "jsonataItemSelector",
19394
19788
  "max_concurrency": "maxConcurrency",
19395
19789
  "outputs": "outputs",
19396
19790
  "items": "items",
@@ -19413,6 +19807,7 @@ class DistributedMapJsonataProps(StateBaseProps, MapBaseOptions, MapBaseJsonataO
19413
19807
  state_name: typing.Optional[builtins.str] = None,
19414
19808
  assign: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
19415
19809
  item_selector: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
19810
+ jsonata_item_selector: typing.Optional[builtins.str] = None,
19416
19811
  max_concurrency: typing.Optional[jsii.Number] = None,
19417
19812
  outputs: typing.Any = None,
19418
19813
  items: typing.Optional[ProvideItems] = None,
@@ -19431,7 +19826,8 @@ class DistributedMapJsonataProps(StateBaseProps, MapBaseOptions, MapBaseJsonataO
19431
19826
  :param query_language: The name of the query language used by the state. If the state does not contain a ``queryLanguage`` field, then it will use the query language specified in the top-level ``queryLanguage`` field. Default: - JSONPath
19432
19827
  :param state_name: Optional name for this state. Default: - The construct ID will be used as state name
19433
19828
  :param assign: Workflow variables to store in this step. Using workflow variables, you can store data in a step and retrieve that data in future steps. Default: - Not assign variables
19434
- :param item_selector: The JSON that you want to override your default iteration input (mutually exclusive with ``parameters``). Default: $
19829
+ :param item_selector: The JSON that you want to override your default iteration input (mutually exclusive with ``parameters`` and ``jsonataItemSelector``). Default: $
19830
+ :param jsonata_item_selector: Jsonata expression that evaluates to a JSON array to override your default iteration input (mutually exclusive with ``parameters`` and ``itemSelector``). Example value: ``{% {\\"foo\\": \\"foo\\", \\"input\\": $states.input} %}`` Default: $
19435
19831
  :param max_concurrency: MaxConcurrency. An upper bound on the number of iterations you want running at once. Default: - full concurrency
19436
19832
  :param outputs: Used to specify and transform output from the state. When specified, the value overrides the state output default. The output field accepts any JSON value (object, array, string, number, boolean, null). Any string value, including those inside objects or arrays, will be evaluated as JSONata if surrounded by {% %} characters. Output also accepts a JSONata expression directly. Default: - $states.result or $states.errorOutput
19437
19833
  :param items: The array that the Map state will iterate over. Default: - The state input as is.
@@ -19472,6 +19868,7 @@ class DistributedMapJsonataProps(StateBaseProps, MapBaseOptions, MapBaseJsonataO
19472
19868
  item_selector={
19473
19869
  "item_selector_key": item_selector
19474
19870
  },
19871
+ jsonata_item_selector="jsonataItemSelector",
19475
19872
  label="label",
19476
19873
  map_execution_type=stepfunctions.StateMachineType.EXPRESS,
19477
19874
  max_concurrency=123,
@@ -19491,6 +19888,7 @@ class DistributedMapJsonataProps(StateBaseProps, MapBaseOptions, MapBaseJsonataO
19491
19888
  check_type(argname="argument state_name", value=state_name, expected_type=type_hints["state_name"])
19492
19889
  check_type(argname="argument assign", value=assign, expected_type=type_hints["assign"])
19493
19890
  check_type(argname="argument item_selector", value=item_selector, expected_type=type_hints["item_selector"])
19891
+ check_type(argname="argument jsonata_item_selector", value=jsonata_item_selector, expected_type=type_hints["jsonata_item_selector"])
19494
19892
  check_type(argname="argument max_concurrency", value=max_concurrency, expected_type=type_hints["max_concurrency"])
19495
19893
  check_type(argname="argument outputs", value=outputs, expected_type=type_hints["outputs"])
19496
19894
  check_type(argname="argument items", value=items, expected_type=type_hints["items"])
@@ -19513,6 +19911,8 @@ class DistributedMapJsonataProps(StateBaseProps, MapBaseOptions, MapBaseJsonataO
19513
19911
  self._values["assign"] = assign
19514
19912
  if item_selector is not None:
19515
19913
  self._values["item_selector"] = item_selector
19914
+ if jsonata_item_selector is not None:
19915
+ self._values["jsonata_item_selector"] = jsonata_item_selector
19516
19916
  if max_concurrency is not None:
19517
19917
  self._values["max_concurrency"] = max_concurrency
19518
19918
  if outputs is not None:
@@ -19583,7 +19983,7 @@ class DistributedMapJsonataProps(StateBaseProps, MapBaseOptions, MapBaseJsonataO
19583
19983
  def item_selector(
19584
19984
  self,
19585
19985
  ) -> typing.Optional[typing.Mapping[builtins.str, typing.Any]]:
19586
- '''The JSON that you want to override your default iteration input (mutually exclusive with ``parameters``).
19986
+ '''The JSON that you want to override your default iteration input (mutually exclusive with ``parameters`` and ``jsonataItemSelector``).
19587
19987
 
19588
19988
  :default: $
19589
19989
 
@@ -19592,6 +19992,17 @@ class DistributedMapJsonataProps(StateBaseProps, MapBaseOptions, MapBaseJsonataO
19592
19992
  result = self._values.get("item_selector")
19593
19993
  return typing.cast(typing.Optional[typing.Mapping[builtins.str, typing.Any]], result)
19594
19994
 
19995
+ @builtins.property
19996
+ def jsonata_item_selector(self) -> typing.Optional[builtins.str]:
19997
+ '''Jsonata expression that evaluates to a JSON array to override your default iteration input (mutually exclusive with ``parameters`` and ``itemSelector``).
19998
+
19999
+ Example value: ``{% {\\"foo\\": \\"foo\\", \\"input\\": $states.input} %}``
20000
+
20001
+ :default: $
20002
+ '''
20003
+ result = self._values.get("jsonata_item_selector")
20004
+ return typing.cast(typing.Optional[builtins.str], result)
20005
+
19595
20006
  @builtins.property
19596
20007
  def max_concurrency(self) -> typing.Optional[jsii.Number]:
19597
20008
  '''MaxConcurrency.
@@ -20745,6 +21156,7 @@ class MapBase(
20745
21156
  query_language: typing.Optional[QueryLanguage] = None,
20746
21157
  state_name: typing.Optional[builtins.str] = None,
20747
21158
  item_selector: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
21159
+ jsonata_item_selector: typing.Optional[builtins.str] = None,
20748
21160
  max_concurrency: typing.Optional[jsii.Number] = None,
20749
21161
  items_path: typing.Optional[builtins.str] = None,
20750
21162
  max_concurrency_path: typing.Optional[builtins.str] = None,
@@ -20762,7 +21174,8 @@ class MapBase(
20762
21174
  :param comment: A comment describing this state. Default: No comment
20763
21175
  :param query_language: The name of the query language used by the state. If the state does not contain a ``queryLanguage`` field, then it will use the query language specified in the top-level ``queryLanguage`` field. Default: - JSONPath
20764
21176
  :param state_name: Optional name for this state. Default: - The construct ID will be used as state name
20765
- :param item_selector: The JSON that you want to override your default iteration input (mutually exclusive with ``parameters``). Default: $
21177
+ :param item_selector: The JSON that you want to override your default iteration input (mutually exclusive with ``parameters`` and ``jsonataItemSelector``). Default: $
21178
+ :param jsonata_item_selector: Jsonata expression that evaluates to a JSON array to override your default iteration input (mutually exclusive with ``parameters`` and ``itemSelector``). Example value: ``{% {\\"foo\\": \\"foo\\", \\"input\\": $states.input} %}`` Default: $
20766
21179
  :param max_concurrency: MaxConcurrency. An upper bound on the number of iterations you want running at once. Default: - full concurrency
20767
21180
  :param items_path: JSONPath expression to select the array to iterate over. Default: $
20768
21181
  :param max_concurrency_path: MaxConcurrencyPath. A JsonPath that specifies the maximum concurrency dynamically from the state input. Default: - full concurrency
@@ -20783,6 +21196,7 @@ class MapBase(
20783
21196
  query_language=query_language,
20784
21197
  state_name=state_name,
20785
21198
  item_selector=item_selector,
21199
+ jsonata_item_selector=jsonata_item_selector,
20786
21200
  max_concurrency=max_concurrency,
20787
21201
  items_path=items_path,
20788
21202
  max_concurrency_path=max_concurrency_path,
@@ -20850,6 +21264,11 @@ class MapBase(
20850
21264
  def _items_path(self) -> typing.Optional[builtins.str]:
20851
21265
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "itemsPath"))
20852
21266
 
21267
+ @builtins.property
21268
+ @jsii.member(jsii_name="jsonataItemSelector")
21269
+ def _jsonata_item_selector(self) -> typing.Optional[builtins.str]:
21270
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "jsonataItemSelector"))
21271
+
20853
21272
 
20854
21273
  class _MapBaseProxy(
20855
21274
  MapBase,
@@ -20872,6 +21291,7 @@ typing.cast(typing.Any, MapBase).__jsii_proxy_class__ = lambda : _MapBaseProxy
20872
21291
  "state_name": "stateName",
20873
21292
  "assign": "assign",
20874
21293
  "item_selector": "itemSelector",
21294
+ "jsonata_item_selector": "jsonataItemSelector",
20875
21295
  "max_concurrency": "maxConcurrency",
20876
21296
  "input_path": "inputPath",
20877
21297
  "output_path": "outputPath",
@@ -20897,6 +21317,7 @@ class MapBaseProps(
20897
21317
  state_name: typing.Optional[builtins.str] = None,
20898
21318
  assign: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
20899
21319
  item_selector: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
21320
+ jsonata_item_selector: typing.Optional[builtins.str] = None,
20900
21321
  max_concurrency: typing.Optional[jsii.Number] = None,
20901
21322
  input_path: typing.Optional[builtins.str] = None,
20902
21323
  output_path: typing.Optional[builtins.str] = None,
@@ -20913,7 +21334,8 @@ class MapBaseProps(
20913
21334
  :param query_language: The name of the query language used by the state. If the state does not contain a ``queryLanguage`` field, then it will use the query language specified in the top-level ``queryLanguage`` field. Default: - JSONPath
20914
21335
  :param state_name: Optional name for this state. Default: - The construct ID will be used as state name
20915
21336
  :param assign: Workflow variables to store in this step. Using workflow variables, you can store data in a step and retrieve that data in future steps. Default: - Not assign variables
20916
- :param item_selector: The JSON that you want to override your default iteration input (mutually exclusive with ``parameters``). Default: $
21337
+ :param item_selector: The JSON that you want to override your default iteration input (mutually exclusive with ``parameters`` and ``jsonataItemSelector``). Default: $
21338
+ :param jsonata_item_selector: Jsonata expression that evaluates to a JSON array to override your default iteration input (mutually exclusive with ``parameters`` and ``itemSelector``). Example value: ``{% {\\"foo\\": \\"foo\\", \\"input\\": $states.input} %}`` Default: $
20917
21339
  :param max_concurrency: MaxConcurrency. An upper bound on the number of iterations you want running at once. Default: - full concurrency
20918
21340
  :param input_path: JSONPath expression to select part of the state to be the input to this state. May also be the special value JsonPath.DISCARD, which will cause the effective input to be the empty object {}. Default: $
20919
21341
  :param output_path: JSONPath expression to select part of the state to be the output to this state. May also be the special value JsonPath.DISCARD, which will cause the effective output to be the empty object {}. Default: $
@@ -20949,6 +21371,7 @@ class MapBaseProps(
20949
21371
  "item_selector_key": item_selector
20950
21372
  },
20951
21373
  items_path="itemsPath",
21374
+ jsonata_item_selector="jsonataItemSelector",
20952
21375
  max_concurrency=123,
20953
21376
  max_concurrency_path="maxConcurrencyPath",
20954
21377
  output_path="outputPath",
@@ -20968,6 +21391,7 @@ class MapBaseProps(
20968
21391
  check_type(argname="argument state_name", value=state_name, expected_type=type_hints["state_name"])
20969
21392
  check_type(argname="argument assign", value=assign, expected_type=type_hints["assign"])
20970
21393
  check_type(argname="argument item_selector", value=item_selector, expected_type=type_hints["item_selector"])
21394
+ check_type(argname="argument jsonata_item_selector", value=jsonata_item_selector, expected_type=type_hints["jsonata_item_selector"])
20971
21395
  check_type(argname="argument max_concurrency", value=max_concurrency, expected_type=type_hints["max_concurrency"])
20972
21396
  check_type(argname="argument input_path", value=input_path, expected_type=type_hints["input_path"])
20973
21397
  check_type(argname="argument output_path", value=output_path, expected_type=type_hints["output_path"])
@@ -20988,6 +21412,8 @@ class MapBaseProps(
20988
21412
  self._values["assign"] = assign
20989
21413
  if item_selector is not None:
20990
21414
  self._values["item_selector"] = item_selector
21415
+ if jsonata_item_selector is not None:
21416
+ self._values["jsonata_item_selector"] = jsonata_item_selector
20991
21417
  if max_concurrency is not None:
20992
21418
  self._values["max_concurrency"] = max_concurrency
20993
21419
  if input_path is not None:
@@ -21054,7 +21480,7 @@ class MapBaseProps(
21054
21480
  def item_selector(
21055
21481
  self,
21056
21482
  ) -> typing.Optional[typing.Mapping[builtins.str, typing.Any]]:
21057
- '''The JSON that you want to override your default iteration input (mutually exclusive with ``parameters``).
21483
+ '''The JSON that you want to override your default iteration input (mutually exclusive with ``parameters`` and ``jsonataItemSelector``).
21058
21484
 
21059
21485
  :default: $
21060
21486
 
@@ -21063,6 +21489,17 @@ class MapBaseProps(
21063
21489
  result = self._values.get("item_selector")
21064
21490
  return typing.cast(typing.Optional[typing.Mapping[builtins.str, typing.Any]], result)
21065
21491
 
21492
+ @builtins.property
21493
+ def jsonata_item_selector(self) -> typing.Optional[builtins.str]:
21494
+ '''Jsonata expression that evaluates to a JSON array to override your default iteration input (mutually exclusive with ``parameters`` and ``itemSelector``).
21495
+
21496
+ Example value: ``{% {\\"foo\\": \\"foo\\", \\"input\\": $states.input} %}``
21497
+
21498
+ :default: $
21499
+ '''
21500
+ result = self._values.get("jsonata_item_selector")
21501
+ return typing.cast(typing.Optional[builtins.str], result)
21502
+
21066
21503
  @builtins.property
21067
21504
  def max_concurrency(self) -> typing.Optional[jsii.Number]:
21068
21505
  '''MaxConcurrency.
@@ -21197,6 +21634,7 @@ class MapBaseProps(
21197
21634
  "state_name": "stateName",
21198
21635
  "assign": "assign",
21199
21636
  "item_selector": "itemSelector",
21637
+ "jsonata_item_selector": "jsonataItemSelector",
21200
21638
  "max_concurrency": "maxConcurrency",
21201
21639
  "input_path": "inputPath",
21202
21640
  "output_path": "outputPath",
@@ -21216,6 +21654,7 @@ class MapJsonPathProps(StateBaseProps, MapBaseOptions, MapBaseJsonPathOptions):
21216
21654
  state_name: typing.Optional[builtins.str] = None,
21217
21655
  assign: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
21218
21656
  item_selector: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
21657
+ jsonata_item_selector: typing.Optional[builtins.str] = None,
21219
21658
  max_concurrency: typing.Optional[jsii.Number] = None,
21220
21659
  input_path: typing.Optional[builtins.str] = None,
21221
21660
  output_path: typing.Optional[builtins.str] = None,
@@ -21231,7 +21670,8 @@ class MapJsonPathProps(StateBaseProps, MapBaseOptions, MapBaseJsonPathOptions):
21231
21670
  :param query_language: The name of the query language used by the state. If the state does not contain a ``queryLanguage`` field, then it will use the query language specified in the top-level ``queryLanguage`` field. Default: - JSONPath
21232
21671
  :param state_name: Optional name for this state. Default: - The construct ID will be used as state name
21233
21672
  :param assign: Workflow variables to store in this step. Using workflow variables, you can store data in a step and retrieve that data in future steps. Default: - Not assign variables
21234
- :param item_selector: The JSON that you want to override your default iteration input (mutually exclusive with ``parameters``). Default: $
21673
+ :param item_selector: The JSON that you want to override your default iteration input (mutually exclusive with ``parameters`` and ``jsonataItemSelector``). Default: $
21674
+ :param jsonata_item_selector: Jsonata expression that evaluates to a JSON array to override your default iteration input (mutually exclusive with ``parameters`` and ``itemSelector``). Example value: ``{% {\\"foo\\": \\"foo\\", \\"input\\": $states.input} %}`` Default: $
21235
21675
  :param max_concurrency: MaxConcurrency. An upper bound on the number of iterations you want running at once. Default: - full concurrency
21236
21676
  :param input_path: JSONPath expression to select part of the state to be the input to this state. May also be the special value JsonPath.DISCARD, which will cause the effective input to be the empty object {}. Default: $
21237
21677
  :param output_path: JSONPath expression to select part of the state to be the output to this state. May also be the special value JsonPath.DISCARD, which will cause the effective output to be the empty object {}. Default: $
@@ -21264,6 +21704,7 @@ class MapJsonPathProps(StateBaseProps, MapBaseOptions, MapBaseJsonPathOptions):
21264
21704
  "item_selector_key": item_selector
21265
21705
  },
21266
21706
  items_path="itemsPath",
21707
+ jsonata_item_selector="jsonataItemSelector",
21267
21708
  max_concurrency=123,
21268
21709
  max_concurrency_path="maxConcurrencyPath",
21269
21710
  output_path="outputPath",
@@ -21285,6 +21726,7 @@ class MapJsonPathProps(StateBaseProps, MapBaseOptions, MapBaseJsonPathOptions):
21285
21726
  check_type(argname="argument state_name", value=state_name, expected_type=type_hints["state_name"])
21286
21727
  check_type(argname="argument assign", value=assign, expected_type=type_hints["assign"])
21287
21728
  check_type(argname="argument item_selector", value=item_selector, expected_type=type_hints["item_selector"])
21729
+ check_type(argname="argument jsonata_item_selector", value=jsonata_item_selector, expected_type=type_hints["jsonata_item_selector"])
21288
21730
  check_type(argname="argument max_concurrency", value=max_concurrency, expected_type=type_hints["max_concurrency"])
21289
21731
  check_type(argname="argument input_path", value=input_path, expected_type=type_hints["input_path"])
21290
21732
  check_type(argname="argument output_path", value=output_path, expected_type=type_hints["output_path"])
@@ -21304,6 +21746,8 @@ class MapJsonPathProps(StateBaseProps, MapBaseOptions, MapBaseJsonPathOptions):
21304
21746
  self._values["assign"] = assign
21305
21747
  if item_selector is not None:
21306
21748
  self._values["item_selector"] = item_selector
21749
+ if jsonata_item_selector is not None:
21750
+ self._values["jsonata_item_selector"] = jsonata_item_selector
21307
21751
  if max_concurrency is not None:
21308
21752
  self._values["max_concurrency"] = max_concurrency
21309
21753
  if input_path is not None:
@@ -21368,7 +21812,7 @@ class MapJsonPathProps(StateBaseProps, MapBaseOptions, MapBaseJsonPathOptions):
21368
21812
  def item_selector(
21369
21813
  self,
21370
21814
  ) -> typing.Optional[typing.Mapping[builtins.str, typing.Any]]:
21371
- '''The JSON that you want to override your default iteration input (mutually exclusive with ``parameters``).
21815
+ '''The JSON that you want to override your default iteration input (mutually exclusive with ``parameters`` and ``jsonataItemSelector``).
21372
21816
 
21373
21817
  :default: $
21374
21818
 
@@ -21377,6 +21821,17 @@ class MapJsonPathProps(StateBaseProps, MapBaseOptions, MapBaseJsonPathOptions):
21377
21821
  result = self._values.get("item_selector")
21378
21822
  return typing.cast(typing.Optional[typing.Mapping[builtins.str, typing.Any]], result)
21379
21823
 
21824
+ @builtins.property
21825
+ def jsonata_item_selector(self) -> typing.Optional[builtins.str]:
21826
+ '''Jsonata expression that evaluates to a JSON array to override your default iteration input (mutually exclusive with ``parameters`` and ``itemSelector``).
21827
+
21828
+ Example value: ``{% {\\"foo\\": \\"foo\\", \\"input\\": $states.input} %}``
21829
+
21830
+ :default: $
21831
+ '''
21832
+ result = self._values.get("jsonata_item_selector")
21833
+ return typing.cast(typing.Optional[builtins.str], result)
21834
+
21380
21835
  @builtins.property
21381
21836
  def max_concurrency(self) -> typing.Optional[jsii.Number]:
21382
21837
  '''MaxConcurrency.
@@ -21502,6 +21957,7 @@ class MapJsonPathProps(StateBaseProps, MapBaseOptions, MapBaseJsonPathOptions):
21502
21957
  "state_name": "stateName",
21503
21958
  "assign": "assign",
21504
21959
  "item_selector": "itemSelector",
21960
+ "jsonata_item_selector": "jsonataItemSelector",
21505
21961
  "max_concurrency": "maxConcurrency",
21506
21962
  "outputs": "outputs",
21507
21963
  "items": "items",
@@ -21517,6 +21973,7 @@ class MapJsonataProps(StateBaseProps, MapBaseOptions, MapBaseJsonataOptions):
21517
21973
  state_name: typing.Optional[builtins.str] = None,
21518
21974
  assign: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
21519
21975
  item_selector: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
21976
+ jsonata_item_selector: typing.Optional[builtins.str] = None,
21520
21977
  max_concurrency: typing.Optional[jsii.Number] = None,
21521
21978
  outputs: typing.Any = None,
21522
21979
  items: typing.Optional[ProvideItems] = None,
@@ -21528,7 +21985,8 @@ class MapJsonataProps(StateBaseProps, MapBaseOptions, MapBaseJsonataOptions):
21528
21985
  :param query_language: The name of the query language used by the state. If the state does not contain a ``queryLanguage`` field, then it will use the query language specified in the top-level ``queryLanguage`` field. Default: - JSONPath
21529
21986
  :param state_name: Optional name for this state. Default: - The construct ID will be used as state name
21530
21987
  :param assign: Workflow variables to store in this step. Using workflow variables, you can store data in a step and retrieve that data in future steps. Default: - Not assign variables
21531
- :param item_selector: The JSON that you want to override your default iteration input (mutually exclusive with ``parameters``). Default: $
21988
+ :param item_selector: The JSON that you want to override your default iteration input (mutually exclusive with ``parameters`` and ``jsonataItemSelector``). Default: $
21989
+ :param jsonata_item_selector: Jsonata expression that evaluates to a JSON array to override your default iteration input (mutually exclusive with ``parameters`` and ``itemSelector``). Example value: ``{% {\\"foo\\": \\"foo\\", \\"input\\": $states.input} %}`` Default: $
21532
21990
  :param max_concurrency: MaxConcurrency. An upper bound on the number of iterations you want running at once. Default: - full concurrency
21533
21991
  :param outputs: Used to specify and transform output from the state. When specified, the value overrides the state output default. The output field accepts any JSON value (object, array, string, number, boolean, null). Any string value, including those inside objects or arrays, will be evaluated as JSONata if surrounded by {% %} characters. Output also accepts a JSONata expression directly. Default: - $states.result or $states.errorOutput
21534
21992
  :param items: The array that the Map state will iterate over. Default: - The state input as is.
@@ -21557,6 +22015,7 @@ class MapJsonataProps(StateBaseProps, MapBaseOptions, MapBaseJsonataOptions):
21557
22015
  item_selector={
21558
22016
  "item_selector_key": item_selector
21559
22017
  },
22018
+ jsonata_item_selector="jsonataItemSelector",
21560
22019
  max_concurrency=123,
21561
22020
  outputs=outputs,
21562
22021
  parameters={
@@ -21573,6 +22032,7 @@ class MapJsonataProps(StateBaseProps, MapBaseOptions, MapBaseJsonataOptions):
21573
22032
  check_type(argname="argument state_name", value=state_name, expected_type=type_hints["state_name"])
21574
22033
  check_type(argname="argument assign", value=assign, expected_type=type_hints["assign"])
21575
22034
  check_type(argname="argument item_selector", value=item_selector, expected_type=type_hints["item_selector"])
22035
+ check_type(argname="argument jsonata_item_selector", value=jsonata_item_selector, expected_type=type_hints["jsonata_item_selector"])
21576
22036
  check_type(argname="argument max_concurrency", value=max_concurrency, expected_type=type_hints["max_concurrency"])
21577
22037
  check_type(argname="argument outputs", value=outputs, expected_type=type_hints["outputs"])
21578
22038
  check_type(argname="argument items", value=items, expected_type=type_hints["items"])
@@ -21588,6 +22048,8 @@ class MapJsonataProps(StateBaseProps, MapBaseOptions, MapBaseJsonataOptions):
21588
22048
  self._values["assign"] = assign
21589
22049
  if item_selector is not None:
21590
22050
  self._values["item_selector"] = item_selector
22051
+ if jsonata_item_selector is not None:
22052
+ self._values["jsonata_item_selector"] = jsonata_item_selector
21591
22053
  if max_concurrency is not None:
21592
22054
  self._values["max_concurrency"] = max_concurrency
21593
22055
  if outputs is not None:
@@ -21644,7 +22106,7 @@ class MapJsonataProps(StateBaseProps, MapBaseOptions, MapBaseJsonataOptions):
21644
22106
  def item_selector(
21645
22107
  self,
21646
22108
  ) -> typing.Optional[typing.Mapping[builtins.str, typing.Any]]:
21647
- '''The JSON that you want to override your default iteration input (mutually exclusive with ``parameters``).
22109
+ '''The JSON that you want to override your default iteration input (mutually exclusive with ``parameters`` and ``jsonataItemSelector``).
21648
22110
 
21649
22111
  :default: $
21650
22112
 
@@ -21653,6 +22115,17 @@ class MapJsonataProps(StateBaseProps, MapBaseOptions, MapBaseJsonataOptions):
21653
22115
  result = self._values.get("item_selector")
21654
22116
  return typing.cast(typing.Optional[typing.Mapping[builtins.str, typing.Any]], result)
21655
22117
 
22118
+ @builtins.property
22119
+ def jsonata_item_selector(self) -> typing.Optional[builtins.str]:
22120
+ '''Jsonata expression that evaluates to a JSON array to override your default iteration input (mutually exclusive with ``parameters`` and ``itemSelector``).
22121
+
22122
+ Example value: ``{% {\\"foo\\": \\"foo\\", \\"input\\": $states.input} %}``
22123
+
22124
+ :default: $
22125
+ '''
22126
+ result = self._values.get("jsonata_item_selector")
22127
+ return typing.cast(typing.Optional[builtins.str], result)
22128
+
21656
22129
  @builtins.property
21657
22130
  def max_concurrency(self) -> typing.Optional[jsii.Number]:
21658
22131
  '''MaxConcurrency.
@@ -21730,6 +22203,7 @@ class MapJsonataProps(StateBaseProps, MapBaseOptions, MapBaseJsonataOptions):
21730
22203
  "state_name": "stateName",
21731
22204
  "assign": "assign",
21732
22205
  "item_selector": "itemSelector",
22206
+ "jsonata_item_selector": "jsonataItemSelector",
21733
22207
  "max_concurrency": "maxConcurrency",
21734
22208
  "input_path": "inputPath",
21735
22209
  "output_path": "outputPath",
@@ -21751,6 +22225,7 @@ class MapProps(MapBaseProps, MapBaseOptions):
21751
22225
  state_name: typing.Optional[builtins.str] = None,
21752
22226
  assign: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
21753
22227
  item_selector: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
22228
+ jsonata_item_selector: typing.Optional[builtins.str] = None,
21754
22229
  max_concurrency: typing.Optional[jsii.Number] = None,
21755
22230
  input_path: typing.Optional[builtins.str] = None,
21756
22231
  output_path: typing.Optional[builtins.str] = None,
@@ -21768,7 +22243,8 @@ class MapProps(MapBaseProps, MapBaseOptions):
21768
22243
  :param query_language: The name of the query language used by the state. If the state does not contain a ``queryLanguage`` field, then it will use the query language specified in the top-level ``queryLanguage`` field. Default: - JSONPath
21769
22244
  :param state_name: Optional name for this state. Default: - The construct ID will be used as state name
21770
22245
  :param assign: Workflow variables to store in this step. Using workflow variables, you can store data in a step and retrieve that data in future steps. Default: - Not assign variables
21771
- :param item_selector: The JSON that you want to override your default iteration input (mutually exclusive with ``parameters``). Default: $
22246
+ :param item_selector: The JSON that you want to override your default iteration input (mutually exclusive with ``parameters`` and ``jsonataItemSelector``). Default: $
22247
+ :param jsonata_item_selector: Jsonata expression that evaluates to a JSON array to override your default iteration input (mutually exclusive with ``parameters`` and ``itemSelector``). Example value: ``{% {\\"foo\\": \\"foo\\", \\"input\\": $states.input} %}`` Default: $
21772
22248
  :param max_concurrency: MaxConcurrency. An upper bound on the number of iterations you want running at once. Default: - full concurrency
21773
22249
  :param input_path: JSONPath expression to select part of the state to be the input to this state. May also be the special value JsonPath.DISCARD, which will cause the effective input to be the empty object {}. Default: $
21774
22250
  :param output_path: JSONPath expression to select part of the state to be the output to this state. May also be the special value JsonPath.DISCARD, which will cause the effective output to be the empty object {}. Default: $
@@ -21793,17 +22269,10 @@ class MapProps(MapBaseProps, MapBaseOptions):
21793
22269
  result_path="$.mapOutput"
21794
22270
  )
21795
22271
 
21796
- # The Map iterator can contain a IChainable, which can be an individual or multiple steps chained together.
21797
- # Below example is with a Choice and Pass step
21798
- choice = sfn.Choice(self, "Choice")
21799
- condition1 = sfn.Condition.string_equals("$.item.status", "SUCCESS")
21800
- step1 = sfn.Pass(self, "Step1")
21801
- step2 = sfn.Pass(self, "Step2")
21802
- finish = sfn.Pass(self, "Finish")
21803
-
21804
- definition = choice.when(condition1, step1).otherwise(step2).afterwards().next(finish)
21805
-
21806
- map.item_processor(definition)
22272
+ map.item_processor(sfn.Pass(self, "Pass State"),
22273
+ mode=sfn.ProcessorMode.DISTRIBUTED,
22274
+ execution_type=sfn.ProcessorType.STANDARD
22275
+ )
21807
22276
  '''
21808
22277
  if __debug__:
21809
22278
  type_hints = typing.get_type_hints(_typecheckingstub__841961f24272e2df479ccf3f591259c5dbc7bf471c2a6e11c7c7d61bf0e153ec)
@@ -21812,6 +22281,7 @@ class MapProps(MapBaseProps, MapBaseOptions):
21812
22281
  check_type(argname="argument state_name", value=state_name, expected_type=type_hints["state_name"])
21813
22282
  check_type(argname="argument assign", value=assign, expected_type=type_hints["assign"])
21814
22283
  check_type(argname="argument item_selector", value=item_selector, expected_type=type_hints["item_selector"])
22284
+ check_type(argname="argument jsonata_item_selector", value=jsonata_item_selector, expected_type=type_hints["jsonata_item_selector"])
21815
22285
  check_type(argname="argument max_concurrency", value=max_concurrency, expected_type=type_hints["max_concurrency"])
21816
22286
  check_type(argname="argument input_path", value=input_path, expected_type=type_hints["input_path"])
21817
22287
  check_type(argname="argument output_path", value=output_path, expected_type=type_hints["output_path"])
@@ -21833,6 +22303,8 @@ class MapProps(MapBaseProps, MapBaseOptions):
21833
22303
  self._values["assign"] = assign
21834
22304
  if item_selector is not None:
21835
22305
  self._values["item_selector"] = item_selector
22306
+ if jsonata_item_selector is not None:
22307
+ self._values["jsonata_item_selector"] = jsonata_item_selector
21836
22308
  if max_concurrency is not None:
21837
22309
  self._values["max_concurrency"] = max_concurrency
21838
22310
  if input_path is not None:
@@ -21901,7 +22373,7 @@ class MapProps(MapBaseProps, MapBaseOptions):
21901
22373
  def item_selector(
21902
22374
  self,
21903
22375
  ) -> typing.Optional[typing.Mapping[builtins.str, typing.Any]]:
21904
- '''The JSON that you want to override your default iteration input (mutually exclusive with ``parameters``).
22376
+ '''The JSON that you want to override your default iteration input (mutually exclusive with ``parameters`` and ``jsonataItemSelector``).
21905
22377
 
21906
22378
  :default: $
21907
22379
 
@@ -21910,6 +22382,17 @@ class MapProps(MapBaseProps, MapBaseOptions):
21910
22382
  result = self._values.get("item_selector")
21911
22383
  return typing.cast(typing.Optional[typing.Mapping[builtins.str, typing.Any]], result)
21912
22384
 
22385
+ @builtins.property
22386
+ def jsonata_item_selector(self) -> typing.Optional[builtins.str]:
22387
+ '''Jsonata expression that evaluates to a JSON array to override your default iteration input (mutually exclusive with ``parameters`` and ``itemSelector``).
22388
+
22389
+ Example value: ``{% {\\"foo\\": \\"foo\\", \\"input\\": $states.input} %}``
22390
+
22391
+ :default: $
22392
+ '''
22393
+ result = self._values.get("jsonata_item_selector")
22394
+ return typing.cast(typing.Optional[builtins.str], result)
22395
+
21913
22396
  @builtins.property
21914
22397
  def max_concurrency(self) -> typing.Optional[jsii.Number]:
21915
22398
  '''MaxConcurrency.
@@ -24325,6 +24808,7 @@ class DistributedMap(
24325
24808
  tolerated_failure_percentage: typing.Optional[jsii.Number] = None,
24326
24809
  tolerated_failure_percentage_path: typing.Optional[builtins.str] = None,
24327
24810
  item_selector: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
24811
+ jsonata_item_selector: typing.Optional[builtins.str] = None,
24328
24812
  max_concurrency: typing.Optional[jsii.Number] = None,
24329
24813
  items_path: typing.Optional[builtins.str] = None,
24330
24814
  max_concurrency_path: typing.Optional[builtins.str] = None,
@@ -24352,7 +24836,8 @@ class DistributedMap(
24352
24836
  :param tolerated_failure_count_path: ToleratedFailureCountPath. Number of failed items to tolerate in a Map Run, as JsonPath Default: - No toleratedFailureCountPath
24353
24837
  :param tolerated_failure_percentage: ToleratedFailurePercentage. Percentage of failed items to tolerate in a Map Run, as static number Default: - No toleratedFailurePercentage
24354
24838
  :param tolerated_failure_percentage_path: ToleratedFailurePercentagePath. Percentage of failed items to tolerate in a Map Run, as JsonPath Default: - No toleratedFailurePercentagePath
24355
- :param item_selector: The JSON that you want to override your default iteration input (mutually exclusive with ``parameters``). Default: $
24839
+ :param item_selector: The JSON that you want to override your default iteration input (mutually exclusive with ``parameters`` and ``jsonataItemSelector``). Default: $
24840
+ :param jsonata_item_selector: Jsonata expression that evaluates to a JSON array to override your default iteration input (mutually exclusive with ``parameters`` and ``itemSelector``). Example value: ``{% {\\"foo\\": \\"foo\\", \\"input\\": $states.input} %}`` Default: $
24356
24841
  :param max_concurrency: MaxConcurrency. An upper bound on the number of iterations you want running at once. Default: - full concurrency
24357
24842
  :param items_path: JSONPath expression to select the array to iterate over. Default: $
24358
24843
  :param max_concurrency_path: MaxConcurrencyPath. A JsonPath that specifies the maximum concurrency dynamically from the state input. Default: - full concurrency
@@ -24383,6 +24868,7 @@ class DistributedMap(
24383
24868
  tolerated_failure_percentage=tolerated_failure_percentage,
24384
24869
  tolerated_failure_percentage_path=tolerated_failure_percentage_path,
24385
24870
  item_selector=item_selector,
24871
+ jsonata_item_selector=jsonata_item_selector,
24386
24872
  max_concurrency=max_concurrency,
24387
24873
  items_path=items_path,
24388
24874
  max_concurrency_path=max_concurrency_path,
@@ -24431,6 +24917,7 @@ class DistributedMap(
24431
24917
  query_language: typing.Optional[QueryLanguage] = None,
24432
24918
  state_name: typing.Optional[builtins.str] = None,
24433
24919
  item_selector: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
24920
+ jsonata_item_selector: typing.Optional[builtins.str] = None,
24434
24921
  max_concurrency: typing.Optional[jsii.Number] = None,
24435
24922
  items: typing.Optional[ProvideItems] = None,
24436
24923
  assign: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
@@ -24460,7 +24947,8 @@ class DistributedMap(
24460
24947
  :param comment: A comment describing this state. Default: No comment
24461
24948
  :param query_language: The name of the query language used by the state. If the state does not contain a ``queryLanguage`` field, then it will use the query language specified in the top-level ``queryLanguage`` field. Default: - JSONPath
24462
24949
  :param state_name: Optional name for this state. Default: - The construct ID will be used as state name
24463
- :param item_selector: The JSON that you want to override your default iteration input (mutually exclusive with ``parameters``). Default: $
24950
+ :param item_selector: The JSON that you want to override your default iteration input (mutually exclusive with ``parameters`` and ``jsonataItemSelector``). Default: $
24951
+ :param jsonata_item_selector: Jsonata expression that evaluates to a JSON array to override your default iteration input (mutually exclusive with ``parameters`` and ``itemSelector``). Example value: ``{% {\\"foo\\": \\"foo\\", \\"input\\": $states.input} %}`` Default: $
24464
24952
  :param max_concurrency: MaxConcurrency. An upper bound on the number of iterations you want running at once. Default: - full concurrency
24465
24953
  :param items: The array that the Map state will iterate over. Default: - The state input as is.
24466
24954
  :param assign: Workflow variables to store in this step. Using workflow variables, you can store data in a step and retrieve that data in future steps. Default: - Not assign variables
@@ -24485,6 +24973,7 @@ class DistributedMap(
24485
24973
  query_language=query_language,
24486
24974
  state_name=state_name,
24487
24975
  item_selector=item_selector,
24976
+ jsonata_item_selector=jsonata_item_selector,
24488
24977
  max_concurrency=max_concurrency,
24489
24978
  items=items,
24490
24979
  assign=assign,
@@ -24514,6 +25003,7 @@ class DistributedMap(
24514
25003
  query_language: typing.Optional[QueryLanguage] = None,
24515
25004
  state_name: typing.Optional[builtins.str] = None,
24516
25005
  item_selector: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
25006
+ jsonata_item_selector: typing.Optional[builtins.str] = None,
24517
25007
  max_concurrency: typing.Optional[jsii.Number] = None,
24518
25008
  items_path: typing.Optional[builtins.str] = None,
24519
25009
  max_concurrency_path: typing.Optional[builtins.str] = None,
@@ -24549,7 +25039,8 @@ class DistributedMap(
24549
25039
  :param comment: A comment describing this state. Default: No comment
24550
25040
  :param query_language: The name of the query language used by the state. If the state does not contain a ``queryLanguage`` field, then it will use the query language specified in the top-level ``queryLanguage`` field. Default: - JSONPath
24551
25041
  :param state_name: Optional name for this state. Default: - The construct ID will be used as state name
24552
- :param item_selector: The JSON that you want to override your default iteration input (mutually exclusive with ``parameters``). Default: $
25042
+ :param item_selector: The JSON that you want to override your default iteration input (mutually exclusive with ``parameters`` and ``jsonataItemSelector``). Default: $
25043
+ :param jsonata_item_selector: Jsonata expression that evaluates to a JSON array to override your default iteration input (mutually exclusive with ``parameters`` and ``itemSelector``). Example value: ``{% {\\"foo\\": \\"foo\\", \\"input\\": $states.input} %}`` Default: $
24553
25044
  :param max_concurrency: MaxConcurrency. An upper bound on the number of iterations you want running at once. Default: - full concurrency
24554
25045
  :param items_path: JSONPath expression to select the array to iterate over. Default: $
24555
25046
  :param max_concurrency_path: MaxConcurrencyPath. A JsonPath that specifies the maximum concurrency dynamically from the state input. Default: - full concurrency
@@ -24580,6 +25071,7 @@ class DistributedMap(
24580
25071
  query_language=query_language,
24581
25072
  state_name=state_name,
24582
25073
  item_selector=item_selector,
25074
+ jsonata_item_selector=jsonata_item_selector,
24583
25075
  max_concurrency=max_concurrency,
24584
25076
  items_path=items_path,
24585
25077
  max_concurrency_path=max_concurrency_path,
@@ -24723,6 +25215,7 @@ class DistributedMap(
24723
25215
  "state_name": "stateName",
24724
25216
  "assign": "assign",
24725
25217
  "item_selector": "itemSelector",
25218
+ "jsonata_item_selector": "jsonataItemSelector",
24726
25219
  "max_concurrency": "maxConcurrency",
24727
25220
  "input_path": "inputPath",
24728
25221
  "output_path": "outputPath",
@@ -24758,6 +25251,7 @@ class DistributedMapProps(
24758
25251
  state_name: typing.Optional[builtins.str] = None,
24759
25252
  assign: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
24760
25253
  item_selector: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
25254
+ jsonata_item_selector: typing.Optional[builtins.str] = None,
24761
25255
  max_concurrency: typing.Optional[jsii.Number] = None,
24762
25256
  input_path: typing.Optional[builtins.str] = None,
24763
25257
  output_path: typing.Optional[builtins.str] = None,
@@ -24784,7 +25278,8 @@ class DistributedMapProps(
24784
25278
  :param query_language: The name of the query language used by the state. If the state does not contain a ``queryLanguage`` field, then it will use the query language specified in the top-level ``queryLanguage`` field. Default: - JSONPath
24785
25279
  :param state_name: Optional name for this state. Default: - The construct ID will be used as state name
24786
25280
  :param assign: Workflow variables to store in this step. Using workflow variables, you can store data in a step and retrieve that data in future steps. Default: - Not assign variables
24787
- :param item_selector: The JSON that you want to override your default iteration input (mutually exclusive with ``parameters``). Default: $
25281
+ :param item_selector: The JSON that you want to override your default iteration input (mutually exclusive with ``parameters`` and ``jsonataItemSelector``). Default: $
25282
+ :param jsonata_item_selector: Jsonata expression that evaluates to a JSON array to override your default iteration input (mutually exclusive with ``parameters`` and ``itemSelector``). Example value: ``{% {\\"foo\\": \\"foo\\", \\"input\\": $states.input} %}`` Default: $
24788
25283
  :param max_concurrency: MaxConcurrency. An upper bound on the number of iterations you want running at once. Default: - full concurrency
24789
25284
  :param input_path: JSONPath expression to select part of the state to be the input to this state. May also be the special value JsonPath.DISCARD, which will cause the effective input to be the empty object {}. Default: $
24790
25285
  :param output_path: JSONPath expression to select part of the state to be the output to this state. May also be the special value JsonPath.DISCARD, which will cause the effective output to be the empty object {}. Default: $
@@ -24831,6 +25326,7 @@ class DistributedMapProps(
24831
25326
  check_type(argname="argument state_name", value=state_name, expected_type=type_hints["state_name"])
24832
25327
  check_type(argname="argument assign", value=assign, expected_type=type_hints["assign"])
24833
25328
  check_type(argname="argument item_selector", value=item_selector, expected_type=type_hints["item_selector"])
25329
+ check_type(argname="argument jsonata_item_selector", value=jsonata_item_selector, expected_type=type_hints["jsonata_item_selector"])
24834
25330
  check_type(argname="argument max_concurrency", value=max_concurrency, expected_type=type_hints["max_concurrency"])
24835
25331
  check_type(argname="argument input_path", value=input_path, expected_type=type_hints["input_path"])
24836
25332
  check_type(argname="argument output_path", value=output_path, expected_type=type_hints["output_path"])
@@ -24861,6 +25357,8 @@ class DistributedMapProps(
24861
25357
  self._values["assign"] = assign
24862
25358
  if item_selector is not None:
24863
25359
  self._values["item_selector"] = item_selector
25360
+ if jsonata_item_selector is not None:
25361
+ self._values["jsonata_item_selector"] = jsonata_item_selector
24864
25362
  if max_concurrency is not None:
24865
25363
  self._values["max_concurrency"] = max_concurrency
24866
25364
  if input_path is not None:
@@ -24947,7 +25445,7 @@ class DistributedMapProps(
24947
25445
  def item_selector(
24948
25446
  self,
24949
25447
  ) -> typing.Optional[typing.Mapping[builtins.str, typing.Any]]:
24950
- '''The JSON that you want to override your default iteration input (mutually exclusive with ``parameters``).
25448
+ '''The JSON that you want to override your default iteration input (mutually exclusive with ``parameters`` and ``jsonataItemSelector``).
24951
25449
 
24952
25450
  :default: $
24953
25451
 
@@ -24956,6 +25454,17 @@ class DistributedMapProps(
24956
25454
  result = self._values.get("item_selector")
24957
25455
  return typing.cast(typing.Optional[typing.Mapping[builtins.str, typing.Any]], result)
24958
25456
 
25457
+ @builtins.property
25458
+ def jsonata_item_selector(self) -> typing.Optional[builtins.str]:
25459
+ '''Jsonata expression that evaluates to a JSON array to override your default iteration input (mutually exclusive with ``parameters`` and ``itemSelector``).
25460
+
25461
+ Example value: ``{% {\\"foo\\": \\"foo\\", \\"input\\": $states.input} %}``
25462
+
25463
+ :default: $
25464
+ '''
25465
+ result = self._values.get("jsonata_item_selector")
25466
+ return typing.cast(typing.Optional[builtins.str], result)
25467
+
24959
25468
  @builtins.property
24960
25469
  def max_concurrency(self) -> typing.Optional[jsii.Number]:
24961
25470
  '''MaxConcurrency.
@@ -25219,17 +25728,10 @@ class Map(
25219
25728
  result_path="$.mapOutput"
25220
25729
  )
25221
25730
 
25222
- # The Map iterator can contain a IChainable, which can be an individual or multiple steps chained together.
25223
- # Below example is with a Choice and Pass step
25224
- choice = sfn.Choice(self, "Choice")
25225
- condition1 = sfn.Condition.string_equals("$.item.status", "SUCCESS")
25226
- step1 = sfn.Pass(self, "Step1")
25227
- step2 = sfn.Pass(self, "Step2")
25228
- finish = sfn.Pass(self, "Finish")
25229
-
25230
- definition = choice.when(condition1, step1).otherwise(step2).afterwards().next(finish)
25231
-
25232
- map.item_processor(definition)
25731
+ map.item_processor(sfn.Pass(self, "Pass State"),
25732
+ mode=sfn.ProcessorMode.DISTRIBUTED,
25733
+ execution_type=sfn.ProcessorType.STANDARD
25734
+ )
25233
25735
  '''
25234
25736
 
25235
25737
  def __init__(
@@ -25239,6 +25741,7 @@ class Map(
25239
25741
  *,
25240
25742
  parameters: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
25241
25743
  item_selector: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
25744
+ jsonata_item_selector: typing.Optional[builtins.str] = None,
25242
25745
  max_concurrency: typing.Optional[jsii.Number] = None,
25243
25746
  comment: typing.Optional[builtins.str] = None,
25244
25747
  query_language: typing.Optional[QueryLanguage] = None,
@@ -25257,7 +25760,8 @@ class Map(
25257
25760
  :param scope: -
25258
25761
  :param id: Descriptive identifier for this chainable.
25259
25762
  :param parameters: (deprecated) The JSON that you want to override your default iteration input (mutually exclusive with ``itemSelector``). Default: $
25260
- :param item_selector: The JSON that you want to override your default iteration input (mutually exclusive with ``parameters``). Default: $
25763
+ :param item_selector: The JSON that you want to override your default iteration input (mutually exclusive with ``parameters`` and ``jsonataItemSelector``). Default: $
25764
+ :param jsonata_item_selector: Jsonata expression that evaluates to a JSON array to override your default iteration input (mutually exclusive with ``parameters`` and ``itemSelector``). Example value: ``{% {\\"foo\\": \\"foo\\", \\"input\\": $states.input} %}`` Default: $
25261
25765
  :param max_concurrency: MaxConcurrency. An upper bound on the number of iterations you want running at once. Default: - full concurrency
25262
25766
  :param comment: A comment describing this state. Default: No comment
25263
25767
  :param query_language: The name of the query language used by the state. If the state does not contain a ``queryLanguage`` field, then it will use the query language specified in the top-level ``queryLanguage`` field. Default: - JSONPath
@@ -25279,6 +25783,7 @@ class Map(
25279
25783
  props = MapProps(
25280
25784
  parameters=parameters,
25281
25785
  item_selector=item_selector,
25786
+ jsonata_item_selector=jsonata_item_selector,
25282
25787
  max_concurrency=max_concurrency,
25283
25788
  comment=comment,
25284
25789
  query_language=query_language,
@@ -25308,6 +25813,7 @@ class Map(
25308
25813
  query_language: typing.Optional[QueryLanguage] = None,
25309
25814
  state_name: typing.Optional[builtins.str] = None,
25310
25815
  item_selector: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
25816
+ jsonata_item_selector: typing.Optional[builtins.str] = None,
25311
25817
  max_concurrency: typing.Optional[jsii.Number] = None,
25312
25818
  items: typing.Optional[ProvideItems] = None,
25313
25819
  assign: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
@@ -25327,7 +25833,8 @@ class Map(
25327
25833
  :param comment: A comment describing this state. Default: No comment
25328
25834
  :param query_language: The name of the query language used by the state. If the state does not contain a ``queryLanguage`` field, then it will use the query language specified in the top-level ``queryLanguage`` field. Default: - JSONPath
25329
25835
  :param state_name: Optional name for this state. Default: - The construct ID will be used as state name
25330
- :param item_selector: The JSON that you want to override your default iteration input (mutually exclusive with ``parameters``). Default: $
25836
+ :param item_selector: The JSON that you want to override your default iteration input (mutually exclusive with ``parameters`` and ``jsonataItemSelector``). Default: $
25837
+ :param jsonata_item_selector: Jsonata expression that evaluates to a JSON array to override your default iteration input (mutually exclusive with ``parameters`` and ``itemSelector``). Example value: ``{% {\\"foo\\": \\"foo\\", \\"input\\": $states.input} %}`` Default: $
25331
25838
  :param max_concurrency: MaxConcurrency. An upper bound on the number of iterations you want running at once. Default: - full concurrency
25332
25839
  :param items: The array that the Map state will iterate over. Default: - The state input as is.
25333
25840
  :param assign: Workflow variables to store in this step. Using workflow variables, you can store data in a step and retrieve that data in future steps. Default: - Not assign variables
@@ -25345,6 +25852,7 @@ class Map(
25345
25852
  query_language=query_language,
25346
25853
  state_name=state_name,
25347
25854
  item_selector=item_selector,
25855
+ jsonata_item_selector=jsonata_item_selector,
25348
25856
  max_concurrency=max_concurrency,
25349
25857
  items=items,
25350
25858
  assign=assign,
@@ -25365,6 +25873,7 @@ class Map(
25365
25873
  query_language: typing.Optional[QueryLanguage] = None,
25366
25874
  state_name: typing.Optional[builtins.str] = None,
25367
25875
  item_selector: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
25876
+ jsonata_item_selector: typing.Optional[builtins.str] = None,
25368
25877
  max_concurrency: typing.Optional[jsii.Number] = None,
25369
25878
  items_path: typing.Optional[builtins.str] = None,
25370
25879
  max_concurrency_path: typing.Optional[builtins.str] = None,
@@ -25388,7 +25897,8 @@ class Map(
25388
25897
  :param comment: A comment describing this state. Default: No comment
25389
25898
  :param query_language: The name of the query language used by the state. If the state does not contain a ``queryLanguage`` field, then it will use the query language specified in the top-level ``queryLanguage`` field. Default: - JSONPath
25390
25899
  :param state_name: Optional name for this state. Default: - The construct ID will be used as state name
25391
- :param item_selector: The JSON that you want to override your default iteration input (mutually exclusive with ``parameters``). Default: $
25900
+ :param item_selector: The JSON that you want to override your default iteration input (mutually exclusive with ``parameters`` and ``jsonataItemSelector``). Default: $
25901
+ :param jsonata_item_selector: Jsonata expression that evaluates to a JSON array to override your default iteration input (mutually exclusive with ``parameters`` and ``itemSelector``). Example value: ``{% {\\"foo\\": \\"foo\\", \\"input\\": $states.input} %}`` Default: $
25392
25902
  :param max_concurrency: MaxConcurrency. An upper bound on the number of iterations you want running at once. Default: - full concurrency
25393
25903
  :param items_path: JSONPath expression to select the array to iterate over. Default: $
25394
25904
  :param max_concurrency_path: MaxConcurrencyPath. A JsonPath that specifies the maximum concurrency dynamically from the state input. Default: - full concurrency
@@ -25410,6 +25920,7 @@ class Map(
25410
25920
  query_language=query_language,
25411
25921
  state_name=state_name,
25412
25922
  item_selector=item_selector,
25923
+ jsonata_item_selector=jsonata_item_selector,
25413
25924
  max_concurrency=max_concurrency,
25414
25925
  items_path=items_path,
25415
25926
  max_concurrency_path=max_concurrency_path,
@@ -26449,7 +26960,7 @@ def _typecheckingstub__2e34fabd0367a0519a35d86d419baa37e6fe26ad05457e96b236a55bb
26449
26960
  deploy_time: typing.Optional[builtins.bool] = None,
26450
26961
  display_name: typing.Optional[builtins.str] = None,
26451
26962
  readers: typing.Optional[typing.Sequence[_IGrantable_71c4f5de]] = None,
26452
- source_kms_key: typing.Optional[_IKey_5f11635f] = None,
26963
+ source_kms_key: typing.Optional[_IKeyRef_d4fc6ef3] = None,
26453
26964
  asset_hash: typing.Optional[builtins.str] = None,
26454
26965
  asset_hash_type: typing.Optional[_AssetHashType_05b67f2d] = None,
26455
26966
  bundling: typing.Optional[typing.Union[_BundlingOptions_588cc936, typing.Dict[builtins.str, typing.Any]]] = None,
@@ -26520,7 +27031,7 @@ def _typecheckingstub__526ef9213812e76ec99bd530d4fbea7cc137d220b92525fe763d6d315
26520
27031
  deploy_time: typing.Optional[builtins.bool] = None,
26521
27032
  display_name: typing.Optional[builtins.str] = None,
26522
27033
  readers: typing.Optional[typing.Sequence[_IGrantable_71c4f5de]] = None,
26523
- source_kms_key: typing.Optional[_IKey_5f11635f] = None,
27034
+ source_kms_key: typing.Optional[_IKeyRef_d4fc6ef3] = None,
26524
27035
  asset_hash: typing.Optional[builtins.str] = None,
26525
27036
  asset_hash_type: typing.Optional[_AssetHashType_05b67f2d] = None,
26526
27037
  bundling: typing.Optional[typing.Union[_BundlingOptions_588cc936, typing.Dict[builtins.str, typing.Any]]] = None,
@@ -26579,6 +27090,12 @@ def _typecheckingstub__67aefd85a78dbc72556e294ed43f407d7fe2e40185f6dcefcda2b91bc
26579
27090
  """Type checking stubs"""
26580
27091
  pass
26581
27092
 
27093
+ def _typecheckingstub__1263659f24791988667803166a24080d04a876b31403b25165aea620a8e4fbaa(
27094
+ identity: _IGrantable_71c4f5de,
27095
+ ) -> None:
27096
+ """Type checking stubs"""
27097
+ pass
27098
+
26582
27099
  def _typecheckingstub__b84edd8c4dd517d793cea8632f963ea68ac72a33187299a17ff7549b1e1dc14d(
26583
27100
  identity: _IGrantable_71c4f5de,
26584
27101
  ) -> None:
@@ -26603,6 +27120,7 @@ def _typecheckingstub__2cab371f4587948afe28a72a9dde908f44a64ec26dee050808f7b1236
26603
27120
  account: typing.Optional[builtins.str] = None,
26604
27121
  color: typing.Optional[builtins.str] = None,
26605
27122
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
27123
+ id: typing.Optional[builtins.str] = None,
26606
27124
  label: typing.Optional[builtins.str] = None,
26607
27125
  period: typing.Optional[_Duration_4839e8c3] = None,
26608
27126
  region: typing.Optional[builtins.str] = None,
@@ -26610,6 +27128,7 @@ def _typecheckingstub__2cab371f4587948afe28a72a9dde908f44a64ec26dee050808f7b1236
26610
27128
  stack_region: typing.Optional[builtins.str] = None,
26611
27129
  statistic: typing.Optional[builtins.str] = None,
26612
27130
  unit: typing.Optional[_Unit_61bc6f70] = None,
27131
+ visible: typing.Optional[builtins.bool] = None,
26613
27132
  ) -> None:
26614
27133
  """Type checking stubs"""
26615
27134
  pass
@@ -26833,6 +27352,7 @@ def _typecheckingstub__7e64b5e53f029b5753785385b8477bb5c760876cfc7efe1b7fa47a5f7
26833
27352
  *,
26834
27353
  assign: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
26835
27354
  item_selector: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
27355
+ jsonata_item_selector: typing.Optional[builtins.str] = None,
26836
27356
  max_concurrency: typing.Optional[jsii.Number] = None,
26837
27357
  ) -> None:
26838
27358
  """Type checking stubs"""
@@ -27301,6 +27821,7 @@ def _typecheckingstub__e00f442fc4f33cd6bcc931ba95c9117d241aef41be5171c27548e74d9
27301
27821
  account: typing.Optional[builtins.str] = None,
27302
27822
  color: typing.Optional[builtins.str] = None,
27303
27823
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
27824
+ id: typing.Optional[builtins.str] = None,
27304
27825
  label: typing.Optional[builtins.str] = None,
27305
27826
  period: typing.Optional[_Duration_4839e8c3] = None,
27306
27827
  region: typing.Optional[builtins.str] = None,
@@ -27308,6 +27829,7 @@ def _typecheckingstub__e00f442fc4f33cd6bcc931ba95c9117d241aef41be5171c27548e74d9
27308
27829
  stack_region: typing.Optional[builtins.str] = None,
27309
27830
  statistic: typing.Optional[builtins.str] = None,
27310
27831
  unit: typing.Optional[_Unit_61bc6f70] = None,
27832
+ visible: typing.Optional[builtins.bool] = None,
27311
27833
  ) -> None:
27312
27834
  """Type checking stubs"""
27313
27835
  pass
@@ -27373,6 +27895,7 @@ def _typecheckingstub__01d556c15cb7d46dea75f4d4d5be455df4181351677d04c896b3cece7
27373
27895
  account: typing.Optional[builtins.str] = None,
27374
27896
  color: typing.Optional[builtins.str] = None,
27375
27897
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
27898
+ id: typing.Optional[builtins.str] = None,
27376
27899
  label: typing.Optional[builtins.str] = None,
27377
27900
  period: typing.Optional[_Duration_4839e8c3] = None,
27378
27901
  region: typing.Optional[builtins.str] = None,
@@ -27380,6 +27903,7 @@ def _typecheckingstub__01d556c15cb7d46dea75f4d4d5be455df4181351677d04c896b3cece7
27380
27903
  stack_region: typing.Optional[builtins.str] = None,
27381
27904
  statistic: typing.Optional[builtins.str] = None,
27382
27905
  unit: typing.Optional[_Unit_61bc6f70] = None,
27906
+ visible: typing.Optional[builtins.bool] = None,
27383
27907
  ) -> None:
27384
27908
  """Type checking stubs"""
27385
27909
  pass
@@ -27556,6 +28080,7 @@ def _typecheckingstub__9e107390a3e2550b832e771f6471431f1576a6bdab08445ca9d4fef45
27556
28080
  account: typing.Optional[builtins.str] = None,
27557
28081
  color: typing.Optional[builtins.str] = None,
27558
28082
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
28083
+ id: typing.Optional[builtins.str] = None,
27559
28084
  label: typing.Optional[builtins.str] = None,
27560
28085
  period: typing.Optional[_Duration_4839e8c3] = None,
27561
28086
  region: typing.Optional[builtins.str] = None,
@@ -27563,6 +28088,7 @@ def _typecheckingstub__9e107390a3e2550b832e771f6471431f1576a6bdab08445ca9d4fef45
27563
28088
  stack_region: typing.Optional[builtins.str] = None,
27564
28089
  statistic: typing.Optional[builtins.str] = None,
27565
28090
  unit: typing.Optional[_Unit_61bc6f70] = None,
28091
+ visible: typing.Optional[builtins.bool] = None,
27566
28092
  ) -> None:
27567
28093
  """Type checking stubs"""
27568
28094
  pass
@@ -27840,6 +28366,7 @@ def _typecheckingstub__7f960b5875dcb81c7f4b6e91c03015375df2e5c6bb3da84f476bf59c2
27840
28366
  account: typing.Optional[builtins.str] = None,
27841
28367
  color: typing.Optional[builtins.str] = None,
27842
28368
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
28369
+ id: typing.Optional[builtins.str] = None,
27843
28370
  label: typing.Optional[builtins.str] = None,
27844
28371
  period: typing.Optional[_Duration_4839e8c3] = None,
27845
28372
  region: typing.Optional[builtins.str] = None,
@@ -27847,6 +28374,7 @@ def _typecheckingstub__7f960b5875dcb81c7f4b6e91c03015375df2e5c6bb3da84f476bf59c2
27847
28374
  stack_region: typing.Optional[builtins.str] = None,
27848
28375
  statistic: typing.Optional[builtins.str] = None,
27849
28376
  unit: typing.Optional[_Unit_61bc6f70] = None,
28377
+ visible: typing.Optional[builtins.bool] = None,
27850
28378
  ) -> None:
27851
28379
  """Type checking stubs"""
27852
28380
  pass
@@ -28058,6 +28586,7 @@ def _typecheckingstub__ec64abf9bcf7fc88fbbd0e8dea491d0fe3b15022e0a3a15ff395d55b0
28058
28586
  state_name: typing.Optional[builtins.str] = None,
28059
28587
  assign: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
28060
28588
  item_selector: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
28589
+ jsonata_item_selector: typing.Optional[builtins.str] = None,
28061
28590
  max_concurrency: typing.Optional[jsii.Number] = None,
28062
28591
  input_path: typing.Optional[builtins.str] = None,
28063
28592
  output_path: typing.Optional[builtins.str] = None,
@@ -28086,6 +28615,7 @@ def _typecheckingstub__81ff0c38557baaa35eb92b4d57e31ecde27db396059124470432c8292
28086
28615
  state_name: typing.Optional[builtins.str] = None,
28087
28616
  assign: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
28088
28617
  item_selector: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
28618
+ jsonata_item_selector: typing.Optional[builtins.str] = None,
28089
28619
  max_concurrency: typing.Optional[jsii.Number] = None,
28090
28620
  outputs: typing.Any = None,
28091
28621
  items: typing.Optional[ProvideItems] = None,
@@ -28222,6 +28752,7 @@ def _typecheckingstub__0d25d492eb753f17d954200a30dfae328a6f5710335312d1b5ffe0113
28222
28752
  query_language: typing.Optional[QueryLanguage] = None,
28223
28753
  state_name: typing.Optional[builtins.str] = None,
28224
28754
  item_selector: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
28755
+ jsonata_item_selector: typing.Optional[builtins.str] = None,
28225
28756
  max_concurrency: typing.Optional[jsii.Number] = None,
28226
28757
  items_path: typing.Optional[builtins.str] = None,
28227
28758
  max_concurrency_path: typing.Optional[builtins.str] = None,
@@ -28255,6 +28786,7 @@ def _typecheckingstub__123fd5cef3e54859ea847c1cc590a95cd39ecae394611b5e8add5b44b
28255
28786
  state_name: typing.Optional[builtins.str] = None,
28256
28787
  assign: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
28257
28788
  item_selector: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
28789
+ jsonata_item_selector: typing.Optional[builtins.str] = None,
28258
28790
  max_concurrency: typing.Optional[jsii.Number] = None,
28259
28791
  input_path: typing.Optional[builtins.str] = None,
28260
28792
  output_path: typing.Optional[builtins.str] = None,
@@ -28275,6 +28807,7 @@ def _typecheckingstub__1418bfef4d27a80b418f4fccfa22e0abfc4cf5008b74d8c088c96b991
28275
28807
  state_name: typing.Optional[builtins.str] = None,
28276
28808
  assign: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
28277
28809
  item_selector: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
28810
+ jsonata_item_selector: typing.Optional[builtins.str] = None,
28278
28811
  max_concurrency: typing.Optional[jsii.Number] = None,
28279
28812
  input_path: typing.Optional[builtins.str] = None,
28280
28813
  output_path: typing.Optional[builtins.str] = None,
@@ -28294,6 +28827,7 @@ def _typecheckingstub__a2445c2dd683291fecf01b56e77d0cbe2d0d8486f7f01b558c189426a
28294
28827
  state_name: typing.Optional[builtins.str] = None,
28295
28828
  assign: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
28296
28829
  item_selector: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
28830
+ jsonata_item_selector: typing.Optional[builtins.str] = None,
28297
28831
  max_concurrency: typing.Optional[jsii.Number] = None,
28298
28832
  outputs: typing.Any = None,
28299
28833
  items: typing.Optional[ProvideItems] = None,
@@ -28309,6 +28843,7 @@ def _typecheckingstub__841961f24272e2df479ccf3f591259c5dbc7bf471c2a6e11c7c7d61bf
28309
28843
  state_name: typing.Optional[builtins.str] = None,
28310
28844
  assign: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
28311
28845
  item_selector: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
28846
+ jsonata_item_selector: typing.Optional[builtins.str] = None,
28312
28847
  max_concurrency: typing.Optional[jsii.Number] = None,
28313
28848
  input_path: typing.Optional[builtins.str] = None,
28314
28849
  output_path: typing.Optional[builtins.str] = None,
@@ -28600,6 +29135,7 @@ def _typecheckingstub__64f7d4222fc9728237ee261157ec268cfd8f396c371bc6402ec7a1a4e
28600
29135
  tolerated_failure_percentage: typing.Optional[jsii.Number] = None,
28601
29136
  tolerated_failure_percentage_path: typing.Optional[builtins.str] = None,
28602
29137
  item_selector: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
29138
+ jsonata_item_selector: typing.Optional[builtins.str] = None,
28603
29139
  max_concurrency: typing.Optional[jsii.Number] = None,
28604
29140
  items_path: typing.Optional[builtins.str] = None,
28605
29141
  max_concurrency_path: typing.Optional[builtins.str] = None,
@@ -28639,6 +29175,7 @@ def _typecheckingstub__571881b9fd1e6c545891d3d8e303faaf2af3b7abf8dedfe7af5b088c9
28639
29175
  query_language: typing.Optional[QueryLanguage] = None,
28640
29176
  state_name: typing.Optional[builtins.str] = None,
28641
29177
  item_selector: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
29178
+ jsonata_item_selector: typing.Optional[builtins.str] = None,
28642
29179
  max_concurrency: typing.Optional[jsii.Number] = None,
28643
29180
  items: typing.Optional[ProvideItems] = None,
28644
29181
  assign: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
@@ -28665,6 +29202,7 @@ def _typecheckingstub__9a2f34bdddff2f64215983e3f128e7644b5b5bf72fc9af9b5b0c0e3b3
28665
29202
  query_language: typing.Optional[QueryLanguage] = None,
28666
29203
  state_name: typing.Optional[builtins.str] = None,
28667
29204
  item_selector: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
29205
+ jsonata_item_selector: typing.Optional[builtins.str] = None,
28668
29206
  max_concurrency: typing.Optional[jsii.Number] = None,
28669
29207
  items_path: typing.Optional[builtins.str] = None,
28670
29208
  max_concurrency_path: typing.Optional[builtins.str] = None,
@@ -28716,6 +29254,7 @@ def _typecheckingstub__e484af477b46c0e70f635ed9610c7183f70c2184fd7a48f091a5477df
28716
29254
  state_name: typing.Optional[builtins.str] = None,
28717
29255
  assign: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
28718
29256
  item_selector: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
29257
+ jsonata_item_selector: typing.Optional[builtins.str] = None,
28719
29258
  max_concurrency: typing.Optional[jsii.Number] = None,
28720
29259
  input_path: typing.Optional[builtins.str] = None,
28721
29260
  output_path: typing.Optional[builtins.str] = None,
@@ -28745,6 +29284,7 @@ def _typecheckingstub__78d28fbd908923a38f00f8f82b2387552ae3a53fe5d860d66d336f49b
28745
29284
  *,
28746
29285
  parameters: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
28747
29286
  item_selector: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
29287
+ jsonata_item_selector: typing.Optional[builtins.str] = None,
28748
29288
  max_concurrency: typing.Optional[jsii.Number] = None,
28749
29289
  comment: typing.Optional[builtins.str] = None,
28750
29290
  query_language: typing.Optional[QueryLanguage] = None,
@@ -28771,6 +29311,7 @@ def _typecheckingstub__117dd132ca8c26f59efc69b8fbd2855fd633da22be9b9bbcfc5209542
28771
29311
  query_language: typing.Optional[QueryLanguage] = None,
28772
29312
  state_name: typing.Optional[builtins.str] = None,
28773
29313
  item_selector: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
29314
+ jsonata_item_selector: typing.Optional[builtins.str] = None,
28774
29315
  max_concurrency: typing.Optional[jsii.Number] = None,
28775
29316
  items: typing.Optional[ProvideItems] = None,
28776
29317
  assign: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
@@ -28788,6 +29329,7 @@ def _typecheckingstub__27e601e2ac6be39a50ef90276193f9993e276497c1482cf6fe3ebf359
28788
29329
  query_language: typing.Optional[QueryLanguage] = None,
28789
29330
  state_name: typing.Optional[builtins.str] = None,
28790
29331
  item_selector: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
29332
+ jsonata_item_selector: typing.Optional[builtins.str] = None,
28791
29333
  max_concurrency: typing.Optional[jsii.Number] = None,
28792
29334
  items_path: typing.Optional[builtins.str] = None,
28793
29335
  max_concurrency_path: typing.Optional[builtins.str] = None,
@@ -28831,3 +29373,6 @@ def _typecheckingstub__0d5f089eaa441d0e3ee41bfd31bf52dcf81f27d026fe808208da7e964
28831
29373
  ) -> None:
28832
29374
  """Type checking stubs"""
28833
29375
  pass
29376
+
29377
+ for cls in [IActivity, IChainable, IItemReader, INextable, IStateMachine]:
29378
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])