aws-cdk-lib 2.195.0__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 (572) hide show
  1. aws_cdk/__init__.py +1806 -417
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.195.0.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 +1245 -215
  12. aws_cdk/aws_apigatewayv2/__init__.py +3890 -476
  13. aws_cdk/aws_apigatewayv2_integrations/__init__.py +94 -16
  14. aws_cdk/aws_appconfig/__init__.py +618 -91
  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 +75 -10
  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 +136 -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 +350 -94
  24. aws_cdk/aws_apptest/__init__.py +71 -2
  25. aws_cdk/aws_aps/__init__.py +2188 -94
  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 +165 -60
  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 +370 -42
  35. aws_cdk/aws_backupgateway/__init__.py +13 -2
  36. aws_cdk/aws_batch/__init__.py +1462 -163
  37. aws_cdk/aws_bcmdataexports/__init__.py +21 -2
  38. aws_cdk/aws_bedrock/__init__.py +7867 -727
  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 +611 -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 +258 -32
  45. aws_cdk/aws_chatbot/__init__.py +76 -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 +362 -189
  50. aws_cdk/aws_cloudfront/__init__.py +2188 -674
  51. aws_cdk/aws_cloudfront/experimental/__init__.py +114 -16
  52. aws_cdk/aws_cloudfront_origins/__init__.py +615 -74
  53. aws_cdk/aws_cloudtrail/__init__.py +311 -21
  54. aws_cdk/aws_cloudwatch/__init__.py +3093 -1038
  55. aws_cdk/aws_cloudwatch_actions/__init__.py +75 -1
  56. aws_cdk/aws_codeartifact/__init__.py +35 -6
  57. aws_cdk/aws_codebuild/__init__.py +1303 -135
  58. aws_cdk/aws_codecommit/__init__.py +29 -9
  59. aws_cdk/aws_codeconnections/__init__.py +13 -2
  60. aws_cdk/aws_codedeploy/__init__.py +130 -6
  61. aws_cdk/aws_codeguruprofiler/__init__.py +80 -2
  62. aws_cdk/aws_codegurureviewer/__init__.py +13 -2
  63. aws_cdk/aws_codepipeline/__init__.py +177 -71
  64. aws_cdk/aws_codepipeline_actions/__init__.py +753 -4
  65. aws_cdk/aws_codestar/__init__.py +13 -2
  66. aws_cdk/aws_codestarconnections/__init__.py +35 -6
  67. aws_cdk/aws_codestarnotifications/__init__.py +22 -2
  68. aws_cdk/aws_cognito/__init__.py +905 -92
  69. aws_cdk/aws_cognito_identitypool/__init__.py +23 -12
  70. aws_cdk/aws_comprehend/__init__.py +24 -4
  71. aws_cdk/aws_config/__init__.py +227 -30
  72. aws_cdk/aws_connect/__init__.py +2736 -191
  73. aws_cdk/aws_connectcampaigns/__init__.py +13 -2
  74. aws_cdk/aws_connectcampaignsv2/__init__.py +268 -6
  75. aws_cdk/aws_controltower/__init__.py +35 -6
  76. aws_cdk/aws_cur/__init__.py +100 -4
  77. aws_cdk/aws_customerprofiles/__init__.py +617 -27
  78. aws_cdk/aws_databrew/__init__.py +68 -12
  79. aws_cdk/aws_datapipeline/__init__.py +42 -2
  80. aws_cdk/aws_datasync/__init__.py +1514 -977
  81. aws_cdk/aws_datazone/__init__.py +7426 -1763
  82. aws_cdk/aws_dax/__init__.py +83 -6
  83. aws_cdk/aws_deadline/__init__.py +511 -36
  84. aws_cdk/aws_detective/__init__.py +35 -6
  85. aws_cdk/aws_devicefarm/__init__.py +68 -12
  86. aws_cdk/aws_devopsguru/__init__.py +37 -6
  87. aws_cdk/aws_directoryservice/__init__.py +53 -4
  88. aws_cdk/aws_dlm/__init__.py +13 -2
  89. aws_cdk/aws_dms/__init__.py +184 -27
  90. aws_cdk/aws_docdb/__init__.py +350 -49
  91. aws_cdk/aws_docdbelastic/__init__.py +13 -2
  92. aws_cdk/aws_dsql/__init__.py +386 -16
  93. aws_cdk/aws_dynamodb/__init__.py +1479 -170
  94. aws_cdk/aws_ec2/__init__.py +10465 -1335
  95. aws_cdk/aws_ecr/__init__.py +637 -43
  96. aws_cdk/aws_ecr_assets/__init__.py +10 -0
  97. aws_cdk/aws_ecs/__init__.py +6629 -490
  98. aws_cdk/aws_ecs_patterns/__init__.py +124 -12
  99. aws_cdk/aws_efs/__init__.py +276 -24
  100. aws_cdk/aws_eks/__init__.py +1132 -227
  101. aws_cdk/aws_elasticache/__init__.py +378 -25
  102. aws_cdk/aws_elasticbeanstalk/__init__.py +75 -8
  103. aws_cdk/aws_elasticloadbalancing/__init__.py +22 -2
  104. aws_cdk/aws_elasticloadbalancingv2/__init__.py +1796 -123
  105. aws_cdk/aws_elasticsearch/__init__.py +291 -9
  106. aws_cdk/aws_emr/__init__.py +219 -18
  107. aws_cdk/aws_emrcontainers/__init__.py +71 -2
  108. aws_cdk/aws_emrserverless/__init__.py +188 -3
  109. aws_cdk/aws_entityresolution/__init__.py +585 -58
  110. aws_cdk/aws_events/__init__.py +1007 -126
  111. aws_cdk/aws_events_targets/__init__.py +398 -65
  112. aws_cdk/aws_eventschemas/__init__.py +46 -8
  113. aws_cdk/aws_evidently/__init__.py +57 -10
  114. aws_cdk/aws_evs/__init__.py +2244 -0
  115. aws_cdk/aws_finspace/__init__.py +71 -2
  116. aws_cdk/aws_fis/__init__.py +26 -4
  117. aws_cdk/aws_fms/__init__.py +35 -6
  118. aws_cdk/aws_forecast/__init__.py +24 -4
  119. aws_cdk/aws_frauddetector/__init__.py +79 -14
  120. aws_cdk/aws_fsx/__init__.py +1349 -127
  121. aws_cdk/aws_gamelift/__init__.py +755 -94
  122. aws_cdk/aws_gameliftstreams/__init__.py +44 -22
  123. aws_cdk/aws_globalaccelerator/__init__.py +73 -14
  124. aws_cdk/aws_glue/__init__.py +1455 -378
  125. aws_cdk/aws_grafana/__init__.py +13 -2
  126. aws_cdk/aws_greengrass/__init__.py +654 -32
  127. aws_cdk/aws_greengrassv2/__init__.py +53 -4
  128. aws_cdk/aws_groundstation/__init__.py +122 -6
  129. aws_cdk/aws_guardduty/__init__.py +1613 -123
  130. aws_cdk/aws_healthimaging/__init__.py +71 -2
  131. aws_cdk/aws_healthlake/__init__.py +42 -2
  132. aws_cdk/aws_iam/__init__.py +921 -141
  133. aws_cdk/aws_identitystore/__init__.py +24 -4
  134. aws_cdk/aws_imagebuilder/__init__.py +1454 -199
  135. aws_cdk/aws_inspector/__init__.py +44 -6
  136. aws_cdk/aws_inspectorv2/__init__.py +2285 -243
  137. aws_cdk/aws_internetmonitor/__init__.py +71 -2
  138. aws_cdk/aws_invoicing/__init__.py +13 -2
  139. aws_cdk/aws_iot/__init__.py +1760 -64
  140. aws_cdk/aws_iotanalytics/__init__.py +162 -8
  141. aws_cdk/aws_iotcoredeviceadvisor/__init__.py +106 -40
  142. aws_cdk/aws_iotevents/__init__.py +122 -6
  143. aws_cdk/aws_iotfleethub/__init__.py +71 -2
  144. aws_cdk/aws_iotfleetwise/__init__.py +195 -14
  145. aws_cdk/aws_iotsitewise/__init__.py +1837 -89
  146. aws_cdk/aws_iotthingsgraph/__init__.py +13 -2
  147. aws_cdk/aws_iottwinmaker/__init__.py +115 -10
  148. aws_cdk/aws_iotwireless/__init__.py +649 -22
  149. aws_cdk/aws_ivs/__init__.py +561 -57
  150. aws_cdk/aws_ivschat/__init__.py +24 -4
  151. aws_cdk/aws_kafkaconnect/__init__.py +35 -6
  152. aws_cdk/aws_kendra/__init__.py +120 -28
  153. aws_cdk/aws_kendraranking/__init__.py +13 -2
  154. aws_cdk/aws_kinesis/__init__.py +641 -23
  155. aws_cdk/aws_kinesisanalytics/__init__.py +467 -96
  156. aws_cdk/aws_kinesisanalyticsv2/__init__.py +207 -19
  157. aws_cdk/aws_kinesisfirehose/__init__.py +3087 -295
  158. aws_cdk/aws_kinesisvideo/__init__.py +24 -4
  159. aws_cdk/aws_kms/__init__.py +204 -45
  160. aws_cdk/aws_lakeformation/__init__.py +80 -15
  161. aws_cdk/aws_lambda/__init__.py +2236 -297
  162. aws_cdk/aws_lambda_event_sources/__init__.py +638 -1
  163. aws_cdk/aws_lambda_nodejs/__init__.py +63 -24
  164. aws_cdk/aws_launchwizard/__init__.py +13 -2
  165. aws_cdk/aws_lex/__init__.py +2162 -212
  166. aws_cdk/aws_licensemanager/__init__.py +24 -4
  167. aws_cdk/aws_lightsail/__init__.py +2958 -1322
  168. aws_cdk/aws_location/__init__.py +618 -14
  169. aws_cdk/aws_logs/__init__.py +6014 -923
  170. aws_cdk/aws_lookoutequipment/__init__.py +13 -2
  171. aws_cdk/aws_lookoutmetrics/__init__.py +38 -6
  172. aws_cdk/aws_lookoutvision/__init__.py +71 -2
  173. aws_cdk/aws_m2/__init__.py +94 -19
  174. aws_cdk/aws_macie/__init__.py +49 -11
  175. aws_cdk/aws_managedblockchain/__init__.py +180 -6
  176. aws_cdk/aws_mediaconnect/__init__.py +101 -18
  177. aws_cdk/aws_mediaconvert/__init__.py +35 -6
  178. aws_cdk/aws_medialive/__init__.py +1938 -532
  179. aws_cdk/aws_mediapackage/__init__.py +59 -12
  180. aws_cdk/aws_mediapackagev2/__init__.py +1616 -233
  181. aws_cdk/aws_mediastore/__init__.py +13 -2
  182. aws_cdk/aws_mediatailor/__init__.py +583 -12
  183. aws_cdk/aws_memorydb/__init__.py +271 -12
  184. aws_cdk/aws_mpa/__init__.py +1495 -0
  185. aws_cdk/aws_msk/__init__.py +108 -22
  186. aws_cdk/aws_mwaa/__init__.py +121 -9
  187. aws_cdk/aws_neptune/__init__.py +290 -78
  188. aws_cdk/aws_neptunegraph/__init__.py +24 -4
  189. aws_cdk/aws_networkfirewall/__init__.py +1184 -164
  190. aws_cdk/aws_networkmanager/__init__.py +349 -33
  191. aws_cdk/aws_nimblestudio/__init__.py +283 -408
  192. aws_cdk/aws_notifications/__init__.py +317 -12
  193. aws_cdk/aws_notificationscontacts/__init__.py +13 -2
  194. aws_cdk/aws_oam/__init__.py +24 -4
  195. aws_cdk/aws_observabilityadmin/__init__.py +2561 -0
  196. aws_cdk/aws_odb/__init__.py +5872 -0
  197. aws_cdk/aws_omics/__init__.py +2967 -162
  198. aws_cdk/aws_opensearchserverless/__init__.py +312 -37
  199. aws_cdk/aws_opensearchservice/__init__.py +501 -19
  200. aws_cdk/aws_opsworks/__init__.py +235 -139
  201. aws_cdk/aws_opsworkscm/__init__.py +16 -52
  202. aws_cdk/aws_organizations/__init__.py +70 -10
  203. aws_cdk/aws_osis/__init__.py +167 -2
  204. aws_cdk/aws_panorama/__init__.py +181 -9
  205. aws_cdk/aws_paymentcryptography/__init__.py +24 -4
  206. aws_cdk/aws_pcaconnectorad/__init__.py +59 -10
  207. aws_cdk/aws_pcaconnectorscep/__init__.py +24 -4
  208. aws_cdk/aws_pcs/__init__.py +516 -64
  209. aws_cdk/aws_personalize/__init__.py +46 -8
  210. aws_cdk/aws_pinpoint/__init__.py +329 -38
  211. aws_cdk/aws_pinpointemail/__init__.py +48 -8
  212. aws_cdk/aws_pipes/__init__.py +12 -2
  213. aws_cdk/aws_proton/__init__.py +37 -6
  214. aws_cdk/aws_qbusiness/__init__.py +635 -34
  215. aws_cdk/aws_qldb/__init__.py +24 -4
  216. aws_cdk/aws_quicksight/__init__.py +7900 -1160
  217. aws_cdk/aws_ram/__init__.py +24 -4
  218. aws_cdk/aws_rbin/__init__.py +12 -2
  219. aws_cdk/aws_rds/__init__.py +3721 -573
  220. aws_cdk/aws_redshift/__init__.py +143 -20
  221. aws_cdk/aws_redshiftserverless/__init__.py +699 -11
  222. aws_cdk/aws_refactorspaces/__init__.py +64 -14
  223. aws_cdk/aws_rekognition/__init__.py +93 -6
  224. aws_cdk/aws_resiliencehub/__init__.py +24 -4
  225. aws_cdk/aws_resourceexplorer2/__init__.py +35 -6
  226. aws_cdk/aws_resourcegroups/__init__.py +82 -4
  227. aws_cdk/aws_robomaker/__init__.py +72 -12
  228. aws_cdk/aws_rolesanywhere/__init__.py +194 -19
  229. aws_cdk/aws_route53/__init__.py +3965 -1436
  230. aws_cdk/aws_route53_targets/__init__.py +3 -0
  231. aws_cdk/aws_route53profiles/__init__.py +37 -6
  232. aws_cdk/aws_route53recoverycontrol/__init__.py +46 -8
  233. aws_cdk/aws_route53recoveryreadiness/__init__.py +104 -8
  234. aws_cdk/aws_route53resolver/__init__.py +189 -40
  235. aws_cdk/aws_rtbfabric/__init__.py +3498 -0
  236. aws_cdk/aws_rum/__init__.py +13 -2
  237. aws_cdk/aws_s3/__init__.py +1742 -221
  238. aws_cdk/aws_s3_assets/__init__.py +11 -11
  239. aws_cdk/aws_s3_deployment/__init__.py +153 -11
  240. aws_cdk/aws_s3_notifications/__init__.py +7 -7
  241. aws_cdk/aws_s3express/__init__.py +1053 -6
  242. aws_cdk/aws_s3objectlambda/__init__.py +68 -16
  243. aws_cdk/aws_s3outposts/__init__.py +46 -8
  244. aws_cdk/aws_s3tables/__init__.py +2000 -323
  245. aws_cdk/aws_s3vectors/__init__.py +1378 -0
  246. aws_cdk/aws_sagemaker/__init__.py +6848 -373
  247. aws_cdk/aws_sam/__init__.py +79 -14
  248. aws_cdk/aws_scheduler/__init__.py +249 -4
  249. aws_cdk/aws_sdb/__init__.py +12 -2
  250. aws_cdk/aws_secretsmanager/__init__.py +194 -14
  251. aws_cdk/aws_securityhub/__init__.py +3121 -176
  252. aws_cdk/aws_securitylake/__init__.py +46 -8
  253. aws_cdk/aws_servicecatalog/__init__.py +429 -246
  254. aws_cdk/aws_servicecatalogappregistry/__init__.py +164 -8
  255. aws_cdk/aws_servicediscovery/__init__.py +188 -47
  256. aws_cdk/aws_ses/__init__.py +2265 -369
  257. aws_cdk/aws_shield/__init__.py +46 -8
  258. aws_cdk/aws_signer/__init__.py +33 -4
  259. aws_cdk/aws_simspaceweaver/__init__.py +42 -2
  260. aws_cdk/aws_smsvoice/__init__.py +4716 -0
  261. aws_cdk/aws_sns/__init__.py +263 -29
  262. aws_cdk/aws_sns_subscriptions/__init__.py +265 -2
  263. aws_cdk/aws_sqs/__init__.py +223 -14
  264. aws_cdk/aws_ssm/__init__.py +413 -58
  265. aws_cdk/aws_ssmcontacts/__init__.py +98 -9
  266. aws_cdk/aws_ssmguiconnect/__init__.py +20 -9
  267. aws_cdk/aws_ssmincidents/__init__.py +24 -4
  268. aws_cdk/aws_ssmquicksetup/__init__.py +393 -8
  269. aws_cdk/aws_sso/__init__.py +70 -12
  270. aws_cdk/aws_stepfunctions/__init__.py +823 -94
  271. aws_cdk/aws_stepfunctions_tasks/__init__.py +2323 -150
  272. aws_cdk/aws_supportapp/__init__.py +39 -6
  273. aws_cdk/aws_synthetics/__init__.py +1088 -126
  274. aws_cdk/aws_systemsmanagersap/__init__.py +13 -2
  275. aws_cdk/aws_timestream/__init__.py +104 -8
  276. aws_cdk/aws_transfer/__init__.py +784 -87
  277. aws_cdk/aws_verifiedpermissions/__init__.py +306 -13
  278. aws_cdk/aws_voiceid/__init__.py +54 -5
  279. aws_cdk/aws_vpclattice/__init__.py +589 -231
  280. aws_cdk/aws_waf/__init__.py +79 -14
  281. aws_cdk/aws_wafregional/__init__.py +123 -22
  282. aws_cdk/aws_wafv2/__init__.py +1183 -64
  283. aws_cdk/aws_wisdom/__init__.py +1403 -90
  284. aws_cdk/aws_workspaces/__init__.py +134 -6
  285. aws_cdk/aws_workspacesinstances/__init__.py +3940 -0
  286. aws_cdk/aws_workspacesthinclient/__init__.py +79 -10
  287. aws_cdk/aws_workspacesweb/__init__.py +1057 -141
  288. aws_cdk/aws_xray/__init__.py +48 -8
  289. aws_cdk/cloud_assembly_schema/__init__.py +368 -48
  290. aws_cdk/custom_resources/__init__.py +58 -12
  291. aws_cdk/cx_api/__init__.py +125 -21
  292. aws_cdk/interfaces/__init__.py +739 -0
  293. aws_cdk/interfaces/alexa_ask/__init__.py +146 -0
  294. aws_cdk/interfaces/aws_accessanalyzer/__init__.py +146 -0
  295. aws_cdk/interfaces/aws_acmpca/__init__.py +501 -0
  296. aws_cdk/interfaces/aws_aiops/__init__.py +146 -0
  297. aws_cdk/interfaces/aws_amazonmq/__init__.py +386 -0
  298. aws_cdk/interfaces/aws_amplify/__init__.py +352 -0
  299. aws_cdk/interfaces/aws_amplifyuibuilder/__init__.py +454 -0
  300. aws_cdk/interfaces/aws_apigateway/__init__.py +2486 -0
  301. aws_cdk/interfaces/aws_apigatewayv2/__init__.py +1651 -0
  302. aws_cdk/interfaces/aws_appconfig/__init__.py +1020 -0
  303. aws_cdk/interfaces/aws_appflow/__init__.py +404 -0
  304. aws_cdk/interfaces/aws_appintegrations/__init__.py +396 -0
  305. aws_cdk/interfaces/aws_applicationautoscaling/__init__.py +307 -0
  306. aws_cdk/interfaces/aws_applicationinsights/__init__.py +148 -0
  307. aws_cdk/interfaces/aws_applicationsignals/__init__.py +358 -0
  308. aws_cdk/interfaces/aws_appmesh/__init__.py +888 -0
  309. aws_cdk/interfaces/aws_apprunner/__init__.py +564 -0
  310. aws_cdk/interfaces/aws_appstream/__init__.py +1482 -0
  311. aws_cdk/interfaces/aws_appsync/__init__.py +1326 -0
  312. aws_cdk/interfaces/aws_apptest/__init__.py +163 -0
  313. aws_cdk/interfaces/aws_aps/__init__.py +558 -0
  314. aws_cdk/interfaces/aws_arcregionswitch/__init__.py +146 -0
  315. aws_cdk/interfaces/aws_arczonalshift/__init__.py +273 -0
  316. aws_cdk/interfaces/aws_athena/__init__.py +575 -0
  317. aws_cdk/interfaces/aws_auditmanager/__init__.py +163 -0
  318. aws_cdk/interfaces/aws_autoscaling/__init__.py +705 -0
  319. aws_cdk/interfaces/aws_autoscalingplans/__init__.py +148 -0
  320. aws_cdk/interfaces/aws_b2bi/__init__.py +524 -0
  321. aws_cdk/interfaces/aws_backup/__init__.py +955 -0
  322. aws_cdk/interfaces/aws_backupgateway/__init__.py +146 -0
  323. aws_cdk/interfaces/aws_batch/__init__.py +681 -0
  324. aws_cdk/interfaces/aws_bcmdataexports/__init__.py +146 -0
  325. aws_cdk/interfaces/aws_bedrock/__init__.py +1942 -0
  326. aws_cdk/interfaces/aws_bedrockagentcore/__init__.py +934 -0
  327. aws_cdk/interfaces/aws_billing/__init__.py +146 -0
  328. aws_cdk/interfaces/aws_billingconductor/__init__.py +463 -0
  329. aws_cdk/interfaces/aws_budgets/__init__.py +261 -0
  330. aws_cdk/interfaces/aws_cassandra/__init__.py +381 -0
  331. aws_cdk/interfaces/aws_ce/__init__.py +352 -0
  332. aws_cdk/interfaces/aws_certificatemanager/__init__.py +251 -0
  333. aws_cdk/interfaces/aws_chatbot/__init__.py +366 -0
  334. aws_cdk/interfaces/aws_cleanrooms/__init__.py +1103 -0
  335. aws_cdk/interfaces/aws_cleanroomsml/__init__.py +148 -0
  336. aws_cdk/interfaces/aws_cloud9/__init__.py +166 -0
  337. aws_cdk/interfaces/aws_cloudformation/__init__.py +1919 -0
  338. aws_cdk/interfaces/aws_cloudfront/__init__.py +1998 -0
  339. aws_cdk/interfaces/aws_cloudtrail/__init__.py +570 -0
  340. aws_cdk/interfaces/aws_cloudwatch/__init__.py +733 -0
  341. aws_cdk/interfaces/aws_codeartifact/__init__.py +352 -0
  342. aws_cdk/interfaces/aws_codebuild/__init__.py +487 -0
  343. aws_cdk/interfaces/aws_codecommit/__init__.py +163 -0
  344. aws_cdk/interfaces/aws_codeconnections/__init__.py +146 -0
  345. aws_cdk/interfaces/aws_codedeploy/__init__.py +352 -0
  346. aws_cdk/interfaces/aws_codeguruprofiler/__init__.py +168 -0
  347. aws_cdk/interfaces/aws_codegurureviewer/__init__.py +148 -0
  348. aws_cdk/interfaces/aws_codepipeline/__init__.py +388 -0
  349. aws_cdk/interfaces/aws_codestar/__init__.py +146 -0
  350. aws_cdk/interfaces/aws_codestarconnections/__init__.py +370 -0
  351. aws_cdk/interfaces/aws_codestarnotifications/__init__.py +148 -0
  352. aws_cdk/interfaces/aws_cognito/__init__.py +1929 -0
  353. aws_cdk/interfaces/aws_comprehend/__init__.py +251 -0
  354. aws_cdk/interfaces/aws_config/__init__.py +1165 -0
  355. aws_cdk/interfaces/aws_connect/__init__.py +2949 -0
  356. aws_cdk/interfaces/aws_connectcampaigns/__init__.py +146 -0
  357. aws_cdk/interfaces/aws_connectcampaignsv2/__init__.py +146 -0
  358. aws_cdk/interfaces/aws_controltower/__init__.py +394 -0
  359. aws_cdk/interfaces/aws_cur/__init__.py +146 -0
  360. aws_cdk/interfaces/aws_customerprofiles/__init__.py +915 -0
  361. aws_cdk/interfaces/aws_databrew/__init__.py +661 -0
  362. aws_cdk/interfaces/aws_datapipeline/__init__.py +146 -0
  363. aws_cdk/interfaces/aws_datasync/__init__.py +1384 -0
  364. aws_cdk/interfaces/aws_datazone/__init__.py +2238 -0
  365. aws_cdk/interfaces/aws_dax/__init__.py +364 -0
  366. aws_cdk/interfaces/aws_deadline/__init__.py +1303 -0
  367. aws_cdk/interfaces/aws_detective/__init__.py +364 -0
  368. aws_cdk/interfaces/aws_devicefarm/__init__.py +663 -0
  369. aws_cdk/interfaces/aws_devopsguru/__init__.py +362 -0
  370. aws_cdk/interfaces/aws_directoryservice/__init__.py +251 -0
  371. aws_cdk/interfaces/aws_dlm/__init__.py +166 -0
  372. aws_cdk/interfaces/aws_dms/__init__.py +1176 -0
  373. aws_cdk/interfaces/aws_docdb/__init__.py +560 -0
  374. aws_cdk/interfaces/aws_docdbelastic/__init__.py +146 -0
  375. aws_cdk/interfaces/aws_dsql/__init__.py +146 -0
  376. aws_cdk/interfaces/aws_dynamodb/__init__.py +278 -0
  377. aws_cdk/interfaces/aws_ec2/__init__.py +11963 -0
  378. aws_cdk/interfaces/aws_ecr/__init__.py +814 -0
  379. aws_cdk/interfaces/aws_ecs/__init__.py +845 -0
  380. aws_cdk/interfaces/aws_efs/__init__.py +392 -0
  381. aws_cdk/interfaces/aws_eks/__init__.py +948 -0
  382. aws_cdk/interfaces/aws_elasticache/__init__.py +1108 -0
  383. aws_cdk/interfaces/aws_elasticbeanstalk/__init__.py +503 -0
  384. aws_cdk/interfaces/aws_elasticloadbalancing/__init__.py +148 -0
  385. aws_cdk/interfaces/aws_elasticloadbalancingv2/__init__.py +795 -0
  386. aws_cdk/interfaces/aws_elasticsearch/__init__.py +158 -0
  387. aws_cdk/interfaces/aws_emr/__init__.py +913 -0
  388. aws_cdk/interfaces/aws_emrcontainers/__init__.py +168 -0
  389. aws_cdk/interfaces/aws_emrserverless/__init__.py +166 -0
  390. aws_cdk/interfaces/aws_entityresolution/__init__.py +608 -0
  391. aws_cdk/interfaces/aws_events/__init__.py +872 -0
  392. aws_cdk/interfaces/aws_eventschemas/__init__.py +455 -0
  393. aws_cdk/interfaces/aws_evidently/__init__.py +558 -0
  394. aws_cdk/interfaces/aws_evs/__init__.py +166 -0
  395. aws_cdk/interfaces/aws_finspace/__init__.py +166 -0
  396. aws_cdk/interfaces/aws_fis/__init__.py +271 -0
  397. aws_cdk/interfaces/aws_fms/__init__.py +364 -0
  398. aws_cdk/interfaces/aws_forecast/__init__.py +249 -0
  399. aws_cdk/interfaces/aws_frauddetector/__init__.py +764 -0
  400. aws_cdk/interfaces/aws_fsx/__init__.py +663 -0
  401. aws_cdk/interfaces/aws_gamelift/__init__.py +1325 -0
  402. aws_cdk/interfaces/aws_gameliftstreams/__init__.py +249 -0
  403. aws_cdk/interfaces/aws_globalaccelerator/__init__.py +461 -0
  404. aws_cdk/interfaces/aws_glue/__init__.py +2377 -0
  405. aws_cdk/interfaces/aws_grafana/__init__.py +146 -0
  406. aws_cdk/interfaces/aws_greengrass/__init__.py +1871 -0
  407. aws_cdk/interfaces/aws_greengrassv2/__init__.py +251 -0
  408. aws_cdk/interfaces/aws_groundstation/__init__.py +396 -0
  409. aws_cdk/interfaces/aws_guardduty/__init__.py +1225 -0
  410. aws_cdk/interfaces/aws_healthimaging/__init__.py +163 -0
  411. aws_cdk/interfaces/aws_healthlake/__init__.py +146 -0
  412. aws_cdk/interfaces/aws_iam/__init__.py +1803 -0
  413. aws_cdk/interfaces/aws_identitystore/__init__.py +288 -0
  414. aws_cdk/interfaces/aws_imagebuilder/__init__.py +984 -0
  415. aws_cdk/interfaces/aws_inspector/__init__.py +354 -0
  416. aws_cdk/interfaces/aws_inspectorv2/__init__.py +467 -0
  417. aws_cdk/interfaces/aws_internetmonitor/__init__.py +163 -0
  418. aws_cdk/interfaces/aws_invoicing/__init__.py +146 -0
  419. aws_cdk/interfaces/aws_iot/__init__.py +3483 -0
  420. aws_cdk/interfaces/aws_iotanalytics/__init__.py +455 -0
  421. aws_cdk/interfaces/aws_iotcoredeviceadvisor/__init__.py +168 -0
  422. aws_cdk/interfaces/aws_iotevents/__init__.py +352 -0
  423. aws_cdk/interfaces/aws_iotfleethub/__init__.py +166 -0
  424. aws_cdk/interfaces/aws_iotfleetwise/__init__.py +892 -0
  425. aws_cdk/interfaces/aws_iotsitewise/__init__.py +1097 -0
  426. aws_cdk/interfaces/aws_iotthingsgraph/__init__.py +146 -0
  427. aws_cdk/interfaces/aws_iottwinmaker/__init__.py +711 -0
  428. aws_cdk/interfaces/aws_iotwireless/__init__.py +1401 -0
  429. aws_cdk/interfaces/aws_ivs/__init__.py +1075 -0
  430. aws_cdk/interfaces/aws_ivschat/__init__.py +251 -0
  431. aws_cdk/interfaces/aws_kafkaconnect/__init__.py +354 -0
  432. aws_cdk/interfaces/aws_kendra/__init__.py +428 -0
  433. aws_cdk/interfaces/aws_kendraranking/__init__.py +166 -0
  434. aws_cdk/interfaces/aws_kinesis/__init__.py +364 -0
  435. aws_cdk/interfaces/aws_kinesisanalytics/__init__.py +364 -0
  436. aws_cdk/interfaces/aws_kinesisanalyticsv2/__init__.py +479 -0
  437. aws_cdk/interfaces/aws_kinesisfirehose/__init__.py +168 -0
  438. aws_cdk/interfaces/aws_kinesisvideo/__init__.py +283 -0
  439. aws_cdk/interfaces/aws_kms/__init__.py +376 -0
  440. aws_cdk/interfaces/aws_lakeformation/__init__.py +860 -0
  441. aws_cdk/interfaces/aws_lambda/__init__.py +1141 -0
  442. aws_cdk/interfaces/aws_launchwizard/__init__.py +146 -0
  443. aws_cdk/interfaces/aws_lex/__init__.py +513 -0
  444. aws_cdk/interfaces/aws_licensemanager/__init__.py +249 -0
  445. aws_cdk/interfaces/aws_lightsail/__init__.py +1744 -0
  446. aws_cdk/interfaces/aws_location/__init__.py +879 -0
  447. aws_cdk/interfaces/aws_logs/__init__.py +1667 -0
  448. aws_cdk/interfaces/aws_lookoutequipment/__init__.py +168 -0
  449. aws_cdk/interfaces/aws_lookoutmetrics/__init__.py +251 -0
  450. aws_cdk/interfaces/aws_lookoutvision/__init__.py +163 -0
  451. aws_cdk/interfaces/aws_m2/__init__.py +352 -0
  452. aws_cdk/interfaces/aws_macie/__init__.py +512 -0
  453. aws_cdk/interfaces/aws_managedblockchain/__init__.py +381 -0
  454. aws_cdk/interfaces/aws_mediaconnect/__init__.py +1028 -0
  455. aws_cdk/interfaces/aws_mediaconvert/__init__.py +396 -0
  456. aws_cdk/interfaces/aws_medialive/__init__.py +1755 -0
  457. aws_cdk/interfaces/aws_mediapackage/__init__.py +644 -0
  458. aws_cdk/interfaces/aws_mediapackagev2/__init__.py +618 -0
  459. aws_cdk/interfaces/aws_mediastore/__init__.py +146 -0
  460. aws_cdk/interfaces/aws_mediatailor/__init__.py +788 -0
  461. aws_cdk/interfaces/aws_memorydb/__init__.py +685 -0
  462. aws_cdk/interfaces/aws_mpa/__init__.py +249 -0
  463. aws_cdk/interfaces/aws_msk/__init__.py +764 -0
  464. aws_cdk/interfaces/aws_mwaa/__init__.py +166 -0
  465. aws_cdk/interfaces/aws_neptune/__init__.py +663 -0
  466. aws_cdk/interfaces/aws_neptunegraph/__init__.py +265 -0
  467. aws_cdk/interfaces/aws_networkfirewall/__init__.py +669 -0
  468. aws_cdk/interfaces/aws_networkmanager/__init__.py +1832 -0
  469. aws_cdk/interfaces/aws_nimblestudio/__init__.py +388 -0
  470. aws_cdk/interfaces/aws_notifications/__init__.py +868 -0
  471. aws_cdk/interfaces/aws_notificationscontacts/__init__.py +148 -0
  472. aws_cdk/interfaces/aws_oam/__init__.py +249 -0
  473. aws_cdk/interfaces/aws_observabilityadmin/__init__.py +362 -0
  474. aws_cdk/interfaces/aws_odb/__init__.py +562 -0
  475. aws_cdk/interfaces/aws_omics/__init__.py +838 -0
  476. aws_cdk/interfaces/aws_opensearchserverless/__init__.py +859 -0
  477. aws_cdk/interfaces/aws_opensearchservice/__init__.py +283 -0
  478. aws_cdk/interfaces/aws_opsworks/__init__.py +772 -0
  479. aws_cdk/interfaces/aws_opsworkscm/__init__.py +146 -0
  480. aws_cdk/interfaces/aws_organizations/__init__.py +646 -0
  481. aws_cdk/interfaces/aws_osis/__init__.py +146 -0
  482. aws_cdk/interfaces/aws_panorama/__init__.py +420 -0
  483. aws_cdk/interfaces/aws_paymentcryptography/__init__.py +249 -0
  484. aws_cdk/interfaces/aws_pcaconnectorad/__init__.py +608 -0
  485. aws_cdk/interfaces/aws_pcaconnectorscep/__init__.py +249 -0
  486. aws_cdk/interfaces/aws_pcs/__init__.py +352 -0
  487. aws_cdk/interfaces/aws_personalize/__init__.py +455 -0
  488. aws_cdk/interfaces/aws_pinpoint/__init__.py +2125 -0
  489. aws_cdk/interfaces/aws_pinpointemail/__init__.py +467 -0
  490. aws_cdk/interfaces/aws_pipes/__init__.py +158 -0
  491. aws_cdk/interfaces/aws_proton/__init__.py +360 -0
  492. aws_cdk/interfaces/aws_qbusiness/__init__.py +1122 -0
  493. aws_cdk/interfaces/aws_qldb/__init__.py +283 -0
  494. aws_cdk/interfaces/aws_quicksight/__init__.py +1566 -0
  495. aws_cdk/interfaces/aws_ram/__init__.py +249 -0
  496. aws_cdk/interfaces/aws_rbin/__init__.py +146 -0
  497. aws_cdk/interfaces/aws_rds/__init__.py +1780 -0
  498. aws_cdk/interfaces/aws_redshift/__init__.py +1104 -0
  499. aws_cdk/interfaces/aws_redshiftserverless/__init__.py +356 -0
  500. aws_cdk/interfaces/aws_refactorspaces/__init__.py +605 -0
  501. aws_cdk/interfaces/aws_rekognition/__init__.py +406 -0
  502. aws_cdk/interfaces/aws_resiliencehub/__init__.py +251 -0
  503. aws_cdk/interfaces/aws_resourceexplorer2/__init__.py +354 -0
  504. aws_cdk/interfaces/aws_resourcegroups/__init__.py +261 -0
  505. aws_cdk/interfaces/aws_robomaker/__init__.py +673 -0
  506. aws_cdk/interfaces/aws_rolesanywhere/__init__.py +384 -0
  507. aws_cdk/interfaces/aws_route53/__init__.py +804 -0
  508. aws_cdk/interfaces/aws_route53profiles/__init__.py +368 -0
  509. aws_cdk/interfaces/aws_route53recoverycontrol/__init__.py +463 -0
  510. aws_cdk/interfaces/aws_route53recoveryreadiness/__init__.py +535 -0
  511. aws_cdk/interfaces/aws_route53resolver/__init__.py +1356 -0
  512. aws_cdk/interfaces/aws_rtbfabric/__init__.py +352 -0
  513. aws_cdk/interfaces/aws_rum/__init__.py +146 -0
  514. aws_cdk/interfaces/aws_s3/__init__.py +1171 -0
  515. aws_cdk/interfaces/aws_s3express/__init__.py +392 -0
  516. aws_cdk/interfaces/aws_s3objectlambda/__init__.py +271 -0
  517. aws_cdk/interfaces/aws_s3outposts/__init__.py +455 -0
  518. aws_cdk/interfaces/aws_s3tables/__init__.py +575 -0
  519. aws_cdk/interfaces/aws_s3vectors/__init__.py +354 -0
  520. aws_cdk/interfaces/aws_sagemaker/__init__.py +3797 -0
  521. aws_cdk/interfaces/aws_sam/__init__.py +603 -0
  522. aws_cdk/interfaces/aws_scheduler/__init__.py +286 -0
  523. aws_cdk/interfaces/aws_sdb/__init__.py +146 -0
  524. aws_cdk/interfaces/aws_secretsmanager/__init__.py +461 -0
  525. aws_cdk/interfaces/aws_securityhub/__init__.py +1499 -0
  526. aws_cdk/interfaces/aws_securitylake/__init__.py +474 -0
  527. aws_cdk/interfaces/aws_servicecatalog/__init__.py +1829 -0
  528. aws_cdk/interfaces/aws_servicecatalogappregistry/__init__.py +557 -0
  529. aws_cdk/interfaces/aws_servicediscovery/__init__.py +636 -0
  530. aws_cdk/interfaces/aws_ses/__init__.py +2018 -0
  531. aws_cdk/interfaces/aws_shield/__init__.py +455 -0
  532. aws_cdk/interfaces/aws_signer/__init__.py +266 -0
  533. aws_cdk/interfaces/aws_simspaceweaver/__init__.py +146 -0
  534. aws_cdk/interfaces/aws_smsvoice/__init__.py +892 -0
  535. aws_cdk/interfaces/aws_sns/__init__.py +455 -0
  536. aws_cdk/interfaces/aws_sqs/__init__.py +364 -0
  537. aws_cdk/interfaces/aws_ssm/__init__.py +982 -0
  538. aws_cdk/interfaces/aws_ssmcontacts/__init__.py +455 -0
  539. aws_cdk/interfaces/aws_ssmguiconnect/__init__.py +146 -0
  540. aws_cdk/interfaces/aws_ssmincidents/__init__.py +249 -0
  541. aws_cdk/interfaces/aws_ssmquicksetup/__init__.py +253 -0
  542. aws_cdk/interfaces/aws_sso/__init__.py +797 -0
  543. aws_cdk/interfaces/aws_stepfunctions/__init__.py +459 -0
  544. aws_cdk/interfaces/aws_supportapp/__init__.py +372 -0
  545. aws_cdk/interfaces/aws_synthetics/__init__.py +249 -0
  546. aws_cdk/interfaces/aws_systemsmanagersap/__init__.py +148 -0
  547. aws_cdk/interfaces/aws_timestream/__init__.py +526 -0
  548. aws_cdk/interfaces/aws_transfer/__init__.py +967 -0
  549. aws_cdk/interfaces/aws_verifiedpermissions/__init__.py +538 -0
  550. aws_cdk/interfaces/aws_voiceid/__init__.py +146 -0
  551. aws_cdk/interfaces/aws_vpclattice/__init__.py +1418 -0
  552. aws_cdk/interfaces/aws_waf/__init__.py +764 -0
  553. aws_cdk/interfaces/aws_wafregional/__init__.py +1182 -0
  554. aws_cdk/interfaces/aws_wafv2/__init__.py +870 -0
  555. aws_cdk/interfaces/aws_wisdom/__init__.py +1556 -0
  556. aws_cdk/interfaces/aws_workspaces/__init__.py +352 -0
  557. aws_cdk/interfaces/aws_workspacesinstances/__init__.py +390 -0
  558. aws_cdk/interfaces/aws_workspacesthinclient/__init__.py +168 -0
  559. aws_cdk/interfaces/aws_workspacesweb/__init__.py +1085 -0
  560. aws_cdk/interfaces/aws_xray/__init__.py +457 -0
  561. aws_cdk/lambda_layer_awscli/__init__.py +6 -0
  562. aws_cdk/lambda_layer_node_proxy_agent/__init__.py +6 -0
  563. aws_cdk/pipelines/__init__.py +202 -52
  564. aws_cdk/region_info/__init__.py +3 -0
  565. aws_cdk/triggers/__init__.py +66 -18
  566. {aws_cdk_lib-2.195.0.dist-info → aws_cdk_lib-2.224.0.dist-info}/METADATA +418 -18
  567. aws_cdk_lib-2.224.0.dist-info/RECORD +584 -0
  568. aws_cdk_lib-2.195.0.dist-info/RECORD +0 -304
  569. {aws_cdk_lib-2.195.0.dist-info → aws_cdk_lib-2.224.0.dist-info}/LICENSE +0 -0
  570. {aws_cdk_lib-2.195.0.dist-info → aws_cdk_lib-2.224.0.dist-info}/NOTICE +0 -0
  571. {aws_cdk_lib-2.195.0.dist-info → aws_cdk_lib-2.224.0.dist-info}/WHEEL +0 -0
  572. {aws_cdk_lib-2.195.0.dist-info → aws_cdk_lib-2.224.0.dist-info}/top_level.txt +0 -0
@@ -677,7 +677,8 @@ see [step function comparison operators](https://docs.aws.amazon.com/step-functi
677
677
  ### Parallel
678
678
 
679
679
  A `Parallel` state executes one or more subworkflows in parallel. It can also
680
- be used to catch and recover from errors in subworkflows.
680
+ be used to catch and recover from errors in subworkflows. The `parameters` property
681
+ can be used to transform the input that is passed to each branch of the parallel execution.
681
682
 
682
683
  ```python
683
684
  parallel = sfn.Parallel(self, "Do the work in parallel")
@@ -787,6 +788,27 @@ definition = choice.when(condition1, step1).otherwise(step2).afterwards().next(f
787
788
  map.item_processor(definition)
788
789
  ```
789
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
+
790
812
  To define a distributed `Map` state set `itemProcessors` mode to `ProcessorMode.DISTRIBUTED`.
791
813
  An `executionType` must be specified for the distributed `Map` workflow.
792
814
 
@@ -1005,6 +1027,25 @@ distributed_map = sfn.DistributedMap(self, "Distributed Map State",
1005
1027
  distributed_map.item_processor(sfn.Pass(self, "Pass State"))
1006
1028
  ```
1007
1029
 
1030
+ * If information about `bucket` is only known while starting execution of `StateMachine` (dynamically or at run-time) via JSON state input:
1031
+
1032
+ ```python
1033
+ #
1034
+ # JSON state input:
1035
+ # {
1036
+ # "bucketName": "my-bucket"
1037
+ # }
1038
+ #
1039
+ distributed_map = sfn.DistributedMap(self, "DistributedMap",
1040
+ result_writer_v2=sfn.ResultWriterV2(
1041
+ bucket_name_path=sfn.JsonPath.string_at("$.bucketName")
1042
+ )
1043
+ )
1044
+ distributed_map.item_processor(sfn.Pass(self, "Pass"))
1045
+ ```
1046
+
1047
+ * Both `bucket` and `bucketNamePath` are mutually exclusive.
1048
+
1008
1049
  If you want to specify the execution type for the ItemProcessor in the DistributedMap, you must set the `mapExecutionType` property in the `DistributedMap` class. When using the `DistributedMap` class, the `ProcessorConfig.executionType` property is ignored.
1009
1050
 
1010
1051
  In the following example, the execution type for the ItemProcessor in the DistributedMap is set to `EXPRESS` based on the value specified for `mapExecutionType`.
@@ -1505,6 +1546,7 @@ Any object that implements the `IGrantable` interface (has an associated princip
1505
1546
  * `stateMachine.grantRead(principal)` - grants the principal read access
1506
1547
  * `stateMachine.grantTaskResponse(principal)` - grants the principal the ability to send task tokens to the state machine
1507
1548
  * `stateMachine.grantExecution(principal, actions)` - grants the principal execution-level permissions for the IAM actions specified
1549
+ * `stateMachine.grantRedriveExecution(principal)` - grants the principal permission to redrive the executions of the state machine
1508
1550
  * `stateMachine.grant(principal, actions)` - grants the principal state-machine-level permissions for the IAM actions specified
1509
1551
 
1510
1552
  ### Start Execution Permission
@@ -1583,6 +1625,25 @@ The following read permissions are provided to a service principal by the `grant
1583
1625
 
1584
1626
  Grant execution-level permissions to a state machine by calling the `grantExecution()` API:
1585
1627
 
1628
+ ### Redrive Execution Permission
1629
+
1630
+ Grant the given identity permission to redrive the execution of the state machine:
1631
+
1632
+ ```python
1633
+ # definition: sfn.IChainable
1634
+ role = iam.Role(self, "Role",
1635
+ assumed_by=iam.ServicePrincipal("lambda.amazonaws.com")
1636
+ )
1637
+ state_machine = sfn.StateMachine(self, "StateMachine",
1638
+ definition_body=sfn.DefinitionBody.from_chainable(definition)
1639
+ )
1640
+
1641
+ # Give role permission to start execution of state machine
1642
+ state_machine.grant_start_execution(role)
1643
+ # Give role permission to redrive any executions of the state machine
1644
+ state_machine.grant_redrive_execution(role)
1645
+ ```
1646
+
1586
1647
  ```python
1587
1648
  # definition: sfn.IChainable
1588
1649
  role = iam.Role(self, "Role",
@@ -1692,6 +1753,17 @@ from ..aws_kms import IKey as _IKey_5f11635f
1692
1753
  from ..aws_logs import ILogGroup as _ILogGroup_3c4fa718
1693
1754
  from ..aws_s3 import IBucket as _IBucket_42e086fd
1694
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
+ )
1695
1767
 
1696
1768
 
1697
1769
  @jsii.data_type(
@@ -2040,7 +2112,7 @@ class CatchProps:
2040
2112
  )
2041
2113
 
2042
2114
 
2043
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
2115
+ @jsii.implements(_IInspectable_c2943556, _IActivityRef_cfa2906a, _ITaggable_36806126)
2044
2116
  class CfnActivity(
2045
2117
  _CfnResource_9df397a6,
2046
2118
  metaclass=jsii.JSIIMeta,
@@ -2089,7 +2161,8 @@ class CfnActivity(
2089
2161
  encryption_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnActivity.EncryptionConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
2090
2162
  tags: typing.Optional[typing.Sequence[typing.Union["CfnActivity.TagsEntryProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
2091
2163
  ) -> None:
2092
- '''
2164
+ '''Create a new ``AWS::StepFunctions::Activity``.
2165
+
2093
2166
  :param scope: Scope in which this resource is defined.
2094
2167
  :param id: Construct identifier for this resource (unique in its scope).
2095
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 _.
@@ -2136,6 +2209,12 @@ class CfnActivity(
2136
2209
  '''The CloudFormation resource type name for this resource class.'''
2137
2210
  return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
2138
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
+
2139
2218
  @builtins.property
2140
2219
  @jsii.member(jsii_name="attrArn")
2141
2220
  def attr_arn(self) -> builtins.str:
@@ -2508,7 +2587,7 @@ class CfnActivityProps:
2508
2587
  )
2509
2588
 
2510
2589
 
2511
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
2590
+ @jsii.implements(_IInspectable_c2943556, _IStateMachineRef_65490661, _ITaggable_36806126)
2512
2591
  class CfnStateMachine(
2513
2592
  _CfnResource_9df397a6,
2514
2593
  metaclass=jsii.JSIIMeta,
@@ -2591,7 +2670,8 @@ class CfnStateMachine(
2591
2670
  tags: typing.Optional[typing.Sequence[typing.Union["CfnStateMachine.TagsEntryProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
2592
2671
  tracing_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnStateMachine.TracingConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
2593
2672
  ) -> None:
2594
- '''
2673
+ '''Create a new ``AWS::StepFunctions::StateMachine``.
2674
+
2595
2675
  :param scope: Scope in which this resource is defined.
2596
2676
  :param id: Construct identifier for this resource (unique in its scope).
2597
2677
  :param role_arn: The Amazon Resource Name (ARN) of the IAM role to use for this state machine.
@@ -2700,6 +2780,12 @@ class CfnStateMachine(
2700
2780
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
2701
2781
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
2702
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
+
2703
2789
  @builtins.property
2704
2790
  @jsii.member(jsii_name="tags")
2705
2791
  def tags(self) -> _TagManager_0a598cb3:
@@ -3425,7 +3511,7 @@ class CfnStateMachine(
3425
3511
  )
3426
3512
 
3427
3513
 
3428
- @jsii.implements(_IInspectable_c2943556)
3514
+ @jsii.implements(_IInspectable_c2943556, _IStateMachineAliasRef_f68ce683)
3429
3515
  class CfnStateMachineAlias(
3430
3516
  _CfnResource_9df397a6,
3431
3517
  metaclass=jsii.JSIIMeta,
@@ -3474,7 +3560,8 @@ class CfnStateMachineAlias(
3474
3560
  name: typing.Optional[builtins.str] = None,
3475
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,
3476
3562
  ) -> None:
3477
- '''
3563
+ '''Create a new ``AWS::StepFunctions::StateMachineAlias``.
3564
+
3478
3565
  :param scope: Scope in which this resource is defined.
3479
3566
  :param id: Construct identifier for this resource (unique in its scope).
3480
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.
@@ -3541,6 +3628,12 @@ class CfnStateMachineAlias(
3541
3628
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
3542
3629
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
3543
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
+
3544
3637
  @builtins.property
3545
3638
  @jsii.member(jsii_name="deploymentPreference")
3546
3639
  def deployment_preference(
@@ -4263,7 +4356,7 @@ class CfnStateMachineProps:
4263
4356
  )
4264
4357
 
4265
4358
 
4266
- @jsii.implements(_IInspectable_c2943556)
4359
+ @jsii.implements(_IInspectable_c2943556, _IStateMachineVersionRef_33f36186)
4267
4360
  class CfnStateMachineVersion(
4268
4361
  _CfnResource_9df397a6,
4269
4362
  metaclass=jsii.JSIIMeta,
@@ -4304,7 +4397,8 @@ class CfnStateMachineVersion(
4304
4397
  description: typing.Optional[builtins.str] = None,
4305
4398
  state_machine_revision_id: typing.Optional[builtins.str] = None,
4306
4399
  ) -> None:
4307
- '''
4400
+ '''Create a new ``AWS::StepFunctions::StateMachineVersion``.
4401
+
4308
4402
  :param scope: Scope in which this resource is defined.
4309
4403
  :param id: Construct identifier for this resource (unique in its scope).
4310
4404
  :param state_machine_arn: The Amazon Resource Name (ARN) of the state machine.
@@ -4369,6 +4463,12 @@ class CfnStateMachineVersion(
4369
4463
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
4370
4464
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
4371
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
+
4372
4472
  @builtins.property
4373
4473
  @jsii.member(jsii_name="stateMachineArn")
4374
4474
  def state_machine_arn(self) -> builtins.str:
@@ -5748,7 +5848,7 @@ class DefinitionBody(
5748
5848
  deploy_time: typing.Optional[builtins.bool] = None,
5749
5849
  display_name: typing.Optional[builtins.str] = None,
5750
5850
  readers: typing.Optional[typing.Sequence[_IGrantable_71c4f5de]] = None,
5751
- source_kms_key: typing.Optional[_IKey_5f11635f] = None,
5851
+ source_kms_key: typing.Optional[_IKeyRef_d4fc6ef3] = None,
5752
5852
  asset_hash: typing.Optional[builtins.str] = None,
5753
5853
  asset_hash_type: typing.Optional[_AssetHashType_05b67f2d] = None,
5754
5854
  bundling: typing.Optional[typing.Union[_BundlingOptions_588cc936, typing.Dict[builtins.str, typing.Any]]] = None,
@@ -6191,7 +6291,7 @@ class FileDefinitionBody(
6191
6291
  deploy_time: typing.Optional[builtins.bool] = None,
6192
6292
  display_name: typing.Optional[builtins.str] = None,
6193
6293
  readers: typing.Optional[typing.Sequence[_IGrantable_71c4f5de]] = None,
6194
- source_kms_key: typing.Optional[_IKey_5f11635f] = None,
6294
+ source_kms_key: typing.Optional[_IKeyRef_d4fc6ef3] = None,
6195
6295
  asset_hash: typing.Optional[builtins.str] = None,
6196
6296
  asset_hash_type: typing.Optional[_AssetHashType_05b67f2d] = None,
6197
6297
  bundling: typing.Optional[typing.Union[_BundlingOptions_588cc936, typing.Dict[builtins.str, typing.Any]]] = None,
@@ -6640,6 +6740,17 @@ class IStateMachine(
6640
6740
  '''
6641
6741
  ...
6642
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
+
6643
6754
  @jsii.member(jsii_name="grantStartExecution")
6644
6755
  def grant_start_execution(self, identity: _IGrantable_71c4f5de) -> _Grant_a7ae64f8:
6645
6756
  '''Grant the given identity permissions to start an execution of this state machine.
@@ -6675,6 +6786,7 @@ class IStateMachine(
6675
6786
  account: typing.Optional[builtins.str] = None,
6676
6787
  color: typing.Optional[builtins.str] = None,
6677
6788
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
6789
+ id: typing.Optional[builtins.str] = None,
6678
6790
  label: typing.Optional[builtins.str] = None,
6679
6791
  period: typing.Optional[_Duration_4839e8c3] = None,
6680
6792
  region: typing.Optional[builtins.str] = None,
@@ -6682,6 +6794,7 @@ class IStateMachine(
6682
6794
  stack_region: typing.Optional[builtins.str] = None,
6683
6795
  statistic: typing.Optional[builtins.str] = None,
6684
6796
  unit: typing.Optional[_Unit_61bc6f70] = None,
6797
+ visible: typing.Optional[builtins.bool] = None,
6685
6798
  ) -> _Metric_e396a4dc:
6686
6799
  '''Return the given named metric for this State Machine's executions.
6687
6800
 
@@ -6689,6 +6802,7 @@ class IStateMachine(
6689
6802
  :param account: Account which this metric comes from. Default: - Deployment account.
6690
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
6691
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
6692
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
6693
6807
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
6694
6808
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -6696,6 +6810,7 @@ class IStateMachine(
6696
6810
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
6697
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
6698
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
6699
6814
 
6700
6815
  :default: - sum over 5 minutes
6701
6816
  '''
@@ -6708,6 +6823,7 @@ class IStateMachine(
6708
6823
  account: typing.Optional[builtins.str] = None,
6709
6824
  color: typing.Optional[builtins.str] = None,
6710
6825
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
6826
+ id: typing.Optional[builtins.str] = None,
6711
6827
  label: typing.Optional[builtins.str] = None,
6712
6828
  period: typing.Optional[_Duration_4839e8c3] = None,
6713
6829
  region: typing.Optional[builtins.str] = None,
@@ -6715,12 +6831,14 @@ class IStateMachine(
6715
6831
  stack_region: typing.Optional[builtins.str] = None,
6716
6832
  statistic: typing.Optional[builtins.str] = None,
6717
6833
  unit: typing.Optional[_Unit_61bc6f70] = None,
6834
+ visible: typing.Optional[builtins.bool] = None,
6718
6835
  ) -> _Metric_e396a4dc:
6719
6836
  '''Metric for the number of executions that were aborted.
6720
6837
 
6721
6838
  :param account: Account which this metric comes from. Default: - Deployment account.
6722
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
6723
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
6724
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
6725
6843
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
6726
6844
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -6728,6 +6846,7 @@ class IStateMachine(
6728
6846
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
6729
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
6730
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
6731
6850
 
6732
6851
  :default: - sum over 5 minutes
6733
6852
  '''
@@ -6740,6 +6859,7 @@ class IStateMachine(
6740
6859
  account: typing.Optional[builtins.str] = None,
6741
6860
  color: typing.Optional[builtins.str] = None,
6742
6861
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
6862
+ id: typing.Optional[builtins.str] = None,
6743
6863
  label: typing.Optional[builtins.str] = None,
6744
6864
  period: typing.Optional[_Duration_4839e8c3] = None,
6745
6865
  region: typing.Optional[builtins.str] = None,
@@ -6747,12 +6867,14 @@ class IStateMachine(
6747
6867
  stack_region: typing.Optional[builtins.str] = None,
6748
6868
  statistic: typing.Optional[builtins.str] = None,
6749
6869
  unit: typing.Optional[_Unit_61bc6f70] = None,
6870
+ visible: typing.Optional[builtins.bool] = None,
6750
6871
  ) -> _Metric_e396a4dc:
6751
6872
  '''Metric for the number of executions that failed.
6752
6873
 
6753
6874
  :param account: Account which this metric comes from. Default: - Deployment account.
6754
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
6755
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
6756
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
6757
6879
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
6758
6880
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -6760,6 +6882,7 @@ class IStateMachine(
6760
6882
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
6761
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
6762
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
6763
6886
 
6764
6887
  :default: - sum over 5 minutes
6765
6888
  '''
@@ -6772,6 +6895,7 @@ class IStateMachine(
6772
6895
  account: typing.Optional[builtins.str] = None,
6773
6896
  color: typing.Optional[builtins.str] = None,
6774
6897
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
6898
+ id: typing.Optional[builtins.str] = None,
6775
6899
  label: typing.Optional[builtins.str] = None,
6776
6900
  period: typing.Optional[_Duration_4839e8c3] = None,
6777
6901
  region: typing.Optional[builtins.str] = None,
@@ -6779,12 +6903,14 @@ class IStateMachine(
6779
6903
  stack_region: typing.Optional[builtins.str] = None,
6780
6904
  statistic: typing.Optional[builtins.str] = None,
6781
6905
  unit: typing.Optional[_Unit_61bc6f70] = None,
6906
+ visible: typing.Optional[builtins.bool] = None,
6782
6907
  ) -> _Metric_e396a4dc:
6783
6908
  '''Metric for the number of executions that were started.
6784
6909
 
6785
6910
  :param account: Account which this metric comes from. Default: - Deployment account.
6786
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
6787
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
6788
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
6789
6915
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
6790
6916
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -6792,6 +6918,7 @@ class IStateMachine(
6792
6918
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
6793
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
6794
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
6795
6922
 
6796
6923
  :default: - sum over 5 minutes
6797
6924
  '''
@@ -6804,6 +6931,7 @@ class IStateMachine(
6804
6931
  account: typing.Optional[builtins.str] = None,
6805
6932
  color: typing.Optional[builtins.str] = None,
6806
6933
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
6934
+ id: typing.Optional[builtins.str] = None,
6807
6935
  label: typing.Optional[builtins.str] = None,
6808
6936
  period: typing.Optional[_Duration_4839e8c3] = None,
6809
6937
  region: typing.Optional[builtins.str] = None,
@@ -6811,12 +6939,14 @@ class IStateMachine(
6811
6939
  stack_region: typing.Optional[builtins.str] = None,
6812
6940
  statistic: typing.Optional[builtins.str] = None,
6813
6941
  unit: typing.Optional[_Unit_61bc6f70] = None,
6942
+ visible: typing.Optional[builtins.bool] = None,
6814
6943
  ) -> _Metric_e396a4dc:
6815
6944
  '''Metric for the number of executions that succeeded.
6816
6945
 
6817
6946
  :param account: Account which this metric comes from. Default: - Deployment account.
6818
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
6819
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
6820
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
6821
6951
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
6822
6952
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -6824,6 +6954,7 @@ class IStateMachine(
6824
6954
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
6825
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
6826
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
6827
6958
 
6828
6959
  :default: - sum over 5 minutes
6829
6960
  '''
@@ -6836,6 +6967,7 @@ class IStateMachine(
6836
6967
  account: typing.Optional[builtins.str] = None,
6837
6968
  color: typing.Optional[builtins.str] = None,
6838
6969
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
6970
+ id: typing.Optional[builtins.str] = None,
6839
6971
  label: typing.Optional[builtins.str] = None,
6840
6972
  period: typing.Optional[_Duration_4839e8c3] = None,
6841
6973
  region: typing.Optional[builtins.str] = None,
@@ -6843,12 +6975,14 @@ class IStateMachine(
6843
6975
  stack_region: typing.Optional[builtins.str] = None,
6844
6976
  statistic: typing.Optional[builtins.str] = None,
6845
6977
  unit: typing.Optional[_Unit_61bc6f70] = None,
6978
+ visible: typing.Optional[builtins.bool] = None,
6846
6979
  ) -> _Metric_e396a4dc:
6847
6980
  '''Metric for the number of executions that were throttled.
6848
6981
 
6849
6982
  :param account: Account which this metric comes from. Default: - Deployment account.
6850
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
6851
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
6852
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
6853
6987
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
6854
6988
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -6856,6 +6990,7 @@ class IStateMachine(
6856
6990
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
6857
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
6858
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
6859
6994
 
6860
6995
  :default: sum over 5 minutes
6861
6996
  '''
@@ -6868,6 +7003,7 @@ class IStateMachine(
6868
7003
  account: typing.Optional[builtins.str] = None,
6869
7004
  color: typing.Optional[builtins.str] = None,
6870
7005
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
7006
+ id: typing.Optional[builtins.str] = None,
6871
7007
  label: typing.Optional[builtins.str] = None,
6872
7008
  period: typing.Optional[_Duration_4839e8c3] = None,
6873
7009
  region: typing.Optional[builtins.str] = None,
@@ -6875,12 +7011,14 @@ class IStateMachine(
6875
7011
  stack_region: typing.Optional[builtins.str] = None,
6876
7012
  statistic: typing.Optional[builtins.str] = None,
6877
7013
  unit: typing.Optional[_Unit_61bc6f70] = None,
7014
+ visible: typing.Optional[builtins.bool] = None,
6878
7015
  ) -> _Metric_e396a4dc:
6879
7016
  '''Metric for the interval, in milliseconds, between the time the execution starts and the time it closes.
6880
7017
 
6881
7018
  :param account: Account which this metric comes from. Default: - Deployment account.
6882
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
6883
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
6884
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
6885
7023
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
6886
7024
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -6888,6 +7026,7 @@ class IStateMachine(
6888
7026
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
6889
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
6890
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
6891
7030
 
6892
7031
  :default: - sum over 5 minutes
6893
7032
  '''
@@ -6900,6 +7039,7 @@ class IStateMachine(
6900
7039
  account: typing.Optional[builtins.str] = None,
6901
7040
  color: typing.Optional[builtins.str] = None,
6902
7041
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
7042
+ id: typing.Optional[builtins.str] = None,
6903
7043
  label: typing.Optional[builtins.str] = None,
6904
7044
  period: typing.Optional[_Duration_4839e8c3] = None,
6905
7045
  region: typing.Optional[builtins.str] = None,
@@ -6907,12 +7047,14 @@ class IStateMachine(
6907
7047
  stack_region: typing.Optional[builtins.str] = None,
6908
7048
  statistic: typing.Optional[builtins.str] = None,
6909
7049
  unit: typing.Optional[_Unit_61bc6f70] = None,
7050
+ visible: typing.Optional[builtins.bool] = None,
6910
7051
  ) -> _Metric_e396a4dc:
6911
7052
  '''Metric for the number of executions that timed out.
6912
7053
 
6913
7054
  :param account: Account which this metric comes from. Default: - Deployment account.
6914
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
6915
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
6916
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
6917
7059
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
6918
7060
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -6920,6 +7062,7 @@ class IStateMachine(
6920
7062
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
6921
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
6922
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
6923
7066
 
6924
7067
  :default: - sum over 5 minutes
6925
7068
  '''
@@ -6988,6 +7131,20 @@ class _IStateMachineProxy(
6988
7131
  check_type(argname="argument identity", value=identity, expected_type=type_hints["identity"])
6989
7132
  return typing.cast(_Grant_a7ae64f8, jsii.invoke(self, "grantRead", [identity]))
6990
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
+
6991
7148
  @jsii.member(jsii_name="grantStartExecution")
6992
7149
  def grant_start_execution(self, identity: _IGrantable_71c4f5de) -> _Grant_a7ae64f8:
6993
7150
  '''Grant the given identity permissions to start an execution of this state machine.
@@ -7032,6 +7189,7 @@ class _IStateMachineProxy(
7032
7189
  account: typing.Optional[builtins.str] = None,
7033
7190
  color: typing.Optional[builtins.str] = None,
7034
7191
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
7192
+ id: typing.Optional[builtins.str] = None,
7035
7193
  label: typing.Optional[builtins.str] = None,
7036
7194
  period: typing.Optional[_Duration_4839e8c3] = None,
7037
7195
  region: typing.Optional[builtins.str] = None,
@@ -7039,6 +7197,7 @@ class _IStateMachineProxy(
7039
7197
  stack_region: typing.Optional[builtins.str] = None,
7040
7198
  statistic: typing.Optional[builtins.str] = None,
7041
7199
  unit: typing.Optional[_Unit_61bc6f70] = None,
7200
+ visible: typing.Optional[builtins.bool] = None,
7042
7201
  ) -> _Metric_e396a4dc:
7043
7202
  '''Return the given named metric for this State Machine's executions.
7044
7203
 
@@ -7046,6 +7205,7 @@ class _IStateMachineProxy(
7046
7205
  :param account: Account which this metric comes from. Default: - Deployment account.
7047
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
7048
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
7049
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
7050
7210
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
7051
7211
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -7053,6 +7213,7 @@ class _IStateMachineProxy(
7053
7213
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
7054
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
7055
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
7056
7217
 
7057
7218
  :default: - sum over 5 minutes
7058
7219
  '''
@@ -7063,6 +7224,7 @@ class _IStateMachineProxy(
7063
7224
  account=account,
7064
7225
  color=color,
7065
7226
  dimensions_map=dimensions_map,
7227
+ id=id,
7066
7228
  label=label,
7067
7229
  period=period,
7068
7230
  region=region,
@@ -7070,6 +7232,7 @@ class _IStateMachineProxy(
7070
7232
  stack_region=stack_region,
7071
7233
  statistic=statistic,
7072
7234
  unit=unit,
7235
+ visible=visible,
7073
7236
  )
7074
7237
 
7075
7238
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metric", [metric_name, props]))
@@ -7081,6 +7244,7 @@ class _IStateMachineProxy(
7081
7244
  account: typing.Optional[builtins.str] = None,
7082
7245
  color: typing.Optional[builtins.str] = None,
7083
7246
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
7247
+ id: typing.Optional[builtins.str] = None,
7084
7248
  label: typing.Optional[builtins.str] = None,
7085
7249
  period: typing.Optional[_Duration_4839e8c3] = None,
7086
7250
  region: typing.Optional[builtins.str] = None,
@@ -7088,12 +7252,14 @@ class _IStateMachineProxy(
7088
7252
  stack_region: typing.Optional[builtins.str] = None,
7089
7253
  statistic: typing.Optional[builtins.str] = None,
7090
7254
  unit: typing.Optional[_Unit_61bc6f70] = None,
7255
+ visible: typing.Optional[builtins.bool] = None,
7091
7256
  ) -> _Metric_e396a4dc:
7092
7257
  '''Metric for the number of executions that were aborted.
7093
7258
 
7094
7259
  :param account: Account which this metric comes from. Default: - Deployment account.
7095
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
7096
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
7097
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
7098
7264
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
7099
7265
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -7101,6 +7267,7 @@ class _IStateMachineProxy(
7101
7267
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
7102
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
7103
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
7104
7271
 
7105
7272
  :default: - sum over 5 minutes
7106
7273
  '''
@@ -7108,6 +7275,7 @@ class _IStateMachineProxy(
7108
7275
  account=account,
7109
7276
  color=color,
7110
7277
  dimensions_map=dimensions_map,
7278
+ id=id,
7111
7279
  label=label,
7112
7280
  period=period,
7113
7281
  region=region,
@@ -7115,6 +7283,7 @@ class _IStateMachineProxy(
7115
7283
  stack_region=stack_region,
7116
7284
  statistic=statistic,
7117
7285
  unit=unit,
7286
+ visible=visible,
7118
7287
  )
7119
7288
 
7120
7289
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricAborted", [props]))
@@ -7126,6 +7295,7 @@ class _IStateMachineProxy(
7126
7295
  account: typing.Optional[builtins.str] = None,
7127
7296
  color: typing.Optional[builtins.str] = None,
7128
7297
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
7298
+ id: typing.Optional[builtins.str] = None,
7129
7299
  label: typing.Optional[builtins.str] = None,
7130
7300
  period: typing.Optional[_Duration_4839e8c3] = None,
7131
7301
  region: typing.Optional[builtins.str] = None,
@@ -7133,12 +7303,14 @@ class _IStateMachineProxy(
7133
7303
  stack_region: typing.Optional[builtins.str] = None,
7134
7304
  statistic: typing.Optional[builtins.str] = None,
7135
7305
  unit: typing.Optional[_Unit_61bc6f70] = None,
7306
+ visible: typing.Optional[builtins.bool] = None,
7136
7307
  ) -> _Metric_e396a4dc:
7137
7308
  '''Metric for the number of executions that failed.
7138
7309
 
7139
7310
  :param account: Account which this metric comes from. Default: - Deployment account.
7140
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
7141
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
7142
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
7143
7315
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
7144
7316
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -7146,6 +7318,7 @@ class _IStateMachineProxy(
7146
7318
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
7147
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
7148
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
7149
7322
 
7150
7323
  :default: - sum over 5 minutes
7151
7324
  '''
@@ -7153,6 +7326,7 @@ class _IStateMachineProxy(
7153
7326
  account=account,
7154
7327
  color=color,
7155
7328
  dimensions_map=dimensions_map,
7329
+ id=id,
7156
7330
  label=label,
7157
7331
  period=period,
7158
7332
  region=region,
@@ -7160,6 +7334,7 @@ class _IStateMachineProxy(
7160
7334
  stack_region=stack_region,
7161
7335
  statistic=statistic,
7162
7336
  unit=unit,
7337
+ visible=visible,
7163
7338
  )
7164
7339
 
7165
7340
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricFailed", [props]))
@@ -7171,6 +7346,7 @@ class _IStateMachineProxy(
7171
7346
  account: typing.Optional[builtins.str] = None,
7172
7347
  color: typing.Optional[builtins.str] = None,
7173
7348
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
7349
+ id: typing.Optional[builtins.str] = None,
7174
7350
  label: typing.Optional[builtins.str] = None,
7175
7351
  period: typing.Optional[_Duration_4839e8c3] = None,
7176
7352
  region: typing.Optional[builtins.str] = None,
@@ -7178,12 +7354,14 @@ class _IStateMachineProxy(
7178
7354
  stack_region: typing.Optional[builtins.str] = None,
7179
7355
  statistic: typing.Optional[builtins.str] = None,
7180
7356
  unit: typing.Optional[_Unit_61bc6f70] = None,
7357
+ visible: typing.Optional[builtins.bool] = None,
7181
7358
  ) -> _Metric_e396a4dc:
7182
7359
  '''Metric for the number of executions that were started.
7183
7360
 
7184
7361
  :param account: Account which this metric comes from. Default: - Deployment account.
7185
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
7186
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
7187
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
7188
7366
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
7189
7367
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -7191,6 +7369,7 @@ class _IStateMachineProxy(
7191
7369
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
7192
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
7193
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
7194
7373
 
7195
7374
  :default: - sum over 5 minutes
7196
7375
  '''
@@ -7198,6 +7377,7 @@ class _IStateMachineProxy(
7198
7377
  account=account,
7199
7378
  color=color,
7200
7379
  dimensions_map=dimensions_map,
7380
+ id=id,
7201
7381
  label=label,
7202
7382
  period=period,
7203
7383
  region=region,
@@ -7205,6 +7385,7 @@ class _IStateMachineProxy(
7205
7385
  stack_region=stack_region,
7206
7386
  statistic=statistic,
7207
7387
  unit=unit,
7388
+ visible=visible,
7208
7389
  )
7209
7390
 
7210
7391
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricStarted", [props]))
@@ -7216,6 +7397,7 @@ class _IStateMachineProxy(
7216
7397
  account: typing.Optional[builtins.str] = None,
7217
7398
  color: typing.Optional[builtins.str] = None,
7218
7399
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
7400
+ id: typing.Optional[builtins.str] = None,
7219
7401
  label: typing.Optional[builtins.str] = None,
7220
7402
  period: typing.Optional[_Duration_4839e8c3] = None,
7221
7403
  region: typing.Optional[builtins.str] = None,
@@ -7223,12 +7405,14 @@ class _IStateMachineProxy(
7223
7405
  stack_region: typing.Optional[builtins.str] = None,
7224
7406
  statistic: typing.Optional[builtins.str] = None,
7225
7407
  unit: typing.Optional[_Unit_61bc6f70] = None,
7408
+ visible: typing.Optional[builtins.bool] = None,
7226
7409
  ) -> _Metric_e396a4dc:
7227
7410
  '''Metric for the number of executions that succeeded.
7228
7411
 
7229
7412
  :param account: Account which this metric comes from. Default: - Deployment account.
7230
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
7231
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
7232
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
7233
7417
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
7234
7418
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -7236,6 +7420,7 @@ class _IStateMachineProxy(
7236
7420
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
7237
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
7238
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
7239
7424
 
7240
7425
  :default: - sum over 5 minutes
7241
7426
  '''
@@ -7243,6 +7428,7 @@ class _IStateMachineProxy(
7243
7428
  account=account,
7244
7429
  color=color,
7245
7430
  dimensions_map=dimensions_map,
7431
+ id=id,
7246
7432
  label=label,
7247
7433
  period=period,
7248
7434
  region=region,
@@ -7250,6 +7436,7 @@ class _IStateMachineProxy(
7250
7436
  stack_region=stack_region,
7251
7437
  statistic=statistic,
7252
7438
  unit=unit,
7439
+ visible=visible,
7253
7440
  )
7254
7441
 
7255
7442
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricSucceeded", [props]))
@@ -7261,6 +7448,7 @@ class _IStateMachineProxy(
7261
7448
  account: typing.Optional[builtins.str] = None,
7262
7449
  color: typing.Optional[builtins.str] = None,
7263
7450
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
7451
+ id: typing.Optional[builtins.str] = None,
7264
7452
  label: typing.Optional[builtins.str] = None,
7265
7453
  period: typing.Optional[_Duration_4839e8c3] = None,
7266
7454
  region: typing.Optional[builtins.str] = None,
@@ -7268,12 +7456,14 @@ class _IStateMachineProxy(
7268
7456
  stack_region: typing.Optional[builtins.str] = None,
7269
7457
  statistic: typing.Optional[builtins.str] = None,
7270
7458
  unit: typing.Optional[_Unit_61bc6f70] = None,
7459
+ visible: typing.Optional[builtins.bool] = None,
7271
7460
  ) -> _Metric_e396a4dc:
7272
7461
  '''Metric for the number of executions that were throttled.
7273
7462
 
7274
7463
  :param account: Account which this metric comes from. Default: - Deployment account.
7275
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
7276
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
7277
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
7278
7468
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
7279
7469
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -7281,6 +7471,7 @@ class _IStateMachineProxy(
7281
7471
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
7282
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
7283
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
7284
7475
 
7285
7476
  :default: sum over 5 minutes
7286
7477
  '''
@@ -7288,6 +7479,7 @@ class _IStateMachineProxy(
7288
7479
  account=account,
7289
7480
  color=color,
7290
7481
  dimensions_map=dimensions_map,
7482
+ id=id,
7291
7483
  label=label,
7292
7484
  period=period,
7293
7485
  region=region,
@@ -7295,6 +7487,7 @@ class _IStateMachineProxy(
7295
7487
  stack_region=stack_region,
7296
7488
  statistic=statistic,
7297
7489
  unit=unit,
7490
+ visible=visible,
7298
7491
  )
7299
7492
 
7300
7493
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricThrottled", [props]))
@@ -7306,6 +7499,7 @@ class _IStateMachineProxy(
7306
7499
  account: typing.Optional[builtins.str] = None,
7307
7500
  color: typing.Optional[builtins.str] = None,
7308
7501
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
7502
+ id: typing.Optional[builtins.str] = None,
7309
7503
  label: typing.Optional[builtins.str] = None,
7310
7504
  period: typing.Optional[_Duration_4839e8c3] = None,
7311
7505
  region: typing.Optional[builtins.str] = None,
@@ -7313,12 +7507,14 @@ class _IStateMachineProxy(
7313
7507
  stack_region: typing.Optional[builtins.str] = None,
7314
7508
  statistic: typing.Optional[builtins.str] = None,
7315
7509
  unit: typing.Optional[_Unit_61bc6f70] = None,
7510
+ visible: typing.Optional[builtins.bool] = None,
7316
7511
  ) -> _Metric_e396a4dc:
7317
7512
  '''Metric for the interval, in milliseconds, between the time the execution starts and the time it closes.
7318
7513
 
7319
7514
  :param account: Account which this metric comes from. Default: - Deployment account.
7320
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
7321
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
7322
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
7323
7519
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
7324
7520
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -7326,6 +7522,7 @@ class _IStateMachineProxy(
7326
7522
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
7327
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
7328
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
7329
7526
 
7330
7527
  :default: - sum over 5 minutes
7331
7528
  '''
@@ -7333,6 +7530,7 @@ class _IStateMachineProxy(
7333
7530
  account=account,
7334
7531
  color=color,
7335
7532
  dimensions_map=dimensions_map,
7533
+ id=id,
7336
7534
  label=label,
7337
7535
  period=period,
7338
7536
  region=region,
@@ -7340,6 +7538,7 @@ class _IStateMachineProxy(
7340
7538
  stack_region=stack_region,
7341
7539
  statistic=statistic,
7342
7540
  unit=unit,
7541
+ visible=visible,
7343
7542
  )
7344
7543
 
7345
7544
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricTime", [props]))
@@ -7351,6 +7550,7 @@ class _IStateMachineProxy(
7351
7550
  account: typing.Optional[builtins.str] = None,
7352
7551
  color: typing.Optional[builtins.str] = None,
7353
7552
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
7553
+ id: typing.Optional[builtins.str] = None,
7354
7554
  label: typing.Optional[builtins.str] = None,
7355
7555
  period: typing.Optional[_Duration_4839e8c3] = None,
7356
7556
  region: typing.Optional[builtins.str] = None,
@@ -7358,12 +7558,14 @@ class _IStateMachineProxy(
7358
7558
  stack_region: typing.Optional[builtins.str] = None,
7359
7559
  statistic: typing.Optional[builtins.str] = None,
7360
7560
  unit: typing.Optional[_Unit_61bc6f70] = None,
7561
+ visible: typing.Optional[builtins.bool] = None,
7361
7562
  ) -> _Metric_e396a4dc:
7362
7563
  '''Metric for the number of executions that timed out.
7363
7564
 
7364
7565
  :param account: Account which this metric comes from. Default: - Deployment account.
7365
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
7366
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
7367
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
7368
7570
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
7369
7571
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -7371,6 +7573,7 @@ class _IStateMachineProxy(
7371
7573
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
7372
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
7373
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
7374
7577
 
7375
7578
  :default: - sum over 5 minutes
7376
7579
  '''
@@ -7378,6 +7581,7 @@ class _IStateMachineProxy(
7378
7581
  account=account,
7379
7582
  color=color,
7380
7583
  dimensions_map=dimensions_map,
7584
+ id=id,
7381
7585
  label=label,
7382
7586
  period=period,
7383
7587
  region=region,
@@ -7385,6 +7589,7 @@ class _IStateMachineProxy(
7385
7589
  stack_region=stack_region,
7386
7590
  statistic=statistic,
7387
7591
  unit=unit,
7592
+ visible=visible,
7388
7593
  )
7389
7594
 
7390
7595
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricTimedOut", [props]))
@@ -7830,20 +8035,14 @@ class JsonPath(
7830
8035
 
7831
8036
  Example::
7832
8037
 
7833
- #
7834
- # JSON state input:
7835
- # {
7836
- # "bucketName": "my-bucket",
7837
- # "prefix": "item"
7838
- # }
7839
- #
7840
- distributed_map = sfn.DistributedMap(self, "DistributedMap",
7841
- item_reader=sfn.S3ObjectsItemReader(
7842
- bucket_name_path=sfn.JsonPath.string_at("$.bucketName"),
7843
- 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")
7844
8044
  )
7845
8045
  )
7846
- distributed_map.item_processor(sfn.Pass(self, "Pass"))
7847
8046
  '''
7848
8047
 
7849
8048
  @jsii.member(jsii_name="array")
@@ -8946,6 +9145,7 @@ class MapBaseJsonataOptions(JsonataCommonOptions):
8946
9145
  name_mapping={
8947
9146
  "assign": "assign",
8948
9147
  "item_selector": "itemSelector",
9148
+ "jsonata_item_selector": "jsonataItemSelector",
8949
9149
  "max_concurrency": "maxConcurrency",
8950
9150
  },
8951
9151
  )
@@ -8955,12 +9155,14 @@ class MapBaseOptions(AssignableStateOptions):
8955
9155
  *,
8956
9156
  assign: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
8957
9157
  item_selector: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
9158
+ jsonata_item_selector: typing.Optional[builtins.str] = None,
8958
9159
  max_concurrency: typing.Optional[jsii.Number] = None,
8959
9160
  ) -> None:
8960
9161
  '''Base properties for defining a Map state.
8961
9162
 
8962
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
8963
- :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: $
8964
9166
  :param max_concurrency: MaxConcurrency. An upper bound on the number of iterations you want running at once. Default: - full concurrency
8965
9167
 
8966
9168
  :exampleMetadata: fixture=_generated
@@ -8981,6 +9183,7 @@ class MapBaseOptions(AssignableStateOptions):
8981
9183
  item_selector={
8982
9184
  "item_selector_key": item_selector
8983
9185
  },
9186
+ jsonata_item_selector="jsonataItemSelector",
8984
9187
  max_concurrency=123
8985
9188
  )
8986
9189
  '''
@@ -8988,12 +9191,15 @@ class MapBaseOptions(AssignableStateOptions):
8988
9191
  type_hints = typing.get_type_hints(_typecheckingstub__7e64b5e53f029b5753785385b8477bb5c760876cfc7efe1b7fa47a5f792fffcb)
8989
9192
  check_type(argname="argument assign", value=assign, expected_type=type_hints["assign"])
8990
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"])
8991
9195
  check_type(argname="argument max_concurrency", value=max_concurrency, expected_type=type_hints["max_concurrency"])
8992
9196
  self._values: typing.Dict[builtins.str, typing.Any] = {}
8993
9197
  if assign is not None:
8994
9198
  self._values["assign"] = assign
8995
9199
  if item_selector is not None:
8996
9200
  self._values["item_selector"] = item_selector
9201
+ if jsonata_item_selector is not None:
9202
+ self._values["jsonata_item_selector"] = jsonata_item_selector
8997
9203
  if max_concurrency is not None:
8998
9204
  self._values["max_concurrency"] = max_concurrency
8999
9205
 
@@ -9014,7 +9220,7 @@ class MapBaseOptions(AssignableStateOptions):
9014
9220
  def item_selector(
9015
9221
  self,
9016
9222
  ) -> typing.Optional[typing.Mapping[builtins.str, typing.Any]]:
9017
- '''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``).
9018
9224
 
9019
9225
  :default: $
9020
9226
 
@@ -9023,6 +9229,17 @@ class MapBaseOptions(AssignableStateOptions):
9023
9229
  result = self._values.get("item_selector")
9024
9230
  return typing.cast(typing.Optional[typing.Mapping[builtins.str, typing.Any]], result)
9025
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
+
9026
9243
  @builtins.property
9027
9244
  def max_concurrency(self) -> typing.Optional[jsii.Number]:
9028
9245
  '''MaxConcurrency.
@@ -9627,16 +9844,21 @@ class ResultWriterV2(
9627
9844
  self,
9628
9845
  *,
9629
9846
  bucket: typing.Optional[_IBucket_42e086fd] = None,
9847
+ bucket_name_path: typing.Optional[builtins.str] = None,
9630
9848
  prefix: typing.Optional[builtins.str] = None,
9631
9849
  writer_config: typing.Optional["WriterConfig"] = None,
9632
9850
  ) -> None:
9633
9851
  '''
9634
9852
  :param bucket: S3 Bucket in which to save Map Run results. Default: - specify a bucket
9853
+ :param bucket_name_path: S3 bucket name in which to save Map Run results, as JsonPath. Default: - no bucket path
9635
9854
  :param prefix: S3 prefix in which to save Map Run results. Default: - No prefix
9636
9855
  :param writer_config: Configuration to format the output of the Child Workflow executions. Default: - Specify both Transformation and OutputType
9637
9856
  '''
9638
9857
  props = ResultWriterV2Props(
9639
- bucket=bucket, prefix=prefix, writer_config=writer_config
9858
+ bucket=bucket,
9859
+ bucket_name_path=bucket_name_path,
9860
+ prefix=prefix,
9861
+ writer_config=writer_config,
9640
9862
  )
9641
9863
 
9642
9864
  jsii.create(self.__class__, self, [props])
@@ -9660,12 +9882,26 @@ class ResultWriterV2(
9660
9882
  check_type(argname="argument query_language", value=query_language, expected_type=type_hints["query_language"])
9661
9883
  return typing.cast(typing.Any, jsii.invoke(self, "render", [query_language]))
9662
9884
 
9885
+ @jsii.member(jsii_name="validateResultWriter")
9886
+ def validate_result_writer(self) -> typing.List[builtins.str]:
9887
+ '''Validate that ResultWriter contains exactly either.
9888
+
9889
+ :see: bucketNamePath
9890
+ '''
9891
+ return typing.cast(typing.List[builtins.str], jsii.invoke(self, "validateResultWriter", []))
9892
+
9663
9893
  @builtins.property
9664
9894
  @jsii.member(jsii_name="bucket")
9665
9895
  def bucket(self) -> typing.Optional[_IBucket_42e086fd]:
9666
9896
  '''S3 Bucket in which to save Map Run results.'''
9667
9897
  return typing.cast(typing.Optional[_IBucket_42e086fd], jsii.get(self, "bucket"))
9668
9898
 
9899
+ @builtins.property
9900
+ @jsii.member(jsii_name="bucketNamePath")
9901
+ def bucket_name_path(self) -> typing.Optional[builtins.str]:
9902
+ '''S3 bucket name in which to save Map Run results, as JsonPath.'''
9903
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "bucketNamePath"))
9904
+
9669
9905
  @builtins.property
9670
9906
  @jsii.member(jsii_name="prefix")
9671
9907
  def prefix(self) -> typing.Optional[builtins.str]:
@@ -9687,6 +9923,7 @@ class ResultWriterV2(
9687
9923
  jsii_struct_bases=[],
9688
9924
  name_mapping={
9689
9925
  "bucket": "bucket",
9926
+ "bucket_name_path": "bucketNamePath",
9690
9927
  "prefix": "prefix",
9691
9928
  "writer_config": "writerConfig",
9692
9929
  },
@@ -9696,12 +9933,14 @@ class ResultWriterV2Props:
9696
9933
  self,
9697
9934
  *,
9698
9935
  bucket: typing.Optional[_IBucket_42e086fd] = None,
9936
+ bucket_name_path: typing.Optional[builtins.str] = None,
9699
9937
  prefix: typing.Optional[builtins.str] = None,
9700
9938
  writer_config: typing.Optional["WriterConfig"] = None,
9701
9939
  ) -> None:
9702
9940
  '''Interface for Result Writer configuration props.
9703
9941
 
9704
9942
  :param bucket: S3 Bucket in which to save Map Run results. Default: - specify a bucket
9943
+ :param bucket_name_path: S3 bucket name in which to save Map Run results, as JsonPath. Default: - no bucket path
9705
9944
  :param prefix: S3 prefix in which to save Map Run results. Default: - No prefix
9706
9945
  :param writer_config: Configuration to format the output of the Child Workflow executions. Default: - Specify both Transformation and OutputType
9707
9946
 
@@ -9732,11 +9971,14 @@ class ResultWriterV2Props:
9732
9971
  if __debug__:
9733
9972
  type_hints = typing.get_type_hints(_typecheckingstub__18a2140bb5a78d8150eb6ee1111271032f9faccf277b97a882d6bded4d0905a1)
9734
9973
  check_type(argname="argument bucket", value=bucket, expected_type=type_hints["bucket"])
9974
+ check_type(argname="argument bucket_name_path", value=bucket_name_path, expected_type=type_hints["bucket_name_path"])
9735
9975
  check_type(argname="argument prefix", value=prefix, expected_type=type_hints["prefix"])
9736
9976
  check_type(argname="argument writer_config", value=writer_config, expected_type=type_hints["writer_config"])
9737
9977
  self._values: typing.Dict[builtins.str, typing.Any] = {}
9738
9978
  if bucket is not None:
9739
9979
  self._values["bucket"] = bucket
9980
+ if bucket_name_path is not None:
9981
+ self._values["bucket_name_path"] = bucket_name_path
9740
9982
  if prefix is not None:
9741
9983
  self._values["prefix"] = prefix
9742
9984
  if writer_config is not None:
@@ -9751,6 +9993,15 @@ class ResultWriterV2Props:
9751
9993
  result = self._values.get("bucket")
9752
9994
  return typing.cast(typing.Optional[_IBucket_42e086fd], result)
9753
9995
 
9996
+ @builtins.property
9997
+ def bucket_name_path(self) -> typing.Optional[builtins.str]:
9998
+ '''S3 bucket name in which to save Map Run results, as JsonPath.
9999
+
10000
+ :default: - no bucket path
10001
+ '''
10002
+ result = self._values.get("bucket_name_path")
10003
+ return typing.cast(typing.Optional[builtins.str], result)
10004
+
9754
10005
  @builtins.property
9755
10006
  def prefix(self) -> typing.Optional[builtins.str]:
9756
10007
  '''S3 prefix in which to save Map Run results.
@@ -11528,7 +11779,7 @@ class StateGraph(
11528
11779
 
11529
11780
  @jsii.member(jsii_name="bind")
11530
11781
  def bind(self, state_machine: "StateMachine") -> None:
11531
- '''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.
11532
11783
 
11533
11784
  :param state_machine: -
11534
11785
  '''
@@ -11637,25 +11888,23 @@ class StateMachine(
11637
11888
 
11638
11889
  Example::
11639
11890
 
11640
- # Define a state machine with one Pass state
11641
- child = sfn.StateMachine(self, "ChildStateMachine",
11642
- definition=sfn.Chain.start(sfn.Pass(self, "PassState"))
11643
- )
11891
+ import aws_cdk.aws_stepfunctions as stepfunctions
11644
11892
 
11645
- # Include the state machine in a Task state with callback pattern
11646
- task = tasks.StepFunctionsStartExecution(self, "ChildTask",
11647
- state_machine=child,
11648
- integration_pattern=sfn.IntegrationPattern.WAIT_FOR_TASK_TOKEN,
11649
- input=sfn.TaskInput.from_object({
11650
- "token": sfn.JsonPath.task_token,
11651
- "foo": "bar"
11652
- }),
11653
- name="MyExecutionName"
11654
- )
11655
11893
 
11656
- # Define a second state machine with the Task state above
11657
- sfn.StateMachine(self, "ParentStateMachine",
11658
- definition=task
11894
+ pipeline = codepipeline.Pipeline(self, "MyPipeline")
11895
+ input_artifact = codepipeline.Artifact()
11896
+ start_state = stepfunctions.Pass(self, "StartState")
11897
+ simple_state_machine = stepfunctions.StateMachine(self, "SimpleStateMachine",
11898
+ definition=start_state
11899
+ )
11900
+ step_function_action = codepipeline_actions.StepFunctionInvokeAction(
11901
+ action_name="Invoke",
11902
+ state_machine=simple_state_machine,
11903
+ state_machine_input=codepipeline_actions.StateMachineInput.file_path(input_artifact.at_path("assets/input.json"))
11904
+ )
11905
+ pipeline.add_stage(
11906
+ stage_name="StepFunctions",
11907
+ actions=[step_function_action]
11659
11908
  )
11660
11909
  '''
11661
11910
 
@@ -11815,6 +12064,20 @@ class StateMachine(
11815
12064
  check_type(argname="argument identity", value=identity, expected_type=type_hints["identity"])
11816
12065
  return typing.cast(_Grant_a7ae64f8, jsii.invoke(self, "grantRead", [identity]))
11817
12066
 
12067
+ @jsii.member(jsii_name="grantRedriveExecution")
12068
+ def grant_redrive_execution(
12069
+ self,
12070
+ identity: _IGrantable_71c4f5de,
12071
+ ) -> _Grant_a7ae64f8:
12072
+ '''Grant the given identity permission to redrive the execution of the state machine.
12073
+
12074
+ :param identity: -
12075
+ '''
12076
+ if __debug__:
12077
+ type_hints = typing.get_type_hints(_typecheckingstub__105b46fe8f1d3a0f8f8d86eed1f7f5587ebf18870718ca73c5b57e8281defaf5)
12078
+ check_type(argname="argument identity", value=identity, expected_type=type_hints["identity"])
12079
+ return typing.cast(_Grant_a7ae64f8, jsii.invoke(self, "grantRedriveExecution", [identity]))
12080
+
11818
12081
  @jsii.member(jsii_name="grantStartExecution")
11819
12082
  def grant_start_execution(self, identity: _IGrantable_71c4f5de) -> _Grant_a7ae64f8:
11820
12083
  '''Grant the given identity permissions to start an execution of this state machine.
@@ -11859,6 +12122,7 @@ class StateMachine(
11859
12122
  account: typing.Optional[builtins.str] = None,
11860
12123
  color: typing.Optional[builtins.str] = None,
11861
12124
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
12125
+ id: typing.Optional[builtins.str] = None,
11862
12126
  label: typing.Optional[builtins.str] = None,
11863
12127
  period: typing.Optional[_Duration_4839e8c3] = None,
11864
12128
  region: typing.Optional[builtins.str] = None,
@@ -11866,6 +12130,7 @@ class StateMachine(
11866
12130
  stack_region: typing.Optional[builtins.str] = None,
11867
12131
  statistic: typing.Optional[builtins.str] = None,
11868
12132
  unit: typing.Optional[_Unit_61bc6f70] = None,
12133
+ visible: typing.Optional[builtins.bool] = None,
11869
12134
  ) -> _Metric_e396a4dc:
11870
12135
  '''Return the given named metric for this State Machine's executions.
11871
12136
 
@@ -11873,6 +12138,7 @@ class StateMachine(
11873
12138
  :param account: Account which this metric comes from. Default: - Deployment account.
11874
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
11875
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
11876
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
11877
12143
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
11878
12144
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -11880,6 +12146,7 @@ class StateMachine(
11880
12146
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
11881
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
11882
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
11883
12150
 
11884
12151
  :default: - sum over 5 minutes
11885
12152
  '''
@@ -11890,6 +12157,7 @@ class StateMachine(
11890
12157
  account=account,
11891
12158
  color=color,
11892
12159
  dimensions_map=dimensions_map,
12160
+ id=id,
11893
12161
  label=label,
11894
12162
  period=period,
11895
12163
  region=region,
@@ -11897,6 +12165,7 @@ class StateMachine(
11897
12165
  stack_region=stack_region,
11898
12166
  statistic=statistic,
11899
12167
  unit=unit,
12168
+ visible=visible,
11900
12169
  )
11901
12170
 
11902
12171
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metric", [metric_name, props]))
@@ -11908,6 +12177,7 @@ class StateMachine(
11908
12177
  account: typing.Optional[builtins.str] = None,
11909
12178
  color: typing.Optional[builtins.str] = None,
11910
12179
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
12180
+ id: typing.Optional[builtins.str] = None,
11911
12181
  label: typing.Optional[builtins.str] = None,
11912
12182
  period: typing.Optional[_Duration_4839e8c3] = None,
11913
12183
  region: typing.Optional[builtins.str] = None,
@@ -11915,12 +12185,14 @@ class StateMachine(
11915
12185
  stack_region: typing.Optional[builtins.str] = None,
11916
12186
  statistic: typing.Optional[builtins.str] = None,
11917
12187
  unit: typing.Optional[_Unit_61bc6f70] = None,
12188
+ visible: typing.Optional[builtins.bool] = None,
11918
12189
  ) -> _Metric_e396a4dc:
11919
12190
  '''Metric for the number of executions that were aborted.
11920
12191
 
11921
12192
  :param account: Account which this metric comes from. Default: - Deployment account.
11922
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
11923
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
11924
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
11925
12197
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
11926
12198
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -11928,6 +12200,7 @@ class StateMachine(
11928
12200
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
11929
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
11930
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
11931
12204
 
11932
12205
  :default: - sum over 5 minutes
11933
12206
  '''
@@ -11935,6 +12208,7 @@ class StateMachine(
11935
12208
  account=account,
11936
12209
  color=color,
11937
12210
  dimensions_map=dimensions_map,
12211
+ id=id,
11938
12212
  label=label,
11939
12213
  period=period,
11940
12214
  region=region,
@@ -11942,6 +12216,7 @@ class StateMachine(
11942
12216
  stack_region=stack_region,
11943
12217
  statistic=statistic,
11944
12218
  unit=unit,
12219
+ visible=visible,
11945
12220
  )
11946
12221
 
11947
12222
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricAborted", [props]))
@@ -11953,6 +12228,7 @@ class StateMachine(
11953
12228
  account: typing.Optional[builtins.str] = None,
11954
12229
  color: typing.Optional[builtins.str] = None,
11955
12230
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
12231
+ id: typing.Optional[builtins.str] = None,
11956
12232
  label: typing.Optional[builtins.str] = None,
11957
12233
  period: typing.Optional[_Duration_4839e8c3] = None,
11958
12234
  region: typing.Optional[builtins.str] = None,
@@ -11960,12 +12236,14 @@ class StateMachine(
11960
12236
  stack_region: typing.Optional[builtins.str] = None,
11961
12237
  statistic: typing.Optional[builtins.str] = None,
11962
12238
  unit: typing.Optional[_Unit_61bc6f70] = None,
12239
+ visible: typing.Optional[builtins.bool] = None,
11963
12240
  ) -> _Metric_e396a4dc:
11964
12241
  '''Metric for the number of executions that failed.
11965
12242
 
11966
12243
  :param account: Account which this metric comes from. Default: - Deployment account.
11967
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
11968
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
11969
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
11970
12248
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
11971
12249
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -11973,6 +12251,7 @@ class StateMachine(
11973
12251
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
11974
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
11975
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
11976
12255
 
11977
12256
  :default: - sum over 5 minutes
11978
12257
  '''
@@ -11980,6 +12259,7 @@ class StateMachine(
11980
12259
  account=account,
11981
12260
  color=color,
11982
12261
  dimensions_map=dimensions_map,
12262
+ id=id,
11983
12263
  label=label,
11984
12264
  period=period,
11985
12265
  region=region,
@@ -11987,6 +12267,7 @@ class StateMachine(
11987
12267
  stack_region=stack_region,
11988
12268
  statistic=statistic,
11989
12269
  unit=unit,
12270
+ visible=visible,
11990
12271
  )
11991
12272
 
11992
12273
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricFailed", [props]))
@@ -11998,6 +12279,7 @@ class StateMachine(
11998
12279
  account: typing.Optional[builtins.str] = None,
11999
12280
  color: typing.Optional[builtins.str] = None,
12000
12281
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
12282
+ id: typing.Optional[builtins.str] = None,
12001
12283
  label: typing.Optional[builtins.str] = None,
12002
12284
  period: typing.Optional[_Duration_4839e8c3] = None,
12003
12285
  region: typing.Optional[builtins.str] = None,
@@ -12005,12 +12287,14 @@ class StateMachine(
12005
12287
  stack_region: typing.Optional[builtins.str] = None,
12006
12288
  statistic: typing.Optional[builtins.str] = None,
12007
12289
  unit: typing.Optional[_Unit_61bc6f70] = None,
12290
+ visible: typing.Optional[builtins.bool] = None,
12008
12291
  ) -> _Metric_e396a4dc:
12009
12292
  '''Metric for the number of executions that were started.
12010
12293
 
12011
12294
  :param account: Account which this metric comes from. Default: - Deployment account.
12012
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
12013
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
12014
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
12015
12299
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
12016
12300
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -12018,6 +12302,7 @@ class StateMachine(
12018
12302
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
12019
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
12020
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
12021
12306
 
12022
12307
  :default: - sum over 5 minutes
12023
12308
  '''
@@ -12025,6 +12310,7 @@ class StateMachine(
12025
12310
  account=account,
12026
12311
  color=color,
12027
12312
  dimensions_map=dimensions_map,
12313
+ id=id,
12028
12314
  label=label,
12029
12315
  period=period,
12030
12316
  region=region,
@@ -12032,6 +12318,7 @@ class StateMachine(
12032
12318
  stack_region=stack_region,
12033
12319
  statistic=statistic,
12034
12320
  unit=unit,
12321
+ visible=visible,
12035
12322
  )
12036
12323
 
12037
12324
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricStarted", [props]))
@@ -12043,6 +12330,7 @@ class StateMachine(
12043
12330
  account: typing.Optional[builtins.str] = None,
12044
12331
  color: typing.Optional[builtins.str] = None,
12045
12332
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
12333
+ id: typing.Optional[builtins.str] = None,
12046
12334
  label: typing.Optional[builtins.str] = None,
12047
12335
  period: typing.Optional[_Duration_4839e8c3] = None,
12048
12336
  region: typing.Optional[builtins.str] = None,
@@ -12050,12 +12338,14 @@ class StateMachine(
12050
12338
  stack_region: typing.Optional[builtins.str] = None,
12051
12339
  statistic: typing.Optional[builtins.str] = None,
12052
12340
  unit: typing.Optional[_Unit_61bc6f70] = None,
12341
+ visible: typing.Optional[builtins.bool] = None,
12053
12342
  ) -> _Metric_e396a4dc:
12054
12343
  '''Metric for the number of executions that succeeded.
12055
12344
 
12056
12345
  :param account: Account which this metric comes from. Default: - Deployment account.
12057
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
12058
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
12059
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
12060
12350
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
12061
12351
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -12063,6 +12353,7 @@ class StateMachine(
12063
12353
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
12064
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
12065
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
12066
12357
 
12067
12358
  :default: - sum over 5 minutes
12068
12359
  '''
@@ -12070,6 +12361,7 @@ class StateMachine(
12070
12361
  account=account,
12071
12362
  color=color,
12072
12363
  dimensions_map=dimensions_map,
12364
+ id=id,
12073
12365
  label=label,
12074
12366
  period=period,
12075
12367
  region=region,
@@ -12077,6 +12369,7 @@ class StateMachine(
12077
12369
  stack_region=stack_region,
12078
12370
  statistic=statistic,
12079
12371
  unit=unit,
12372
+ visible=visible,
12080
12373
  )
12081
12374
 
12082
12375
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricSucceeded", [props]))
@@ -12088,6 +12381,7 @@ class StateMachine(
12088
12381
  account: typing.Optional[builtins.str] = None,
12089
12382
  color: typing.Optional[builtins.str] = None,
12090
12383
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
12384
+ id: typing.Optional[builtins.str] = None,
12091
12385
  label: typing.Optional[builtins.str] = None,
12092
12386
  period: typing.Optional[_Duration_4839e8c3] = None,
12093
12387
  region: typing.Optional[builtins.str] = None,
@@ -12095,12 +12389,14 @@ class StateMachine(
12095
12389
  stack_region: typing.Optional[builtins.str] = None,
12096
12390
  statistic: typing.Optional[builtins.str] = None,
12097
12391
  unit: typing.Optional[_Unit_61bc6f70] = None,
12392
+ visible: typing.Optional[builtins.bool] = None,
12098
12393
  ) -> _Metric_e396a4dc:
12099
12394
  '''Metric for the number of executions that were throttled.
12100
12395
 
12101
12396
  :param account: Account which this metric comes from. Default: - Deployment account.
12102
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
12103
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
12104
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
12105
12401
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
12106
12402
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -12108,6 +12404,7 @@ class StateMachine(
12108
12404
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
12109
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
12110
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
12111
12408
 
12112
12409
  :default: - sum over 5 minutes
12113
12410
  '''
@@ -12115,6 +12412,7 @@ class StateMachine(
12115
12412
  account=account,
12116
12413
  color=color,
12117
12414
  dimensions_map=dimensions_map,
12415
+ id=id,
12118
12416
  label=label,
12119
12417
  period=period,
12120
12418
  region=region,
@@ -12122,6 +12420,7 @@ class StateMachine(
12122
12420
  stack_region=stack_region,
12123
12421
  statistic=statistic,
12124
12422
  unit=unit,
12423
+ visible=visible,
12125
12424
  )
12126
12425
 
12127
12426
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricThrottled", [props]))
@@ -12133,6 +12432,7 @@ class StateMachine(
12133
12432
  account: typing.Optional[builtins.str] = None,
12134
12433
  color: typing.Optional[builtins.str] = None,
12135
12434
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
12435
+ id: typing.Optional[builtins.str] = None,
12136
12436
  label: typing.Optional[builtins.str] = None,
12137
12437
  period: typing.Optional[_Duration_4839e8c3] = None,
12138
12438
  region: typing.Optional[builtins.str] = None,
@@ -12140,12 +12440,14 @@ class StateMachine(
12140
12440
  stack_region: typing.Optional[builtins.str] = None,
12141
12441
  statistic: typing.Optional[builtins.str] = None,
12142
12442
  unit: typing.Optional[_Unit_61bc6f70] = None,
12443
+ visible: typing.Optional[builtins.bool] = None,
12143
12444
  ) -> _Metric_e396a4dc:
12144
12445
  '''Metric for the interval, in milliseconds, between the time the execution starts and the time it closes.
12145
12446
 
12146
12447
  :param account: Account which this metric comes from. Default: - Deployment account.
12147
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
12148
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
12149
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
12150
12452
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
12151
12453
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -12153,6 +12455,7 @@ class StateMachine(
12153
12455
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
12154
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
12155
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
12156
12459
 
12157
12460
  :default: - average over 5 minutes
12158
12461
  '''
@@ -12160,6 +12463,7 @@ class StateMachine(
12160
12463
  account=account,
12161
12464
  color=color,
12162
12465
  dimensions_map=dimensions_map,
12466
+ id=id,
12163
12467
  label=label,
12164
12468
  period=period,
12165
12469
  region=region,
@@ -12167,6 +12471,7 @@ class StateMachine(
12167
12471
  stack_region=stack_region,
12168
12472
  statistic=statistic,
12169
12473
  unit=unit,
12474
+ visible=visible,
12170
12475
  )
12171
12476
 
12172
12477
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricTime", [props]))
@@ -12178,6 +12483,7 @@ class StateMachine(
12178
12483
  account: typing.Optional[builtins.str] = None,
12179
12484
  color: typing.Optional[builtins.str] = None,
12180
12485
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
12486
+ id: typing.Optional[builtins.str] = None,
12181
12487
  label: typing.Optional[builtins.str] = None,
12182
12488
  period: typing.Optional[_Duration_4839e8c3] = None,
12183
12489
  region: typing.Optional[builtins.str] = None,
@@ -12185,12 +12491,14 @@ class StateMachine(
12185
12491
  stack_region: typing.Optional[builtins.str] = None,
12186
12492
  statistic: typing.Optional[builtins.str] = None,
12187
12493
  unit: typing.Optional[_Unit_61bc6f70] = None,
12494
+ visible: typing.Optional[builtins.bool] = None,
12188
12495
  ) -> _Metric_e396a4dc:
12189
12496
  '''Metric for the number of executions that timed out.
12190
12497
 
12191
12498
  :param account: Account which this metric comes from. Default: - Deployment account.
12192
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
12193
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
12194
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
12195
12503
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
12196
12504
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -12198,6 +12506,7 @@ class StateMachine(
12198
12506
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
12199
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
12200
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
12201
12510
 
12202
12511
  :default: - sum over 5 minutes
12203
12512
  '''
@@ -12205,6 +12514,7 @@ class StateMachine(
12205
12514
  account=account,
12206
12515
  color=color,
12207
12516
  dimensions_map=dimensions_map,
12517
+ id=id,
12208
12518
  label=label,
12209
12519
  period=period,
12210
12520
  region=region,
@@ -12212,10 +12522,17 @@ class StateMachine(
12212
12522
  stack_region=stack_region,
12213
12523
  statistic=statistic,
12214
12524
  unit=unit,
12525
+ visible=visible,
12215
12526
  )
12216
12527
 
12217
12528
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricTimedOut", [props]))
12218
12529
 
12530
+ @jsii.python.classproperty
12531
+ @jsii.member(jsii_name="PROPERTY_INJECTION_ID")
12532
+ def PROPERTY_INJECTION_ID(cls) -> builtins.str:
12533
+ '''Uniquely identifies this class.'''
12534
+ return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
12535
+
12219
12536
  @builtins.property
12220
12537
  @jsii.member(jsii_name="grantPrincipal")
12221
12538
  def grant_principal(self) -> _IPrincipal_539bb2fd:
@@ -12348,6 +12665,7 @@ class StateMachineFragment(
12348
12665
  prefix_states: typing.Optional[builtins.str] = None,
12349
12666
  state_id: typing.Optional[builtins.str] = None,
12350
12667
  arguments: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
12668
+ parameters: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
12351
12669
  result_path: typing.Optional[builtins.str] = None,
12352
12670
  result_selector: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
12353
12671
  comment: typing.Optional[builtins.str] = None,
@@ -12371,6 +12689,7 @@ class StateMachineFragment(
12371
12689
  :param prefix_states: String to prefix all stateIds in the state machine with. Default: stateId
12372
12690
  :param state_id: ID of newly created containing state. Default: Construct ID of the StateMachineFragment
12373
12691
  :param arguments: Parameters pass a collection of key-value pairs, either static values or JSONata expressions that select from the input. Default: No arguments
12692
+ :param parameters: Parameters pass a collection of key-value pairs, either static values or JSONPath expressions that select from the input. Default: No parameters
12374
12693
  :param result_path: JSONPath expression to indicate where to inject the state's output. May also be the special value JsonPath.DISCARD, which will cause the state's input to become its output. Default: $
12375
12694
  :param result_selector: The JSON that will replace the state's raw result and become the effective result before ResultPath is applied. You can use ResultSelector to create a payload with values that are static or selected from the state's raw result. Default: - None
12376
12695
  :param comment: A comment describing this state. Default: No comment
@@ -12385,6 +12704,7 @@ class StateMachineFragment(
12385
12704
  prefix_states=prefix_states,
12386
12705
  state_id=state_id,
12387
12706
  arguments=arguments,
12707
+ parameters=parameters,
12388
12708
  result_path=result_path,
12389
12709
  result_selector=result_selector,
12390
12710
  comment=comment,
@@ -13022,6 +13342,7 @@ class StateTransitionMetric(
13022
13342
  account: typing.Optional[builtins.str] = None,
13023
13343
  color: typing.Optional[builtins.str] = None,
13024
13344
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
13345
+ id: typing.Optional[builtins.str] = None,
13025
13346
  label: typing.Optional[builtins.str] = None,
13026
13347
  period: typing.Optional[_Duration_4839e8c3] = None,
13027
13348
  region: typing.Optional[builtins.str] = None,
@@ -13029,6 +13350,7 @@ class StateTransitionMetric(
13029
13350
  stack_region: typing.Optional[builtins.str] = None,
13030
13351
  statistic: typing.Optional[builtins.str] = None,
13031
13352
  unit: typing.Optional[_Unit_61bc6f70] = None,
13353
+ visible: typing.Optional[builtins.bool] = None,
13032
13354
  ) -> _Metric_e396a4dc:
13033
13355
  '''Return the given named metric for the service's state transition metrics.
13034
13356
 
@@ -13036,6 +13358,7 @@ class StateTransitionMetric(
13036
13358
  :param account: Account which this metric comes from. Default: - Deployment account.
13037
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
13038
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
13039
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
13040
13363
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
13041
13364
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -13043,6 +13366,7 @@ class StateTransitionMetric(
13043
13366
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
13044
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
13045
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
13046
13370
 
13047
13371
  :default: average over 5 minutes
13048
13372
  '''
@@ -13053,6 +13377,7 @@ class StateTransitionMetric(
13053
13377
  account=account,
13054
13378
  color=color,
13055
13379
  dimensions_map=dimensions_map,
13380
+ id=id,
13056
13381
  label=label,
13057
13382
  period=period,
13058
13383
  region=region,
@@ -13060,6 +13385,7 @@ class StateTransitionMetric(
13060
13385
  stack_region=stack_region,
13061
13386
  statistic=statistic,
13062
13387
  unit=unit,
13388
+ visible=visible,
13063
13389
  )
13064
13390
 
13065
13391
  return typing.cast(_Metric_e396a4dc, jsii.sinvoke(cls, "metric", [metric_name, props]))
@@ -13072,6 +13398,7 @@ class StateTransitionMetric(
13072
13398
  account: typing.Optional[builtins.str] = None,
13073
13399
  color: typing.Optional[builtins.str] = None,
13074
13400
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
13401
+ id: typing.Optional[builtins.str] = None,
13075
13402
  label: typing.Optional[builtins.str] = None,
13076
13403
  period: typing.Optional[_Duration_4839e8c3] = None,
13077
13404
  region: typing.Optional[builtins.str] = None,
@@ -13079,12 +13406,14 @@ class StateTransitionMetric(
13079
13406
  stack_region: typing.Optional[builtins.str] = None,
13080
13407
  statistic: typing.Optional[builtins.str] = None,
13081
13408
  unit: typing.Optional[_Unit_61bc6f70] = None,
13409
+ visible: typing.Optional[builtins.bool] = None,
13082
13410
  ) -> _Metric_e396a4dc:
13083
13411
  '''Metric for the number of available state transitions per second.
13084
13412
 
13085
13413
  :param account: Account which this metric comes from. Default: - Deployment account.
13086
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
13087
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
13088
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
13089
13418
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
13090
13419
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -13092,6 +13421,7 @@ class StateTransitionMetric(
13092
13421
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
13093
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
13094
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
13095
13425
 
13096
13426
  :default: average over 5 minutes
13097
13427
  '''
@@ -13099,6 +13429,7 @@ class StateTransitionMetric(
13099
13429
  account=account,
13100
13430
  color=color,
13101
13431
  dimensions_map=dimensions_map,
13432
+ id=id,
13102
13433
  label=label,
13103
13434
  period=period,
13104
13435
  region=region,
@@ -13106,6 +13437,7 @@ class StateTransitionMetric(
13106
13437
  stack_region=stack_region,
13107
13438
  statistic=statistic,
13108
13439
  unit=unit,
13440
+ visible=visible,
13109
13441
  )
13110
13442
 
13111
13443
  return typing.cast(_Metric_e396a4dc, jsii.sinvoke(cls, "metricConsumedCapacity", [props]))
@@ -13118,6 +13450,7 @@ class StateTransitionMetric(
13118
13450
  account: typing.Optional[builtins.str] = None,
13119
13451
  color: typing.Optional[builtins.str] = None,
13120
13452
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
13453
+ id: typing.Optional[builtins.str] = None,
13121
13454
  label: typing.Optional[builtins.str] = None,
13122
13455
  period: typing.Optional[_Duration_4839e8c3] = None,
13123
13456
  region: typing.Optional[builtins.str] = None,
@@ -13125,12 +13458,14 @@ class StateTransitionMetric(
13125
13458
  stack_region: typing.Optional[builtins.str] = None,
13126
13459
  statistic: typing.Optional[builtins.str] = None,
13127
13460
  unit: typing.Optional[_Unit_61bc6f70] = None,
13461
+ visible: typing.Optional[builtins.bool] = None,
13128
13462
  ) -> _Metric_e396a4dc:
13129
13463
  '''Metric for the number of available state transitions.
13130
13464
 
13131
13465
  :param account: Account which this metric comes from. Default: - Deployment account.
13132
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
13133
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
13134
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
13135
13470
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
13136
13471
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -13138,6 +13473,7 @@ class StateTransitionMetric(
13138
13473
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
13139
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
13140
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
13141
13477
 
13142
13478
  :default: average over 5 minutes
13143
13479
  '''
@@ -13145,6 +13481,7 @@ class StateTransitionMetric(
13145
13481
  account=account,
13146
13482
  color=color,
13147
13483
  dimensions_map=dimensions_map,
13484
+ id=id,
13148
13485
  label=label,
13149
13486
  period=period,
13150
13487
  region=region,
@@ -13152,6 +13489,7 @@ class StateTransitionMetric(
13152
13489
  stack_region=stack_region,
13153
13490
  statistic=statistic,
13154
13491
  unit=unit,
13492
+ visible=visible,
13155
13493
  )
13156
13494
 
13157
13495
  return typing.cast(_Metric_e396a4dc, jsii.sinvoke(cls, "metricProvisionedBucketSize", [props]))
@@ -13164,6 +13502,7 @@ class StateTransitionMetric(
13164
13502
  account: typing.Optional[builtins.str] = None,
13165
13503
  color: typing.Optional[builtins.str] = None,
13166
13504
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
13505
+ id: typing.Optional[builtins.str] = None,
13167
13506
  label: typing.Optional[builtins.str] = None,
13168
13507
  period: typing.Optional[_Duration_4839e8c3] = None,
13169
13508
  region: typing.Optional[builtins.str] = None,
@@ -13171,12 +13510,14 @@ class StateTransitionMetric(
13171
13510
  stack_region: typing.Optional[builtins.str] = None,
13172
13511
  statistic: typing.Optional[builtins.str] = None,
13173
13512
  unit: typing.Optional[_Unit_61bc6f70] = None,
13513
+ visible: typing.Optional[builtins.bool] = None,
13174
13514
  ) -> _Metric_e396a4dc:
13175
13515
  '''Metric for the provisioned steady-state execution rate.
13176
13516
 
13177
13517
  :param account: Account which this metric comes from. Default: - Deployment account.
13178
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
13179
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
13180
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
13181
13522
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
13182
13523
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -13184,6 +13525,7 @@ class StateTransitionMetric(
13184
13525
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
13185
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
13186
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
13187
13529
 
13188
13530
  :default: average over 5 minutes
13189
13531
  '''
@@ -13191,6 +13533,7 @@ class StateTransitionMetric(
13191
13533
  account=account,
13192
13534
  color=color,
13193
13535
  dimensions_map=dimensions_map,
13536
+ id=id,
13194
13537
  label=label,
13195
13538
  period=period,
13196
13539
  region=region,
@@ -13198,6 +13541,7 @@ class StateTransitionMetric(
13198
13541
  stack_region=stack_region,
13199
13542
  statistic=statistic,
13200
13543
  unit=unit,
13544
+ visible=visible,
13201
13545
  )
13202
13546
 
13203
13547
  return typing.cast(_Metric_e396a4dc, jsii.sinvoke(cls, "metricProvisionedRefillRate", [props]))
@@ -13210,6 +13554,7 @@ class StateTransitionMetric(
13210
13554
  account: typing.Optional[builtins.str] = None,
13211
13555
  color: typing.Optional[builtins.str] = None,
13212
13556
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
13557
+ id: typing.Optional[builtins.str] = None,
13213
13558
  label: typing.Optional[builtins.str] = None,
13214
13559
  period: typing.Optional[_Duration_4839e8c3] = None,
13215
13560
  region: typing.Optional[builtins.str] = None,
@@ -13217,12 +13562,14 @@ class StateTransitionMetric(
13217
13562
  stack_region: typing.Optional[builtins.str] = None,
13218
13563
  statistic: typing.Optional[builtins.str] = None,
13219
13564
  unit: typing.Optional[_Unit_61bc6f70] = None,
13565
+ visible: typing.Optional[builtins.bool] = None,
13220
13566
  ) -> _Metric_e396a4dc:
13221
13567
  '''Metric for the number of throttled state transitions.
13222
13568
 
13223
13569
  :param account: Account which this metric comes from. Default: - Deployment account.
13224
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
13225
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
13226
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
13227
13574
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
13228
13575
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -13230,6 +13577,7 @@ class StateTransitionMetric(
13230
13577
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
13231
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
13232
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
13233
13581
 
13234
13582
  :default: sum over 5 minutes
13235
13583
  '''
@@ -13237,6 +13585,7 @@ class StateTransitionMetric(
13237
13585
  account=account,
13238
13586
  color=color,
13239
13587
  dimensions_map=dimensions_map,
13588
+ id=id,
13240
13589
  label=label,
13241
13590
  period=period,
13242
13591
  region=region,
@@ -13244,6 +13593,7 @@ class StateTransitionMetric(
13244
13593
  stack_region=stack_region,
13245
13594
  statistic=statistic,
13246
13595
  unit=unit,
13596
+ visible=visible,
13247
13597
  )
13248
13598
 
13249
13599
  return typing.cast(_Metric_e396a4dc, jsii.sinvoke(cls, "metricThrottledEvents", [props]))
@@ -14285,6 +14635,7 @@ class TaskStateBase(
14285
14635
  account: typing.Optional[builtins.str] = None,
14286
14636
  color: typing.Optional[builtins.str] = None,
14287
14637
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
14638
+ id: typing.Optional[builtins.str] = None,
14288
14639
  label: typing.Optional[builtins.str] = None,
14289
14640
  period: typing.Optional[_Duration_4839e8c3] = None,
14290
14641
  region: typing.Optional[builtins.str] = None,
@@ -14292,6 +14643,7 @@ class TaskStateBase(
14292
14643
  stack_region: typing.Optional[builtins.str] = None,
14293
14644
  statistic: typing.Optional[builtins.str] = None,
14294
14645
  unit: typing.Optional[_Unit_61bc6f70] = None,
14646
+ visible: typing.Optional[builtins.bool] = None,
14295
14647
  ) -> _Metric_e396a4dc:
14296
14648
  '''Return the given named metric for this Task.
14297
14649
 
@@ -14299,6 +14651,7 @@ class TaskStateBase(
14299
14651
  :param account: Account which this metric comes from. Default: - Deployment account.
14300
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
14301
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
14302
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
14303
14656
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
14304
14657
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -14306,6 +14659,7 @@ class TaskStateBase(
14306
14659
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
14307
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
14308
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
14309
14663
 
14310
14664
  :default: - sum over 5 minutes
14311
14665
  '''
@@ -14316,6 +14670,7 @@ class TaskStateBase(
14316
14670
  account=account,
14317
14671
  color=color,
14318
14672
  dimensions_map=dimensions_map,
14673
+ id=id,
14319
14674
  label=label,
14320
14675
  period=period,
14321
14676
  region=region,
@@ -14323,6 +14678,7 @@ class TaskStateBase(
14323
14678
  stack_region=stack_region,
14324
14679
  statistic=statistic,
14325
14680
  unit=unit,
14681
+ visible=visible,
14326
14682
  )
14327
14683
 
14328
14684
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metric", [metric_name, props]))
@@ -14334,6 +14690,7 @@ class TaskStateBase(
14334
14690
  account: typing.Optional[builtins.str] = None,
14335
14691
  color: typing.Optional[builtins.str] = None,
14336
14692
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
14693
+ id: typing.Optional[builtins.str] = None,
14337
14694
  label: typing.Optional[builtins.str] = None,
14338
14695
  period: typing.Optional[_Duration_4839e8c3] = None,
14339
14696
  region: typing.Optional[builtins.str] = None,
@@ -14341,12 +14698,14 @@ class TaskStateBase(
14341
14698
  stack_region: typing.Optional[builtins.str] = None,
14342
14699
  statistic: typing.Optional[builtins.str] = None,
14343
14700
  unit: typing.Optional[_Unit_61bc6f70] = None,
14701
+ visible: typing.Optional[builtins.bool] = None,
14344
14702
  ) -> _Metric_e396a4dc:
14345
14703
  '''Metric for the number of times this activity fails.
14346
14704
 
14347
14705
  :param account: Account which this metric comes from. Default: - Deployment account.
14348
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
14349
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
14350
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
14351
14710
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
14352
14711
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -14354,6 +14713,7 @@ class TaskStateBase(
14354
14713
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
14355
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
14356
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
14357
14717
 
14358
14718
  :default: - sum over 5 minutes
14359
14719
  '''
@@ -14361,6 +14721,7 @@ class TaskStateBase(
14361
14721
  account=account,
14362
14722
  color=color,
14363
14723
  dimensions_map=dimensions_map,
14724
+ id=id,
14364
14725
  label=label,
14365
14726
  period=period,
14366
14727
  region=region,
@@ -14368,6 +14729,7 @@ class TaskStateBase(
14368
14729
  stack_region=stack_region,
14369
14730
  statistic=statistic,
14370
14731
  unit=unit,
14732
+ visible=visible,
14371
14733
  )
14372
14734
 
14373
14735
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricFailed", [props]))
@@ -14379,6 +14741,7 @@ class TaskStateBase(
14379
14741
  account: typing.Optional[builtins.str] = None,
14380
14742
  color: typing.Optional[builtins.str] = None,
14381
14743
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
14744
+ id: typing.Optional[builtins.str] = None,
14382
14745
  label: typing.Optional[builtins.str] = None,
14383
14746
  period: typing.Optional[_Duration_4839e8c3] = None,
14384
14747
  region: typing.Optional[builtins.str] = None,
@@ -14386,12 +14749,14 @@ class TaskStateBase(
14386
14749
  stack_region: typing.Optional[builtins.str] = None,
14387
14750
  statistic: typing.Optional[builtins.str] = None,
14388
14751
  unit: typing.Optional[_Unit_61bc6f70] = None,
14752
+ visible: typing.Optional[builtins.bool] = None,
14389
14753
  ) -> _Metric_e396a4dc:
14390
14754
  '''Metric for the number of times the heartbeat times out for this activity.
14391
14755
 
14392
14756
  :param account: Account which this metric comes from. Default: - Deployment account.
14393
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
14394
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
14395
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
14396
14761
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
14397
14762
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -14399,6 +14764,7 @@ class TaskStateBase(
14399
14764
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
14400
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
14401
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
14402
14768
 
14403
14769
  :default: - sum over 5 minutes
14404
14770
  '''
@@ -14406,6 +14772,7 @@ class TaskStateBase(
14406
14772
  account=account,
14407
14773
  color=color,
14408
14774
  dimensions_map=dimensions_map,
14775
+ id=id,
14409
14776
  label=label,
14410
14777
  period=period,
14411
14778
  region=region,
@@ -14413,6 +14780,7 @@ class TaskStateBase(
14413
14780
  stack_region=stack_region,
14414
14781
  statistic=statistic,
14415
14782
  unit=unit,
14783
+ visible=visible,
14416
14784
  )
14417
14785
 
14418
14786
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricHeartbeatTimedOut", [props]))
@@ -14424,6 +14792,7 @@ class TaskStateBase(
14424
14792
  account: typing.Optional[builtins.str] = None,
14425
14793
  color: typing.Optional[builtins.str] = None,
14426
14794
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
14795
+ id: typing.Optional[builtins.str] = None,
14427
14796
  label: typing.Optional[builtins.str] = None,
14428
14797
  period: typing.Optional[_Duration_4839e8c3] = None,
14429
14798
  region: typing.Optional[builtins.str] = None,
@@ -14431,12 +14800,14 @@ class TaskStateBase(
14431
14800
  stack_region: typing.Optional[builtins.str] = None,
14432
14801
  statistic: typing.Optional[builtins.str] = None,
14433
14802
  unit: typing.Optional[_Unit_61bc6f70] = None,
14803
+ visible: typing.Optional[builtins.bool] = None,
14434
14804
  ) -> _Metric_e396a4dc:
14435
14805
  '''The interval, in milliseconds, between the time the Task starts and the time it closes.
14436
14806
 
14437
14807
  :param account: Account which this metric comes from. Default: - Deployment account.
14438
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
14439
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
14440
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
14441
14812
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
14442
14813
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -14444,6 +14815,7 @@ class TaskStateBase(
14444
14815
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
14445
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
14446
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
14447
14819
 
14448
14820
  :default: - average over 5 minutes
14449
14821
  '''
@@ -14451,6 +14823,7 @@ class TaskStateBase(
14451
14823
  account=account,
14452
14824
  color=color,
14453
14825
  dimensions_map=dimensions_map,
14826
+ id=id,
14454
14827
  label=label,
14455
14828
  period=period,
14456
14829
  region=region,
@@ -14458,6 +14831,7 @@ class TaskStateBase(
14458
14831
  stack_region=stack_region,
14459
14832
  statistic=statistic,
14460
14833
  unit=unit,
14834
+ visible=visible,
14461
14835
  )
14462
14836
 
14463
14837
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricRunTime", [props]))
@@ -14469,6 +14843,7 @@ class TaskStateBase(
14469
14843
  account: typing.Optional[builtins.str] = None,
14470
14844
  color: typing.Optional[builtins.str] = None,
14471
14845
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
14846
+ id: typing.Optional[builtins.str] = None,
14472
14847
  label: typing.Optional[builtins.str] = None,
14473
14848
  period: typing.Optional[_Duration_4839e8c3] = None,
14474
14849
  region: typing.Optional[builtins.str] = None,
@@ -14476,12 +14851,14 @@ class TaskStateBase(
14476
14851
  stack_region: typing.Optional[builtins.str] = None,
14477
14852
  statistic: typing.Optional[builtins.str] = None,
14478
14853
  unit: typing.Optional[_Unit_61bc6f70] = None,
14854
+ visible: typing.Optional[builtins.bool] = None,
14479
14855
  ) -> _Metric_e396a4dc:
14480
14856
  '''Metric for the number of times this activity is scheduled.
14481
14857
 
14482
14858
  :param account: Account which this metric comes from. Default: - Deployment account.
14483
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
14484
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
14485
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
14486
14863
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
14487
14864
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -14489,6 +14866,7 @@ class TaskStateBase(
14489
14866
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
14490
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
14491
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
14492
14870
 
14493
14871
  :default: - sum over 5 minutes
14494
14872
  '''
@@ -14496,6 +14874,7 @@ class TaskStateBase(
14496
14874
  account=account,
14497
14875
  color=color,
14498
14876
  dimensions_map=dimensions_map,
14877
+ id=id,
14499
14878
  label=label,
14500
14879
  period=period,
14501
14880
  region=region,
@@ -14503,6 +14882,7 @@ class TaskStateBase(
14503
14882
  stack_region=stack_region,
14504
14883
  statistic=statistic,
14505
14884
  unit=unit,
14885
+ visible=visible,
14506
14886
  )
14507
14887
 
14508
14888
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricScheduled", [props]))
@@ -14514,6 +14894,7 @@ class TaskStateBase(
14514
14894
  account: typing.Optional[builtins.str] = None,
14515
14895
  color: typing.Optional[builtins.str] = None,
14516
14896
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
14897
+ id: typing.Optional[builtins.str] = None,
14517
14898
  label: typing.Optional[builtins.str] = None,
14518
14899
  period: typing.Optional[_Duration_4839e8c3] = None,
14519
14900
  region: typing.Optional[builtins.str] = None,
@@ -14521,12 +14902,14 @@ class TaskStateBase(
14521
14902
  stack_region: typing.Optional[builtins.str] = None,
14522
14903
  statistic: typing.Optional[builtins.str] = None,
14523
14904
  unit: typing.Optional[_Unit_61bc6f70] = None,
14905
+ visible: typing.Optional[builtins.bool] = None,
14524
14906
  ) -> _Metric_e396a4dc:
14525
14907
  '''The interval, in milliseconds, for which the activity stays in the schedule state.
14526
14908
 
14527
14909
  :param account: Account which this metric comes from. Default: - Deployment account.
14528
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
14529
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
14530
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
14531
14914
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
14532
14915
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -14534,6 +14917,7 @@ class TaskStateBase(
14534
14917
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
14535
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
14536
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
14537
14921
 
14538
14922
  :default: - average over 5 minutes
14539
14923
  '''
@@ -14541,6 +14925,7 @@ class TaskStateBase(
14541
14925
  account=account,
14542
14926
  color=color,
14543
14927
  dimensions_map=dimensions_map,
14928
+ id=id,
14544
14929
  label=label,
14545
14930
  period=period,
14546
14931
  region=region,
@@ -14548,6 +14933,7 @@ class TaskStateBase(
14548
14933
  stack_region=stack_region,
14549
14934
  statistic=statistic,
14550
14935
  unit=unit,
14936
+ visible=visible,
14551
14937
  )
14552
14938
 
14553
14939
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricScheduleTime", [props]))
@@ -14559,6 +14945,7 @@ class TaskStateBase(
14559
14945
  account: typing.Optional[builtins.str] = None,
14560
14946
  color: typing.Optional[builtins.str] = None,
14561
14947
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
14948
+ id: typing.Optional[builtins.str] = None,
14562
14949
  label: typing.Optional[builtins.str] = None,
14563
14950
  period: typing.Optional[_Duration_4839e8c3] = None,
14564
14951
  region: typing.Optional[builtins.str] = None,
@@ -14566,12 +14953,14 @@ class TaskStateBase(
14566
14953
  stack_region: typing.Optional[builtins.str] = None,
14567
14954
  statistic: typing.Optional[builtins.str] = None,
14568
14955
  unit: typing.Optional[_Unit_61bc6f70] = None,
14956
+ visible: typing.Optional[builtins.bool] = None,
14569
14957
  ) -> _Metric_e396a4dc:
14570
14958
  '''Metric for the number of times this activity is started.
14571
14959
 
14572
14960
  :param account: Account which this metric comes from. Default: - Deployment account.
14573
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
14574
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
14575
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
14576
14965
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
14577
14966
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -14579,6 +14968,7 @@ class TaskStateBase(
14579
14968
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
14580
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
14581
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
14582
14972
 
14583
14973
  :default: - sum over 5 minutes
14584
14974
  '''
@@ -14586,6 +14976,7 @@ class TaskStateBase(
14586
14976
  account=account,
14587
14977
  color=color,
14588
14978
  dimensions_map=dimensions_map,
14979
+ id=id,
14589
14980
  label=label,
14590
14981
  period=period,
14591
14982
  region=region,
@@ -14593,6 +14984,7 @@ class TaskStateBase(
14593
14984
  stack_region=stack_region,
14594
14985
  statistic=statistic,
14595
14986
  unit=unit,
14987
+ visible=visible,
14596
14988
  )
14597
14989
 
14598
14990
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricStarted", [props]))
@@ -14604,6 +14996,7 @@ class TaskStateBase(
14604
14996
  account: typing.Optional[builtins.str] = None,
14605
14997
  color: typing.Optional[builtins.str] = None,
14606
14998
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
14999
+ id: typing.Optional[builtins.str] = None,
14607
15000
  label: typing.Optional[builtins.str] = None,
14608
15001
  period: typing.Optional[_Duration_4839e8c3] = None,
14609
15002
  region: typing.Optional[builtins.str] = None,
@@ -14611,12 +15004,14 @@ class TaskStateBase(
14611
15004
  stack_region: typing.Optional[builtins.str] = None,
14612
15005
  statistic: typing.Optional[builtins.str] = None,
14613
15006
  unit: typing.Optional[_Unit_61bc6f70] = None,
15007
+ visible: typing.Optional[builtins.bool] = None,
14614
15008
  ) -> _Metric_e396a4dc:
14615
15009
  '''Metric for the number of times this activity succeeds.
14616
15010
 
14617
15011
  :param account: Account which this metric comes from. Default: - Deployment account.
14618
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
14619
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
14620
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
14621
15016
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
14622
15017
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -14624,6 +15019,7 @@ class TaskStateBase(
14624
15019
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
14625
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
14626
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
14627
15023
 
14628
15024
  :default: - sum over 5 minutes
14629
15025
  '''
@@ -14631,6 +15027,7 @@ class TaskStateBase(
14631
15027
  account=account,
14632
15028
  color=color,
14633
15029
  dimensions_map=dimensions_map,
15030
+ id=id,
14634
15031
  label=label,
14635
15032
  period=period,
14636
15033
  region=region,
@@ -14638,6 +15035,7 @@ class TaskStateBase(
14638
15035
  stack_region=stack_region,
14639
15036
  statistic=statistic,
14640
15037
  unit=unit,
15038
+ visible=visible,
14641
15039
  )
14642
15040
 
14643
15041
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricSucceeded", [props]))
@@ -14649,6 +15047,7 @@ class TaskStateBase(
14649
15047
  account: typing.Optional[builtins.str] = None,
14650
15048
  color: typing.Optional[builtins.str] = None,
14651
15049
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
15050
+ id: typing.Optional[builtins.str] = None,
14652
15051
  label: typing.Optional[builtins.str] = None,
14653
15052
  period: typing.Optional[_Duration_4839e8c3] = None,
14654
15053
  region: typing.Optional[builtins.str] = None,
@@ -14656,12 +15055,14 @@ class TaskStateBase(
14656
15055
  stack_region: typing.Optional[builtins.str] = None,
14657
15056
  statistic: typing.Optional[builtins.str] = None,
14658
15057
  unit: typing.Optional[_Unit_61bc6f70] = None,
15058
+ visible: typing.Optional[builtins.bool] = None,
14659
15059
  ) -> _Metric_e396a4dc:
14660
15060
  '''The interval, in milliseconds, between the time the activity is scheduled and the time it closes.
14661
15061
 
14662
15062
  :param account: Account which this metric comes from. Default: - Deployment account.
14663
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
14664
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
14665
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
14666
15067
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
14667
15068
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -14669,6 +15070,7 @@ class TaskStateBase(
14669
15070
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
14670
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
14671
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
14672
15074
 
14673
15075
  :default: - average over 5 minutes
14674
15076
  '''
@@ -14676,6 +15078,7 @@ class TaskStateBase(
14676
15078
  account=account,
14677
15079
  color=color,
14678
15080
  dimensions_map=dimensions_map,
15081
+ id=id,
14679
15082
  label=label,
14680
15083
  period=period,
14681
15084
  region=region,
@@ -14683,6 +15086,7 @@ class TaskStateBase(
14683
15086
  stack_region=stack_region,
14684
15087
  statistic=statistic,
14685
15088
  unit=unit,
15089
+ visible=visible,
14686
15090
  )
14687
15091
 
14688
15092
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricTime", [props]))
@@ -14694,6 +15098,7 @@ class TaskStateBase(
14694
15098
  account: typing.Optional[builtins.str] = None,
14695
15099
  color: typing.Optional[builtins.str] = None,
14696
15100
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
15101
+ id: typing.Optional[builtins.str] = None,
14697
15102
  label: typing.Optional[builtins.str] = None,
14698
15103
  period: typing.Optional[_Duration_4839e8c3] = None,
14699
15104
  region: typing.Optional[builtins.str] = None,
@@ -14701,12 +15106,14 @@ class TaskStateBase(
14701
15106
  stack_region: typing.Optional[builtins.str] = None,
14702
15107
  statistic: typing.Optional[builtins.str] = None,
14703
15108
  unit: typing.Optional[_Unit_61bc6f70] = None,
15109
+ visible: typing.Optional[builtins.bool] = None,
14704
15110
  ) -> _Metric_e396a4dc:
14705
15111
  '''Metric for the number of times this activity times out.
14706
15112
 
14707
15113
  :param account: Account which this metric comes from. Default: - Deployment account.
14708
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
14709
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
14710
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
14711
15118
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
14712
15119
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -14714,6 +15121,7 @@ class TaskStateBase(
14714
15121
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
14715
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
14716
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
14717
15125
 
14718
15126
  :default: - sum over 5 minutes
14719
15127
  '''
@@ -14721,6 +15129,7 @@ class TaskStateBase(
14721
15129
  account=account,
14722
15130
  color=color,
14723
15131
  dimensions_map=dimensions_map,
15132
+ id=id,
14724
15133
  label=label,
14725
15134
  period=period,
14726
15135
  region=region,
@@ -14728,6 +15137,7 @@ class TaskStateBase(
14728
15137
  stack_region=stack_region,
14729
15138
  statistic=statistic,
14730
15139
  unit=unit,
15140
+ visible=visible,
14731
15141
  )
14732
15142
 
14733
15143
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricTimedOut", [props]))
@@ -17124,6 +17534,7 @@ class Activity(
17124
17534
  account: typing.Optional[builtins.str] = None,
17125
17535
  color: typing.Optional[builtins.str] = None,
17126
17536
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
17537
+ id: typing.Optional[builtins.str] = None,
17127
17538
  label: typing.Optional[builtins.str] = None,
17128
17539
  period: typing.Optional[_Duration_4839e8c3] = None,
17129
17540
  region: typing.Optional[builtins.str] = None,
@@ -17131,6 +17542,7 @@ class Activity(
17131
17542
  stack_region: typing.Optional[builtins.str] = None,
17132
17543
  statistic: typing.Optional[builtins.str] = None,
17133
17544
  unit: typing.Optional[_Unit_61bc6f70] = None,
17545
+ visible: typing.Optional[builtins.bool] = None,
17134
17546
  ) -> _Metric_e396a4dc:
17135
17547
  '''Return the given named metric for this Activity.
17136
17548
 
@@ -17138,6 +17550,7 @@ class Activity(
17138
17550
  :param account: Account which this metric comes from. Default: - Deployment account.
17139
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
17140
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
17141
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
17142
17555
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
17143
17556
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -17145,6 +17558,7 @@ class Activity(
17145
17558
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
17146
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
17147
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
17148
17562
 
17149
17563
  :default: sum over 5 minutes
17150
17564
  '''
@@ -17155,6 +17569,7 @@ class Activity(
17155
17569
  account=account,
17156
17570
  color=color,
17157
17571
  dimensions_map=dimensions_map,
17572
+ id=id,
17158
17573
  label=label,
17159
17574
  period=period,
17160
17575
  region=region,
@@ -17162,6 +17577,7 @@ class Activity(
17162
17577
  stack_region=stack_region,
17163
17578
  statistic=statistic,
17164
17579
  unit=unit,
17580
+ visible=visible,
17165
17581
  )
17166
17582
 
17167
17583
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metric", [metric_name, props]))
@@ -17173,6 +17589,7 @@ class Activity(
17173
17589
  account: typing.Optional[builtins.str] = None,
17174
17590
  color: typing.Optional[builtins.str] = None,
17175
17591
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
17592
+ id: typing.Optional[builtins.str] = None,
17176
17593
  label: typing.Optional[builtins.str] = None,
17177
17594
  period: typing.Optional[_Duration_4839e8c3] = None,
17178
17595
  region: typing.Optional[builtins.str] = None,
@@ -17180,12 +17597,14 @@ class Activity(
17180
17597
  stack_region: typing.Optional[builtins.str] = None,
17181
17598
  statistic: typing.Optional[builtins.str] = None,
17182
17599
  unit: typing.Optional[_Unit_61bc6f70] = None,
17600
+ visible: typing.Optional[builtins.bool] = None,
17183
17601
  ) -> _Metric_e396a4dc:
17184
17602
  '''Metric for the number of times this activity fails.
17185
17603
 
17186
17604
  :param account: Account which this metric comes from. Default: - Deployment account.
17187
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
17188
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
17189
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
17190
17609
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
17191
17610
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -17193,6 +17612,7 @@ class Activity(
17193
17612
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
17194
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
17195
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
17196
17616
 
17197
17617
  :default: sum over 5 minutes
17198
17618
  '''
@@ -17200,6 +17620,7 @@ class Activity(
17200
17620
  account=account,
17201
17621
  color=color,
17202
17622
  dimensions_map=dimensions_map,
17623
+ id=id,
17203
17624
  label=label,
17204
17625
  period=period,
17205
17626
  region=region,
@@ -17207,6 +17628,7 @@ class Activity(
17207
17628
  stack_region=stack_region,
17208
17629
  statistic=statistic,
17209
17630
  unit=unit,
17631
+ visible=visible,
17210
17632
  )
17211
17633
 
17212
17634
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricFailed", [props]))
@@ -17218,6 +17640,7 @@ class Activity(
17218
17640
  account: typing.Optional[builtins.str] = None,
17219
17641
  color: typing.Optional[builtins.str] = None,
17220
17642
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
17643
+ id: typing.Optional[builtins.str] = None,
17221
17644
  label: typing.Optional[builtins.str] = None,
17222
17645
  period: typing.Optional[_Duration_4839e8c3] = None,
17223
17646
  region: typing.Optional[builtins.str] = None,
@@ -17225,12 +17648,14 @@ class Activity(
17225
17648
  stack_region: typing.Optional[builtins.str] = None,
17226
17649
  statistic: typing.Optional[builtins.str] = None,
17227
17650
  unit: typing.Optional[_Unit_61bc6f70] = None,
17651
+ visible: typing.Optional[builtins.bool] = None,
17228
17652
  ) -> _Metric_e396a4dc:
17229
17653
  '''Metric for the number of times the heartbeat times out for this activity.
17230
17654
 
17231
17655
  :param account: Account which this metric comes from. Default: - Deployment account.
17232
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
17233
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
17234
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
17235
17660
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
17236
17661
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -17238,6 +17663,7 @@ class Activity(
17238
17663
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
17239
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
17240
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
17241
17667
 
17242
17668
  :default: sum over 5 minutes
17243
17669
  '''
@@ -17245,6 +17671,7 @@ class Activity(
17245
17671
  account=account,
17246
17672
  color=color,
17247
17673
  dimensions_map=dimensions_map,
17674
+ id=id,
17248
17675
  label=label,
17249
17676
  period=period,
17250
17677
  region=region,
@@ -17252,6 +17679,7 @@ class Activity(
17252
17679
  stack_region=stack_region,
17253
17680
  statistic=statistic,
17254
17681
  unit=unit,
17682
+ visible=visible,
17255
17683
  )
17256
17684
 
17257
17685
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricHeartbeatTimedOut", [props]))
@@ -17263,6 +17691,7 @@ class Activity(
17263
17691
  account: typing.Optional[builtins.str] = None,
17264
17692
  color: typing.Optional[builtins.str] = None,
17265
17693
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
17694
+ id: typing.Optional[builtins.str] = None,
17266
17695
  label: typing.Optional[builtins.str] = None,
17267
17696
  period: typing.Optional[_Duration_4839e8c3] = None,
17268
17697
  region: typing.Optional[builtins.str] = None,
@@ -17270,12 +17699,14 @@ class Activity(
17270
17699
  stack_region: typing.Optional[builtins.str] = None,
17271
17700
  statistic: typing.Optional[builtins.str] = None,
17272
17701
  unit: typing.Optional[_Unit_61bc6f70] = None,
17702
+ visible: typing.Optional[builtins.bool] = None,
17273
17703
  ) -> _Metric_e396a4dc:
17274
17704
  '''The interval, in milliseconds, between the time the activity starts and the time it closes.
17275
17705
 
17276
17706
  :param account: Account which this metric comes from. Default: - Deployment account.
17277
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
17278
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
17279
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
17280
17711
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
17281
17712
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -17283,6 +17714,7 @@ class Activity(
17283
17714
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
17284
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
17285
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
17286
17718
 
17287
17719
  :default: average over 5 minutes
17288
17720
  '''
@@ -17290,6 +17722,7 @@ class Activity(
17290
17722
  account=account,
17291
17723
  color=color,
17292
17724
  dimensions_map=dimensions_map,
17725
+ id=id,
17293
17726
  label=label,
17294
17727
  period=period,
17295
17728
  region=region,
@@ -17297,6 +17730,7 @@ class Activity(
17297
17730
  stack_region=stack_region,
17298
17731
  statistic=statistic,
17299
17732
  unit=unit,
17733
+ visible=visible,
17300
17734
  )
17301
17735
 
17302
17736
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricRunTime", [props]))
@@ -17308,6 +17742,7 @@ class Activity(
17308
17742
  account: typing.Optional[builtins.str] = None,
17309
17743
  color: typing.Optional[builtins.str] = None,
17310
17744
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
17745
+ id: typing.Optional[builtins.str] = None,
17311
17746
  label: typing.Optional[builtins.str] = None,
17312
17747
  period: typing.Optional[_Duration_4839e8c3] = None,
17313
17748
  region: typing.Optional[builtins.str] = None,
@@ -17315,12 +17750,14 @@ class Activity(
17315
17750
  stack_region: typing.Optional[builtins.str] = None,
17316
17751
  statistic: typing.Optional[builtins.str] = None,
17317
17752
  unit: typing.Optional[_Unit_61bc6f70] = None,
17753
+ visible: typing.Optional[builtins.bool] = None,
17318
17754
  ) -> _Metric_e396a4dc:
17319
17755
  '''Metric for the number of times this activity is scheduled.
17320
17756
 
17321
17757
  :param account: Account which this metric comes from. Default: - Deployment account.
17322
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
17323
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
17324
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
17325
17762
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
17326
17763
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -17328,6 +17765,7 @@ class Activity(
17328
17765
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
17329
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
17330
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
17331
17769
 
17332
17770
  :default: sum over 5 minutes
17333
17771
  '''
@@ -17335,6 +17773,7 @@ class Activity(
17335
17773
  account=account,
17336
17774
  color=color,
17337
17775
  dimensions_map=dimensions_map,
17776
+ id=id,
17338
17777
  label=label,
17339
17778
  period=period,
17340
17779
  region=region,
@@ -17342,6 +17781,7 @@ class Activity(
17342
17781
  stack_region=stack_region,
17343
17782
  statistic=statistic,
17344
17783
  unit=unit,
17784
+ visible=visible,
17345
17785
  )
17346
17786
 
17347
17787
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricScheduled", [props]))
@@ -17353,6 +17793,7 @@ class Activity(
17353
17793
  account: typing.Optional[builtins.str] = None,
17354
17794
  color: typing.Optional[builtins.str] = None,
17355
17795
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
17796
+ id: typing.Optional[builtins.str] = None,
17356
17797
  label: typing.Optional[builtins.str] = None,
17357
17798
  period: typing.Optional[_Duration_4839e8c3] = None,
17358
17799
  region: typing.Optional[builtins.str] = None,
@@ -17360,12 +17801,14 @@ class Activity(
17360
17801
  stack_region: typing.Optional[builtins.str] = None,
17361
17802
  statistic: typing.Optional[builtins.str] = None,
17362
17803
  unit: typing.Optional[_Unit_61bc6f70] = None,
17804
+ visible: typing.Optional[builtins.bool] = None,
17363
17805
  ) -> _Metric_e396a4dc:
17364
17806
  '''The interval, in milliseconds, for which the activity stays in the schedule state.
17365
17807
 
17366
17808
  :param account: Account which this metric comes from. Default: - Deployment account.
17367
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
17368
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
17369
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
17370
17813
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
17371
17814
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -17373,6 +17816,7 @@ class Activity(
17373
17816
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
17374
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
17375
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
17376
17820
 
17377
17821
  :default: average over 5 minutes
17378
17822
  '''
@@ -17380,6 +17824,7 @@ class Activity(
17380
17824
  account=account,
17381
17825
  color=color,
17382
17826
  dimensions_map=dimensions_map,
17827
+ id=id,
17383
17828
  label=label,
17384
17829
  period=period,
17385
17830
  region=region,
@@ -17387,6 +17832,7 @@ class Activity(
17387
17832
  stack_region=stack_region,
17388
17833
  statistic=statistic,
17389
17834
  unit=unit,
17835
+ visible=visible,
17390
17836
  )
17391
17837
 
17392
17838
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricScheduleTime", [props]))
@@ -17398,6 +17844,7 @@ class Activity(
17398
17844
  account: typing.Optional[builtins.str] = None,
17399
17845
  color: typing.Optional[builtins.str] = None,
17400
17846
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
17847
+ id: typing.Optional[builtins.str] = None,
17401
17848
  label: typing.Optional[builtins.str] = None,
17402
17849
  period: typing.Optional[_Duration_4839e8c3] = None,
17403
17850
  region: typing.Optional[builtins.str] = None,
@@ -17405,12 +17852,14 @@ class Activity(
17405
17852
  stack_region: typing.Optional[builtins.str] = None,
17406
17853
  statistic: typing.Optional[builtins.str] = None,
17407
17854
  unit: typing.Optional[_Unit_61bc6f70] = None,
17855
+ visible: typing.Optional[builtins.bool] = None,
17408
17856
  ) -> _Metric_e396a4dc:
17409
17857
  '''Metric for the number of times this activity is started.
17410
17858
 
17411
17859
  :param account: Account which this metric comes from. Default: - Deployment account.
17412
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
17413
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
17414
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
17415
17864
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
17416
17865
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -17418,6 +17867,7 @@ class Activity(
17418
17867
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
17419
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
17420
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
17421
17871
 
17422
17872
  :default: sum over 5 minutes
17423
17873
  '''
@@ -17425,6 +17875,7 @@ class Activity(
17425
17875
  account=account,
17426
17876
  color=color,
17427
17877
  dimensions_map=dimensions_map,
17878
+ id=id,
17428
17879
  label=label,
17429
17880
  period=period,
17430
17881
  region=region,
@@ -17432,6 +17883,7 @@ class Activity(
17432
17883
  stack_region=stack_region,
17433
17884
  statistic=statistic,
17434
17885
  unit=unit,
17886
+ visible=visible,
17435
17887
  )
17436
17888
 
17437
17889
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricStarted", [props]))
@@ -17443,6 +17895,7 @@ class Activity(
17443
17895
  account: typing.Optional[builtins.str] = None,
17444
17896
  color: typing.Optional[builtins.str] = None,
17445
17897
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
17898
+ id: typing.Optional[builtins.str] = None,
17446
17899
  label: typing.Optional[builtins.str] = None,
17447
17900
  period: typing.Optional[_Duration_4839e8c3] = None,
17448
17901
  region: typing.Optional[builtins.str] = None,
@@ -17450,12 +17903,14 @@ class Activity(
17450
17903
  stack_region: typing.Optional[builtins.str] = None,
17451
17904
  statistic: typing.Optional[builtins.str] = None,
17452
17905
  unit: typing.Optional[_Unit_61bc6f70] = None,
17906
+ visible: typing.Optional[builtins.bool] = None,
17453
17907
  ) -> _Metric_e396a4dc:
17454
17908
  '''Metric for the number of times this activity succeeds.
17455
17909
 
17456
17910
  :param account: Account which this metric comes from. Default: - Deployment account.
17457
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
17458
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
17459
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
17460
17915
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
17461
17916
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -17463,6 +17918,7 @@ class Activity(
17463
17918
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
17464
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
17465
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
17466
17922
 
17467
17923
  :default: sum over 5 minutes
17468
17924
  '''
@@ -17470,6 +17926,7 @@ class Activity(
17470
17926
  account=account,
17471
17927
  color=color,
17472
17928
  dimensions_map=dimensions_map,
17929
+ id=id,
17473
17930
  label=label,
17474
17931
  period=period,
17475
17932
  region=region,
@@ -17477,6 +17934,7 @@ class Activity(
17477
17934
  stack_region=stack_region,
17478
17935
  statistic=statistic,
17479
17936
  unit=unit,
17937
+ visible=visible,
17480
17938
  )
17481
17939
 
17482
17940
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricSucceeded", [props]))
@@ -17488,6 +17946,7 @@ class Activity(
17488
17946
  account: typing.Optional[builtins.str] = None,
17489
17947
  color: typing.Optional[builtins.str] = None,
17490
17948
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
17949
+ id: typing.Optional[builtins.str] = None,
17491
17950
  label: typing.Optional[builtins.str] = None,
17492
17951
  period: typing.Optional[_Duration_4839e8c3] = None,
17493
17952
  region: typing.Optional[builtins.str] = None,
@@ -17495,12 +17954,14 @@ class Activity(
17495
17954
  stack_region: typing.Optional[builtins.str] = None,
17496
17955
  statistic: typing.Optional[builtins.str] = None,
17497
17956
  unit: typing.Optional[_Unit_61bc6f70] = None,
17957
+ visible: typing.Optional[builtins.bool] = None,
17498
17958
  ) -> _Metric_e396a4dc:
17499
17959
  '''The interval, in milliseconds, between the time the activity is scheduled and the time it closes.
17500
17960
 
17501
17961
  :param account: Account which this metric comes from. Default: - Deployment account.
17502
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
17503
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
17504
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
17505
17966
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
17506
17967
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -17508,6 +17969,7 @@ class Activity(
17508
17969
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
17509
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
17510
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
17511
17973
 
17512
17974
  :default: average over 5 minutes
17513
17975
  '''
@@ -17515,6 +17977,7 @@ class Activity(
17515
17977
  account=account,
17516
17978
  color=color,
17517
17979
  dimensions_map=dimensions_map,
17980
+ id=id,
17518
17981
  label=label,
17519
17982
  period=period,
17520
17983
  region=region,
@@ -17522,6 +17985,7 @@ class Activity(
17522
17985
  stack_region=stack_region,
17523
17986
  statistic=statistic,
17524
17987
  unit=unit,
17988
+ visible=visible,
17525
17989
  )
17526
17990
 
17527
17991
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricTime", [props]))
@@ -17533,6 +17997,7 @@ class Activity(
17533
17997
  account: typing.Optional[builtins.str] = None,
17534
17998
  color: typing.Optional[builtins.str] = None,
17535
17999
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
18000
+ id: typing.Optional[builtins.str] = None,
17536
18001
  label: typing.Optional[builtins.str] = None,
17537
18002
  period: typing.Optional[_Duration_4839e8c3] = None,
17538
18003
  region: typing.Optional[builtins.str] = None,
@@ -17540,12 +18005,14 @@ class Activity(
17540
18005
  stack_region: typing.Optional[builtins.str] = None,
17541
18006
  statistic: typing.Optional[builtins.str] = None,
17542
18007
  unit: typing.Optional[_Unit_61bc6f70] = None,
18008
+ visible: typing.Optional[builtins.bool] = None,
17543
18009
  ) -> _Metric_e396a4dc:
17544
18010
  '''Metric for the number of times this activity times out.
17545
18011
 
17546
18012
  :param account: Account which this metric comes from. Default: - Deployment account.
17547
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
17548
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
17549
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
17550
18017
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
17551
18018
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -17553,6 +18020,7 @@ class Activity(
17553
18020
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
17554
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
17555
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
17556
18024
 
17557
18025
  :default: sum over 5 minutes
17558
18026
  '''
@@ -17560,6 +18028,7 @@ class Activity(
17560
18028
  account=account,
17561
18029
  color=color,
17562
18030
  dimensions_map=dimensions_map,
18031
+ id=id,
17563
18032
  label=label,
17564
18033
  period=period,
17565
18034
  region=region,
@@ -17567,10 +18036,17 @@ class Activity(
17567
18036
  stack_region=stack_region,
17568
18037
  statistic=statistic,
17569
18038
  unit=unit,
18039
+ visible=visible,
17570
18040
  )
17571
18041
 
17572
18042
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricTimedOut", [props]))
17573
18043
 
18044
+ @jsii.python.classproperty
18045
+ @jsii.member(jsii_name="PROPERTY_INJECTION_ID")
18046
+ def PROPERTY_INJECTION_ID(cls) -> builtins.str:
18047
+ '''Uniquely identifies this class.'''
18048
+ return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
18049
+
17574
18050
  @builtins.property
17575
18051
  @jsii.member(jsii_name="activityArn")
17576
18052
  def activity_arn(self) -> builtins.str:
@@ -17719,6 +18195,7 @@ class Chain(metaclass=jsii.JSIIMeta, jsii_type="aws-cdk-lib.aws_stepfunctions.Ch
17719
18195
  id: builtins.str,
17720
18196
  *,
17721
18197
  arguments: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
18198
+ parameters: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
17722
18199
  result_path: typing.Optional[builtins.str] = None,
17723
18200
  result_selector: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
17724
18201
  comment: typing.Optional[builtins.str] = None,
@@ -17740,6 +18217,7 @@ class Chain(metaclass=jsii.JSIIMeta, jsii_type="aws-cdk-lib.aws_stepfunctions.Ch
17740
18217
 
17741
18218
  :param id: -
17742
18219
  :param arguments: Parameters pass a collection of key-value pairs, either static values or JSONata expressions that select from the input. Default: No arguments
18220
+ :param parameters: Parameters pass a collection of key-value pairs, either static values or JSONPath expressions that select from the input. Default: No parameters
17743
18221
  :param result_path: JSONPath expression to indicate where to inject the state's output. May also be the special value JsonPath.DISCARD, which will cause the state's input to become its output. Default: $
17744
18222
  :param result_selector: The JSON that will replace the state's raw result and become the effective result before ResultPath is applied. You can use ResultSelector to create a payload with values that are static or selected from the state's raw result. Default: - None
17745
18223
  :param comment: A comment describing this state. Default: No comment
@@ -17755,6 +18233,7 @@ class Chain(metaclass=jsii.JSIIMeta, jsii_type="aws-cdk-lib.aws_stepfunctions.Ch
17755
18233
  check_type(argname="argument id", value=id, expected_type=type_hints["id"])
17756
18234
  props = ParallelProps(
17757
18235
  arguments=arguments,
18236
+ parameters=parameters,
17758
18237
  result_path=result_path,
17759
18238
  result_selector=result_selector,
17760
18239
  comment=comment,
@@ -18821,6 +19300,7 @@ class CustomerManagedEncryptionConfiguration(
18821
19300
  "state_name": "stateName",
18822
19301
  "assign": "assign",
18823
19302
  "item_selector": "itemSelector",
19303
+ "jsonata_item_selector": "jsonataItemSelector",
18824
19304
  "max_concurrency": "maxConcurrency",
18825
19305
  "input_path": "inputPath",
18826
19306
  "output_path": "outputPath",
@@ -18853,6 +19333,7 @@ class DistributedMapJsonPathProps(
18853
19333
  state_name: typing.Optional[builtins.str] = None,
18854
19334
  assign: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
18855
19335
  item_selector: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
19336
+ jsonata_item_selector: typing.Optional[builtins.str] = None,
18856
19337
  max_concurrency: typing.Optional[jsii.Number] = None,
18857
19338
  input_path: typing.Optional[builtins.str] = None,
18858
19339
  output_path: typing.Optional[builtins.str] = None,
@@ -18877,7 +19358,8 @@ class DistributedMapJsonPathProps(
18877
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
18878
19359
  :param state_name: Optional name for this state. Default: - The construct ID will be used as state name
18879
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
18880
- :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: $
18881
19363
  :param max_concurrency: MaxConcurrency. An upper bound on the number of iterations you want running at once. Default: - full concurrency
18882
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: $
18883
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: $
@@ -18924,6 +19406,7 @@ class DistributedMapJsonPathProps(
18924
19406
  "item_selector_key": item_selector
18925
19407
  },
18926
19408
  items_path="itemsPath",
19409
+ jsonata_item_selector="jsonataItemSelector",
18927
19410
  label="label",
18928
19411
  map_execution_type=stepfunctions.StateMachineType.EXPRESS,
18929
19412
  max_concurrency=123,
@@ -18950,6 +19433,7 @@ class DistributedMapJsonPathProps(
18950
19433
  check_type(argname="argument state_name", value=state_name, expected_type=type_hints["state_name"])
18951
19434
  check_type(argname="argument assign", value=assign, expected_type=type_hints["assign"])
18952
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"])
18953
19437
  check_type(argname="argument max_concurrency", value=max_concurrency, expected_type=type_hints["max_concurrency"])
18954
19438
  check_type(argname="argument input_path", value=input_path, expected_type=type_hints["input_path"])
18955
19439
  check_type(argname="argument output_path", value=output_path, expected_type=type_hints["output_path"])
@@ -18978,6 +19462,8 @@ class DistributedMapJsonPathProps(
18978
19462
  self._values["assign"] = assign
18979
19463
  if item_selector is not None:
18980
19464
  self._values["item_selector"] = item_selector
19465
+ if jsonata_item_selector is not None:
19466
+ self._values["jsonata_item_selector"] = jsonata_item_selector
18981
19467
  if max_concurrency is not None:
18982
19468
  self._values["max_concurrency"] = max_concurrency
18983
19469
  if input_path is not None:
@@ -19060,7 +19546,7 @@ class DistributedMapJsonPathProps(
19060
19546
  def item_selector(
19061
19547
  self,
19062
19548
  ) -> typing.Optional[typing.Mapping[builtins.str, typing.Any]]:
19063
- '''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``).
19064
19550
 
19065
19551
  :default: $
19066
19552
 
@@ -19069,6 +19555,17 @@ class DistributedMapJsonPathProps(
19069
19555
  result = self._values.get("item_selector")
19070
19556
  return typing.cast(typing.Optional[typing.Mapping[builtins.str, typing.Any]], result)
19071
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
+
19072
19569
  @builtins.property
19073
19570
  def max_concurrency(self) -> typing.Optional[jsii.Number]:
19074
19571
  '''MaxConcurrency.
@@ -19287,6 +19784,7 @@ class DistributedMapJsonPathProps(
19287
19784
  "state_name": "stateName",
19288
19785
  "assign": "assign",
19289
19786
  "item_selector": "itemSelector",
19787
+ "jsonata_item_selector": "jsonataItemSelector",
19290
19788
  "max_concurrency": "maxConcurrency",
19291
19789
  "outputs": "outputs",
19292
19790
  "items": "items",
@@ -19309,6 +19807,7 @@ class DistributedMapJsonataProps(StateBaseProps, MapBaseOptions, MapBaseJsonataO
19309
19807
  state_name: typing.Optional[builtins.str] = None,
19310
19808
  assign: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
19311
19809
  item_selector: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
19810
+ jsonata_item_selector: typing.Optional[builtins.str] = None,
19312
19811
  max_concurrency: typing.Optional[jsii.Number] = None,
19313
19812
  outputs: typing.Any = None,
19314
19813
  items: typing.Optional[ProvideItems] = None,
@@ -19327,7 +19826,8 @@ class DistributedMapJsonataProps(StateBaseProps, MapBaseOptions, MapBaseJsonataO
19327
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
19328
19827
  :param state_name: Optional name for this state. Default: - The construct ID will be used as state name
19329
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
19330
- :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: $
19331
19831
  :param max_concurrency: MaxConcurrency. An upper bound on the number of iterations you want running at once. Default: - full concurrency
19332
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
19333
19833
  :param items: The array that the Map state will iterate over. Default: - The state input as is.
@@ -19368,6 +19868,7 @@ class DistributedMapJsonataProps(StateBaseProps, MapBaseOptions, MapBaseJsonataO
19368
19868
  item_selector={
19369
19869
  "item_selector_key": item_selector
19370
19870
  },
19871
+ jsonata_item_selector="jsonataItemSelector",
19371
19872
  label="label",
19372
19873
  map_execution_type=stepfunctions.StateMachineType.EXPRESS,
19373
19874
  max_concurrency=123,
@@ -19387,6 +19888,7 @@ class DistributedMapJsonataProps(StateBaseProps, MapBaseOptions, MapBaseJsonataO
19387
19888
  check_type(argname="argument state_name", value=state_name, expected_type=type_hints["state_name"])
19388
19889
  check_type(argname="argument assign", value=assign, expected_type=type_hints["assign"])
19389
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"])
19390
19892
  check_type(argname="argument max_concurrency", value=max_concurrency, expected_type=type_hints["max_concurrency"])
19391
19893
  check_type(argname="argument outputs", value=outputs, expected_type=type_hints["outputs"])
19392
19894
  check_type(argname="argument items", value=items, expected_type=type_hints["items"])
@@ -19409,6 +19911,8 @@ class DistributedMapJsonataProps(StateBaseProps, MapBaseOptions, MapBaseJsonataO
19409
19911
  self._values["assign"] = assign
19410
19912
  if item_selector is not None:
19411
19913
  self._values["item_selector"] = item_selector
19914
+ if jsonata_item_selector is not None:
19915
+ self._values["jsonata_item_selector"] = jsonata_item_selector
19412
19916
  if max_concurrency is not None:
19413
19917
  self._values["max_concurrency"] = max_concurrency
19414
19918
  if outputs is not None:
@@ -19479,7 +19983,7 @@ class DistributedMapJsonataProps(StateBaseProps, MapBaseOptions, MapBaseJsonataO
19479
19983
  def item_selector(
19480
19984
  self,
19481
19985
  ) -> typing.Optional[typing.Mapping[builtins.str, typing.Any]]:
19482
- '''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``).
19483
19987
 
19484
19988
  :default: $
19485
19989
 
@@ -19488,6 +19992,17 @@ class DistributedMapJsonataProps(StateBaseProps, MapBaseOptions, MapBaseJsonataO
19488
19992
  result = self._values.get("item_selector")
19489
19993
  return typing.cast(typing.Optional[typing.Mapping[builtins.str, typing.Any]], result)
19490
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
+
19491
20006
  @builtins.property
19492
20007
  def max_concurrency(self) -> typing.Optional[jsii.Number]:
19493
20008
  '''MaxConcurrency.
@@ -20641,6 +21156,7 @@ class MapBase(
20641
21156
  query_language: typing.Optional[QueryLanguage] = None,
20642
21157
  state_name: typing.Optional[builtins.str] = None,
20643
21158
  item_selector: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
21159
+ jsonata_item_selector: typing.Optional[builtins.str] = None,
20644
21160
  max_concurrency: typing.Optional[jsii.Number] = None,
20645
21161
  items_path: typing.Optional[builtins.str] = None,
20646
21162
  max_concurrency_path: typing.Optional[builtins.str] = None,
@@ -20658,7 +21174,8 @@ class MapBase(
20658
21174
  :param comment: A comment describing this state. Default: No comment
20659
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
20660
21176
  :param state_name: Optional name for this state. Default: - The construct ID will be used as state name
20661
- :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: $
20662
21179
  :param max_concurrency: MaxConcurrency. An upper bound on the number of iterations you want running at once. Default: - full concurrency
20663
21180
  :param items_path: JSONPath expression to select the array to iterate over. Default: $
20664
21181
  :param max_concurrency_path: MaxConcurrencyPath. A JsonPath that specifies the maximum concurrency dynamically from the state input. Default: - full concurrency
@@ -20679,6 +21196,7 @@ class MapBase(
20679
21196
  query_language=query_language,
20680
21197
  state_name=state_name,
20681
21198
  item_selector=item_selector,
21199
+ jsonata_item_selector=jsonata_item_selector,
20682
21200
  max_concurrency=max_concurrency,
20683
21201
  items_path=items_path,
20684
21202
  max_concurrency_path=max_concurrency_path,
@@ -20746,6 +21264,11 @@ class MapBase(
20746
21264
  def _items_path(self) -> typing.Optional[builtins.str]:
20747
21265
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "itemsPath"))
20748
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
+
20749
21272
 
20750
21273
  class _MapBaseProxy(
20751
21274
  MapBase,
@@ -20768,6 +21291,7 @@ typing.cast(typing.Any, MapBase).__jsii_proxy_class__ = lambda : _MapBaseProxy
20768
21291
  "state_name": "stateName",
20769
21292
  "assign": "assign",
20770
21293
  "item_selector": "itemSelector",
21294
+ "jsonata_item_selector": "jsonataItemSelector",
20771
21295
  "max_concurrency": "maxConcurrency",
20772
21296
  "input_path": "inputPath",
20773
21297
  "output_path": "outputPath",
@@ -20793,6 +21317,7 @@ class MapBaseProps(
20793
21317
  state_name: typing.Optional[builtins.str] = None,
20794
21318
  assign: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
20795
21319
  item_selector: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
21320
+ jsonata_item_selector: typing.Optional[builtins.str] = None,
20796
21321
  max_concurrency: typing.Optional[jsii.Number] = None,
20797
21322
  input_path: typing.Optional[builtins.str] = None,
20798
21323
  output_path: typing.Optional[builtins.str] = None,
@@ -20809,7 +21334,8 @@ class MapBaseProps(
20809
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
20810
21335
  :param state_name: Optional name for this state. Default: - The construct ID will be used as state name
20811
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
20812
- :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: $
20813
21339
  :param max_concurrency: MaxConcurrency. An upper bound on the number of iterations you want running at once. Default: - full concurrency
20814
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: $
20815
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: $
@@ -20845,6 +21371,7 @@ class MapBaseProps(
20845
21371
  "item_selector_key": item_selector
20846
21372
  },
20847
21373
  items_path="itemsPath",
21374
+ jsonata_item_selector="jsonataItemSelector",
20848
21375
  max_concurrency=123,
20849
21376
  max_concurrency_path="maxConcurrencyPath",
20850
21377
  output_path="outputPath",
@@ -20864,6 +21391,7 @@ class MapBaseProps(
20864
21391
  check_type(argname="argument state_name", value=state_name, expected_type=type_hints["state_name"])
20865
21392
  check_type(argname="argument assign", value=assign, expected_type=type_hints["assign"])
20866
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"])
20867
21395
  check_type(argname="argument max_concurrency", value=max_concurrency, expected_type=type_hints["max_concurrency"])
20868
21396
  check_type(argname="argument input_path", value=input_path, expected_type=type_hints["input_path"])
20869
21397
  check_type(argname="argument output_path", value=output_path, expected_type=type_hints["output_path"])
@@ -20884,6 +21412,8 @@ class MapBaseProps(
20884
21412
  self._values["assign"] = assign
20885
21413
  if item_selector is not None:
20886
21414
  self._values["item_selector"] = item_selector
21415
+ if jsonata_item_selector is not None:
21416
+ self._values["jsonata_item_selector"] = jsonata_item_selector
20887
21417
  if max_concurrency is not None:
20888
21418
  self._values["max_concurrency"] = max_concurrency
20889
21419
  if input_path is not None:
@@ -20950,7 +21480,7 @@ class MapBaseProps(
20950
21480
  def item_selector(
20951
21481
  self,
20952
21482
  ) -> typing.Optional[typing.Mapping[builtins.str, typing.Any]]:
20953
- '''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``).
20954
21484
 
20955
21485
  :default: $
20956
21486
 
@@ -20959,6 +21489,17 @@ class MapBaseProps(
20959
21489
  result = self._values.get("item_selector")
20960
21490
  return typing.cast(typing.Optional[typing.Mapping[builtins.str, typing.Any]], result)
20961
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
+
20962
21503
  @builtins.property
20963
21504
  def max_concurrency(self) -> typing.Optional[jsii.Number]:
20964
21505
  '''MaxConcurrency.
@@ -21093,6 +21634,7 @@ class MapBaseProps(
21093
21634
  "state_name": "stateName",
21094
21635
  "assign": "assign",
21095
21636
  "item_selector": "itemSelector",
21637
+ "jsonata_item_selector": "jsonataItemSelector",
21096
21638
  "max_concurrency": "maxConcurrency",
21097
21639
  "input_path": "inputPath",
21098
21640
  "output_path": "outputPath",
@@ -21112,6 +21654,7 @@ class MapJsonPathProps(StateBaseProps, MapBaseOptions, MapBaseJsonPathOptions):
21112
21654
  state_name: typing.Optional[builtins.str] = None,
21113
21655
  assign: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
21114
21656
  item_selector: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
21657
+ jsonata_item_selector: typing.Optional[builtins.str] = None,
21115
21658
  max_concurrency: typing.Optional[jsii.Number] = None,
21116
21659
  input_path: typing.Optional[builtins.str] = None,
21117
21660
  output_path: typing.Optional[builtins.str] = None,
@@ -21127,7 +21670,8 @@ class MapJsonPathProps(StateBaseProps, MapBaseOptions, MapBaseJsonPathOptions):
21127
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
21128
21671
  :param state_name: Optional name for this state. Default: - The construct ID will be used as state name
21129
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
21130
- :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: $
21131
21675
  :param max_concurrency: MaxConcurrency. An upper bound on the number of iterations you want running at once. Default: - full concurrency
21132
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: $
21133
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: $
@@ -21160,6 +21704,7 @@ class MapJsonPathProps(StateBaseProps, MapBaseOptions, MapBaseJsonPathOptions):
21160
21704
  "item_selector_key": item_selector
21161
21705
  },
21162
21706
  items_path="itemsPath",
21707
+ jsonata_item_selector="jsonataItemSelector",
21163
21708
  max_concurrency=123,
21164
21709
  max_concurrency_path="maxConcurrencyPath",
21165
21710
  output_path="outputPath",
@@ -21181,6 +21726,7 @@ class MapJsonPathProps(StateBaseProps, MapBaseOptions, MapBaseJsonPathOptions):
21181
21726
  check_type(argname="argument state_name", value=state_name, expected_type=type_hints["state_name"])
21182
21727
  check_type(argname="argument assign", value=assign, expected_type=type_hints["assign"])
21183
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"])
21184
21730
  check_type(argname="argument max_concurrency", value=max_concurrency, expected_type=type_hints["max_concurrency"])
21185
21731
  check_type(argname="argument input_path", value=input_path, expected_type=type_hints["input_path"])
21186
21732
  check_type(argname="argument output_path", value=output_path, expected_type=type_hints["output_path"])
@@ -21200,6 +21746,8 @@ class MapJsonPathProps(StateBaseProps, MapBaseOptions, MapBaseJsonPathOptions):
21200
21746
  self._values["assign"] = assign
21201
21747
  if item_selector is not None:
21202
21748
  self._values["item_selector"] = item_selector
21749
+ if jsonata_item_selector is not None:
21750
+ self._values["jsonata_item_selector"] = jsonata_item_selector
21203
21751
  if max_concurrency is not None:
21204
21752
  self._values["max_concurrency"] = max_concurrency
21205
21753
  if input_path is not None:
@@ -21264,7 +21812,7 @@ class MapJsonPathProps(StateBaseProps, MapBaseOptions, MapBaseJsonPathOptions):
21264
21812
  def item_selector(
21265
21813
  self,
21266
21814
  ) -> typing.Optional[typing.Mapping[builtins.str, typing.Any]]:
21267
- '''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``).
21268
21816
 
21269
21817
  :default: $
21270
21818
 
@@ -21273,6 +21821,17 @@ class MapJsonPathProps(StateBaseProps, MapBaseOptions, MapBaseJsonPathOptions):
21273
21821
  result = self._values.get("item_selector")
21274
21822
  return typing.cast(typing.Optional[typing.Mapping[builtins.str, typing.Any]], result)
21275
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
+
21276
21835
  @builtins.property
21277
21836
  def max_concurrency(self) -> typing.Optional[jsii.Number]:
21278
21837
  '''MaxConcurrency.
@@ -21398,6 +21957,7 @@ class MapJsonPathProps(StateBaseProps, MapBaseOptions, MapBaseJsonPathOptions):
21398
21957
  "state_name": "stateName",
21399
21958
  "assign": "assign",
21400
21959
  "item_selector": "itemSelector",
21960
+ "jsonata_item_selector": "jsonataItemSelector",
21401
21961
  "max_concurrency": "maxConcurrency",
21402
21962
  "outputs": "outputs",
21403
21963
  "items": "items",
@@ -21413,6 +21973,7 @@ class MapJsonataProps(StateBaseProps, MapBaseOptions, MapBaseJsonataOptions):
21413
21973
  state_name: typing.Optional[builtins.str] = None,
21414
21974
  assign: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
21415
21975
  item_selector: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
21976
+ jsonata_item_selector: typing.Optional[builtins.str] = None,
21416
21977
  max_concurrency: typing.Optional[jsii.Number] = None,
21417
21978
  outputs: typing.Any = None,
21418
21979
  items: typing.Optional[ProvideItems] = None,
@@ -21424,7 +21985,8 @@ class MapJsonataProps(StateBaseProps, MapBaseOptions, MapBaseJsonataOptions):
21424
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
21425
21986
  :param state_name: Optional name for this state. Default: - The construct ID will be used as state name
21426
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
21427
- :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: $
21428
21990
  :param max_concurrency: MaxConcurrency. An upper bound on the number of iterations you want running at once. Default: - full concurrency
21429
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
21430
21992
  :param items: The array that the Map state will iterate over. Default: - The state input as is.
@@ -21453,6 +22015,7 @@ class MapJsonataProps(StateBaseProps, MapBaseOptions, MapBaseJsonataOptions):
21453
22015
  item_selector={
21454
22016
  "item_selector_key": item_selector
21455
22017
  },
22018
+ jsonata_item_selector="jsonataItemSelector",
21456
22019
  max_concurrency=123,
21457
22020
  outputs=outputs,
21458
22021
  parameters={
@@ -21469,6 +22032,7 @@ class MapJsonataProps(StateBaseProps, MapBaseOptions, MapBaseJsonataOptions):
21469
22032
  check_type(argname="argument state_name", value=state_name, expected_type=type_hints["state_name"])
21470
22033
  check_type(argname="argument assign", value=assign, expected_type=type_hints["assign"])
21471
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"])
21472
22036
  check_type(argname="argument max_concurrency", value=max_concurrency, expected_type=type_hints["max_concurrency"])
21473
22037
  check_type(argname="argument outputs", value=outputs, expected_type=type_hints["outputs"])
21474
22038
  check_type(argname="argument items", value=items, expected_type=type_hints["items"])
@@ -21484,6 +22048,8 @@ class MapJsonataProps(StateBaseProps, MapBaseOptions, MapBaseJsonataOptions):
21484
22048
  self._values["assign"] = assign
21485
22049
  if item_selector is not None:
21486
22050
  self._values["item_selector"] = item_selector
22051
+ if jsonata_item_selector is not None:
22052
+ self._values["jsonata_item_selector"] = jsonata_item_selector
21487
22053
  if max_concurrency is not None:
21488
22054
  self._values["max_concurrency"] = max_concurrency
21489
22055
  if outputs is not None:
@@ -21540,7 +22106,7 @@ class MapJsonataProps(StateBaseProps, MapBaseOptions, MapBaseJsonataOptions):
21540
22106
  def item_selector(
21541
22107
  self,
21542
22108
  ) -> typing.Optional[typing.Mapping[builtins.str, typing.Any]]:
21543
- '''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``).
21544
22110
 
21545
22111
  :default: $
21546
22112
 
@@ -21549,6 +22115,17 @@ class MapJsonataProps(StateBaseProps, MapBaseOptions, MapBaseJsonataOptions):
21549
22115
  result = self._values.get("item_selector")
21550
22116
  return typing.cast(typing.Optional[typing.Mapping[builtins.str, typing.Any]], result)
21551
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
+
21552
22129
  @builtins.property
21553
22130
  def max_concurrency(self) -> typing.Optional[jsii.Number]:
21554
22131
  '''MaxConcurrency.
@@ -21626,6 +22203,7 @@ class MapJsonataProps(StateBaseProps, MapBaseOptions, MapBaseJsonataOptions):
21626
22203
  "state_name": "stateName",
21627
22204
  "assign": "assign",
21628
22205
  "item_selector": "itemSelector",
22206
+ "jsonata_item_selector": "jsonataItemSelector",
21629
22207
  "max_concurrency": "maxConcurrency",
21630
22208
  "input_path": "inputPath",
21631
22209
  "output_path": "outputPath",
@@ -21647,6 +22225,7 @@ class MapProps(MapBaseProps, MapBaseOptions):
21647
22225
  state_name: typing.Optional[builtins.str] = None,
21648
22226
  assign: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
21649
22227
  item_selector: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
22228
+ jsonata_item_selector: typing.Optional[builtins.str] = None,
21650
22229
  max_concurrency: typing.Optional[jsii.Number] = None,
21651
22230
  input_path: typing.Optional[builtins.str] = None,
21652
22231
  output_path: typing.Optional[builtins.str] = None,
@@ -21664,7 +22243,8 @@ class MapProps(MapBaseProps, MapBaseOptions):
21664
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
21665
22244
  :param state_name: Optional name for this state. Default: - The construct ID will be used as state name
21666
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
21667
- :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: $
21668
22248
  :param max_concurrency: MaxConcurrency. An upper bound on the number of iterations you want running at once. Default: - full concurrency
21669
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: $
21670
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: $
@@ -21689,17 +22269,10 @@ class MapProps(MapBaseProps, MapBaseOptions):
21689
22269
  result_path="$.mapOutput"
21690
22270
  )
21691
22271
 
21692
- # The Map iterator can contain a IChainable, which can be an individual or multiple steps chained together.
21693
- # Below example is with a Choice and Pass step
21694
- choice = sfn.Choice(self, "Choice")
21695
- condition1 = sfn.Condition.string_equals("$.item.status", "SUCCESS")
21696
- step1 = sfn.Pass(self, "Step1")
21697
- step2 = sfn.Pass(self, "Step2")
21698
- finish = sfn.Pass(self, "Finish")
21699
-
21700
- definition = choice.when(condition1, step1).otherwise(step2).afterwards().next(finish)
21701
-
21702
- 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
+ )
21703
22276
  '''
21704
22277
  if __debug__:
21705
22278
  type_hints = typing.get_type_hints(_typecheckingstub__841961f24272e2df479ccf3f591259c5dbc7bf471c2a6e11c7c7d61bf0e153ec)
@@ -21708,6 +22281,7 @@ class MapProps(MapBaseProps, MapBaseOptions):
21708
22281
  check_type(argname="argument state_name", value=state_name, expected_type=type_hints["state_name"])
21709
22282
  check_type(argname="argument assign", value=assign, expected_type=type_hints["assign"])
21710
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"])
21711
22285
  check_type(argname="argument max_concurrency", value=max_concurrency, expected_type=type_hints["max_concurrency"])
21712
22286
  check_type(argname="argument input_path", value=input_path, expected_type=type_hints["input_path"])
21713
22287
  check_type(argname="argument output_path", value=output_path, expected_type=type_hints["output_path"])
@@ -21729,6 +22303,8 @@ class MapProps(MapBaseProps, MapBaseOptions):
21729
22303
  self._values["assign"] = assign
21730
22304
  if item_selector is not None:
21731
22305
  self._values["item_selector"] = item_selector
22306
+ if jsonata_item_selector is not None:
22307
+ self._values["jsonata_item_selector"] = jsonata_item_selector
21732
22308
  if max_concurrency is not None:
21733
22309
  self._values["max_concurrency"] = max_concurrency
21734
22310
  if input_path is not None:
@@ -21797,7 +22373,7 @@ class MapProps(MapBaseProps, MapBaseOptions):
21797
22373
  def item_selector(
21798
22374
  self,
21799
22375
  ) -> typing.Optional[typing.Mapping[builtins.str, typing.Any]]:
21800
- '''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``).
21801
22377
 
21802
22378
  :default: $
21803
22379
 
@@ -21806,6 +22382,17 @@ class MapProps(MapBaseProps, MapBaseOptions):
21806
22382
  result = self._values.get("item_selector")
21807
22383
  return typing.cast(typing.Optional[typing.Mapping[builtins.str, typing.Any]], result)
21808
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
+
21809
22396
  @builtins.property
21810
22397
  def max_concurrency(self) -> typing.Optional[jsii.Number]:
21811
22398
  '''MaxConcurrency.
@@ -21998,6 +22585,7 @@ class Parallel(
21998
22585
  id: builtins.str,
21999
22586
  *,
22000
22587
  arguments: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
22588
+ parameters: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
22001
22589
  result_path: typing.Optional[builtins.str] = None,
22002
22590
  result_selector: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
22003
22591
  comment: typing.Optional[builtins.str] = None,
@@ -22012,6 +22600,7 @@ class Parallel(
22012
22600
  :param scope: -
22013
22601
  :param id: Descriptive identifier for this chainable.
22014
22602
  :param arguments: Parameters pass a collection of key-value pairs, either static values or JSONata expressions that select from the input. Default: No arguments
22603
+ :param parameters: Parameters pass a collection of key-value pairs, either static values or JSONPath expressions that select from the input. Default: No parameters
22015
22604
  :param result_path: JSONPath expression to indicate where to inject the state's output. May also be the special value JsonPath.DISCARD, which will cause the state's input to become its output. Default: $
22016
22605
  :param result_selector: The JSON that will replace the state's raw result and become the effective result before ResultPath is applied. You can use ResultSelector to create a payload with values that are static or selected from the state's raw result. Default: - None
22017
22606
  :param comment: A comment describing this state. Default: No comment
@@ -22028,6 +22617,7 @@ class Parallel(
22028
22617
  check_type(argname="argument id", value=id, expected_type=type_hints["id"])
22029
22618
  props = ParallelProps(
22030
22619
  arguments=arguments,
22620
+ parameters=parameters,
22031
22621
  result_path=result_path,
22032
22622
  result_selector=result_selector,
22033
22623
  comment=comment,
@@ -22093,6 +22683,7 @@ class Parallel(
22093
22683
  scope: _constructs_77d1e7e8.Construct,
22094
22684
  id: builtins.str,
22095
22685
  *,
22686
+ parameters: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
22096
22687
  result_path: typing.Optional[builtins.str] = None,
22097
22688
  result_selector: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
22098
22689
  comment: typing.Optional[builtins.str] = None,
@@ -22111,6 +22702,7 @@ class Parallel(
22111
22702
 
22112
22703
  :param scope: -
22113
22704
  :param id: -
22705
+ :param parameters: Parameters pass a collection of key-value pairs, either static values or JSONPath expressions that select from the input. Default: No parameters
22114
22706
  :param result_path: JSONPath expression to indicate where to inject the state's output. May also be the special value JsonPath.DISCARD, which will cause the state's input to become its output. Default: $
22115
22707
  :param result_selector: The JSON that will replace the state's raw result and become the effective result before ResultPath is applied. You can use ResultSelector to create a payload with values that are static or selected from the state's raw result. Default: - None
22116
22708
  :param comment: A comment describing this state. Default: No comment
@@ -22125,6 +22717,7 @@ class Parallel(
22125
22717
  check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
22126
22718
  check_type(argname="argument id", value=id, expected_type=type_hints["id"])
22127
22719
  props = ParallelJsonPathProps(
22720
+ parameters=parameters,
22128
22721
  result_path=result_path,
22129
22722
  result_selector=result_selector,
22130
22723
  comment=comment,
@@ -22270,6 +22863,7 @@ class Parallel(
22270
22863
  "assign": "assign",
22271
22864
  "input_path": "inputPath",
22272
22865
  "output_path": "outputPath",
22866
+ "parameters": "parameters",
22273
22867
  "result_path": "resultPath",
22274
22868
  "result_selector": "resultSelector",
22275
22869
  },
@@ -22288,6 +22882,7 @@ class ParallelJsonPathProps(
22288
22882
  assign: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
22289
22883
  input_path: typing.Optional[builtins.str] = None,
22290
22884
  output_path: typing.Optional[builtins.str] = None,
22885
+ parameters: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
22291
22886
  result_path: typing.Optional[builtins.str] = None,
22292
22887
  result_selector: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
22293
22888
  ) -> None:
@@ -22299,6 +22894,7 @@ class ParallelJsonPathProps(
22299
22894
  :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
22300
22895
  :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: $
22301
22896
  :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: $
22897
+ :param parameters: Parameters pass a collection of key-value pairs, either static values or JSONPath expressions that select from the input. Default: No parameters
22302
22898
  :param result_path: JSONPath expression to indicate where to inject the state's output. May also be the special value JsonPath.DISCARD, which will cause the state's input to become its output. Default: $
22303
22899
  :param result_selector: The JSON that will replace the state's raw result and become the effective result before ResultPath is applied. You can use ResultSelector to create a payload with values that are static or selected from the state's raw result. Default: - None
22304
22900
 
@@ -22311,6 +22907,7 @@ class ParallelJsonPathProps(
22311
22907
  from aws_cdk import aws_stepfunctions as stepfunctions
22312
22908
 
22313
22909
  # assign: Any
22910
+ # parameters: Any
22314
22911
  # result_selector: Any
22315
22912
 
22316
22913
  parallel_json_path_props = stepfunctions.ParallelJsonPathProps(
@@ -22320,6 +22917,9 @@ class ParallelJsonPathProps(
22320
22917
  comment="comment",
22321
22918
  input_path="inputPath",
22322
22919
  output_path="outputPath",
22920
+ parameters={
22921
+ "parameters_key": parameters
22922
+ },
22323
22923
  query_language=stepfunctions.QueryLanguage.JSON_PATH,
22324
22924
  result_path="resultPath",
22325
22925
  result_selector={
@@ -22336,6 +22936,7 @@ class ParallelJsonPathProps(
22336
22936
  check_type(argname="argument assign", value=assign, expected_type=type_hints["assign"])
22337
22937
  check_type(argname="argument input_path", value=input_path, expected_type=type_hints["input_path"])
22338
22938
  check_type(argname="argument output_path", value=output_path, expected_type=type_hints["output_path"])
22939
+ check_type(argname="argument parameters", value=parameters, expected_type=type_hints["parameters"])
22339
22940
  check_type(argname="argument result_path", value=result_path, expected_type=type_hints["result_path"])
22340
22941
  check_type(argname="argument result_selector", value=result_selector, expected_type=type_hints["result_selector"])
22341
22942
  self._values: typing.Dict[builtins.str, typing.Any] = {}
@@ -22351,6 +22952,8 @@ class ParallelJsonPathProps(
22351
22952
  self._values["input_path"] = input_path
22352
22953
  if output_path is not None:
22353
22954
  self._values["output_path"] = output_path
22955
+ if parameters is not None:
22956
+ self._values["parameters"] = parameters
22354
22957
  if result_path is not None:
22355
22958
  self._values["result_path"] = result_path
22356
22959
  if result_selector is not None:
@@ -22423,6 +23026,17 @@ class ParallelJsonPathProps(
22423
23026
  result = self._values.get("output_path")
22424
23027
  return typing.cast(typing.Optional[builtins.str], result)
22425
23028
 
23029
+ @builtins.property
23030
+ def parameters(self) -> typing.Optional[typing.Mapping[builtins.str, typing.Any]]:
23031
+ '''Parameters pass a collection of key-value pairs, either static values or JSONPath expressions that select from the input.
23032
+
23033
+ :default: No parameters
23034
+
23035
+ :see: https://docs.aws.amazon.com/step-functions/latest/dg/input-output-inputpath-params.html#input-output-parameters
23036
+ '''
23037
+ result = self._values.get("parameters")
23038
+ return typing.cast(typing.Optional[typing.Mapping[builtins.str, typing.Any]], result)
23039
+
22426
23040
  @builtins.property
22427
23041
  def result_path(self) -> typing.Optional[builtins.str]:
22428
23042
  '''JSONPath expression to indicate where to inject the state's output.
@@ -22646,6 +23260,7 @@ class ParallelJsonataProps(
22646
23260
  "output_path": "outputPath",
22647
23261
  "outputs": "outputs",
22648
23262
  "arguments": "arguments",
23263
+ "parameters": "parameters",
22649
23264
  "result_path": "resultPath",
22650
23265
  "result_selector": "resultSelector",
22651
23266
  },
@@ -22667,6 +23282,7 @@ class ParallelProps(
22667
23282
  output_path: typing.Optional[builtins.str] = None,
22668
23283
  outputs: typing.Any = None,
22669
23284
  arguments: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
23285
+ parameters: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
22670
23286
  result_path: typing.Optional[builtins.str] = None,
22671
23287
  result_selector: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
22672
23288
  ) -> None:
@@ -22680,6 +23296,7 @@ class ParallelProps(
22680
23296
  :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: $
22681
23297
  :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
22682
23298
  :param arguments: Parameters pass a collection of key-value pairs, either static values or JSONata expressions that select from the input. Default: No arguments
23299
+ :param parameters: Parameters pass a collection of key-value pairs, either static values or JSONPath expressions that select from the input. Default: No parameters
22683
23300
  :param result_path: JSONPath expression to indicate where to inject the state's output. May also be the special value JsonPath.DISCARD, which will cause the state's input to become its output. Default: $
22684
23301
  :param result_selector: The JSON that will replace the state's raw result and become the effective result before ResultPath is applied. You can use ResultSelector to create a payload with values that are static or selected from the state's raw result. Default: - None
22685
23302
 
@@ -22694,6 +23311,7 @@ class ParallelProps(
22694
23311
  # arguments_: Any
22695
23312
  # assign: Any
22696
23313
  # outputs: Any
23314
+ # parameters: Any
22697
23315
  # result_selector: Any
22698
23316
 
22699
23317
  parallel_props = stepfunctions.ParallelProps(
@@ -22707,6 +23325,9 @@ class ParallelProps(
22707
23325
  input_path="inputPath",
22708
23326
  output_path="outputPath",
22709
23327
  outputs=outputs,
23328
+ parameters={
23329
+ "parameters_key": parameters
23330
+ },
22710
23331
  query_language=stepfunctions.QueryLanguage.JSON_PATH,
22711
23332
  result_path="resultPath",
22712
23333
  result_selector={
@@ -22725,6 +23346,7 @@ class ParallelProps(
22725
23346
  check_type(argname="argument output_path", value=output_path, expected_type=type_hints["output_path"])
22726
23347
  check_type(argname="argument outputs", value=outputs, expected_type=type_hints["outputs"])
22727
23348
  check_type(argname="argument arguments", value=arguments, expected_type=type_hints["arguments"])
23349
+ check_type(argname="argument parameters", value=parameters, expected_type=type_hints["parameters"])
22728
23350
  check_type(argname="argument result_path", value=result_path, expected_type=type_hints["result_path"])
22729
23351
  check_type(argname="argument result_selector", value=result_selector, expected_type=type_hints["result_selector"])
22730
23352
  self._values: typing.Dict[builtins.str, typing.Any] = {}
@@ -22744,6 +23366,8 @@ class ParallelProps(
22744
23366
  self._values["outputs"] = outputs
22745
23367
  if arguments is not None:
22746
23368
  self._values["arguments"] = arguments
23369
+ if parameters is not None:
23370
+ self._values["parameters"] = parameters
22747
23371
  if result_path is not None:
22748
23372
  self._values["result_path"] = result_path
22749
23373
  if result_selector is not None:
@@ -22844,6 +23468,17 @@ class ParallelProps(
22844
23468
  result = self._values.get("arguments")
22845
23469
  return typing.cast(typing.Optional[typing.Mapping[builtins.str, typing.Any]], result)
22846
23470
 
23471
+ @builtins.property
23472
+ def parameters(self) -> typing.Optional[typing.Mapping[builtins.str, typing.Any]]:
23473
+ '''Parameters pass a collection of key-value pairs, either static values or JSONPath expressions that select from the input.
23474
+
23475
+ :default: No parameters
23476
+
23477
+ :see: https://docs.aws.amazon.com/step-functions/latest/dg/input-output-inputpath-params.html#input-output-parameters
23478
+ '''
23479
+ result = self._values.get("parameters")
23480
+ return typing.cast(typing.Optional[typing.Mapping[builtins.str, typing.Any]], result)
23481
+
22847
23482
  @builtins.property
22848
23483
  def result_path(self) -> typing.Optional[builtins.str]:
22849
23484
  '''JSONPath expression to indicate where to inject the state's output.
@@ -23835,6 +24470,7 @@ class S3CsvItemReaderProps(S3FileItemReaderProps):
23835
24470
  "output_path": "outputPath",
23836
24471
  "outputs": "outputs",
23837
24472
  "arguments": "arguments",
24473
+ "parameters": "parameters",
23838
24474
  "result_path": "resultPath",
23839
24475
  "result_selector": "resultSelector",
23840
24476
  "prefix_states": "prefixStates",
@@ -23853,6 +24489,7 @@ class SingleStateOptions(ParallelProps):
23853
24489
  output_path: typing.Optional[builtins.str] = None,
23854
24490
  outputs: typing.Any = None,
23855
24491
  arguments: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
24492
+ parameters: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
23856
24493
  result_path: typing.Optional[builtins.str] = None,
23857
24494
  result_selector: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
23858
24495
  prefix_states: typing.Optional[builtins.str] = None,
@@ -23868,6 +24505,7 @@ class SingleStateOptions(ParallelProps):
23868
24505
  :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: $
23869
24506
  :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
23870
24507
  :param arguments: Parameters pass a collection of key-value pairs, either static values or JSONata expressions that select from the input. Default: No arguments
24508
+ :param parameters: Parameters pass a collection of key-value pairs, either static values or JSONPath expressions that select from the input. Default: No parameters
23871
24509
  :param result_path: JSONPath expression to indicate where to inject the state's output. May also be the special value JsonPath.DISCARD, which will cause the state's input to become its output. Default: $
23872
24510
  :param result_selector: The JSON that will replace the state's raw result and become the effective result before ResultPath is applied. You can use ResultSelector to create a payload with values that are static or selected from the state's raw result. Default: - None
23873
24511
  :param prefix_states: String to prefix all stateIds in the state machine with. Default: stateId
@@ -23884,6 +24522,7 @@ class SingleStateOptions(ParallelProps):
23884
24522
  # arguments_: Any
23885
24523
  # assign: Any
23886
24524
  # outputs: Any
24525
+ # parameters: Any
23887
24526
  # result_selector: Any
23888
24527
 
23889
24528
  single_state_options = stepfunctions.SingleStateOptions(
@@ -23897,6 +24536,9 @@ class SingleStateOptions(ParallelProps):
23897
24536
  input_path="inputPath",
23898
24537
  output_path="outputPath",
23899
24538
  outputs=outputs,
24539
+ parameters={
24540
+ "parameters_key": parameters
24541
+ },
23900
24542
  prefix_states="prefixStates",
23901
24543
  query_language=stepfunctions.QueryLanguage.JSON_PATH,
23902
24544
  result_path="resultPath",
@@ -23917,6 +24559,7 @@ class SingleStateOptions(ParallelProps):
23917
24559
  check_type(argname="argument output_path", value=output_path, expected_type=type_hints["output_path"])
23918
24560
  check_type(argname="argument outputs", value=outputs, expected_type=type_hints["outputs"])
23919
24561
  check_type(argname="argument arguments", value=arguments, expected_type=type_hints["arguments"])
24562
+ check_type(argname="argument parameters", value=parameters, expected_type=type_hints["parameters"])
23920
24563
  check_type(argname="argument result_path", value=result_path, expected_type=type_hints["result_path"])
23921
24564
  check_type(argname="argument result_selector", value=result_selector, expected_type=type_hints["result_selector"])
23922
24565
  check_type(argname="argument prefix_states", value=prefix_states, expected_type=type_hints["prefix_states"])
@@ -23938,6 +24581,8 @@ class SingleStateOptions(ParallelProps):
23938
24581
  self._values["outputs"] = outputs
23939
24582
  if arguments is not None:
23940
24583
  self._values["arguments"] = arguments
24584
+ if parameters is not None:
24585
+ self._values["parameters"] = parameters
23941
24586
  if result_path is not None:
23942
24587
  self._values["result_path"] = result_path
23943
24588
  if result_selector is not None:
@@ -24042,6 +24687,17 @@ class SingleStateOptions(ParallelProps):
24042
24687
  result = self._values.get("arguments")
24043
24688
  return typing.cast(typing.Optional[typing.Mapping[builtins.str, typing.Any]], result)
24044
24689
 
24690
+ @builtins.property
24691
+ def parameters(self) -> typing.Optional[typing.Mapping[builtins.str, typing.Any]]:
24692
+ '''Parameters pass a collection of key-value pairs, either static values or JSONPath expressions that select from the input.
24693
+
24694
+ :default: No parameters
24695
+
24696
+ :see: https://docs.aws.amazon.com/step-functions/latest/dg/input-output-inputpath-params.html#input-output-parameters
24697
+ '''
24698
+ result = self._values.get("parameters")
24699
+ return typing.cast(typing.Optional[typing.Mapping[builtins.str, typing.Any]], result)
24700
+
24045
24701
  @builtins.property
24046
24702
  def result_path(self) -> typing.Optional[builtins.str]:
24047
24703
  '''JSONPath expression to indicate where to inject the state's output.
@@ -24125,14 +24781,12 @@ class DistributedMap(
24125
24781
  #
24126
24782
  # JSON state input:
24127
24783
  # {
24128
- # "bucketName": "my-bucket",
24129
- # "prefix": "item"
24784
+ # "bucketName": "my-bucket"
24130
24785
  # }
24131
24786
  #
24132
24787
  distributed_map = sfn.DistributedMap(self, "DistributedMap",
24133
- item_reader=sfn.S3ObjectsItemReader(
24134
- bucket_name_path=sfn.JsonPath.string_at("$.bucketName"),
24135
- prefix=sfn.JsonPath.string_at("$.prefix")
24788
+ result_writer_v2=sfn.ResultWriterV2(
24789
+ bucket_name_path=sfn.JsonPath.string_at("$.bucketName")
24136
24790
  )
24137
24791
  )
24138
24792
  distributed_map.item_processor(sfn.Pass(self, "Pass"))
@@ -24154,6 +24808,7 @@ class DistributedMap(
24154
24808
  tolerated_failure_percentage: typing.Optional[jsii.Number] = None,
24155
24809
  tolerated_failure_percentage_path: typing.Optional[builtins.str] = None,
24156
24810
  item_selector: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
24811
+ jsonata_item_selector: typing.Optional[builtins.str] = None,
24157
24812
  max_concurrency: typing.Optional[jsii.Number] = None,
24158
24813
  items_path: typing.Optional[builtins.str] = None,
24159
24814
  max_concurrency_path: typing.Optional[builtins.str] = None,
@@ -24181,7 +24836,8 @@ class DistributedMap(
24181
24836
  :param tolerated_failure_count_path: ToleratedFailureCountPath. Number of failed items to tolerate in a Map Run, as JsonPath Default: - No toleratedFailureCountPath
24182
24837
  :param tolerated_failure_percentage: ToleratedFailurePercentage. Percentage of failed items to tolerate in a Map Run, as static number Default: - No toleratedFailurePercentage
24183
24838
  :param tolerated_failure_percentage_path: ToleratedFailurePercentagePath. Percentage of failed items to tolerate in a Map Run, as JsonPath Default: - No toleratedFailurePercentagePath
24184
- :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: $
24185
24841
  :param max_concurrency: MaxConcurrency. An upper bound on the number of iterations you want running at once. Default: - full concurrency
24186
24842
  :param items_path: JSONPath expression to select the array to iterate over. Default: $
24187
24843
  :param max_concurrency_path: MaxConcurrencyPath. A JsonPath that specifies the maximum concurrency dynamically from the state input. Default: - full concurrency
@@ -24212,6 +24868,7 @@ class DistributedMap(
24212
24868
  tolerated_failure_percentage=tolerated_failure_percentage,
24213
24869
  tolerated_failure_percentage_path=tolerated_failure_percentage_path,
24214
24870
  item_selector=item_selector,
24871
+ jsonata_item_selector=jsonata_item_selector,
24215
24872
  max_concurrency=max_concurrency,
24216
24873
  items_path=items_path,
24217
24874
  max_concurrency_path=max_concurrency_path,
@@ -24260,6 +24917,7 @@ class DistributedMap(
24260
24917
  query_language: typing.Optional[QueryLanguage] = None,
24261
24918
  state_name: typing.Optional[builtins.str] = None,
24262
24919
  item_selector: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
24920
+ jsonata_item_selector: typing.Optional[builtins.str] = None,
24263
24921
  max_concurrency: typing.Optional[jsii.Number] = None,
24264
24922
  items: typing.Optional[ProvideItems] = None,
24265
24923
  assign: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
@@ -24289,7 +24947,8 @@ class DistributedMap(
24289
24947
  :param comment: A comment describing this state. Default: No comment
24290
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
24291
24949
  :param state_name: Optional name for this state. Default: - The construct ID will be used as state name
24292
- :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: $
24293
24952
  :param max_concurrency: MaxConcurrency. An upper bound on the number of iterations you want running at once. Default: - full concurrency
24294
24953
  :param items: The array that the Map state will iterate over. Default: - The state input as is.
24295
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
@@ -24314,6 +24973,7 @@ class DistributedMap(
24314
24973
  query_language=query_language,
24315
24974
  state_name=state_name,
24316
24975
  item_selector=item_selector,
24976
+ jsonata_item_selector=jsonata_item_selector,
24317
24977
  max_concurrency=max_concurrency,
24318
24978
  items=items,
24319
24979
  assign=assign,
@@ -24343,6 +25003,7 @@ class DistributedMap(
24343
25003
  query_language: typing.Optional[QueryLanguage] = None,
24344
25004
  state_name: typing.Optional[builtins.str] = None,
24345
25005
  item_selector: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
25006
+ jsonata_item_selector: typing.Optional[builtins.str] = None,
24346
25007
  max_concurrency: typing.Optional[jsii.Number] = None,
24347
25008
  items_path: typing.Optional[builtins.str] = None,
24348
25009
  max_concurrency_path: typing.Optional[builtins.str] = None,
@@ -24378,7 +25039,8 @@ class DistributedMap(
24378
25039
  :param comment: A comment describing this state. Default: No comment
24379
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
24380
25041
  :param state_name: Optional name for this state. Default: - The construct ID will be used as state name
24381
- :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: $
24382
25044
  :param max_concurrency: MaxConcurrency. An upper bound on the number of iterations you want running at once. Default: - full concurrency
24383
25045
  :param items_path: JSONPath expression to select the array to iterate over. Default: $
24384
25046
  :param max_concurrency_path: MaxConcurrencyPath. A JsonPath that specifies the maximum concurrency dynamically from the state input. Default: - full concurrency
@@ -24409,6 +25071,7 @@ class DistributedMap(
24409
25071
  query_language=query_language,
24410
25072
  state_name=state_name,
24411
25073
  item_selector=item_selector,
25074
+ jsonata_item_selector=jsonata_item_selector,
24412
25075
  max_concurrency=max_concurrency,
24413
25076
  items_path=items_path,
24414
25077
  max_concurrency_path=max_concurrency_path,
@@ -24552,6 +25215,7 @@ class DistributedMap(
24552
25215
  "state_name": "stateName",
24553
25216
  "assign": "assign",
24554
25217
  "item_selector": "itemSelector",
25218
+ "jsonata_item_selector": "jsonataItemSelector",
24555
25219
  "max_concurrency": "maxConcurrency",
24556
25220
  "input_path": "inputPath",
24557
25221
  "output_path": "outputPath",
@@ -24587,6 +25251,7 @@ class DistributedMapProps(
24587
25251
  state_name: typing.Optional[builtins.str] = None,
24588
25252
  assign: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
24589
25253
  item_selector: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
25254
+ jsonata_item_selector: typing.Optional[builtins.str] = None,
24590
25255
  max_concurrency: typing.Optional[jsii.Number] = None,
24591
25256
  input_path: typing.Optional[builtins.str] = None,
24592
25257
  output_path: typing.Optional[builtins.str] = None,
@@ -24613,7 +25278,8 @@ class DistributedMapProps(
24613
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
24614
25279
  :param state_name: Optional name for this state. Default: - The construct ID will be used as state name
24615
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
24616
- :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: $
24617
25283
  :param max_concurrency: MaxConcurrency. An upper bound on the number of iterations you want running at once. Default: - full concurrency
24618
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: $
24619
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: $
@@ -24660,6 +25326,7 @@ class DistributedMapProps(
24660
25326
  check_type(argname="argument state_name", value=state_name, expected_type=type_hints["state_name"])
24661
25327
  check_type(argname="argument assign", value=assign, expected_type=type_hints["assign"])
24662
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"])
24663
25330
  check_type(argname="argument max_concurrency", value=max_concurrency, expected_type=type_hints["max_concurrency"])
24664
25331
  check_type(argname="argument input_path", value=input_path, expected_type=type_hints["input_path"])
24665
25332
  check_type(argname="argument output_path", value=output_path, expected_type=type_hints["output_path"])
@@ -24690,6 +25357,8 @@ class DistributedMapProps(
24690
25357
  self._values["assign"] = assign
24691
25358
  if item_selector is not None:
24692
25359
  self._values["item_selector"] = item_selector
25360
+ if jsonata_item_selector is not None:
25361
+ self._values["jsonata_item_selector"] = jsonata_item_selector
24693
25362
  if max_concurrency is not None:
24694
25363
  self._values["max_concurrency"] = max_concurrency
24695
25364
  if input_path is not None:
@@ -24776,7 +25445,7 @@ class DistributedMapProps(
24776
25445
  def item_selector(
24777
25446
  self,
24778
25447
  ) -> typing.Optional[typing.Mapping[builtins.str, typing.Any]]:
24779
- '''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``).
24780
25449
 
24781
25450
  :default: $
24782
25451
 
@@ -24785,6 +25454,17 @@ class DistributedMapProps(
24785
25454
  result = self._values.get("item_selector")
24786
25455
  return typing.cast(typing.Optional[typing.Mapping[builtins.str, typing.Any]], result)
24787
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
+
24788
25468
  @builtins.property
24789
25469
  def max_concurrency(self) -> typing.Optional[jsii.Number]:
24790
25470
  '''MaxConcurrency.
@@ -25048,17 +25728,10 @@ class Map(
25048
25728
  result_path="$.mapOutput"
25049
25729
  )
25050
25730
 
25051
- # The Map iterator can contain a IChainable, which can be an individual or multiple steps chained together.
25052
- # Below example is with a Choice and Pass step
25053
- choice = sfn.Choice(self, "Choice")
25054
- condition1 = sfn.Condition.string_equals("$.item.status", "SUCCESS")
25055
- step1 = sfn.Pass(self, "Step1")
25056
- step2 = sfn.Pass(self, "Step2")
25057
- finish = sfn.Pass(self, "Finish")
25058
-
25059
- definition = choice.when(condition1, step1).otherwise(step2).afterwards().next(finish)
25060
-
25061
- 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
+ )
25062
25735
  '''
25063
25736
 
25064
25737
  def __init__(
@@ -25068,6 +25741,7 @@ class Map(
25068
25741
  *,
25069
25742
  parameters: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
25070
25743
  item_selector: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
25744
+ jsonata_item_selector: typing.Optional[builtins.str] = None,
25071
25745
  max_concurrency: typing.Optional[jsii.Number] = None,
25072
25746
  comment: typing.Optional[builtins.str] = None,
25073
25747
  query_language: typing.Optional[QueryLanguage] = None,
@@ -25086,7 +25760,8 @@ class Map(
25086
25760
  :param scope: -
25087
25761
  :param id: Descriptive identifier for this chainable.
25088
25762
  :param parameters: (deprecated) The JSON that you want to override your default iteration input (mutually exclusive with ``itemSelector``). Default: $
25089
- :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: $
25090
25765
  :param max_concurrency: MaxConcurrency. An upper bound on the number of iterations you want running at once. Default: - full concurrency
25091
25766
  :param comment: A comment describing this state. Default: No comment
25092
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
@@ -25108,6 +25783,7 @@ class Map(
25108
25783
  props = MapProps(
25109
25784
  parameters=parameters,
25110
25785
  item_selector=item_selector,
25786
+ jsonata_item_selector=jsonata_item_selector,
25111
25787
  max_concurrency=max_concurrency,
25112
25788
  comment=comment,
25113
25789
  query_language=query_language,
@@ -25137,6 +25813,7 @@ class Map(
25137
25813
  query_language: typing.Optional[QueryLanguage] = None,
25138
25814
  state_name: typing.Optional[builtins.str] = None,
25139
25815
  item_selector: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
25816
+ jsonata_item_selector: typing.Optional[builtins.str] = None,
25140
25817
  max_concurrency: typing.Optional[jsii.Number] = None,
25141
25818
  items: typing.Optional[ProvideItems] = None,
25142
25819
  assign: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
@@ -25156,7 +25833,8 @@ class Map(
25156
25833
  :param comment: A comment describing this state. Default: No comment
25157
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
25158
25835
  :param state_name: Optional name for this state. Default: - The construct ID will be used as state name
25159
- :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: $
25160
25838
  :param max_concurrency: MaxConcurrency. An upper bound on the number of iterations you want running at once. Default: - full concurrency
25161
25839
  :param items: The array that the Map state will iterate over. Default: - The state input as is.
25162
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
@@ -25174,6 +25852,7 @@ class Map(
25174
25852
  query_language=query_language,
25175
25853
  state_name=state_name,
25176
25854
  item_selector=item_selector,
25855
+ jsonata_item_selector=jsonata_item_selector,
25177
25856
  max_concurrency=max_concurrency,
25178
25857
  items=items,
25179
25858
  assign=assign,
@@ -25194,6 +25873,7 @@ class Map(
25194
25873
  query_language: typing.Optional[QueryLanguage] = None,
25195
25874
  state_name: typing.Optional[builtins.str] = None,
25196
25875
  item_selector: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
25876
+ jsonata_item_selector: typing.Optional[builtins.str] = None,
25197
25877
  max_concurrency: typing.Optional[jsii.Number] = None,
25198
25878
  items_path: typing.Optional[builtins.str] = None,
25199
25879
  max_concurrency_path: typing.Optional[builtins.str] = None,
@@ -25217,7 +25897,8 @@ class Map(
25217
25897
  :param comment: A comment describing this state. Default: No comment
25218
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
25219
25899
  :param state_name: Optional name for this state. Default: - The construct ID will be used as state name
25220
- :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: $
25221
25902
  :param max_concurrency: MaxConcurrency. An upper bound on the number of iterations you want running at once. Default: - full concurrency
25222
25903
  :param items_path: JSONPath expression to select the array to iterate over. Default: $
25223
25904
  :param max_concurrency_path: MaxConcurrencyPath. A JsonPath that specifies the maximum concurrency dynamically from the state input. Default: - full concurrency
@@ -25239,6 +25920,7 @@ class Map(
25239
25920
  query_language=query_language,
25240
25921
  state_name=state_name,
25241
25922
  item_selector=item_selector,
25923
+ jsonata_item_selector=jsonata_item_selector,
25242
25924
  max_concurrency=max_concurrency,
25243
25925
  items_path=items_path,
25244
25926
  max_concurrency_path=max_concurrency_path,
@@ -26278,7 +26960,7 @@ def _typecheckingstub__2e34fabd0367a0519a35d86d419baa37e6fe26ad05457e96b236a55bb
26278
26960
  deploy_time: typing.Optional[builtins.bool] = None,
26279
26961
  display_name: typing.Optional[builtins.str] = None,
26280
26962
  readers: typing.Optional[typing.Sequence[_IGrantable_71c4f5de]] = None,
26281
- source_kms_key: typing.Optional[_IKey_5f11635f] = None,
26963
+ source_kms_key: typing.Optional[_IKeyRef_d4fc6ef3] = None,
26282
26964
  asset_hash: typing.Optional[builtins.str] = None,
26283
26965
  asset_hash_type: typing.Optional[_AssetHashType_05b67f2d] = None,
26284
26966
  bundling: typing.Optional[typing.Union[_BundlingOptions_588cc936, typing.Dict[builtins.str, typing.Any]]] = None,
@@ -26349,7 +27031,7 @@ def _typecheckingstub__526ef9213812e76ec99bd530d4fbea7cc137d220b92525fe763d6d315
26349
27031
  deploy_time: typing.Optional[builtins.bool] = None,
26350
27032
  display_name: typing.Optional[builtins.str] = None,
26351
27033
  readers: typing.Optional[typing.Sequence[_IGrantable_71c4f5de]] = None,
26352
- source_kms_key: typing.Optional[_IKey_5f11635f] = None,
27034
+ source_kms_key: typing.Optional[_IKeyRef_d4fc6ef3] = None,
26353
27035
  asset_hash: typing.Optional[builtins.str] = None,
26354
27036
  asset_hash_type: typing.Optional[_AssetHashType_05b67f2d] = None,
26355
27037
  bundling: typing.Optional[typing.Union[_BundlingOptions_588cc936, typing.Dict[builtins.str, typing.Any]]] = None,
@@ -26408,6 +27090,12 @@ def _typecheckingstub__67aefd85a78dbc72556e294ed43f407d7fe2e40185f6dcefcda2b91bc
26408
27090
  """Type checking stubs"""
26409
27091
  pass
26410
27092
 
27093
+ def _typecheckingstub__1263659f24791988667803166a24080d04a876b31403b25165aea620a8e4fbaa(
27094
+ identity: _IGrantable_71c4f5de,
27095
+ ) -> None:
27096
+ """Type checking stubs"""
27097
+ pass
27098
+
26411
27099
  def _typecheckingstub__b84edd8c4dd517d793cea8632f963ea68ac72a33187299a17ff7549b1e1dc14d(
26412
27100
  identity: _IGrantable_71c4f5de,
26413
27101
  ) -> None:
@@ -26432,6 +27120,7 @@ def _typecheckingstub__2cab371f4587948afe28a72a9dde908f44a64ec26dee050808f7b1236
26432
27120
  account: typing.Optional[builtins.str] = None,
26433
27121
  color: typing.Optional[builtins.str] = None,
26434
27122
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
27123
+ id: typing.Optional[builtins.str] = None,
26435
27124
  label: typing.Optional[builtins.str] = None,
26436
27125
  period: typing.Optional[_Duration_4839e8c3] = None,
26437
27126
  region: typing.Optional[builtins.str] = None,
@@ -26439,6 +27128,7 @@ def _typecheckingstub__2cab371f4587948afe28a72a9dde908f44a64ec26dee050808f7b1236
26439
27128
  stack_region: typing.Optional[builtins.str] = None,
26440
27129
  statistic: typing.Optional[builtins.str] = None,
26441
27130
  unit: typing.Optional[_Unit_61bc6f70] = None,
27131
+ visible: typing.Optional[builtins.bool] = None,
26442
27132
  ) -> None:
26443
27133
  """Type checking stubs"""
26444
27134
  pass
@@ -26662,6 +27352,7 @@ def _typecheckingstub__7e64b5e53f029b5753785385b8477bb5c760876cfc7efe1b7fa47a5f7
26662
27352
  *,
26663
27353
  assign: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
26664
27354
  item_selector: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
27355
+ jsonata_item_selector: typing.Optional[builtins.str] = None,
26665
27356
  max_concurrency: typing.Optional[jsii.Number] = None,
26666
27357
  ) -> None:
26667
27358
  """Type checking stubs"""
@@ -26746,6 +27437,7 @@ def _typecheckingstub__4d76b7d45bf1ab379f1533a844554757a1b805fb94f1a5b1c5d2573bb
26746
27437
  def _typecheckingstub__18a2140bb5a78d8150eb6ee1111271032f9faccf277b97a882d6bded4d0905a1(
26747
27438
  *,
26748
27439
  bucket: typing.Optional[_IBucket_42e086fd] = None,
27440
+ bucket_name_path: typing.Optional[builtins.str] = None,
26749
27441
  prefix: typing.Optional[builtins.str] = None,
26750
27442
  writer_config: typing.Optional[WriterConfig] = None,
26751
27443
  ) -> None:
@@ -27099,6 +27791,12 @@ def _typecheckingstub__de328dbf28de2be4ba9b61ea81bce4e6d383ec0968b0e914acb7378b6
27099
27791
  """Type checking stubs"""
27100
27792
  pass
27101
27793
 
27794
+ def _typecheckingstub__105b46fe8f1d3a0f8f8d86eed1f7f5587ebf18870718ca73c5b57e8281defaf5(
27795
+ identity: _IGrantable_71c4f5de,
27796
+ ) -> None:
27797
+ """Type checking stubs"""
27798
+ pass
27799
+
27102
27800
  def _typecheckingstub__efa2d941a46220f1692542e8c26652619270873ffe07f55fc9aa7a063799ed08(
27103
27801
  identity: _IGrantable_71c4f5de,
27104
27802
  ) -> None:
@@ -27123,6 +27821,7 @@ def _typecheckingstub__e00f442fc4f33cd6bcc931ba95c9117d241aef41be5171c27548e74d9
27123
27821
  account: typing.Optional[builtins.str] = None,
27124
27822
  color: typing.Optional[builtins.str] = None,
27125
27823
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
27824
+ id: typing.Optional[builtins.str] = None,
27126
27825
  label: typing.Optional[builtins.str] = None,
27127
27826
  period: typing.Optional[_Duration_4839e8c3] = None,
27128
27827
  region: typing.Optional[builtins.str] = None,
@@ -27130,6 +27829,7 @@ def _typecheckingstub__e00f442fc4f33cd6bcc931ba95c9117d241aef41be5171c27548e74d9
27130
27829
  stack_region: typing.Optional[builtins.str] = None,
27131
27830
  statistic: typing.Optional[builtins.str] = None,
27132
27831
  unit: typing.Optional[_Unit_61bc6f70] = None,
27832
+ visible: typing.Optional[builtins.bool] = None,
27133
27833
  ) -> None:
27134
27834
  """Type checking stubs"""
27135
27835
  pass
@@ -27195,6 +27895,7 @@ def _typecheckingstub__01d556c15cb7d46dea75f4d4d5be455df4181351677d04c896b3cece7
27195
27895
  account: typing.Optional[builtins.str] = None,
27196
27896
  color: typing.Optional[builtins.str] = None,
27197
27897
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
27898
+ id: typing.Optional[builtins.str] = None,
27198
27899
  label: typing.Optional[builtins.str] = None,
27199
27900
  period: typing.Optional[_Duration_4839e8c3] = None,
27200
27901
  region: typing.Optional[builtins.str] = None,
@@ -27202,6 +27903,7 @@ def _typecheckingstub__01d556c15cb7d46dea75f4d4d5be455df4181351677d04c896b3cece7
27202
27903
  stack_region: typing.Optional[builtins.str] = None,
27203
27904
  statistic: typing.Optional[builtins.str] = None,
27204
27905
  unit: typing.Optional[_Unit_61bc6f70] = None,
27906
+ visible: typing.Optional[builtins.bool] = None,
27205
27907
  ) -> None:
27206
27908
  """Type checking stubs"""
27207
27909
  pass
@@ -27378,6 +28080,7 @@ def _typecheckingstub__9e107390a3e2550b832e771f6471431f1576a6bdab08445ca9d4fef45
27378
28080
  account: typing.Optional[builtins.str] = None,
27379
28081
  color: typing.Optional[builtins.str] = None,
27380
28082
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
28083
+ id: typing.Optional[builtins.str] = None,
27381
28084
  label: typing.Optional[builtins.str] = None,
27382
28085
  period: typing.Optional[_Duration_4839e8c3] = None,
27383
28086
  region: typing.Optional[builtins.str] = None,
@@ -27385,6 +28088,7 @@ def _typecheckingstub__9e107390a3e2550b832e771f6471431f1576a6bdab08445ca9d4fef45
27385
28088
  stack_region: typing.Optional[builtins.str] = None,
27386
28089
  statistic: typing.Optional[builtins.str] = None,
27387
28090
  unit: typing.Optional[_Unit_61bc6f70] = None,
28091
+ visible: typing.Optional[builtins.bool] = None,
27388
28092
  ) -> None:
27389
28093
  """Type checking stubs"""
27390
28094
  pass
@@ -27662,6 +28366,7 @@ def _typecheckingstub__7f960b5875dcb81c7f4b6e91c03015375df2e5c6bb3da84f476bf59c2
27662
28366
  account: typing.Optional[builtins.str] = None,
27663
28367
  color: typing.Optional[builtins.str] = None,
27664
28368
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
28369
+ id: typing.Optional[builtins.str] = None,
27665
28370
  label: typing.Optional[builtins.str] = None,
27666
28371
  period: typing.Optional[_Duration_4839e8c3] = None,
27667
28372
  region: typing.Optional[builtins.str] = None,
@@ -27669,6 +28374,7 @@ def _typecheckingstub__7f960b5875dcb81c7f4b6e91c03015375df2e5c6bb3da84f476bf59c2
27669
28374
  stack_region: typing.Optional[builtins.str] = None,
27670
28375
  statistic: typing.Optional[builtins.str] = None,
27671
28376
  unit: typing.Optional[_Unit_61bc6f70] = None,
28377
+ visible: typing.Optional[builtins.bool] = None,
27672
28378
  ) -> None:
27673
28379
  """Type checking stubs"""
27674
28380
  pass
@@ -27704,6 +28410,7 @@ def _typecheckingstub__468194d7b14012a289ab0c26efcba49fbd09832b9f87d79467e6334c8
27704
28410
  id: builtins.str,
27705
28411
  *,
27706
28412
  arguments: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
28413
+ parameters: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
27707
28414
  result_path: typing.Optional[builtins.str] = None,
27708
28415
  result_selector: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
27709
28416
  comment: typing.Optional[builtins.str] = None,
@@ -27879,6 +28586,7 @@ def _typecheckingstub__ec64abf9bcf7fc88fbbd0e8dea491d0fe3b15022e0a3a15ff395d55b0
27879
28586
  state_name: typing.Optional[builtins.str] = None,
27880
28587
  assign: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
27881
28588
  item_selector: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
28589
+ jsonata_item_selector: typing.Optional[builtins.str] = None,
27882
28590
  max_concurrency: typing.Optional[jsii.Number] = None,
27883
28591
  input_path: typing.Optional[builtins.str] = None,
27884
28592
  output_path: typing.Optional[builtins.str] = None,
@@ -27907,6 +28615,7 @@ def _typecheckingstub__81ff0c38557baaa35eb92b4d57e31ecde27db396059124470432c8292
27907
28615
  state_name: typing.Optional[builtins.str] = None,
27908
28616
  assign: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
27909
28617
  item_selector: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
28618
+ jsonata_item_selector: typing.Optional[builtins.str] = None,
27910
28619
  max_concurrency: typing.Optional[jsii.Number] = None,
27911
28620
  outputs: typing.Any = None,
27912
28621
  items: typing.Optional[ProvideItems] = None,
@@ -28043,6 +28752,7 @@ def _typecheckingstub__0d25d492eb753f17d954200a30dfae328a6f5710335312d1b5ffe0113
28043
28752
  query_language: typing.Optional[QueryLanguage] = None,
28044
28753
  state_name: typing.Optional[builtins.str] = None,
28045
28754
  item_selector: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
28755
+ jsonata_item_selector: typing.Optional[builtins.str] = None,
28046
28756
  max_concurrency: typing.Optional[jsii.Number] = None,
28047
28757
  items_path: typing.Optional[builtins.str] = None,
28048
28758
  max_concurrency_path: typing.Optional[builtins.str] = None,
@@ -28076,6 +28786,7 @@ def _typecheckingstub__123fd5cef3e54859ea847c1cc590a95cd39ecae394611b5e8add5b44b
28076
28786
  state_name: typing.Optional[builtins.str] = None,
28077
28787
  assign: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
28078
28788
  item_selector: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
28789
+ jsonata_item_selector: typing.Optional[builtins.str] = None,
28079
28790
  max_concurrency: typing.Optional[jsii.Number] = None,
28080
28791
  input_path: typing.Optional[builtins.str] = None,
28081
28792
  output_path: typing.Optional[builtins.str] = None,
@@ -28096,6 +28807,7 @@ def _typecheckingstub__1418bfef4d27a80b418f4fccfa22e0abfc4cf5008b74d8c088c96b991
28096
28807
  state_name: typing.Optional[builtins.str] = None,
28097
28808
  assign: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
28098
28809
  item_selector: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
28810
+ jsonata_item_selector: typing.Optional[builtins.str] = None,
28099
28811
  max_concurrency: typing.Optional[jsii.Number] = None,
28100
28812
  input_path: typing.Optional[builtins.str] = None,
28101
28813
  output_path: typing.Optional[builtins.str] = None,
@@ -28115,6 +28827,7 @@ def _typecheckingstub__a2445c2dd683291fecf01b56e77d0cbe2d0d8486f7f01b558c189426a
28115
28827
  state_name: typing.Optional[builtins.str] = None,
28116
28828
  assign: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
28117
28829
  item_selector: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
28830
+ jsonata_item_selector: typing.Optional[builtins.str] = None,
28118
28831
  max_concurrency: typing.Optional[jsii.Number] = None,
28119
28832
  outputs: typing.Any = None,
28120
28833
  items: typing.Optional[ProvideItems] = None,
@@ -28130,6 +28843,7 @@ def _typecheckingstub__841961f24272e2df479ccf3f591259c5dbc7bf471c2a6e11c7c7d61bf
28130
28843
  state_name: typing.Optional[builtins.str] = None,
28131
28844
  assign: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
28132
28845
  item_selector: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
28846
+ jsonata_item_selector: typing.Optional[builtins.str] = None,
28133
28847
  max_concurrency: typing.Optional[jsii.Number] = None,
28134
28848
  input_path: typing.Optional[builtins.str] = None,
28135
28849
  output_path: typing.Optional[builtins.str] = None,
@@ -28149,6 +28863,7 @@ def _typecheckingstub__94610eed4635a69c6d4a92818527e6ecdf15561092c488fb6caa8d8ec
28149
28863
  id: builtins.str,
28150
28864
  *,
28151
28865
  arguments: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
28866
+ parameters: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
28152
28867
  result_path: typing.Optional[builtins.str] = None,
28153
28868
  result_selector: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
28154
28869
  comment: typing.Optional[builtins.str] = None,
@@ -28180,6 +28895,7 @@ def _typecheckingstub__59516f88fca1f12471673842bc69a84f5bc6f1e5e9870f37ee194215e
28180
28895
  scope: _constructs_77d1e7e8.Construct,
28181
28896
  id: builtins.str,
28182
28897
  *,
28898
+ parameters: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
28183
28899
  result_path: typing.Optional[builtins.str] = None,
28184
28900
  result_selector: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
28185
28901
  comment: typing.Optional[builtins.str] = None,
@@ -28235,6 +28951,7 @@ def _typecheckingstub__01751a726904e9d37b08d2e5f3e03603fcb85bd621338876a23594d1e
28235
28951
  assign: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
28236
28952
  input_path: typing.Optional[builtins.str] = None,
28237
28953
  output_path: typing.Optional[builtins.str] = None,
28954
+ parameters: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
28238
28955
  result_path: typing.Optional[builtins.str] = None,
28239
28956
  result_selector: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
28240
28957
  ) -> None:
@@ -28263,6 +28980,7 @@ def _typecheckingstub__7a04fcca9cbcddc34201ab96bfd6e4be7793eed6937bb07ccd5c1a2dc
28263
28980
  output_path: typing.Optional[builtins.str] = None,
28264
28981
  outputs: typing.Any = None,
28265
28982
  arguments: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
28983
+ parameters: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
28266
28984
  result_path: typing.Optional[builtins.str] = None,
28267
28985
  result_selector: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
28268
28986
  ) -> None:
@@ -28393,6 +29111,7 @@ def _typecheckingstub__5bfe6c744bf72f7e27c754b7de24b3cc1c8ee511680b9a61ee46fc118
28393
29111
  output_path: typing.Optional[builtins.str] = None,
28394
29112
  outputs: typing.Any = None,
28395
29113
  arguments: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
29114
+ parameters: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
28396
29115
  result_path: typing.Optional[builtins.str] = None,
28397
29116
  result_selector: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
28398
29117
  prefix_states: typing.Optional[builtins.str] = None,
@@ -28416,6 +29135,7 @@ def _typecheckingstub__64f7d4222fc9728237ee261157ec268cfd8f396c371bc6402ec7a1a4e
28416
29135
  tolerated_failure_percentage: typing.Optional[jsii.Number] = None,
28417
29136
  tolerated_failure_percentage_path: typing.Optional[builtins.str] = None,
28418
29137
  item_selector: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
29138
+ jsonata_item_selector: typing.Optional[builtins.str] = None,
28419
29139
  max_concurrency: typing.Optional[jsii.Number] = None,
28420
29140
  items_path: typing.Optional[builtins.str] = None,
28421
29141
  max_concurrency_path: typing.Optional[builtins.str] = None,
@@ -28455,6 +29175,7 @@ def _typecheckingstub__571881b9fd1e6c545891d3d8e303faaf2af3b7abf8dedfe7af5b088c9
28455
29175
  query_language: typing.Optional[QueryLanguage] = None,
28456
29176
  state_name: typing.Optional[builtins.str] = None,
28457
29177
  item_selector: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
29178
+ jsonata_item_selector: typing.Optional[builtins.str] = None,
28458
29179
  max_concurrency: typing.Optional[jsii.Number] = None,
28459
29180
  items: typing.Optional[ProvideItems] = None,
28460
29181
  assign: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
@@ -28481,6 +29202,7 @@ def _typecheckingstub__9a2f34bdddff2f64215983e3f128e7644b5b5bf72fc9af9b5b0c0e3b3
28481
29202
  query_language: typing.Optional[QueryLanguage] = None,
28482
29203
  state_name: typing.Optional[builtins.str] = None,
28483
29204
  item_selector: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
29205
+ jsonata_item_selector: typing.Optional[builtins.str] = None,
28484
29206
  max_concurrency: typing.Optional[jsii.Number] = None,
28485
29207
  items_path: typing.Optional[builtins.str] = None,
28486
29208
  max_concurrency_path: typing.Optional[builtins.str] = None,
@@ -28532,6 +29254,7 @@ def _typecheckingstub__e484af477b46c0e70f635ed9610c7183f70c2184fd7a48f091a5477df
28532
29254
  state_name: typing.Optional[builtins.str] = None,
28533
29255
  assign: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
28534
29256
  item_selector: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
29257
+ jsonata_item_selector: typing.Optional[builtins.str] = None,
28535
29258
  max_concurrency: typing.Optional[jsii.Number] = None,
28536
29259
  input_path: typing.Optional[builtins.str] = None,
28537
29260
  output_path: typing.Optional[builtins.str] = None,
@@ -28561,6 +29284,7 @@ def _typecheckingstub__78d28fbd908923a38f00f8f82b2387552ae3a53fe5d860d66d336f49b
28561
29284
  *,
28562
29285
  parameters: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
28563
29286
  item_selector: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
29287
+ jsonata_item_selector: typing.Optional[builtins.str] = None,
28564
29288
  max_concurrency: typing.Optional[jsii.Number] = None,
28565
29289
  comment: typing.Optional[builtins.str] = None,
28566
29290
  query_language: typing.Optional[QueryLanguage] = None,
@@ -28587,6 +29311,7 @@ def _typecheckingstub__117dd132ca8c26f59efc69b8fbd2855fd633da22be9b9bbcfc5209542
28587
29311
  query_language: typing.Optional[QueryLanguage] = None,
28588
29312
  state_name: typing.Optional[builtins.str] = None,
28589
29313
  item_selector: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
29314
+ jsonata_item_selector: typing.Optional[builtins.str] = None,
28590
29315
  max_concurrency: typing.Optional[jsii.Number] = None,
28591
29316
  items: typing.Optional[ProvideItems] = None,
28592
29317
  assign: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
@@ -28604,6 +29329,7 @@ def _typecheckingstub__27e601e2ac6be39a50ef90276193f9993e276497c1482cf6fe3ebf359
28604
29329
  query_language: typing.Optional[QueryLanguage] = None,
28605
29330
  state_name: typing.Optional[builtins.str] = None,
28606
29331
  item_selector: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
29332
+ jsonata_item_selector: typing.Optional[builtins.str] = None,
28607
29333
  max_concurrency: typing.Optional[jsii.Number] = None,
28608
29334
  items_path: typing.Optional[builtins.str] = None,
28609
29335
  max_concurrency_path: typing.Optional[builtins.str] = None,
@@ -28647,3 +29373,6 @@ def _typecheckingstub__0d5f089eaa441d0e3ee41bfd31bf52dcf81f27d026fe808208da7e964
28647
29373
  ) -> None:
28648
29374
  """Type checking stubs"""
28649
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__'])