aws-cdk-lib 2.200.2__py3-none-any.whl → 2.224.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of aws-cdk-lib might be problematic. Click here for more details.

Files changed (569) hide show
  1. aws_cdk/__init__.py +1349 -373
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.200.2.jsii.tgz → aws-cdk-lib@2.224.0.jsii.tgz} +0 -0
  4. aws_cdk/alexa_ask/__init__.py +12 -2
  5. aws_cdk/aws_accessanalyzer/__init__.py +323 -6
  6. aws_cdk/aws_acmpca/__init__.py +53 -10
  7. aws_cdk/aws_aiops/__init__.py +1019 -0
  8. aws_cdk/aws_amazonmq/__init__.py +357 -313
  9. aws_cdk/aws_amplify/__init__.py +173 -17
  10. aws_cdk/aws_amplifyuibuilder/__init__.py +35 -6
  11. aws_cdk/aws_apigateway/__init__.py +1017 -155
  12. aws_cdk/aws_apigatewayv2/__init__.py +2796 -379
  13. aws_cdk/aws_apigatewayv2_integrations/__init__.py +94 -16
  14. aws_cdk/aws_appconfig/__init__.py +298 -43
  15. aws_cdk/aws_appflow/__init__.py +151 -6
  16. aws_cdk/aws_appintegrations/__init__.py +546 -6
  17. aws_cdk/aws_applicationautoscaling/__init__.py +29 -6
  18. aws_cdk/aws_applicationinsights/__init__.py +13 -2
  19. aws_cdk/aws_applicationsignals/__init__.py +374 -6
  20. aws_cdk/aws_appmesh/__init__.py +94 -26
  21. aws_cdk/aws_apprunner/__init__.py +66 -18
  22. aws_cdk/aws_appstream/__init__.py +309 -55
  23. aws_cdk/aws_appsync/__init__.py +227 -53
  24. aws_cdk/aws_apptest/__init__.py +71 -2
  25. aws_cdk/aws_aps/__init__.py +1875 -132
  26. aws_cdk/aws_arcregionswitch/__init__.py +5095 -0
  27. aws_cdk/aws_arczonalshift/__init__.py +39 -12
  28. aws_cdk/aws_athena/__init__.py +365 -29
  29. aws_cdk/aws_auditmanager/__init__.py +71 -2
  30. aws_cdk/aws_autoscaling/__init__.py +135 -55
  31. aws_cdk/aws_autoscaling_common/__init__.py +3 -0
  32. aws_cdk/aws_autoscalingplans/__init__.py +13 -2
  33. aws_cdk/aws_b2bi/__init__.py +1819 -99
  34. aws_cdk/aws_backup/__init__.py +317 -28
  35. aws_cdk/aws_backupgateway/__init__.py +13 -2
  36. aws_cdk/aws_batch/__init__.py +1405 -178
  37. aws_cdk/aws_bcmdataexports/__init__.py +21 -2
  38. aws_cdk/aws_bedrock/__init__.py +6747 -627
  39. aws_cdk/aws_bedrockagentcore/__init__.py +10425 -0
  40. aws_cdk/aws_billingconductor/__init__.py +197 -11
  41. aws_cdk/aws_budgets/__init__.py +42 -4
  42. aws_cdk/aws_cassandra/__init__.py +247 -6
  43. aws_cdk/aws_ce/__init__.py +35 -6
  44. aws_cdk/aws_certificatemanager/__init__.py +237 -32
  45. aws_cdk/aws_chatbot/__init__.py +70 -6
  46. aws_cdk/aws_cleanrooms/__init__.py +709 -206
  47. aws_cdk/aws_cleanroomsml/__init__.py +13 -2
  48. aws_cdk/aws_cloud9/__init__.py +13 -2
  49. aws_cdk/aws_cloudformation/__init__.py +345 -166
  50. aws_cdk/aws_cloudfront/__init__.py +2101 -680
  51. aws_cdk/aws_cloudfront/experimental/__init__.py +108 -16
  52. aws_cdk/aws_cloudfront_origins/__init__.py +614 -73
  53. aws_cdk/aws_cloudtrail/__init__.py +301 -17
  54. aws_cdk/aws_cloudwatch/__init__.py +1414 -153
  55. aws_cdk/aws_codeartifact/__init__.py +35 -6
  56. aws_cdk/aws_codebuild/__init__.py +1103 -118
  57. aws_cdk/aws_codecommit/__init__.py +23 -9
  58. aws_cdk/aws_codeconnections/__init__.py +13 -2
  59. aws_cdk/aws_codedeploy/__init__.py +67 -6
  60. aws_cdk/aws_codeguruprofiler/__init__.py +74 -2
  61. aws_cdk/aws_codegurureviewer/__init__.py +13 -2
  62. aws_cdk/aws_codepipeline/__init__.py +127 -64
  63. aws_cdk/aws_codepipeline_actions/__init__.py +749 -0
  64. aws_cdk/aws_codestar/__init__.py +13 -2
  65. aws_cdk/aws_codestarconnections/__init__.py +35 -6
  66. aws_cdk/aws_codestarnotifications/__init__.py +16 -2
  67. aws_cdk/aws_cognito/__init__.py +814 -80
  68. aws_cdk/aws_cognito_identitypool/__init__.py +17 -12
  69. aws_cdk/aws_comprehend/__init__.py +24 -4
  70. aws_cdk/aws_config/__init__.py +191 -30
  71. aws_cdk/aws_connect/__init__.py +2736 -191
  72. aws_cdk/aws_connectcampaigns/__init__.py +13 -2
  73. aws_cdk/aws_connectcampaignsv2/__init__.py +268 -6
  74. aws_cdk/aws_controltower/__init__.py +35 -6
  75. aws_cdk/aws_cur/__init__.py +100 -4
  76. aws_cdk/aws_customerprofiles/__init__.py +617 -27
  77. aws_cdk/aws_databrew/__init__.py +68 -12
  78. aws_cdk/aws_datapipeline/__init__.py +42 -2
  79. aws_cdk/aws_datasync/__init__.py +723 -203
  80. aws_cdk/aws_datazone/__init__.py +4425 -608
  81. aws_cdk/aws_dax/__init__.py +83 -6
  82. aws_cdk/aws_deadline/__init__.py +321 -32
  83. aws_cdk/aws_detective/__init__.py +35 -6
  84. aws_cdk/aws_devicefarm/__init__.py +68 -12
  85. aws_cdk/aws_devopsguru/__init__.py +37 -6
  86. aws_cdk/aws_directoryservice/__init__.py +53 -4
  87. aws_cdk/aws_dlm/__init__.py +13 -2
  88. aws_cdk/aws_dms/__init__.py +184 -27
  89. aws_cdk/aws_docdb/__init__.py +323 -46
  90. aws_cdk/aws_docdbelastic/__init__.py +13 -2
  91. aws_cdk/aws_dsql/__init__.py +340 -12
  92. aws_cdk/aws_dynamodb/__init__.py +1463 -166
  93. aws_cdk/aws_ec2/__init__.py +9636 -1120
  94. aws_cdk/aws_ecr/__init__.py +631 -43
  95. aws_cdk/aws_ecr_assets/__init__.py +4 -0
  96. aws_cdk/aws_ecs/__init__.py +6524 -497
  97. aws_cdk/aws_ecs_patterns/__init__.py +2 -0
  98. aws_cdk/aws_efs/__init__.py +264 -24
  99. aws_cdk/aws_eks/__init__.py +1050 -218
  100. aws_cdk/aws_elasticache/__init__.py +373 -20
  101. aws_cdk/aws_elasticbeanstalk/__init__.py +75 -8
  102. aws_cdk/aws_elasticloadbalancing/__init__.py +16 -2
  103. aws_cdk/aws_elasticloadbalancingv2/__init__.py +1670 -106
  104. aws_cdk/aws_elasticsearch/__init__.py +282 -9
  105. aws_cdk/aws_emr/__init__.py +187 -20
  106. aws_cdk/aws_emrcontainers/__init__.py +71 -2
  107. aws_cdk/aws_emrserverless/__init__.py +188 -3
  108. aws_cdk/aws_entityresolution/__init__.py +585 -58
  109. aws_cdk/aws_events/__init__.py +969 -124
  110. aws_cdk/aws_events_targets/__init__.py +310 -54
  111. aws_cdk/aws_eventschemas/__init__.py +46 -8
  112. aws_cdk/aws_evidently/__init__.py +57 -10
  113. aws_cdk/aws_evs/__init__.py +2244 -0
  114. aws_cdk/aws_finspace/__init__.py +71 -2
  115. aws_cdk/aws_fis/__init__.py +26 -4
  116. aws_cdk/aws_fms/__init__.py +35 -6
  117. aws_cdk/aws_forecast/__init__.py +24 -4
  118. aws_cdk/aws_frauddetector/__init__.py +79 -14
  119. aws_cdk/aws_fsx/__init__.py +1236 -142
  120. aws_cdk/aws_gamelift/__init__.py +653 -78
  121. aws_cdk/aws_gameliftstreams/__init__.py +38 -16
  122. aws_cdk/aws_globalaccelerator/__init__.py +55 -14
  123. aws_cdk/aws_glue/__init__.py +1368 -320
  124. aws_cdk/aws_grafana/__init__.py +13 -2
  125. aws_cdk/aws_greengrass/__init__.py +654 -32
  126. aws_cdk/aws_greengrassv2/__init__.py +53 -4
  127. aws_cdk/aws_groundstation/__init__.py +122 -6
  128. aws_cdk/aws_guardduty/__init__.py +1613 -123
  129. aws_cdk/aws_healthimaging/__init__.py +71 -2
  130. aws_cdk/aws_healthlake/__init__.py +42 -2
  131. aws_cdk/aws_iam/__init__.py +480 -140
  132. aws_cdk/aws_identitystore/__init__.py +24 -4
  133. aws_cdk/aws_imagebuilder/__init__.py +1433 -183
  134. aws_cdk/aws_inspector/__init__.py +38 -6
  135. aws_cdk/aws_inspectorv2/__init__.py +2285 -243
  136. aws_cdk/aws_internetmonitor/__init__.py +71 -2
  137. aws_cdk/aws_invoicing/__init__.py +13 -2
  138. aws_cdk/aws_iot/__init__.py +1730 -86
  139. aws_cdk/aws_iotanalytics/__init__.py +162 -8
  140. aws_cdk/aws_iotcoredeviceadvisor/__init__.py +106 -40
  141. aws_cdk/aws_iotevents/__init__.py +122 -6
  142. aws_cdk/aws_iotfleethub/__init__.py +71 -2
  143. aws_cdk/aws_iotfleetwise/__init__.py +195 -14
  144. aws_cdk/aws_iotsitewise/__init__.py +1837 -89
  145. aws_cdk/aws_iotthingsgraph/__init__.py +13 -2
  146. aws_cdk/aws_iottwinmaker/__init__.py +115 -10
  147. aws_cdk/aws_iotwireless/__init__.py +649 -22
  148. aws_cdk/aws_ivs/__init__.py +561 -57
  149. aws_cdk/aws_ivschat/__init__.py +24 -4
  150. aws_cdk/aws_kafkaconnect/__init__.py +35 -6
  151. aws_cdk/aws_kendra/__init__.py +120 -28
  152. aws_cdk/aws_kendraranking/__init__.py +13 -2
  153. aws_cdk/aws_kinesis/__init__.py +622 -22
  154. aws_cdk/aws_kinesisanalytics/__init__.py +467 -94
  155. aws_cdk/aws_kinesisanalyticsv2/__init__.py +201 -11
  156. aws_cdk/aws_kinesisfirehose/__init__.py +3077 -295
  157. aws_cdk/aws_kinesisvideo/__init__.py +24 -4
  158. aws_cdk/aws_kms/__init__.py +188 -41
  159. aws_cdk/aws_lakeformation/__init__.py +80 -15
  160. aws_cdk/aws_lambda/__init__.py +2101 -252
  161. aws_cdk/aws_lambda_event_sources/__init__.py +638 -1
  162. aws_cdk/aws_lambda_nodejs/__init__.py +63 -24
  163. aws_cdk/aws_launchwizard/__init__.py +13 -2
  164. aws_cdk/aws_lex/__init__.py +871 -8
  165. aws_cdk/aws_licensemanager/__init__.py +24 -4
  166. aws_cdk/aws_lightsail/__init__.py +2159 -975
  167. aws_cdk/aws_location/__init__.py +618 -14
  168. aws_cdk/aws_logs/__init__.py +5904 -956
  169. aws_cdk/aws_lookoutequipment/__init__.py +13 -2
  170. aws_cdk/aws_lookoutmetrics/__init__.py +38 -6
  171. aws_cdk/aws_lookoutvision/__init__.py +71 -2
  172. aws_cdk/aws_m2/__init__.py +94 -19
  173. aws_cdk/aws_macie/__init__.py +49 -11
  174. aws_cdk/aws_managedblockchain/__init__.py +180 -6
  175. aws_cdk/aws_mediaconnect/__init__.py +101 -18
  176. aws_cdk/aws_mediaconvert/__init__.py +35 -6
  177. aws_cdk/aws_medialive/__init__.py +1239 -35
  178. aws_cdk/aws_mediapackage/__init__.py +59 -12
  179. aws_cdk/aws_mediapackagev2/__init__.py +1607 -225
  180. aws_cdk/aws_mediastore/__init__.py +13 -2
  181. aws_cdk/aws_mediatailor/__init__.py +583 -12
  182. aws_cdk/aws_memorydb/__init__.py +271 -12
  183. aws_cdk/aws_mpa/__init__.py +1495 -0
  184. aws_cdk/aws_msk/__init__.py +104 -18
  185. aws_cdk/aws_mwaa/__init__.py +121 -9
  186. aws_cdk/aws_neptune/__init__.py +290 -78
  187. aws_cdk/aws_neptunegraph/__init__.py +24 -4
  188. aws_cdk/aws_networkfirewall/__init__.py +1289 -273
  189. aws_cdk/aws_networkmanager/__init__.py +349 -33
  190. aws_cdk/aws_nimblestudio/__init__.py +75 -8
  191. aws_cdk/aws_notifications/__init__.py +317 -12
  192. aws_cdk/aws_notificationscontacts/__init__.py +13 -2
  193. aws_cdk/aws_oam/__init__.py +24 -4
  194. aws_cdk/aws_observabilityadmin/__init__.py +2561 -0
  195. aws_cdk/aws_odb/__init__.py +5872 -0
  196. aws_cdk/aws_omics/__init__.py +2495 -529
  197. aws_cdk/aws_opensearchserverless/__init__.py +312 -37
  198. aws_cdk/aws_opensearchservice/__init__.py +495 -19
  199. aws_cdk/aws_opsworks/__init__.py +235 -139
  200. aws_cdk/aws_opsworkscm/__init__.py +16 -52
  201. aws_cdk/aws_organizations/__init__.py +70 -10
  202. aws_cdk/aws_osis/__init__.py +167 -2
  203. aws_cdk/aws_panorama/__init__.py +151 -6
  204. aws_cdk/aws_paymentcryptography/__init__.py +24 -4
  205. aws_cdk/aws_pcaconnectorad/__init__.py +59 -10
  206. aws_cdk/aws_pcaconnectorscep/__init__.py +24 -4
  207. aws_cdk/aws_pcs/__init__.py +387 -68
  208. aws_cdk/aws_personalize/__init__.py +46 -8
  209. aws_cdk/aws_pinpoint/__init__.py +329 -38
  210. aws_cdk/aws_pinpointemail/__init__.py +48 -8
  211. aws_cdk/aws_pipes/__init__.py +12 -2
  212. aws_cdk/aws_proton/__init__.py +37 -6
  213. aws_cdk/aws_qbusiness/__init__.py +635 -34
  214. aws_cdk/aws_qldb/__init__.py +24 -4
  215. aws_cdk/aws_quicksight/__init__.py +7900 -1160
  216. aws_cdk/aws_ram/__init__.py +24 -4
  217. aws_cdk/aws_rbin/__init__.py +12 -2
  218. aws_cdk/aws_rds/__init__.py +3345 -512
  219. aws_cdk/aws_redshift/__init__.py +143 -20
  220. aws_cdk/aws_redshiftserverless/__init__.py +692 -4
  221. aws_cdk/aws_refactorspaces/__init__.py +64 -14
  222. aws_cdk/aws_rekognition/__init__.py +93 -6
  223. aws_cdk/aws_resiliencehub/__init__.py +24 -4
  224. aws_cdk/aws_resourceexplorer2/__init__.py +35 -6
  225. aws_cdk/aws_resourcegroups/__init__.py +82 -4
  226. aws_cdk/aws_robomaker/__init__.py +72 -12
  227. aws_cdk/aws_rolesanywhere/__init__.py +180 -6
  228. aws_cdk/aws_route53/__init__.py +3273 -1442
  229. aws_cdk/aws_route53_targets/__init__.py +3 -0
  230. aws_cdk/aws_route53profiles/__init__.py +37 -6
  231. aws_cdk/aws_route53recoverycontrol/__init__.py +46 -8
  232. aws_cdk/aws_route53recoveryreadiness/__init__.py +104 -8
  233. aws_cdk/aws_route53resolver/__init__.py +226 -36
  234. aws_cdk/aws_rtbfabric/__init__.py +3498 -0
  235. aws_cdk/aws_rum/__init__.py +13 -2
  236. aws_cdk/aws_s3/__init__.py +1291 -158
  237. aws_cdk/aws_s3_assets/__init__.py +11 -11
  238. aws_cdk/aws_s3_deployment/__init__.py +147 -11
  239. aws_cdk/aws_s3_notifications/__init__.py +7 -7
  240. aws_cdk/aws_s3express/__init__.py +266 -8
  241. aws_cdk/aws_s3objectlambda/__init__.py +68 -16
  242. aws_cdk/aws_s3outposts/__init__.py +46 -8
  243. aws_cdk/aws_s3tables/__init__.py +2000 -323
  244. aws_cdk/aws_s3vectors/__init__.py +1378 -0
  245. aws_cdk/aws_sagemaker/__init__.py +6617 -363
  246. aws_cdk/aws_sam/__init__.py +79 -14
  247. aws_cdk/aws_scheduler/__init__.py +237 -4
  248. aws_cdk/aws_sdb/__init__.py +12 -2
  249. aws_cdk/aws_secretsmanager/__init__.py +170 -14
  250. aws_cdk/aws_securityhub/__init__.py +3121 -176
  251. aws_cdk/aws_securitylake/__init__.py +46 -8
  252. aws_cdk/aws_servicecatalog/__init__.py +405 -246
  253. aws_cdk/aws_servicecatalogappregistry/__init__.py +164 -8
  254. aws_cdk/aws_servicediscovery/__init__.py +140 -47
  255. aws_cdk/aws_ses/__init__.py +1231 -140
  256. aws_cdk/aws_shield/__init__.py +46 -8
  257. aws_cdk/aws_signer/__init__.py +27 -4
  258. aws_cdk/aws_simspaceweaver/__init__.py +42 -2
  259. aws_cdk/aws_smsvoice/__init__.py +4716 -0
  260. aws_cdk/aws_sns/__init__.py +245 -29
  261. aws_cdk/aws_sns_subscriptions/__init__.py +3 -1
  262. aws_cdk/aws_sqs/__init__.py +211 -14
  263. aws_cdk/aws_ssm/__init__.py +401 -58
  264. aws_cdk/aws_ssmcontacts/__init__.py +46 -8
  265. aws_cdk/aws_ssmguiconnect/__init__.py +13 -2
  266. aws_cdk/aws_ssmincidents/__init__.py +24 -4
  267. aws_cdk/aws_ssmquicksetup/__init__.py +383 -6
  268. aws_cdk/aws_sso/__init__.py +70 -12
  269. aws_cdk/aws_stepfunctions/__init__.py +615 -70
  270. aws_cdk/aws_stepfunctions_tasks/__init__.py +781 -144
  271. aws_cdk/aws_supportapp/__init__.py +39 -6
  272. aws_cdk/aws_synthetics/__init__.py +861 -75
  273. aws_cdk/aws_systemsmanagersap/__init__.py +13 -2
  274. aws_cdk/aws_timestream/__init__.py +104 -8
  275. aws_cdk/aws_transfer/__init__.py +784 -87
  276. aws_cdk/aws_verifiedpermissions/__init__.py +145 -17
  277. aws_cdk/aws_voiceid/__init__.py +41 -2
  278. aws_cdk/aws_vpclattice/__init__.py +376 -30
  279. aws_cdk/aws_waf/__init__.py +79 -14
  280. aws_cdk/aws_wafregional/__init__.py +123 -22
  281. aws_cdk/aws_wafv2/__init__.py +1179 -60
  282. aws_cdk/aws_wisdom/__init__.py +1401 -90
  283. aws_cdk/aws_workspaces/__init__.py +93 -6
  284. aws_cdk/aws_workspacesinstances/__init__.py +3940 -0
  285. aws_cdk/aws_workspacesthinclient/__init__.py +79 -10
  286. aws_cdk/aws_workspacesweb/__init__.py +1057 -141
  287. aws_cdk/aws_xray/__init__.py +48 -8
  288. aws_cdk/cloud_assembly_schema/__init__.py +231 -6
  289. aws_cdk/custom_resources/__init__.py +40 -12
  290. aws_cdk/cx_api/__init__.py +85 -14
  291. aws_cdk/interfaces/__init__.py +739 -0
  292. aws_cdk/interfaces/alexa_ask/__init__.py +146 -0
  293. aws_cdk/interfaces/aws_accessanalyzer/__init__.py +146 -0
  294. aws_cdk/interfaces/aws_acmpca/__init__.py +501 -0
  295. aws_cdk/interfaces/aws_aiops/__init__.py +146 -0
  296. aws_cdk/interfaces/aws_amazonmq/__init__.py +386 -0
  297. aws_cdk/interfaces/aws_amplify/__init__.py +352 -0
  298. aws_cdk/interfaces/aws_amplifyuibuilder/__init__.py +454 -0
  299. aws_cdk/interfaces/aws_apigateway/__init__.py +2486 -0
  300. aws_cdk/interfaces/aws_apigatewayv2/__init__.py +1651 -0
  301. aws_cdk/interfaces/aws_appconfig/__init__.py +1020 -0
  302. aws_cdk/interfaces/aws_appflow/__init__.py +404 -0
  303. aws_cdk/interfaces/aws_appintegrations/__init__.py +396 -0
  304. aws_cdk/interfaces/aws_applicationautoscaling/__init__.py +307 -0
  305. aws_cdk/interfaces/aws_applicationinsights/__init__.py +148 -0
  306. aws_cdk/interfaces/aws_applicationsignals/__init__.py +358 -0
  307. aws_cdk/interfaces/aws_appmesh/__init__.py +888 -0
  308. aws_cdk/interfaces/aws_apprunner/__init__.py +564 -0
  309. aws_cdk/interfaces/aws_appstream/__init__.py +1482 -0
  310. aws_cdk/interfaces/aws_appsync/__init__.py +1326 -0
  311. aws_cdk/interfaces/aws_apptest/__init__.py +163 -0
  312. aws_cdk/interfaces/aws_aps/__init__.py +558 -0
  313. aws_cdk/interfaces/aws_arcregionswitch/__init__.py +146 -0
  314. aws_cdk/interfaces/aws_arczonalshift/__init__.py +273 -0
  315. aws_cdk/interfaces/aws_athena/__init__.py +575 -0
  316. aws_cdk/interfaces/aws_auditmanager/__init__.py +163 -0
  317. aws_cdk/interfaces/aws_autoscaling/__init__.py +705 -0
  318. aws_cdk/interfaces/aws_autoscalingplans/__init__.py +148 -0
  319. aws_cdk/interfaces/aws_b2bi/__init__.py +524 -0
  320. aws_cdk/interfaces/aws_backup/__init__.py +955 -0
  321. aws_cdk/interfaces/aws_backupgateway/__init__.py +146 -0
  322. aws_cdk/interfaces/aws_batch/__init__.py +681 -0
  323. aws_cdk/interfaces/aws_bcmdataexports/__init__.py +146 -0
  324. aws_cdk/interfaces/aws_bedrock/__init__.py +1942 -0
  325. aws_cdk/interfaces/aws_bedrockagentcore/__init__.py +934 -0
  326. aws_cdk/interfaces/aws_billing/__init__.py +146 -0
  327. aws_cdk/interfaces/aws_billingconductor/__init__.py +463 -0
  328. aws_cdk/interfaces/aws_budgets/__init__.py +261 -0
  329. aws_cdk/interfaces/aws_cassandra/__init__.py +381 -0
  330. aws_cdk/interfaces/aws_ce/__init__.py +352 -0
  331. aws_cdk/interfaces/aws_certificatemanager/__init__.py +251 -0
  332. aws_cdk/interfaces/aws_chatbot/__init__.py +366 -0
  333. aws_cdk/interfaces/aws_cleanrooms/__init__.py +1103 -0
  334. aws_cdk/interfaces/aws_cleanroomsml/__init__.py +148 -0
  335. aws_cdk/interfaces/aws_cloud9/__init__.py +166 -0
  336. aws_cdk/interfaces/aws_cloudformation/__init__.py +1919 -0
  337. aws_cdk/interfaces/aws_cloudfront/__init__.py +1998 -0
  338. aws_cdk/interfaces/aws_cloudtrail/__init__.py +570 -0
  339. aws_cdk/interfaces/aws_cloudwatch/__init__.py +733 -0
  340. aws_cdk/interfaces/aws_codeartifact/__init__.py +352 -0
  341. aws_cdk/interfaces/aws_codebuild/__init__.py +487 -0
  342. aws_cdk/interfaces/aws_codecommit/__init__.py +163 -0
  343. aws_cdk/interfaces/aws_codeconnections/__init__.py +146 -0
  344. aws_cdk/interfaces/aws_codedeploy/__init__.py +352 -0
  345. aws_cdk/interfaces/aws_codeguruprofiler/__init__.py +168 -0
  346. aws_cdk/interfaces/aws_codegurureviewer/__init__.py +148 -0
  347. aws_cdk/interfaces/aws_codepipeline/__init__.py +388 -0
  348. aws_cdk/interfaces/aws_codestar/__init__.py +146 -0
  349. aws_cdk/interfaces/aws_codestarconnections/__init__.py +370 -0
  350. aws_cdk/interfaces/aws_codestarnotifications/__init__.py +148 -0
  351. aws_cdk/interfaces/aws_cognito/__init__.py +1929 -0
  352. aws_cdk/interfaces/aws_comprehend/__init__.py +251 -0
  353. aws_cdk/interfaces/aws_config/__init__.py +1165 -0
  354. aws_cdk/interfaces/aws_connect/__init__.py +2949 -0
  355. aws_cdk/interfaces/aws_connectcampaigns/__init__.py +146 -0
  356. aws_cdk/interfaces/aws_connectcampaignsv2/__init__.py +146 -0
  357. aws_cdk/interfaces/aws_controltower/__init__.py +394 -0
  358. aws_cdk/interfaces/aws_cur/__init__.py +146 -0
  359. aws_cdk/interfaces/aws_customerprofiles/__init__.py +915 -0
  360. aws_cdk/interfaces/aws_databrew/__init__.py +661 -0
  361. aws_cdk/interfaces/aws_datapipeline/__init__.py +146 -0
  362. aws_cdk/interfaces/aws_datasync/__init__.py +1384 -0
  363. aws_cdk/interfaces/aws_datazone/__init__.py +2238 -0
  364. aws_cdk/interfaces/aws_dax/__init__.py +364 -0
  365. aws_cdk/interfaces/aws_deadline/__init__.py +1303 -0
  366. aws_cdk/interfaces/aws_detective/__init__.py +364 -0
  367. aws_cdk/interfaces/aws_devicefarm/__init__.py +663 -0
  368. aws_cdk/interfaces/aws_devopsguru/__init__.py +362 -0
  369. aws_cdk/interfaces/aws_directoryservice/__init__.py +251 -0
  370. aws_cdk/interfaces/aws_dlm/__init__.py +166 -0
  371. aws_cdk/interfaces/aws_dms/__init__.py +1176 -0
  372. aws_cdk/interfaces/aws_docdb/__init__.py +560 -0
  373. aws_cdk/interfaces/aws_docdbelastic/__init__.py +146 -0
  374. aws_cdk/interfaces/aws_dsql/__init__.py +146 -0
  375. aws_cdk/interfaces/aws_dynamodb/__init__.py +278 -0
  376. aws_cdk/interfaces/aws_ec2/__init__.py +11963 -0
  377. aws_cdk/interfaces/aws_ecr/__init__.py +814 -0
  378. aws_cdk/interfaces/aws_ecs/__init__.py +845 -0
  379. aws_cdk/interfaces/aws_efs/__init__.py +392 -0
  380. aws_cdk/interfaces/aws_eks/__init__.py +948 -0
  381. aws_cdk/interfaces/aws_elasticache/__init__.py +1108 -0
  382. aws_cdk/interfaces/aws_elasticbeanstalk/__init__.py +503 -0
  383. aws_cdk/interfaces/aws_elasticloadbalancing/__init__.py +148 -0
  384. aws_cdk/interfaces/aws_elasticloadbalancingv2/__init__.py +795 -0
  385. aws_cdk/interfaces/aws_elasticsearch/__init__.py +158 -0
  386. aws_cdk/interfaces/aws_emr/__init__.py +913 -0
  387. aws_cdk/interfaces/aws_emrcontainers/__init__.py +168 -0
  388. aws_cdk/interfaces/aws_emrserverless/__init__.py +166 -0
  389. aws_cdk/interfaces/aws_entityresolution/__init__.py +608 -0
  390. aws_cdk/interfaces/aws_events/__init__.py +872 -0
  391. aws_cdk/interfaces/aws_eventschemas/__init__.py +455 -0
  392. aws_cdk/interfaces/aws_evidently/__init__.py +558 -0
  393. aws_cdk/interfaces/aws_evs/__init__.py +166 -0
  394. aws_cdk/interfaces/aws_finspace/__init__.py +166 -0
  395. aws_cdk/interfaces/aws_fis/__init__.py +271 -0
  396. aws_cdk/interfaces/aws_fms/__init__.py +364 -0
  397. aws_cdk/interfaces/aws_forecast/__init__.py +249 -0
  398. aws_cdk/interfaces/aws_frauddetector/__init__.py +764 -0
  399. aws_cdk/interfaces/aws_fsx/__init__.py +663 -0
  400. aws_cdk/interfaces/aws_gamelift/__init__.py +1325 -0
  401. aws_cdk/interfaces/aws_gameliftstreams/__init__.py +249 -0
  402. aws_cdk/interfaces/aws_globalaccelerator/__init__.py +461 -0
  403. aws_cdk/interfaces/aws_glue/__init__.py +2377 -0
  404. aws_cdk/interfaces/aws_grafana/__init__.py +146 -0
  405. aws_cdk/interfaces/aws_greengrass/__init__.py +1871 -0
  406. aws_cdk/interfaces/aws_greengrassv2/__init__.py +251 -0
  407. aws_cdk/interfaces/aws_groundstation/__init__.py +396 -0
  408. aws_cdk/interfaces/aws_guardduty/__init__.py +1225 -0
  409. aws_cdk/interfaces/aws_healthimaging/__init__.py +163 -0
  410. aws_cdk/interfaces/aws_healthlake/__init__.py +146 -0
  411. aws_cdk/interfaces/aws_iam/__init__.py +1803 -0
  412. aws_cdk/interfaces/aws_identitystore/__init__.py +288 -0
  413. aws_cdk/interfaces/aws_imagebuilder/__init__.py +984 -0
  414. aws_cdk/interfaces/aws_inspector/__init__.py +354 -0
  415. aws_cdk/interfaces/aws_inspectorv2/__init__.py +467 -0
  416. aws_cdk/interfaces/aws_internetmonitor/__init__.py +163 -0
  417. aws_cdk/interfaces/aws_invoicing/__init__.py +146 -0
  418. aws_cdk/interfaces/aws_iot/__init__.py +3483 -0
  419. aws_cdk/interfaces/aws_iotanalytics/__init__.py +455 -0
  420. aws_cdk/interfaces/aws_iotcoredeviceadvisor/__init__.py +168 -0
  421. aws_cdk/interfaces/aws_iotevents/__init__.py +352 -0
  422. aws_cdk/interfaces/aws_iotfleethub/__init__.py +166 -0
  423. aws_cdk/interfaces/aws_iotfleetwise/__init__.py +892 -0
  424. aws_cdk/interfaces/aws_iotsitewise/__init__.py +1097 -0
  425. aws_cdk/interfaces/aws_iotthingsgraph/__init__.py +146 -0
  426. aws_cdk/interfaces/aws_iottwinmaker/__init__.py +711 -0
  427. aws_cdk/interfaces/aws_iotwireless/__init__.py +1401 -0
  428. aws_cdk/interfaces/aws_ivs/__init__.py +1075 -0
  429. aws_cdk/interfaces/aws_ivschat/__init__.py +251 -0
  430. aws_cdk/interfaces/aws_kafkaconnect/__init__.py +354 -0
  431. aws_cdk/interfaces/aws_kendra/__init__.py +428 -0
  432. aws_cdk/interfaces/aws_kendraranking/__init__.py +166 -0
  433. aws_cdk/interfaces/aws_kinesis/__init__.py +364 -0
  434. aws_cdk/interfaces/aws_kinesisanalytics/__init__.py +364 -0
  435. aws_cdk/interfaces/aws_kinesisanalyticsv2/__init__.py +479 -0
  436. aws_cdk/interfaces/aws_kinesisfirehose/__init__.py +168 -0
  437. aws_cdk/interfaces/aws_kinesisvideo/__init__.py +283 -0
  438. aws_cdk/interfaces/aws_kms/__init__.py +376 -0
  439. aws_cdk/interfaces/aws_lakeformation/__init__.py +860 -0
  440. aws_cdk/interfaces/aws_lambda/__init__.py +1141 -0
  441. aws_cdk/interfaces/aws_launchwizard/__init__.py +146 -0
  442. aws_cdk/interfaces/aws_lex/__init__.py +513 -0
  443. aws_cdk/interfaces/aws_licensemanager/__init__.py +249 -0
  444. aws_cdk/interfaces/aws_lightsail/__init__.py +1744 -0
  445. aws_cdk/interfaces/aws_location/__init__.py +879 -0
  446. aws_cdk/interfaces/aws_logs/__init__.py +1667 -0
  447. aws_cdk/interfaces/aws_lookoutequipment/__init__.py +168 -0
  448. aws_cdk/interfaces/aws_lookoutmetrics/__init__.py +251 -0
  449. aws_cdk/interfaces/aws_lookoutvision/__init__.py +163 -0
  450. aws_cdk/interfaces/aws_m2/__init__.py +352 -0
  451. aws_cdk/interfaces/aws_macie/__init__.py +512 -0
  452. aws_cdk/interfaces/aws_managedblockchain/__init__.py +381 -0
  453. aws_cdk/interfaces/aws_mediaconnect/__init__.py +1028 -0
  454. aws_cdk/interfaces/aws_mediaconvert/__init__.py +396 -0
  455. aws_cdk/interfaces/aws_medialive/__init__.py +1755 -0
  456. aws_cdk/interfaces/aws_mediapackage/__init__.py +644 -0
  457. aws_cdk/interfaces/aws_mediapackagev2/__init__.py +618 -0
  458. aws_cdk/interfaces/aws_mediastore/__init__.py +146 -0
  459. aws_cdk/interfaces/aws_mediatailor/__init__.py +788 -0
  460. aws_cdk/interfaces/aws_memorydb/__init__.py +685 -0
  461. aws_cdk/interfaces/aws_mpa/__init__.py +249 -0
  462. aws_cdk/interfaces/aws_msk/__init__.py +764 -0
  463. aws_cdk/interfaces/aws_mwaa/__init__.py +166 -0
  464. aws_cdk/interfaces/aws_neptune/__init__.py +663 -0
  465. aws_cdk/interfaces/aws_neptunegraph/__init__.py +265 -0
  466. aws_cdk/interfaces/aws_networkfirewall/__init__.py +669 -0
  467. aws_cdk/interfaces/aws_networkmanager/__init__.py +1832 -0
  468. aws_cdk/interfaces/aws_nimblestudio/__init__.py +388 -0
  469. aws_cdk/interfaces/aws_notifications/__init__.py +868 -0
  470. aws_cdk/interfaces/aws_notificationscontacts/__init__.py +148 -0
  471. aws_cdk/interfaces/aws_oam/__init__.py +249 -0
  472. aws_cdk/interfaces/aws_observabilityadmin/__init__.py +362 -0
  473. aws_cdk/interfaces/aws_odb/__init__.py +562 -0
  474. aws_cdk/interfaces/aws_omics/__init__.py +838 -0
  475. aws_cdk/interfaces/aws_opensearchserverless/__init__.py +859 -0
  476. aws_cdk/interfaces/aws_opensearchservice/__init__.py +283 -0
  477. aws_cdk/interfaces/aws_opsworks/__init__.py +772 -0
  478. aws_cdk/interfaces/aws_opsworkscm/__init__.py +146 -0
  479. aws_cdk/interfaces/aws_organizations/__init__.py +646 -0
  480. aws_cdk/interfaces/aws_osis/__init__.py +146 -0
  481. aws_cdk/interfaces/aws_panorama/__init__.py +420 -0
  482. aws_cdk/interfaces/aws_paymentcryptography/__init__.py +249 -0
  483. aws_cdk/interfaces/aws_pcaconnectorad/__init__.py +608 -0
  484. aws_cdk/interfaces/aws_pcaconnectorscep/__init__.py +249 -0
  485. aws_cdk/interfaces/aws_pcs/__init__.py +352 -0
  486. aws_cdk/interfaces/aws_personalize/__init__.py +455 -0
  487. aws_cdk/interfaces/aws_pinpoint/__init__.py +2125 -0
  488. aws_cdk/interfaces/aws_pinpointemail/__init__.py +467 -0
  489. aws_cdk/interfaces/aws_pipes/__init__.py +158 -0
  490. aws_cdk/interfaces/aws_proton/__init__.py +360 -0
  491. aws_cdk/interfaces/aws_qbusiness/__init__.py +1122 -0
  492. aws_cdk/interfaces/aws_qldb/__init__.py +283 -0
  493. aws_cdk/interfaces/aws_quicksight/__init__.py +1566 -0
  494. aws_cdk/interfaces/aws_ram/__init__.py +249 -0
  495. aws_cdk/interfaces/aws_rbin/__init__.py +146 -0
  496. aws_cdk/interfaces/aws_rds/__init__.py +1780 -0
  497. aws_cdk/interfaces/aws_redshift/__init__.py +1104 -0
  498. aws_cdk/interfaces/aws_redshiftserverless/__init__.py +356 -0
  499. aws_cdk/interfaces/aws_refactorspaces/__init__.py +605 -0
  500. aws_cdk/interfaces/aws_rekognition/__init__.py +406 -0
  501. aws_cdk/interfaces/aws_resiliencehub/__init__.py +251 -0
  502. aws_cdk/interfaces/aws_resourceexplorer2/__init__.py +354 -0
  503. aws_cdk/interfaces/aws_resourcegroups/__init__.py +261 -0
  504. aws_cdk/interfaces/aws_robomaker/__init__.py +673 -0
  505. aws_cdk/interfaces/aws_rolesanywhere/__init__.py +384 -0
  506. aws_cdk/interfaces/aws_route53/__init__.py +804 -0
  507. aws_cdk/interfaces/aws_route53profiles/__init__.py +368 -0
  508. aws_cdk/interfaces/aws_route53recoverycontrol/__init__.py +463 -0
  509. aws_cdk/interfaces/aws_route53recoveryreadiness/__init__.py +535 -0
  510. aws_cdk/interfaces/aws_route53resolver/__init__.py +1356 -0
  511. aws_cdk/interfaces/aws_rtbfabric/__init__.py +352 -0
  512. aws_cdk/interfaces/aws_rum/__init__.py +146 -0
  513. aws_cdk/interfaces/aws_s3/__init__.py +1171 -0
  514. aws_cdk/interfaces/aws_s3express/__init__.py +392 -0
  515. aws_cdk/interfaces/aws_s3objectlambda/__init__.py +271 -0
  516. aws_cdk/interfaces/aws_s3outposts/__init__.py +455 -0
  517. aws_cdk/interfaces/aws_s3tables/__init__.py +575 -0
  518. aws_cdk/interfaces/aws_s3vectors/__init__.py +354 -0
  519. aws_cdk/interfaces/aws_sagemaker/__init__.py +3797 -0
  520. aws_cdk/interfaces/aws_sam/__init__.py +603 -0
  521. aws_cdk/interfaces/aws_scheduler/__init__.py +286 -0
  522. aws_cdk/interfaces/aws_sdb/__init__.py +146 -0
  523. aws_cdk/interfaces/aws_secretsmanager/__init__.py +461 -0
  524. aws_cdk/interfaces/aws_securityhub/__init__.py +1499 -0
  525. aws_cdk/interfaces/aws_securitylake/__init__.py +474 -0
  526. aws_cdk/interfaces/aws_servicecatalog/__init__.py +1829 -0
  527. aws_cdk/interfaces/aws_servicecatalogappregistry/__init__.py +557 -0
  528. aws_cdk/interfaces/aws_servicediscovery/__init__.py +636 -0
  529. aws_cdk/interfaces/aws_ses/__init__.py +2018 -0
  530. aws_cdk/interfaces/aws_shield/__init__.py +455 -0
  531. aws_cdk/interfaces/aws_signer/__init__.py +266 -0
  532. aws_cdk/interfaces/aws_simspaceweaver/__init__.py +146 -0
  533. aws_cdk/interfaces/aws_smsvoice/__init__.py +892 -0
  534. aws_cdk/interfaces/aws_sns/__init__.py +455 -0
  535. aws_cdk/interfaces/aws_sqs/__init__.py +364 -0
  536. aws_cdk/interfaces/aws_ssm/__init__.py +982 -0
  537. aws_cdk/interfaces/aws_ssmcontacts/__init__.py +455 -0
  538. aws_cdk/interfaces/aws_ssmguiconnect/__init__.py +146 -0
  539. aws_cdk/interfaces/aws_ssmincidents/__init__.py +249 -0
  540. aws_cdk/interfaces/aws_ssmquicksetup/__init__.py +253 -0
  541. aws_cdk/interfaces/aws_sso/__init__.py +797 -0
  542. aws_cdk/interfaces/aws_stepfunctions/__init__.py +459 -0
  543. aws_cdk/interfaces/aws_supportapp/__init__.py +372 -0
  544. aws_cdk/interfaces/aws_synthetics/__init__.py +249 -0
  545. aws_cdk/interfaces/aws_systemsmanagersap/__init__.py +148 -0
  546. aws_cdk/interfaces/aws_timestream/__init__.py +526 -0
  547. aws_cdk/interfaces/aws_transfer/__init__.py +967 -0
  548. aws_cdk/interfaces/aws_verifiedpermissions/__init__.py +538 -0
  549. aws_cdk/interfaces/aws_voiceid/__init__.py +146 -0
  550. aws_cdk/interfaces/aws_vpclattice/__init__.py +1418 -0
  551. aws_cdk/interfaces/aws_waf/__init__.py +764 -0
  552. aws_cdk/interfaces/aws_wafregional/__init__.py +1182 -0
  553. aws_cdk/interfaces/aws_wafv2/__init__.py +870 -0
  554. aws_cdk/interfaces/aws_wisdom/__init__.py +1556 -0
  555. aws_cdk/interfaces/aws_workspaces/__init__.py +352 -0
  556. aws_cdk/interfaces/aws_workspacesinstances/__init__.py +390 -0
  557. aws_cdk/interfaces/aws_workspacesthinclient/__init__.py +168 -0
  558. aws_cdk/interfaces/aws_workspacesweb/__init__.py +1085 -0
  559. aws_cdk/interfaces/aws_xray/__init__.py +457 -0
  560. aws_cdk/pipelines/__init__.py +192 -42
  561. aws_cdk/region_info/__init__.py +3 -0
  562. aws_cdk/triggers/__init__.py +60 -18
  563. {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/METADATA +338 -16
  564. aws_cdk_lib-2.224.0.dist-info/RECORD +584 -0
  565. aws_cdk_lib-2.200.2.dist-info/RECORD +0 -304
  566. {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/LICENSE +0 -0
  567. {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/NOTICE +0 -0
  568. {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/WHEEL +0 -0
  569. {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.224.0.dist-info}/top_level.txt +0 -0
@@ -494,9 +494,12 @@ from ..aws_iam import (
494
494
  IRole as _IRole_235f5d8e,
495
495
  PolicyStatement as _PolicyStatement_0fe33853,
496
496
  )
497
- from ..aws_kms import IKey as _IKey_5f11635f
498
497
  from ..aws_logs import ILogGroup as _ILogGroup_3c4fa718
499
498
  from ..aws_route53 import IHostedZone as _IHostedZone_9a6907ad
499
+ from ..interfaces.aws_elasticsearch import (
500
+ DomainReference as _DomainReference_fe98c4cd, IDomainRef as _IDomainRef_67910ee2
501
+ )
502
+ from ..interfaces.aws_kms import IKeyRef as _IKeyRef_d4fc6ef3
500
503
 
501
504
 
502
505
  @jsii.data_type(
@@ -775,7 +778,7 @@ class CapacityConfig:
775
778
  )
776
779
 
777
780
 
778
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
781
+ @jsii.implements(_IInspectable_c2943556, _IDomainRef_67910ee2, _ITaggable_36806126)
779
782
  class CfnDomain(
780
783
  _CfnResource_9df397a6,
781
784
  metaclass=jsii.JSIIMeta,
@@ -902,7 +905,8 @@ class CfnDomain(
902
905
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
903
906
  vpc_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDomain.VPCOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
904
907
  ) -> None:
905
- '''
908
+ '''Create a new ``AWS::Elasticsearch::Domain``.
909
+
906
910
  :param scope: Scope in which this resource is defined.
907
911
  :param id: Construct identifier for this resource (unique in its scope).
908
912
  :param access_policies: An AWS Identity and Access Management ( IAM ) policy document that specifies who can access the OpenSearch Service domain and their permissions. For more information, see `Configuring access policies <https://docs.aws.amazon.com/opensearch-service/latest/developerguide/ac.html#ac-creating>`_ in the *Amazon OpenSearch Service Developer Guid* e.
@@ -1010,6 +1014,12 @@ class CfnDomain(
1010
1014
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
1011
1015
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
1012
1016
 
1017
+ @builtins.property
1018
+ @jsii.member(jsii_name="domainRef")
1019
+ def domain_ref(self) -> _DomainReference_fe98c4cd:
1020
+ '''A reference to a Domain resource.'''
1021
+ return typing.cast(_DomainReference_fe98c4cd, jsii.get(self, "domainRef"))
1022
+
1013
1023
  @builtins.property
1014
1024
  @jsii.member(jsii_name="tags")
1015
1025
  def tags(self) -> _TagManager_0a598cb3:
@@ -1610,7 +1620,7 @@ class CfnDomain(
1610
1620
  The ``AWS::Elasticsearch::Domain`` resource is being replaced by the `AWS::OpenSearchService::Domain <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opensearchservice-domain.html>`_ resource. While the legacy Elasticsearch resource and options are still supported, we recommend modifying your existing Cloudformation templates to use the new OpenSearch Service resource, which supports both OpenSearch and Elasticsearch. For more information about the service rename, see `New resource types <https://docs.aws.amazon.com/opensearch-service/latest/developerguide/rename.html#rename-resource>`_ in the *Amazon OpenSearch Service Developer Guide* .
1611
1621
 
1612
1622
  :param custom_endpoint: The fully qualified URL for your custom endpoint. Required if you enabled a custom endpoint for the domain.
1613
- :param custom_endpoint_certificate_arn: The AWS Certificate Manager ARN for your domain's SSL/TLS certificate. Required if you enabled a custom endpoint for the domain.
1623
+ :param custom_endpoint_certificate_arn: The Certificate Manager ARN for your domain's SSL/TLS certificate. Required if you enabled a custom endpoint for the domain.
1614
1624
  :param custom_endpoint_enabled: True to enable a custom endpoint for the domain. If enabled, you must also provide values for ``CustomEndpoint`` and ``CustomEndpointCertificateArn`` .
1615
1625
  :param enforce_https: True to require that all traffic to the domain arrive over HTTPS.
1616
1626
  :param tls_security_policy: The minimum TLS version required for traffic to the domain. Valid values are TLS 1.3 (recommended) or 1.2:. - ``Policy-Min-TLS-1-0-2019-07`` - ``Policy-Min-TLS-1-2-2019-07``
@@ -1664,7 +1674,7 @@ class CfnDomain(
1664
1674
 
1665
1675
  @builtins.property
1666
1676
  def custom_endpoint_certificate_arn(self) -> typing.Optional[builtins.str]:
1667
- '''The AWS Certificate Manager ARN for your domain's SSL/TLS certificate.
1677
+ '''The Certificate Manager ARN for your domain's SSL/TLS certificate.
1668
1678
 
1669
1679
  Required if you enabled a custom endpoint for the domain.
1670
1680
 
@@ -4144,7 +4154,7 @@ class EncryptionAtRestOptions:
4144
4154
  self,
4145
4155
  *,
4146
4156
  enabled: typing.Optional[builtins.bool] = None,
4147
- kms_key: typing.Optional[_IKey_5f11635f] = None,
4157
+ kms_key: typing.Optional[_IKeyRef_d4fc6ef3] = None,
4148
4158
  ) -> None:
4149
4159
  '''(deprecated) Whether the domain should encrypt data at rest, and if so, the AWS Key Management Service (KMS) key to use.
4150
4160
 
@@ -4199,7 +4209,7 @@ class EncryptionAtRestOptions:
4199
4209
  return typing.cast(typing.Optional[builtins.bool], result)
4200
4210
 
4201
4211
  @builtins.property
4202
- def kms_key(self) -> typing.Optional[_IKey_5f11635f]:
4212
+ def kms_key(self) -> typing.Optional[_IKeyRef_d4fc6ef3]:
4203
4213
  '''(deprecated) Supply if using KMS key for encryption at rest.
4204
4214
 
4205
4215
  :default: - uses default aws/es KMS key.
@@ -4209,7 +4219,7 @@ class EncryptionAtRestOptions:
4209
4219
  :stability: deprecated
4210
4220
  '''
4211
4221
  result = self._values.get("kms_key")
4212
- return typing.cast(typing.Optional[_IKey_5f11635f], result)
4222
+ return typing.cast(typing.Optional[_IKeyRef_d4fc6ef3], result)
4213
4223
 
4214
4224
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
4215
4225
  return isinstance(rhs, self.__class__) and rhs._values == self._values
@@ -4414,6 +4424,7 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
4414
4424
  account: typing.Optional[builtins.str] = None,
4415
4425
  color: typing.Optional[builtins.str] = None,
4416
4426
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
4427
+ id: typing.Optional[builtins.str] = None,
4417
4428
  label: typing.Optional[builtins.str] = None,
4418
4429
  period: typing.Optional[_Duration_4839e8c3] = None,
4419
4430
  region: typing.Optional[builtins.str] = None,
@@ -4421,6 +4432,7 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
4421
4432
  stack_region: typing.Optional[builtins.str] = None,
4422
4433
  statistic: typing.Optional[builtins.str] = None,
4423
4434
  unit: typing.Optional[_Unit_61bc6f70] = None,
4435
+ visible: typing.Optional[builtins.bool] = None,
4424
4436
  ) -> _Metric_e396a4dc:
4425
4437
  '''(deprecated) Return the given named metric for this Domain.
4426
4438
 
@@ -4428,6 +4440,7 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
4428
4440
  :param account: Account which this metric comes from. Default: - Deployment account.
4429
4441
  :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
4430
4442
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
4443
+ :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
4431
4444
  :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
4432
4445
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
4433
4446
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -4435,6 +4448,7 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
4435
4448
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
4436
4449
  :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
4437
4450
  :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
4451
+ :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
4438
4452
 
4439
4453
  :deprecated: use opensearchservice module instead
4440
4454
 
@@ -4449,6 +4463,7 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
4449
4463
  account: typing.Optional[builtins.str] = None,
4450
4464
  color: typing.Optional[builtins.str] = None,
4451
4465
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
4466
+ id: typing.Optional[builtins.str] = None,
4452
4467
  label: typing.Optional[builtins.str] = None,
4453
4468
  period: typing.Optional[_Duration_4839e8c3] = None,
4454
4469
  region: typing.Optional[builtins.str] = None,
@@ -4456,12 +4471,14 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
4456
4471
  stack_region: typing.Optional[builtins.str] = None,
4457
4472
  statistic: typing.Optional[builtins.str] = None,
4458
4473
  unit: typing.Optional[_Unit_61bc6f70] = None,
4474
+ visible: typing.Optional[builtins.bool] = None,
4459
4475
  ) -> _Metric_e396a4dc:
4460
4476
  '''(deprecated) Metric for automated snapshot failures.
4461
4477
 
4462
4478
  :param account: Account which this metric comes from. Default: - Deployment account.
4463
4479
  :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
4464
4480
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
4481
+ :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
4465
4482
  :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
4466
4483
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
4467
4484
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -4469,6 +4486,7 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
4469
4486
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
4470
4487
  :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
4471
4488
  :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
4489
+ :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
4472
4490
 
4473
4491
  :default: maximum over 5 minutes
4474
4492
 
@@ -4485,6 +4503,7 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
4485
4503
  account: typing.Optional[builtins.str] = None,
4486
4504
  color: typing.Optional[builtins.str] = None,
4487
4505
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
4506
+ id: typing.Optional[builtins.str] = None,
4488
4507
  label: typing.Optional[builtins.str] = None,
4489
4508
  period: typing.Optional[_Duration_4839e8c3] = None,
4490
4509
  region: typing.Optional[builtins.str] = None,
@@ -4492,12 +4511,14 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
4492
4511
  stack_region: typing.Optional[builtins.str] = None,
4493
4512
  statistic: typing.Optional[builtins.str] = None,
4494
4513
  unit: typing.Optional[_Unit_61bc6f70] = None,
4514
+ visible: typing.Optional[builtins.bool] = None,
4495
4515
  ) -> _Metric_e396a4dc:
4496
4516
  '''(deprecated) Metric for the cluster blocking index writes.
4497
4517
 
4498
4518
  :param account: Account which this metric comes from. Default: - Deployment account.
4499
4519
  :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
4500
4520
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
4521
+ :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
4501
4522
  :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
4502
4523
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
4503
4524
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -4505,6 +4526,7 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
4505
4526
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
4506
4527
  :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
4507
4528
  :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
4529
+ :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
4508
4530
 
4509
4531
  :default: maximum over 1 minute
4510
4532
 
@@ -4521,6 +4543,7 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
4521
4543
  account: typing.Optional[builtins.str] = None,
4522
4544
  color: typing.Optional[builtins.str] = None,
4523
4545
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
4546
+ id: typing.Optional[builtins.str] = None,
4524
4547
  label: typing.Optional[builtins.str] = None,
4525
4548
  period: typing.Optional[_Duration_4839e8c3] = None,
4526
4549
  region: typing.Optional[builtins.str] = None,
@@ -4528,12 +4551,14 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
4528
4551
  stack_region: typing.Optional[builtins.str] = None,
4529
4552
  statistic: typing.Optional[builtins.str] = None,
4530
4553
  unit: typing.Optional[_Unit_61bc6f70] = None,
4554
+ visible: typing.Optional[builtins.bool] = None,
4531
4555
  ) -> _Metric_e396a4dc:
4532
4556
  '''(deprecated) Metric for the time the cluster status is red.
4533
4557
 
4534
4558
  :param account: Account which this metric comes from. Default: - Deployment account.
4535
4559
  :param color: The hex color code, prefixed with '#' (e.g. '#00ff00'), to use when this metric is rendered on a graph. The ``Color`` class has a set of standard colors that can be used here. Default: - Automatic color
4536
4560
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
4561
+ :param id: Unique identifier for this metric when used in dashboard widgets. The id can be used as a variable to represent this metric in math expressions. Valid characters are letters, numbers, and underscore. The first character must be a lowercase letter. Default: - No ID
4537
4562
  :param label: Label for this metric when added to a Graph in a Dashboard. You can use `dynamic labels <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/graph-dynamic-labels.html>`_ to show summary information about the entire displayed time series in the legend. For example, if you use:: [max: ${MAX}] MyMetric As the metric label, the maximum value in the visible range will be shown next to the time series name in the graph's legend. Default: - No label
4538
4563
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
4539
4564
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -4541,6 +4566,7 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
4541
4566
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
4542
4567
  :param statistic: What function to use for aggregating. Use the ``aws_cloudwatch.Stats`` helper class to construct valid input strings. Can be one of the following: - "Minimum" | "min" - "Maximum" | "max" - "Average" | "avg" - "Sum" | "sum" - "SampleCount | "n" - "pNN.NN" - "tmNN.NN" | "tm(NN.NN%:NN.NN%)" - "iqm" - "wmNN.NN" | "wm(NN.NN%:NN.NN%)" - "tcNN.NN" | "tc(NN.NN%:NN.NN%)" - "tsNN.NN" | "ts(NN.NN%:NN.NN%)" Default: Average
4543
4568
  :param unit: Unit used to filter the metric stream. Only refer to datums emitted to the metric stream with the given unit and ignore all others. Only useful when datums are being emitted to the same metric stream under different units. The default is to use all matric datums in the stream, regardless of unit, which is recommended in nearly all cases. CloudWatch does not honor this property for graphs. Default: - All metric datums in the given metric stream
4569
+ :param visible: Whether this metric should be visible in dashboard graphs. Setting this to false is useful when you want to hide raw metrics that are used in math expressions, and show only the expression results. Default: true
4544
4570
 
4545
4571
  :default: maximum over 5 minutes
4546
4572
 
@@ -4557,6 +4583,7 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
4557
4583
  account: typing.Optional[builtins.str] = None,
4558
4584
  color: typing.Optional[builtins.str] = None,
4559
4585
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
4586
+ id: typing.Optional[builtins.str] = None,
4560
4587
  label: typing.Optional[builtins.str] = None,
4561
4588
  period: typing.Optional[_Duration_4839e8c3] = None,
4562
4589
  region: typing.Optional[builtins.str] = None,
@@ -4564,12 +4591,14 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
4564
4591
  stack_region: typing.Optional[builtins.str] = None,
4565
4592
  statistic: typing.Optional[builtins.str] = None,
4566
4593
  unit: typing.Optional[_Unit_61bc6f70] = None,
4594
+ visible: typing.Optional[builtins.bool] = None,
4567
4595
  ) -> _Metric_e396a4dc:
4568
4596
  '''(deprecated) Metric for the time the cluster status is yellow.
4569
4597
 
4570
4598
  :param account: Account which this metric comes from. Default: - Deployment account.
4571
4599
  :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
4572
4600
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
4601
+ :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
4573
4602
  :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
4574
4603
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
4575
4604
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -4577,6 +4606,7 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
4577
4606
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
4578
4607
  :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
4579
4608
  :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
4609
+ :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
4580
4610
 
4581
4611
  :default: maximum over 5 minutes
4582
4612
 
@@ -4593,6 +4623,7 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
4593
4623
  account: typing.Optional[builtins.str] = None,
4594
4624
  color: typing.Optional[builtins.str] = None,
4595
4625
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
4626
+ id: typing.Optional[builtins.str] = None,
4596
4627
  label: typing.Optional[builtins.str] = None,
4597
4628
  period: typing.Optional[_Duration_4839e8c3] = None,
4598
4629
  region: typing.Optional[builtins.str] = None,
@@ -4600,12 +4631,14 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
4600
4631
  stack_region: typing.Optional[builtins.str] = None,
4601
4632
  statistic: typing.Optional[builtins.str] = None,
4602
4633
  unit: typing.Optional[_Unit_61bc6f70] = None,
4634
+ visible: typing.Optional[builtins.bool] = None,
4603
4635
  ) -> _Metric_e396a4dc:
4604
4636
  '''(deprecated) Metric for CPU utilization.
4605
4637
 
4606
4638
  :param account: Account which this metric comes from. Default: - Deployment account.
4607
4639
  :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
4608
4640
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
4641
+ :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
4609
4642
  :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
4610
4643
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
4611
4644
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -4613,6 +4646,7 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
4613
4646
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
4614
4647
  :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
4615
4648
  :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
4649
+ :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
4616
4650
 
4617
4651
  :default: maximum over 5 minutes
4618
4652
 
@@ -4629,6 +4663,7 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
4629
4663
  account: typing.Optional[builtins.str] = None,
4630
4664
  color: typing.Optional[builtins.str] = None,
4631
4665
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
4666
+ id: typing.Optional[builtins.str] = None,
4632
4667
  label: typing.Optional[builtins.str] = None,
4633
4668
  period: typing.Optional[_Duration_4839e8c3] = None,
4634
4669
  region: typing.Optional[builtins.str] = None,
@@ -4636,12 +4671,14 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
4636
4671
  stack_region: typing.Optional[builtins.str] = None,
4637
4672
  statistic: typing.Optional[builtins.str] = None,
4638
4673
  unit: typing.Optional[_Unit_61bc6f70] = None,
4674
+ visible: typing.Optional[builtins.bool] = None,
4639
4675
  ) -> _Metric_e396a4dc:
4640
4676
  '''(deprecated) Metric for the storage space of nodes in the cluster.
4641
4677
 
4642
4678
  :param account: Account which this metric comes from. Default: - Deployment account.
4643
4679
  :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
4644
4680
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
4681
+ :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
4645
4682
  :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
4646
4683
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
4647
4684
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -4649,6 +4686,7 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
4649
4686
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
4650
4687
  :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
4651
4688
  :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
4689
+ :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
4652
4690
 
4653
4691
  :default: minimum over 5 minutes
4654
4692
 
@@ -4665,6 +4703,7 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
4665
4703
  account: typing.Optional[builtins.str] = None,
4666
4704
  color: typing.Optional[builtins.str] = None,
4667
4705
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
4706
+ id: typing.Optional[builtins.str] = None,
4668
4707
  label: typing.Optional[builtins.str] = None,
4669
4708
  period: typing.Optional[_Duration_4839e8c3] = None,
4670
4709
  region: typing.Optional[builtins.str] = None,
@@ -4672,12 +4711,14 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
4672
4711
  stack_region: typing.Optional[builtins.str] = None,
4673
4712
  statistic: typing.Optional[builtins.str] = None,
4674
4713
  unit: typing.Optional[_Unit_61bc6f70] = None,
4714
+ visible: typing.Optional[builtins.bool] = None,
4675
4715
  ) -> _Metric_e396a4dc:
4676
4716
  '''(deprecated) Metric for indexing latency.
4677
4717
 
4678
4718
  :param account: Account which this metric comes from. Default: - Deployment account.
4679
4719
  :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
4680
4720
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
4721
+ :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
4681
4722
  :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
4682
4723
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
4683
4724
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -4685,6 +4726,7 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
4685
4726
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
4686
4727
  :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
4687
4728
  :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
4729
+ :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
4688
4730
 
4689
4731
  :default: p99 over 5 minutes
4690
4732
 
@@ -4701,6 +4743,7 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
4701
4743
  account: typing.Optional[builtins.str] = None,
4702
4744
  color: typing.Optional[builtins.str] = None,
4703
4745
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
4746
+ id: typing.Optional[builtins.str] = None,
4704
4747
  label: typing.Optional[builtins.str] = None,
4705
4748
  period: typing.Optional[_Duration_4839e8c3] = None,
4706
4749
  region: typing.Optional[builtins.str] = None,
@@ -4708,12 +4751,14 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
4708
4751
  stack_region: typing.Optional[builtins.str] = None,
4709
4752
  statistic: typing.Optional[builtins.str] = None,
4710
4753
  unit: typing.Optional[_Unit_61bc6f70] = None,
4754
+ visible: typing.Optional[builtins.bool] = None,
4711
4755
  ) -> _Metric_e396a4dc:
4712
4756
  '''(deprecated) Metric for JVM memory pressure.
4713
4757
 
4714
4758
  :param account: Account which this metric comes from. Default: - Deployment account.
4715
4759
  :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
4716
4760
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
4761
+ :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
4717
4762
  :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
4718
4763
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
4719
4764
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -4721,6 +4766,7 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
4721
4766
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
4722
4767
  :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
4723
4768
  :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
4769
+ :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
4724
4770
 
4725
4771
  :default: maximum over 5 minutes
4726
4772
 
@@ -4737,6 +4783,7 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
4737
4783
  account: typing.Optional[builtins.str] = None,
4738
4784
  color: typing.Optional[builtins.str] = None,
4739
4785
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
4786
+ id: typing.Optional[builtins.str] = None,
4740
4787
  label: typing.Optional[builtins.str] = None,
4741
4788
  period: typing.Optional[_Duration_4839e8c3] = None,
4742
4789
  region: typing.Optional[builtins.str] = None,
@@ -4744,12 +4791,14 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
4744
4791
  stack_region: typing.Optional[builtins.str] = None,
4745
4792
  statistic: typing.Optional[builtins.str] = None,
4746
4793
  unit: typing.Optional[_Unit_61bc6f70] = None,
4794
+ visible: typing.Optional[builtins.bool] = None,
4747
4795
  ) -> _Metric_e396a4dc:
4748
4796
  '''(deprecated) Metric for KMS key errors.
4749
4797
 
4750
4798
  :param account: Account which this metric comes from. Default: - Deployment account.
4751
4799
  :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
4752
4800
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
4801
+ :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
4753
4802
  :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
4754
4803
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
4755
4804
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -4757,6 +4806,7 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
4757
4806
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
4758
4807
  :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
4759
4808
  :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
4809
+ :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
4760
4810
 
4761
4811
  :default: maximum over 5 minutes
4762
4812
 
@@ -4773,6 +4823,7 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
4773
4823
  account: typing.Optional[builtins.str] = None,
4774
4824
  color: typing.Optional[builtins.str] = None,
4775
4825
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
4826
+ id: typing.Optional[builtins.str] = None,
4776
4827
  label: typing.Optional[builtins.str] = None,
4777
4828
  period: typing.Optional[_Duration_4839e8c3] = None,
4778
4829
  region: typing.Optional[builtins.str] = None,
@@ -4780,12 +4831,14 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
4780
4831
  stack_region: typing.Optional[builtins.str] = None,
4781
4832
  statistic: typing.Optional[builtins.str] = None,
4782
4833
  unit: typing.Optional[_Unit_61bc6f70] = None,
4834
+ visible: typing.Optional[builtins.bool] = None,
4783
4835
  ) -> _Metric_e396a4dc:
4784
4836
  '''(deprecated) Metric for KMS key being inaccessible.
4785
4837
 
4786
4838
  :param account: Account which this metric comes from. Default: - Deployment account.
4787
4839
  :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
4788
4840
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
4841
+ :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
4789
4842
  :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
4790
4843
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
4791
4844
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -4793,6 +4846,7 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
4793
4846
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
4794
4847
  :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
4795
4848
  :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
4849
+ :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
4796
4850
 
4797
4851
  :default: maximum over 5 minutes
4798
4852
 
@@ -4809,6 +4863,7 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
4809
4863
  account: typing.Optional[builtins.str] = None,
4810
4864
  color: typing.Optional[builtins.str] = None,
4811
4865
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
4866
+ id: typing.Optional[builtins.str] = None,
4812
4867
  label: typing.Optional[builtins.str] = None,
4813
4868
  period: typing.Optional[_Duration_4839e8c3] = None,
4814
4869
  region: typing.Optional[builtins.str] = None,
@@ -4816,12 +4871,14 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
4816
4871
  stack_region: typing.Optional[builtins.str] = None,
4817
4872
  statistic: typing.Optional[builtins.str] = None,
4818
4873
  unit: typing.Optional[_Unit_61bc6f70] = None,
4874
+ visible: typing.Optional[builtins.bool] = None,
4819
4875
  ) -> _Metric_e396a4dc:
4820
4876
  '''(deprecated) Metric for master CPU utilization.
4821
4877
 
4822
4878
  :param account: Account which this metric comes from. Default: - Deployment account.
4823
4879
  :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
4824
4880
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
4881
+ :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
4825
4882
  :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
4826
4883
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
4827
4884
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -4829,6 +4886,7 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
4829
4886
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
4830
4887
  :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
4831
4888
  :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
4889
+ :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
4832
4890
 
4833
4891
  :default: maximum over 5 minutes
4834
4892
 
@@ -4845,6 +4903,7 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
4845
4903
  account: typing.Optional[builtins.str] = None,
4846
4904
  color: typing.Optional[builtins.str] = None,
4847
4905
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
4906
+ id: typing.Optional[builtins.str] = None,
4848
4907
  label: typing.Optional[builtins.str] = None,
4849
4908
  period: typing.Optional[_Duration_4839e8c3] = None,
4850
4909
  region: typing.Optional[builtins.str] = None,
@@ -4852,12 +4911,14 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
4852
4911
  stack_region: typing.Optional[builtins.str] = None,
4853
4912
  statistic: typing.Optional[builtins.str] = None,
4854
4913
  unit: typing.Optional[_Unit_61bc6f70] = None,
4914
+ visible: typing.Optional[builtins.bool] = None,
4855
4915
  ) -> _Metric_e396a4dc:
4856
4916
  '''(deprecated) Metric for master JVM memory pressure.
4857
4917
 
4858
4918
  :param account: Account which this metric comes from. Default: - Deployment account.
4859
4919
  :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
4860
4920
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
4921
+ :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
4861
4922
  :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
4862
4923
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
4863
4924
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -4865,6 +4926,7 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
4865
4926
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
4866
4927
  :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
4867
4928
  :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
4929
+ :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
4868
4930
 
4869
4931
  :default: maximum over 5 minutes
4870
4932
 
@@ -4881,6 +4943,7 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
4881
4943
  account: typing.Optional[builtins.str] = None,
4882
4944
  color: typing.Optional[builtins.str] = None,
4883
4945
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
4946
+ id: typing.Optional[builtins.str] = None,
4884
4947
  label: typing.Optional[builtins.str] = None,
4885
4948
  period: typing.Optional[_Duration_4839e8c3] = None,
4886
4949
  region: typing.Optional[builtins.str] = None,
@@ -4888,12 +4951,14 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
4888
4951
  stack_region: typing.Optional[builtins.str] = None,
4889
4952
  statistic: typing.Optional[builtins.str] = None,
4890
4953
  unit: typing.Optional[_Unit_61bc6f70] = None,
4954
+ visible: typing.Optional[builtins.bool] = None,
4891
4955
  ) -> _Metric_e396a4dc:
4892
4956
  '''(deprecated) Metric for the number of nodes.
4893
4957
 
4894
4958
  :param account: Account which this metric comes from. Default: - Deployment account.
4895
4959
  :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
4896
4960
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
4961
+ :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
4897
4962
  :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
4898
4963
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
4899
4964
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -4901,6 +4966,7 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
4901
4966
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
4902
4967
  :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
4903
4968
  :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
4969
+ :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
4904
4970
 
4905
4971
  :default: minimum over 1 hour
4906
4972
 
@@ -4917,6 +4983,7 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
4917
4983
  account: typing.Optional[builtins.str] = None,
4918
4984
  color: typing.Optional[builtins.str] = None,
4919
4985
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
4986
+ id: typing.Optional[builtins.str] = None,
4920
4987
  label: typing.Optional[builtins.str] = None,
4921
4988
  period: typing.Optional[_Duration_4839e8c3] = None,
4922
4989
  region: typing.Optional[builtins.str] = None,
@@ -4924,12 +4991,14 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
4924
4991
  stack_region: typing.Optional[builtins.str] = None,
4925
4992
  statistic: typing.Optional[builtins.str] = None,
4926
4993
  unit: typing.Optional[_Unit_61bc6f70] = None,
4994
+ visible: typing.Optional[builtins.bool] = None,
4927
4995
  ) -> _Metric_e396a4dc:
4928
4996
  '''(deprecated) Metric for number of searchable documents.
4929
4997
 
4930
4998
  :param account: Account which this metric comes from. Default: - Deployment account.
4931
4999
  :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
4932
5000
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
5001
+ :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
4933
5002
  :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
4934
5003
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
4935
5004
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -4937,6 +5006,7 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
4937
5006
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
4938
5007
  :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
4939
5008
  :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
5009
+ :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
4940
5010
 
4941
5011
  :default: maximum over 5 minutes
4942
5012
 
@@ -4953,6 +5023,7 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
4953
5023
  account: typing.Optional[builtins.str] = None,
4954
5024
  color: typing.Optional[builtins.str] = None,
4955
5025
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
5026
+ id: typing.Optional[builtins.str] = None,
4956
5027
  label: typing.Optional[builtins.str] = None,
4957
5028
  period: typing.Optional[_Duration_4839e8c3] = None,
4958
5029
  region: typing.Optional[builtins.str] = None,
@@ -4960,12 +5031,14 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
4960
5031
  stack_region: typing.Optional[builtins.str] = None,
4961
5032
  statistic: typing.Optional[builtins.str] = None,
4962
5033
  unit: typing.Optional[_Unit_61bc6f70] = None,
5034
+ visible: typing.Optional[builtins.bool] = None,
4963
5035
  ) -> _Metric_e396a4dc:
4964
5036
  '''(deprecated) Metric for search latency.
4965
5037
 
4966
5038
  :param account: Account which this metric comes from. Default: - Deployment account.
4967
5039
  :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
4968
5040
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
5041
+ :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
4969
5042
  :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
4970
5043
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
4971
5044
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -4973,6 +5046,7 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
4973
5046
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
4974
5047
  :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
4975
5048
  :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
5049
+ :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
4976
5050
 
4977
5051
  :default: p99 over 5 minutes
4978
5052
 
@@ -5210,6 +5284,7 @@ class _IDomainProxy(
5210
5284
  account: typing.Optional[builtins.str] = None,
5211
5285
  color: typing.Optional[builtins.str] = None,
5212
5286
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
5287
+ id: typing.Optional[builtins.str] = None,
5213
5288
  label: typing.Optional[builtins.str] = None,
5214
5289
  period: typing.Optional[_Duration_4839e8c3] = None,
5215
5290
  region: typing.Optional[builtins.str] = None,
@@ -5217,6 +5292,7 @@ class _IDomainProxy(
5217
5292
  stack_region: typing.Optional[builtins.str] = None,
5218
5293
  statistic: typing.Optional[builtins.str] = None,
5219
5294
  unit: typing.Optional[_Unit_61bc6f70] = None,
5295
+ visible: typing.Optional[builtins.bool] = None,
5220
5296
  ) -> _Metric_e396a4dc:
5221
5297
  '''(deprecated) Return the given named metric for this Domain.
5222
5298
 
@@ -5224,6 +5300,7 @@ class _IDomainProxy(
5224
5300
  :param account: Account which this metric comes from. Default: - Deployment account.
5225
5301
  :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
5226
5302
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
5303
+ :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
5227
5304
  :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
5228
5305
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
5229
5306
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -5231,6 +5308,7 @@ class _IDomainProxy(
5231
5308
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
5232
5309
  :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
5233
5310
  :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
5311
+ :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
5234
5312
 
5235
5313
  :deprecated: use opensearchservice module instead
5236
5314
 
@@ -5243,6 +5321,7 @@ class _IDomainProxy(
5243
5321
  account=account,
5244
5322
  color=color,
5245
5323
  dimensions_map=dimensions_map,
5324
+ id=id,
5246
5325
  label=label,
5247
5326
  period=period,
5248
5327
  region=region,
@@ -5250,6 +5329,7 @@ class _IDomainProxy(
5250
5329
  stack_region=stack_region,
5251
5330
  statistic=statistic,
5252
5331
  unit=unit,
5332
+ visible=visible,
5253
5333
  )
5254
5334
 
5255
5335
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metric", [metric_name, props]))
@@ -5261,6 +5341,7 @@ class _IDomainProxy(
5261
5341
  account: typing.Optional[builtins.str] = None,
5262
5342
  color: typing.Optional[builtins.str] = None,
5263
5343
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
5344
+ id: typing.Optional[builtins.str] = None,
5264
5345
  label: typing.Optional[builtins.str] = None,
5265
5346
  period: typing.Optional[_Duration_4839e8c3] = None,
5266
5347
  region: typing.Optional[builtins.str] = None,
@@ -5268,12 +5349,14 @@ class _IDomainProxy(
5268
5349
  stack_region: typing.Optional[builtins.str] = None,
5269
5350
  statistic: typing.Optional[builtins.str] = None,
5270
5351
  unit: typing.Optional[_Unit_61bc6f70] = None,
5352
+ visible: typing.Optional[builtins.bool] = None,
5271
5353
  ) -> _Metric_e396a4dc:
5272
5354
  '''(deprecated) Metric for automated snapshot failures.
5273
5355
 
5274
5356
  :param account: Account which this metric comes from. Default: - Deployment account.
5275
5357
  :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
5276
5358
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
5359
+ :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
5277
5360
  :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
5278
5361
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
5279
5362
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -5281,6 +5364,7 @@ class _IDomainProxy(
5281
5364
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
5282
5365
  :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
5283
5366
  :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
5367
+ :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
5284
5368
 
5285
5369
  :default: maximum over 5 minutes
5286
5370
 
@@ -5292,6 +5376,7 @@ class _IDomainProxy(
5292
5376
  account=account,
5293
5377
  color=color,
5294
5378
  dimensions_map=dimensions_map,
5379
+ id=id,
5295
5380
  label=label,
5296
5381
  period=period,
5297
5382
  region=region,
@@ -5299,6 +5384,7 @@ class _IDomainProxy(
5299
5384
  stack_region=stack_region,
5300
5385
  statistic=statistic,
5301
5386
  unit=unit,
5387
+ visible=visible,
5302
5388
  )
5303
5389
 
5304
5390
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricAutomatedSnapshotFailure", [props]))
@@ -5310,6 +5396,7 @@ class _IDomainProxy(
5310
5396
  account: typing.Optional[builtins.str] = None,
5311
5397
  color: typing.Optional[builtins.str] = None,
5312
5398
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
5399
+ id: typing.Optional[builtins.str] = None,
5313
5400
  label: typing.Optional[builtins.str] = None,
5314
5401
  period: typing.Optional[_Duration_4839e8c3] = None,
5315
5402
  region: typing.Optional[builtins.str] = None,
@@ -5317,12 +5404,14 @@ class _IDomainProxy(
5317
5404
  stack_region: typing.Optional[builtins.str] = None,
5318
5405
  statistic: typing.Optional[builtins.str] = None,
5319
5406
  unit: typing.Optional[_Unit_61bc6f70] = None,
5407
+ visible: typing.Optional[builtins.bool] = None,
5320
5408
  ) -> _Metric_e396a4dc:
5321
5409
  '''(deprecated) Metric for the cluster blocking index writes.
5322
5410
 
5323
5411
  :param account: Account which this metric comes from. Default: - Deployment account.
5324
5412
  :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
5325
5413
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
5414
+ :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
5326
5415
  :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
5327
5416
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
5328
5417
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -5330,6 +5419,7 @@ class _IDomainProxy(
5330
5419
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
5331
5420
  :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
5332
5421
  :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
5422
+ :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
5333
5423
 
5334
5424
  :default: maximum over 1 minute
5335
5425
 
@@ -5341,6 +5431,7 @@ class _IDomainProxy(
5341
5431
  account=account,
5342
5432
  color=color,
5343
5433
  dimensions_map=dimensions_map,
5434
+ id=id,
5344
5435
  label=label,
5345
5436
  period=period,
5346
5437
  region=region,
@@ -5348,6 +5439,7 @@ class _IDomainProxy(
5348
5439
  stack_region=stack_region,
5349
5440
  statistic=statistic,
5350
5441
  unit=unit,
5442
+ visible=visible,
5351
5443
  )
5352
5444
 
5353
5445
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricClusterIndexWritesBlocked", [props]))
@@ -5359,6 +5451,7 @@ class _IDomainProxy(
5359
5451
  account: typing.Optional[builtins.str] = None,
5360
5452
  color: typing.Optional[builtins.str] = None,
5361
5453
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
5454
+ id: typing.Optional[builtins.str] = None,
5362
5455
  label: typing.Optional[builtins.str] = None,
5363
5456
  period: typing.Optional[_Duration_4839e8c3] = None,
5364
5457
  region: typing.Optional[builtins.str] = None,
@@ -5366,12 +5459,14 @@ class _IDomainProxy(
5366
5459
  stack_region: typing.Optional[builtins.str] = None,
5367
5460
  statistic: typing.Optional[builtins.str] = None,
5368
5461
  unit: typing.Optional[_Unit_61bc6f70] = None,
5462
+ visible: typing.Optional[builtins.bool] = None,
5369
5463
  ) -> _Metric_e396a4dc:
5370
5464
  '''(deprecated) Metric for the time the cluster status is red.
5371
5465
 
5372
5466
  :param account: Account which this metric comes from. Default: - Deployment account.
5373
5467
  :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
5374
5468
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
5469
+ :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
5375
5470
  :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
5376
5471
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
5377
5472
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -5379,6 +5474,7 @@ class _IDomainProxy(
5379
5474
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
5380
5475
  :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
5381
5476
  :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
5477
+ :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
5382
5478
 
5383
5479
  :default: maximum over 5 minutes
5384
5480
 
@@ -5390,6 +5486,7 @@ class _IDomainProxy(
5390
5486
  account=account,
5391
5487
  color=color,
5392
5488
  dimensions_map=dimensions_map,
5489
+ id=id,
5393
5490
  label=label,
5394
5491
  period=period,
5395
5492
  region=region,
@@ -5397,6 +5494,7 @@ class _IDomainProxy(
5397
5494
  stack_region=stack_region,
5398
5495
  statistic=statistic,
5399
5496
  unit=unit,
5497
+ visible=visible,
5400
5498
  )
5401
5499
 
5402
5500
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricClusterStatusRed", [props]))
@@ -5408,6 +5506,7 @@ class _IDomainProxy(
5408
5506
  account: typing.Optional[builtins.str] = None,
5409
5507
  color: typing.Optional[builtins.str] = None,
5410
5508
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
5509
+ id: typing.Optional[builtins.str] = None,
5411
5510
  label: typing.Optional[builtins.str] = None,
5412
5511
  period: typing.Optional[_Duration_4839e8c3] = None,
5413
5512
  region: typing.Optional[builtins.str] = None,
@@ -5415,12 +5514,14 @@ class _IDomainProxy(
5415
5514
  stack_region: typing.Optional[builtins.str] = None,
5416
5515
  statistic: typing.Optional[builtins.str] = None,
5417
5516
  unit: typing.Optional[_Unit_61bc6f70] = None,
5517
+ visible: typing.Optional[builtins.bool] = None,
5418
5518
  ) -> _Metric_e396a4dc:
5419
5519
  '''(deprecated) Metric for the time the cluster status is yellow.
5420
5520
 
5421
5521
  :param account: Account which this metric comes from. Default: - Deployment account.
5422
5522
  :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
5423
5523
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
5524
+ :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
5424
5525
  :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
5425
5526
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
5426
5527
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -5428,6 +5529,7 @@ class _IDomainProxy(
5428
5529
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
5429
5530
  :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
5430
5531
  :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
5532
+ :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
5431
5533
 
5432
5534
  :default: maximum over 5 minutes
5433
5535
 
@@ -5439,6 +5541,7 @@ class _IDomainProxy(
5439
5541
  account=account,
5440
5542
  color=color,
5441
5543
  dimensions_map=dimensions_map,
5544
+ id=id,
5442
5545
  label=label,
5443
5546
  period=period,
5444
5547
  region=region,
@@ -5446,6 +5549,7 @@ class _IDomainProxy(
5446
5549
  stack_region=stack_region,
5447
5550
  statistic=statistic,
5448
5551
  unit=unit,
5552
+ visible=visible,
5449
5553
  )
5450
5554
 
5451
5555
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricClusterStatusYellow", [props]))
@@ -5457,6 +5561,7 @@ class _IDomainProxy(
5457
5561
  account: typing.Optional[builtins.str] = None,
5458
5562
  color: typing.Optional[builtins.str] = None,
5459
5563
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
5564
+ id: typing.Optional[builtins.str] = None,
5460
5565
  label: typing.Optional[builtins.str] = None,
5461
5566
  period: typing.Optional[_Duration_4839e8c3] = None,
5462
5567
  region: typing.Optional[builtins.str] = None,
@@ -5464,12 +5569,14 @@ class _IDomainProxy(
5464
5569
  stack_region: typing.Optional[builtins.str] = None,
5465
5570
  statistic: typing.Optional[builtins.str] = None,
5466
5571
  unit: typing.Optional[_Unit_61bc6f70] = None,
5572
+ visible: typing.Optional[builtins.bool] = None,
5467
5573
  ) -> _Metric_e396a4dc:
5468
5574
  '''(deprecated) Metric for CPU utilization.
5469
5575
 
5470
5576
  :param account: Account which this metric comes from. Default: - Deployment account.
5471
5577
  :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
5472
5578
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
5579
+ :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
5473
5580
  :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
5474
5581
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
5475
5582
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -5477,6 +5584,7 @@ class _IDomainProxy(
5477
5584
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
5478
5585
  :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
5479
5586
  :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
5587
+ :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
5480
5588
 
5481
5589
  :default: maximum over 5 minutes
5482
5590
 
@@ -5488,6 +5596,7 @@ class _IDomainProxy(
5488
5596
  account=account,
5489
5597
  color=color,
5490
5598
  dimensions_map=dimensions_map,
5599
+ id=id,
5491
5600
  label=label,
5492
5601
  period=period,
5493
5602
  region=region,
@@ -5495,6 +5604,7 @@ class _IDomainProxy(
5495
5604
  stack_region=stack_region,
5496
5605
  statistic=statistic,
5497
5606
  unit=unit,
5607
+ visible=visible,
5498
5608
  )
5499
5609
 
5500
5610
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricCPUUtilization", [props]))
@@ -5506,6 +5616,7 @@ class _IDomainProxy(
5506
5616
  account: typing.Optional[builtins.str] = None,
5507
5617
  color: typing.Optional[builtins.str] = None,
5508
5618
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
5619
+ id: typing.Optional[builtins.str] = None,
5509
5620
  label: typing.Optional[builtins.str] = None,
5510
5621
  period: typing.Optional[_Duration_4839e8c3] = None,
5511
5622
  region: typing.Optional[builtins.str] = None,
@@ -5513,12 +5624,14 @@ class _IDomainProxy(
5513
5624
  stack_region: typing.Optional[builtins.str] = None,
5514
5625
  statistic: typing.Optional[builtins.str] = None,
5515
5626
  unit: typing.Optional[_Unit_61bc6f70] = None,
5627
+ visible: typing.Optional[builtins.bool] = None,
5516
5628
  ) -> _Metric_e396a4dc:
5517
5629
  '''(deprecated) Metric for the storage space of nodes in the cluster.
5518
5630
 
5519
5631
  :param account: Account which this metric comes from. Default: - Deployment account.
5520
5632
  :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
5521
5633
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
5634
+ :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
5522
5635
  :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
5523
5636
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
5524
5637
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -5526,6 +5639,7 @@ class _IDomainProxy(
5526
5639
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
5527
5640
  :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
5528
5641
  :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
5642
+ :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
5529
5643
 
5530
5644
  :default: minimum over 5 minutes
5531
5645
 
@@ -5537,6 +5651,7 @@ class _IDomainProxy(
5537
5651
  account=account,
5538
5652
  color=color,
5539
5653
  dimensions_map=dimensions_map,
5654
+ id=id,
5540
5655
  label=label,
5541
5656
  period=period,
5542
5657
  region=region,
@@ -5544,6 +5659,7 @@ class _IDomainProxy(
5544
5659
  stack_region=stack_region,
5545
5660
  statistic=statistic,
5546
5661
  unit=unit,
5662
+ visible=visible,
5547
5663
  )
5548
5664
 
5549
5665
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricFreeStorageSpace", [props]))
@@ -5555,6 +5671,7 @@ class _IDomainProxy(
5555
5671
  account: typing.Optional[builtins.str] = None,
5556
5672
  color: typing.Optional[builtins.str] = None,
5557
5673
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
5674
+ id: typing.Optional[builtins.str] = None,
5558
5675
  label: typing.Optional[builtins.str] = None,
5559
5676
  period: typing.Optional[_Duration_4839e8c3] = None,
5560
5677
  region: typing.Optional[builtins.str] = None,
@@ -5562,12 +5679,14 @@ class _IDomainProxy(
5562
5679
  stack_region: typing.Optional[builtins.str] = None,
5563
5680
  statistic: typing.Optional[builtins.str] = None,
5564
5681
  unit: typing.Optional[_Unit_61bc6f70] = None,
5682
+ visible: typing.Optional[builtins.bool] = None,
5565
5683
  ) -> _Metric_e396a4dc:
5566
5684
  '''(deprecated) Metric for indexing latency.
5567
5685
 
5568
5686
  :param account: Account which this metric comes from. Default: - Deployment account.
5569
5687
  :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
5570
5688
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
5689
+ :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
5571
5690
  :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
5572
5691
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
5573
5692
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -5575,6 +5694,7 @@ class _IDomainProxy(
5575
5694
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
5576
5695
  :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
5577
5696
  :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
5697
+ :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
5578
5698
 
5579
5699
  :default: p99 over 5 minutes
5580
5700
 
@@ -5586,6 +5706,7 @@ class _IDomainProxy(
5586
5706
  account=account,
5587
5707
  color=color,
5588
5708
  dimensions_map=dimensions_map,
5709
+ id=id,
5589
5710
  label=label,
5590
5711
  period=period,
5591
5712
  region=region,
@@ -5593,6 +5714,7 @@ class _IDomainProxy(
5593
5714
  stack_region=stack_region,
5594
5715
  statistic=statistic,
5595
5716
  unit=unit,
5717
+ visible=visible,
5596
5718
  )
5597
5719
 
5598
5720
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricIndexingLatency", [props]))
@@ -5604,6 +5726,7 @@ class _IDomainProxy(
5604
5726
  account: typing.Optional[builtins.str] = None,
5605
5727
  color: typing.Optional[builtins.str] = None,
5606
5728
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
5729
+ id: typing.Optional[builtins.str] = None,
5607
5730
  label: typing.Optional[builtins.str] = None,
5608
5731
  period: typing.Optional[_Duration_4839e8c3] = None,
5609
5732
  region: typing.Optional[builtins.str] = None,
@@ -5611,12 +5734,14 @@ class _IDomainProxy(
5611
5734
  stack_region: typing.Optional[builtins.str] = None,
5612
5735
  statistic: typing.Optional[builtins.str] = None,
5613
5736
  unit: typing.Optional[_Unit_61bc6f70] = None,
5737
+ visible: typing.Optional[builtins.bool] = None,
5614
5738
  ) -> _Metric_e396a4dc:
5615
5739
  '''(deprecated) Metric for JVM memory pressure.
5616
5740
 
5617
5741
  :param account: Account which this metric comes from. Default: - Deployment account.
5618
5742
  :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
5619
5743
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
5744
+ :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
5620
5745
  :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
5621
5746
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
5622
5747
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -5624,6 +5749,7 @@ class _IDomainProxy(
5624
5749
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
5625
5750
  :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
5626
5751
  :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
5752
+ :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
5627
5753
 
5628
5754
  :default: maximum over 5 minutes
5629
5755
 
@@ -5635,6 +5761,7 @@ class _IDomainProxy(
5635
5761
  account=account,
5636
5762
  color=color,
5637
5763
  dimensions_map=dimensions_map,
5764
+ id=id,
5638
5765
  label=label,
5639
5766
  period=period,
5640
5767
  region=region,
@@ -5642,6 +5769,7 @@ class _IDomainProxy(
5642
5769
  stack_region=stack_region,
5643
5770
  statistic=statistic,
5644
5771
  unit=unit,
5772
+ visible=visible,
5645
5773
  )
5646
5774
 
5647
5775
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricJVMMemoryPressure", [props]))
@@ -5653,6 +5781,7 @@ class _IDomainProxy(
5653
5781
  account: typing.Optional[builtins.str] = None,
5654
5782
  color: typing.Optional[builtins.str] = None,
5655
5783
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
5784
+ id: typing.Optional[builtins.str] = None,
5656
5785
  label: typing.Optional[builtins.str] = None,
5657
5786
  period: typing.Optional[_Duration_4839e8c3] = None,
5658
5787
  region: typing.Optional[builtins.str] = None,
@@ -5660,12 +5789,14 @@ class _IDomainProxy(
5660
5789
  stack_region: typing.Optional[builtins.str] = None,
5661
5790
  statistic: typing.Optional[builtins.str] = None,
5662
5791
  unit: typing.Optional[_Unit_61bc6f70] = None,
5792
+ visible: typing.Optional[builtins.bool] = None,
5663
5793
  ) -> _Metric_e396a4dc:
5664
5794
  '''(deprecated) Metric for KMS key errors.
5665
5795
 
5666
5796
  :param account: Account which this metric comes from. Default: - Deployment account.
5667
5797
  :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
5668
5798
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
5799
+ :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
5669
5800
  :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
5670
5801
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
5671
5802
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -5673,6 +5804,7 @@ class _IDomainProxy(
5673
5804
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
5674
5805
  :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
5675
5806
  :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
5807
+ :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
5676
5808
 
5677
5809
  :default: maximum over 5 minutes
5678
5810
 
@@ -5684,6 +5816,7 @@ class _IDomainProxy(
5684
5816
  account=account,
5685
5817
  color=color,
5686
5818
  dimensions_map=dimensions_map,
5819
+ id=id,
5687
5820
  label=label,
5688
5821
  period=period,
5689
5822
  region=region,
@@ -5691,6 +5824,7 @@ class _IDomainProxy(
5691
5824
  stack_region=stack_region,
5692
5825
  statistic=statistic,
5693
5826
  unit=unit,
5827
+ visible=visible,
5694
5828
  )
5695
5829
 
5696
5830
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricKMSKeyError", [props]))
@@ -5702,6 +5836,7 @@ class _IDomainProxy(
5702
5836
  account: typing.Optional[builtins.str] = None,
5703
5837
  color: typing.Optional[builtins.str] = None,
5704
5838
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
5839
+ id: typing.Optional[builtins.str] = None,
5705
5840
  label: typing.Optional[builtins.str] = None,
5706
5841
  period: typing.Optional[_Duration_4839e8c3] = None,
5707
5842
  region: typing.Optional[builtins.str] = None,
@@ -5709,12 +5844,14 @@ class _IDomainProxy(
5709
5844
  stack_region: typing.Optional[builtins.str] = None,
5710
5845
  statistic: typing.Optional[builtins.str] = None,
5711
5846
  unit: typing.Optional[_Unit_61bc6f70] = None,
5847
+ visible: typing.Optional[builtins.bool] = None,
5712
5848
  ) -> _Metric_e396a4dc:
5713
5849
  '''(deprecated) Metric for KMS key being inaccessible.
5714
5850
 
5715
5851
  :param account: Account which this metric comes from. Default: - Deployment account.
5716
5852
  :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
5717
5853
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
5854
+ :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
5718
5855
  :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
5719
5856
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
5720
5857
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -5722,6 +5859,7 @@ class _IDomainProxy(
5722
5859
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
5723
5860
  :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
5724
5861
  :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
5862
+ :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
5725
5863
 
5726
5864
  :default: maximum over 5 minutes
5727
5865
 
@@ -5733,6 +5871,7 @@ class _IDomainProxy(
5733
5871
  account=account,
5734
5872
  color=color,
5735
5873
  dimensions_map=dimensions_map,
5874
+ id=id,
5736
5875
  label=label,
5737
5876
  period=period,
5738
5877
  region=region,
@@ -5740,6 +5879,7 @@ class _IDomainProxy(
5740
5879
  stack_region=stack_region,
5741
5880
  statistic=statistic,
5742
5881
  unit=unit,
5882
+ visible=visible,
5743
5883
  )
5744
5884
 
5745
5885
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricKMSKeyInaccessible", [props]))
@@ -5751,6 +5891,7 @@ class _IDomainProxy(
5751
5891
  account: typing.Optional[builtins.str] = None,
5752
5892
  color: typing.Optional[builtins.str] = None,
5753
5893
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
5894
+ id: typing.Optional[builtins.str] = None,
5754
5895
  label: typing.Optional[builtins.str] = None,
5755
5896
  period: typing.Optional[_Duration_4839e8c3] = None,
5756
5897
  region: typing.Optional[builtins.str] = None,
@@ -5758,12 +5899,14 @@ class _IDomainProxy(
5758
5899
  stack_region: typing.Optional[builtins.str] = None,
5759
5900
  statistic: typing.Optional[builtins.str] = None,
5760
5901
  unit: typing.Optional[_Unit_61bc6f70] = None,
5902
+ visible: typing.Optional[builtins.bool] = None,
5761
5903
  ) -> _Metric_e396a4dc:
5762
5904
  '''(deprecated) Metric for master CPU utilization.
5763
5905
 
5764
5906
  :param account: Account which this metric comes from. Default: - Deployment account.
5765
5907
  :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
5766
5908
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
5909
+ :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
5767
5910
  :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
5768
5911
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
5769
5912
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -5771,6 +5914,7 @@ class _IDomainProxy(
5771
5914
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
5772
5915
  :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
5773
5916
  :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
5917
+ :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
5774
5918
 
5775
5919
  :default: maximum over 5 minutes
5776
5920
 
@@ -5782,6 +5926,7 @@ class _IDomainProxy(
5782
5926
  account=account,
5783
5927
  color=color,
5784
5928
  dimensions_map=dimensions_map,
5929
+ id=id,
5785
5930
  label=label,
5786
5931
  period=period,
5787
5932
  region=region,
@@ -5789,6 +5934,7 @@ class _IDomainProxy(
5789
5934
  stack_region=stack_region,
5790
5935
  statistic=statistic,
5791
5936
  unit=unit,
5937
+ visible=visible,
5792
5938
  )
5793
5939
 
5794
5940
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricMasterCPUUtilization", [props]))
@@ -5800,6 +5946,7 @@ class _IDomainProxy(
5800
5946
  account: typing.Optional[builtins.str] = None,
5801
5947
  color: typing.Optional[builtins.str] = None,
5802
5948
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
5949
+ id: typing.Optional[builtins.str] = None,
5803
5950
  label: typing.Optional[builtins.str] = None,
5804
5951
  period: typing.Optional[_Duration_4839e8c3] = None,
5805
5952
  region: typing.Optional[builtins.str] = None,
@@ -5807,12 +5954,14 @@ class _IDomainProxy(
5807
5954
  stack_region: typing.Optional[builtins.str] = None,
5808
5955
  statistic: typing.Optional[builtins.str] = None,
5809
5956
  unit: typing.Optional[_Unit_61bc6f70] = None,
5957
+ visible: typing.Optional[builtins.bool] = None,
5810
5958
  ) -> _Metric_e396a4dc:
5811
5959
  '''(deprecated) Metric for master JVM memory pressure.
5812
5960
 
5813
5961
  :param account: Account which this metric comes from. Default: - Deployment account.
5814
5962
  :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
5815
5963
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
5964
+ :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
5816
5965
  :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
5817
5966
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
5818
5967
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -5820,6 +5969,7 @@ class _IDomainProxy(
5820
5969
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
5821
5970
  :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
5822
5971
  :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
5972
+ :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
5823
5973
 
5824
5974
  :default: maximum over 5 minutes
5825
5975
 
@@ -5831,6 +5981,7 @@ class _IDomainProxy(
5831
5981
  account=account,
5832
5982
  color=color,
5833
5983
  dimensions_map=dimensions_map,
5984
+ id=id,
5834
5985
  label=label,
5835
5986
  period=period,
5836
5987
  region=region,
@@ -5838,6 +5989,7 @@ class _IDomainProxy(
5838
5989
  stack_region=stack_region,
5839
5990
  statistic=statistic,
5840
5991
  unit=unit,
5992
+ visible=visible,
5841
5993
  )
5842
5994
 
5843
5995
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricMasterJVMMemoryPressure", [props]))
@@ -5849,6 +6001,7 @@ class _IDomainProxy(
5849
6001
  account: typing.Optional[builtins.str] = None,
5850
6002
  color: typing.Optional[builtins.str] = None,
5851
6003
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
6004
+ id: typing.Optional[builtins.str] = None,
5852
6005
  label: typing.Optional[builtins.str] = None,
5853
6006
  period: typing.Optional[_Duration_4839e8c3] = None,
5854
6007
  region: typing.Optional[builtins.str] = None,
@@ -5856,12 +6009,14 @@ class _IDomainProxy(
5856
6009
  stack_region: typing.Optional[builtins.str] = None,
5857
6010
  statistic: typing.Optional[builtins.str] = None,
5858
6011
  unit: typing.Optional[_Unit_61bc6f70] = None,
6012
+ visible: typing.Optional[builtins.bool] = None,
5859
6013
  ) -> _Metric_e396a4dc:
5860
6014
  '''(deprecated) Metric for the number of nodes.
5861
6015
 
5862
6016
  :param account: Account which this metric comes from. Default: - Deployment account.
5863
6017
  :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
5864
6018
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
6019
+ :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
5865
6020
  :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
5866
6021
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
5867
6022
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -5869,6 +6024,7 @@ class _IDomainProxy(
5869
6024
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
5870
6025
  :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
5871
6026
  :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
6027
+ :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
5872
6028
 
5873
6029
  :default: minimum over 1 hour
5874
6030
 
@@ -5880,6 +6036,7 @@ class _IDomainProxy(
5880
6036
  account=account,
5881
6037
  color=color,
5882
6038
  dimensions_map=dimensions_map,
6039
+ id=id,
5883
6040
  label=label,
5884
6041
  period=period,
5885
6042
  region=region,
@@ -5887,6 +6044,7 @@ class _IDomainProxy(
5887
6044
  stack_region=stack_region,
5888
6045
  statistic=statistic,
5889
6046
  unit=unit,
6047
+ visible=visible,
5890
6048
  )
5891
6049
 
5892
6050
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricNodes", [props]))
@@ -5898,6 +6056,7 @@ class _IDomainProxy(
5898
6056
  account: typing.Optional[builtins.str] = None,
5899
6057
  color: typing.Optional[builtins.str] = None,
5900
6058
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
6059
+ id: typing.Optional[builtins.str] = None,
5901
6060
  label: typing.Optional[builtins.str] = None,
5902
6061
  period: typing.Optional[_Duration_4839e8c3] = None,
5903
6062
  region: typing.Optional[builtins.str] = None,
@@ -5905,12 +6064,14 @@ class _IDomainProxy(
5905
6064
  stack_region: typing.Optional[builtins.str] = None,
5906
6065
  statistic: typing.Optional[builtins.str] = None,
5907
6066
  unit: typing.Optional[_Unit_61bc6f70] = None,
6067
+ visible: typing.Optional[builtins.bool] = None,
5908
6068
  ) -> _Metric_e396a4dc:
5909
6069
  '''(deprecated) Metric for number of searchable documents.
5910
6070
 
5911
6071
  :param account: Account which this metric comes from. Default: - Deployment account.
5912
6072
  :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
5913
6073
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
6074
+ :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
5914
6075
  :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
5915
6076
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
5916
6077
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -5918,6 +6079,7 @@ class _IDomainProxy(
5918
6079
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
5919
6080
  :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
5920
6081
  :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
6082
+ :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
5921
6083
 
5922
6084
  :default: maximum over 5 minutes
5923
6085
 
@@ -5929,6 +6091,7 @@ class _IDomainProxy(
5929
6091
  account=account,
5930
6092
  color=color,
5931
6093
  dimensions_map=dimensions_map,
6094
+ id=id,
5932
6095
  label=label,
5933
6096
  period=period,
5934
6097
  region=region,
@@ -5936,6 +6099,7 @@ class _IDomainProxy(
5936
6099
  stack_region=stack_region,
5937
6100
  statistic=statistic,
5938
6101
  unit=unit,
6102
+ visible=visible,
5939
6103
  )
5940
6104
 
5941
6105
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricSearchableDocuments", [props]))
@@ -5947,6 +6111,7 @@ class _IDomainProxy(
5947
6111
  account: typing.Optional[builtins.str] = None,
5948
6112
  color: typing.Optional[builtins.str] = None,
5949
6113
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
6114
+ id: typing.Optional[builtins.str] = None,
5950
6115
  label: typing.Optional[builtins.str] = None,
5951
6116
  period: typing.Optional[_Duration_4839e8c3] = None,
5952
6117
  region: typing.Optional[builtins.str] = None,
@@ -5954,12 +6119,14 @@ class _IDomainProxy(
5954
6119
  stack_region: typing.Optional[builtins.str] = None,
5955
6120
  statistic: typing.Optional[builtins.str] = None,
5956
6121
  unit: typing.Optional[_Unit_61bc6f70] = None,
6122
+ visible: typing.Optional[builtins.bool] = None,
5957
6123
  ) -> _Metric_e396a4dc:
5958
6124
  '''(deprecated) Metric for search latency.
5959
6125
 
5960
6126
  :param account: Account which this metric comes from. Default: - Deployment account.
5961
6127
  :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
5962
6128
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
6129
+ :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
5963
6130
  :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
5964
6131
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
5965
6132
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -5967,6 +6134,7 @@ class _IDomainProxy(
5967
6134
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
5968
6135
  :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
5969
6136
  :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
6137
+ :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
5970
6138
 
5971
6139
  :default: p99 over 5 minutes
5972
6140
 
@@ -5978,6 +6146,7 @@ class _IDomainProxy(
5978
6146
  account=account,
5979
6147
  color=color,
5980
6148
  dimensions_map=dimensions_map,
6149
+ id=id,
5981
6150
  label=label,
5982
6151
  period=period,
5983
6152
  region=region,
@@ -5985,6 +6154,7 @@ class _IDomainProxy(
5985
6154
  stack_region=stack_region,
5986
6155
  statistic=statistic,
5987
6156
  unit=unit,
6157
+ visible=visible,
5988
6158
  )
5989
6159
 
5990
6160
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricSearchLatency", [props]))
@@ -6703,6 +6873,7 @@ class Domain(
6703
6873
  account: typing.Optional[builtins.str] = None,
6704
6874
  color: typing.Optional[builtins.str] = None,
6705
6875
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
6876
+ id: typing.Optional[builtins.str] = None,
6706
6877
  label: typing.Optional[builtins.str] = None,
6707
6878
  period: typing.Optional[_Duration_4839e8c3] = None,
6708
6879
  region: typing.Optional[builtins.str] = None,
@@ -6710,6 +6881,7 @@ class Domain(
6710
6881
  stack_region: typing.Optional[builtins.str] = None,
6711
6882
  statistic: typing.Optional[builtins.str] = None,
6712
6883
  unit: typing.Optional[_Unit_61bc6f70] = None,
6884
+ visible: typing.Optional[builtins.bool] = None,
6713
6885
  ) -> _Metric_e396a4dc:
6714
6886
  '''(deprecated) Return the given named metric for this Domain.
6715
6887
 
@@ -6717,6 +6889,7 @@ class Domain(
6717
6889
  :param account: Account which this metric comes from. Default: - Deployment account.
6718
6890
  :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
6719
6891
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
6892
+ :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
6720
6893
  :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
6721
6894
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
6722
6895
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -6724,6 +6897,7 @@ class Domain(
6724
6897
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
6725
6898
  :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
6726
6899
  :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
6900
+ :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
6727
6901
 
6728
6902
  :deprecated: use opensearchservice module instead
6729
6903
 
@@ -6736,6 +6910,7 @@ class Domain(
6736
6910
  account=account,
6737
6911
  color=color,
6738
6912
  dimensions_map=dimensions_map,
6913
+ id=id,
6739
6914
  label=label,
6740
6915
  period=period,
6741
6916
  region=region,
@@ -6743,6 +6918,7 @@ class Domain(
6743
6918
  stack_region=stack_region,
6744
6919
  statistic=statistic,
6745
6920
  unit=unit,
6921
+ visible=visible,
6746
6922
  )
6747
6923
 
6748
6924
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metric", [metric_name, props]))
@@ -6754,6 +6930,7 @@ class Domain(
6754
6930
  account: typing.Optional[builtins.str] = None,
6755
6931
  color: typing.Optional[builtins.str] = None,
6756
6932
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
6933
+ id: typing.Optional[builtins.str] = None,
6757
6934
  label: typing.Optional[builtins.str] = None,
6758
6935
  period: typing.Optional[_Duration_4839e8c3] = None,
6759
6936
  region: typing.Optional[builtins.str] = None,
@@ -6761,12 +6938,14 @@ class Domain(
6761
6938
  stack_region: typing.Optional[builtins.str] = None,
6762
6939
  statistic: typing.Optional[builtins.str] = None,
6763
6940
  unit: typing.Optional[_Unit_61bc6f70] = None,
6941
+ visible: typing.Optional[builtins.bool] = None,
6764
6942
  ) -> _Metric_e396a4dc:
6765
6943
  '''(deprecated) Metric for automated snapshot failures.
6766
6944
 
6767
6945
  :param account: Account which this metric comes from. Default: - Deployment account.
6768
6946
  :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
6769
6947
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
6948
+ :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
6770
6949
  :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
6771
6950
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
6772
6951
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -6774,6 +6953,7 @@ class Domain(
6774
6953
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
6775
6954
  :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
6776
6955
  :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
6956
+ :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
6777
6957
 
6778
6958
  :default: maximum over 5 minutes
6779
6959
 
@@ -6785,6 +6965,7 @@ class Domain(
6785
6965
  account=account,
6786
6966
  color=color,
6787
6967
  dimensions_map=dimensions_map,
6968
+ id=id,
6788
6969
  label=label,
6789
6970
  period=period,
6790
6971
  region=region,
@@ -6792,6 +6973,7 @@ class Domain(
6792
6973
  stack_region=stack_region,
6793
6974
  statistic=statistic,
6794
6975
  unit=unit,
6976
+ visible=visible,
6795
6977
  )
6796
6978
 
6797
6979
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricAutomatedSnapshotFailure", [props]))
@@ -6803,6 +6985,7 @@ class Domain(
6803
6985
  account: typing.Optional[builtins.str] = None,
6804
6986
  color: typing.Optional[builtins.str] = None,
6805
6987
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
6988
+ id: typing.Optional[builtins.str] = None,
6806
6989
  label: typing.Optional[builtins.str] = None,
6807
6990
  period: typing.Optional[_Duration_4839e8c3] = None,
6808
6991
  region: typing.Optional[builtins.str] = None,
@@ -6810,12 +6993,14 @@ class Domain(
6810
6993
  stack_region: typing.Optional[builtins.str] = None,
6811
6994
  statistic: typing.Optional[builtins.str] = None,
6812
6995
  unit: typing.Optional[_Unit_61bc6f70] = None,
6996
+ visible: typing.Optional[builtins.bool] = None,
6813
6997
  ) -> _Metric_e396a4dc:
6814
6998
  '''(deprecated) Metric for the cluster blocking index writes.
6815
6999
 
6816
7000
  :param account: Account which this metric comes from. Default: - Deployment account.
6817
7001
  :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
6818
7002
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
7003
+ :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
6819
7004
  :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
6820
7005
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
6821
7006
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -6823,6 +7008,7 @@ class Domain(
6823
7008
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
6824
7009
  :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
6825
7010
  :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
7011
+ :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
6826
7012
 
6827
7013
  :default: maximum over 1 minute
6828
7014
 
@@ -6834,6 +7020,7 @@ class Domain(
6834
7020
  account=account,
6835
7021
  color=color,
6836
7022
  dimensions_map=dimensions_map,
7023
+ id=id,
6837
7024
  label=label,
6838
7025
  period=period,
6839
7026
  region=region,
@@ -6841,6 +7028,7 @@ class Domain(
6841
7028
  stack_region=stack_region,
6842
7029
  statistic=statistic,
6843
7030
  unit=unit,
7031
+ visible=visible,
6844
7032
  )
6845
7033
 
6846
7034
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricClusterIndexWritesBlocked", [props]))
@@ -6852,6 +7040,7 @@ class Domain(
6852
7040
  account: typing.Optional[builtins.str] = None,
6853
7041
  color: typing.Optional[builtins.str] = None,
6854
7042
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
7043
+ id: typing.Optional[builtins.str] = None,
6855
7044
  label: typing.Optional[builtins.str] = None,
6856
7045
  period: typing.Optional[_Duration_4839e8c3] = None,
6857
7046
  region: typing.Optional[builtins.str] = None,
@@ -6859,12 +7048,14 @@ class Domain(
6859
7048
  stack_region: typing.Optional[builtins.str] = None,
6860
7049
  statistic: typing.Optional[builtins.str] = None,
6861
7050
  unit: typing.Optional[_Unit_61bc6f70] = None,
7051
+ visible: typing.Optional[builtins.bool] = None,
6862
7052
  ) -> _Metric_e396a4dc:
6863
7053
  '''(deprecated) Metric for the time the cluster status is red.
6864
7054
 
6865
7055
  :param account: Account which this metric comes from. Default: - Deployment account.
6866
7056
  :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
6867
7057
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
7058
+ :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
6868
7059
  :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
6869
7060
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
6870
7061
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -6872,6 +7063,7 @@ class Domain(
6872
7063
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
6873
7064
  :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
6874
7065
  :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
7066
+ :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
6875
7067
 
6876
7068
  :default: maximum over 5 minutes
6877
7069
 
@@ -6883,6 +7075,7 @@ class Domain(
6883
7075
  account=account,
6884
7076
  color=color,
6885
7077
  dimensions_map=dimensions_map,
7078
+ id=id,
6886
7079
  label=label,
6887
7080
  period=period,
6888
7081
  region=region,
@@ -6890,6 +7083,7 @@ class Domain(
6890
7083
  stack_region=stack_region,
6891
7084
  statistic=statistic,
6892
7085
  unit=unit,
7086
+ visible=visible,
6893
7087
  )
6894
7088
 
6895
7089
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricClusterStatusRed", [props]))
@@ -6901,6 +7095,7 @@ class Domain(
6901
7095
  account: typing.Optional[builtins.str] = None,
6902
7096
  color: typing.Optional[builtins.str] = None,
6903
7097
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
7098
+ id: typing.Optional[builtins.str] = None,
6904
7099
  label: typing.Optional[builtins.str] = None,
6905
7100
  period: typing.Optional[_Duration_4839e8c3] = None,
6906
7101
  region: typing.Optional[builtins.str] = None,
@@ -6908,12 +7103,14 @@ class Domain(
6908
7103
  stack_region: typing.Optional[builtins.str] = None,
6909
7104
  statistic: typing.Optional[builtins.str] = None,
6910
7105
  unit: typing.Optional[_Unit_61bc6f70] = None,
7106
+ visible: typing.Optional[builtins.bool] = None,
6911
7107
  ) -> _Metric_e396a4dc:
6912
7108
  '''(deprecated) Metric for the time the cluster status is yellow.
6913
7109
 
6914
7110
  :param account: Account which this metric comes from. Default: - Deployment account.
6915
7111
  :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
6916
7112
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
7113
+ :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
6917
7114
  :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
6918
7115
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
6919
7116
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -6921,6 +7118,7 @@ class Domain(
6921
7118
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
6922
7119
  :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
6923
7120
  :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
7121
+ :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
6924
7122
 
6925
7123
  :default: maximum over 5 minutes
6926
7124
 
@@ -6932,6 +7130,7 @@ class Domain(
6932
7130
  account=account,
6933
7131
  color=color,
6934
7132
  dimensions_map=dimensions_map,
7133
+ id=id,
6935
7134
  label=label,
6936
7135
  period=period,
6937
7136
  region=region,
@@ -6939,6 +7138,7 @@ class Domain(
6939
7138
  stack_region=stack_region,
6940
7139
  statistic=statistic,
6941
7140
  unit=unit,
7141
+ visible=visible,
6942
7142
  )
6943
7143
 
6944
7144
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricClusterStatusYellow", [props]))
@@ -6950,6 +7150,7 @@ class Domain(
6950
7150
  account: typing.Optional[builtins.str] = None,
6951
7151
  color: typing.Optional[builtins.str] = None,
6952
7152
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
7153
+ id: typing.Optional[builtins.str] = None,
6953
7154
  label: typing.Optional[builtins.str] = None,
6954
7155
  period: typing.Optional[_Duration_4839e8c3] = None,
6955
7156
  region: typing.Optional[builtins.str] = None,
@@ -6957,12 +7158,14 @@ class Domain(
6957
7158
  stack_region: typing.Optional[builtins.str] = None,
6958
7159
  statistic: typing.Optional[builtins.str] = None,
6959
7160
  unit: typing.Optional[_Unit_61bc6f70] = None,
7161
+ visible: typing.Optional[builtins.bool] = None,
6960
7162
  ) -> _Metric_e396a4dc:
6961
7163
  '''(deprecated) Metric for CPU utilization.
6962
7164
 
6963
7165
  :param account: Account which this metric comes from. Default: - Deployment account.
6964
7166
  :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
6965
7167
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
7168
+ :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
6966
7169
  :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
6967
7170
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
6968
7171
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -6970,6 +7173,7 @@ class Domain(
6970
7173
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
6971
7174
  :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
6972
7175
  :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
7176
+ :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
6973
7177
 
6974
7178
  :default: maximum over 5 minutes
6975
7179
 
@@ -6981,6 +7185,7 @@ class Domain(
6981
7185
  account=account,
6982
7186
  color=color,
6983
7187
  dimensions_map=dimensions_map,
7188
+ id=id,
6984
7189
  label=label,
6985
7190
  period=period,
6986
7191
  region=region,
@@ -6988,6 +7193,7 @@ class Domain(
6988
7193
  stack_region=stack_region,
6989
7194
  statistic=statistic,
6990
7195
  unit=unit,
7196
+ visible=visible,
6991
7197
  )
6992
7198
 
6993
7199
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricCPUUtilization", [props]))
@@ -6999,6 +7205,7 @@ class Domain(
6999
7205
  account: typing.Optional[builtins.str] = None,
7000
7206
  color: typing.Optional[builtins.str] = None,
7001
7207
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
7208
+ id: typing.Optional[builtins.str] = None,
7002
7209
  label: typing.Optional[builtins.str] = None,
7003
7210
  period: typing.Optional[_Duration_4839e8c3] = None,
7004
7211
  region: typing.Optional[builtins.str] = None,
@@ -7006,12 +7213,14 @@ class Domain(
7006
7213
  stack_region: typing.Optional[builtins.str] = None,
7007
7214
  statistic: typing.Optional[builtins.str] = None,
7008
7215
  unit: typing.Optional[_Unit_61bc6f70] = None,
7216
+ visible: typing.Optional[builtins.bool] = None,
7009
7217
  ) -> _Metric_e396a4dc:
7010
7218
  '''(deprecated) Metric for the storage space of nodes in the cluster.
7011
7219
 
7012
7220
  :param account: Account which this metric comes from. Default: - Deployment account.
7013
7221
  :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
7014
7222
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
7223
+ :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
7015
7224
  :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
7016
7225
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
7017
7226
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -7019,6 +7228,7 @@ class Domain(
7019
7228
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
7020
7229
  :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
7021
7230
  :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
7231
+ :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
7022
7232
 
7023
7233
  :default: minimum over 5 minutes
7024
7234
 
@@ -7030,6 +7240,7 @@ class Domain(
7030
7240
  account=account,
7031
7241
  color=color,
7032
7242
  dimensions_map=dimensions_map,
7243
+ id=id,
7033
7244
  label=label,
7034
7245
  period=period,
7035
7246
  region=region,
@@ -7037,6 +7248,7 @@ class Domain(
7037
7248
  stack_region=stack_region,
7038
7249
  statistic=statistic,
7039
7250
  unit=unit,
7251
+ visible=visible,
7040
7252
  )
7041
7253
 
7042
7254
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricFreeStorageSpace", [props]))
@@ -7048,6 +7260,7 @@ class Domain(
7048
7260
  account: typing.Optional[builtins.str] = None,
7049
7261
  color: typing.Optional[builtins.str] = None,
7050
7262
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
7263
+ id: typing.Optional[builtins.str] = None,
7051
7264
  label: typing.Optional[builtins.str] = None,
7052
7265
  period: typing.Optional[_Duration_4839e8c3] = None,
7053
7266
  region: typing.Optional[builtins.str] = None,
@@ -7055,12 +7268,14 @@ class Domain(
7055
7268
  stack_region: typing.Optional[builtins.str] = None,
7056
7269
  statistic: typing.Optional[builtins.str] = None,
7057
7270
  unit: typing.Optional[_Unit_61bc6f70] = None,
7271
+ visible: typing.Optional[builtins.bool] = None,
7058
7272
  ) -> _Metric_e396a4dc:
7059
7273
  '''(deprecated) Metric for indexing latency.
7060
7274
 
7061
7275
  :param account: Account which this metric comes from. Default: - Deployment account.
7062
7276
  :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
7063
7277
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
7278
+ :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
7064
7279
  :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
7065
7280
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
7066
7281
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -7068,6 +7283,7 @@ class Domain(
7068
7283
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
7069
7284
  :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
7070
7285
  :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
7286
+ :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
7071
7287
 
7072
7288
  :default: p99 over 5 minutes
7073
7289
 
@@ -7079,6 +7295,7 @@ class Domain(
7079
7295
  account=account,
7080
7296
  color=color,
7081
7297
  dimensions_map=dimensions_map,
7298
+ id=id,
7082
7299
  label=label,
7083
7300
  period=period,
7084
7301
  region=region,
@@ -7086,6 +7303,7 @@ class Domain(
7086
7303
  stack_region=stack_region,
7087
7304
  statistic=statistic,
7088
7305
  unit=unit,
7306
+ visible=visible,
7089
7307
  )
7090
7308
 
7091
7309
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricIndexingLatency", [props]))
@@ -7097,6 +7315,7 @@ class Domain(
7097
7315
  account: typing.Optional[builtins.str] = None,
7098
7316
  color: typing.Optional[builtins.str] = None,
7099
7317
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
7318
+ id: typing.Optional[builtins.str] = None,
7100
7319
  label: typing.Optional[builtins.str] = None,
7101
7320
  period: typing.Optional[_Duration_4839e8c3] = None,
7102
7321
  region: typing.Optional[builtins.str] = None,
@@ -7104,12 +7323,14 @@ class Domain(
7104
7323
  stack_region: typing.Optional[builtins.str] = None,
7105
7324
  statistic: typing.Optional[builtins.str] = None,
7106
7325
  unit: typing.Optional[_Unit_61bc6f70] = None,
7326
+ visible: typing.Optional[builtins.bool] = None,
7107
7327
  ) -> _Metric_e396a4dc:
7108
7328
  '''(deprecated) Metric for JVM memory pressure.
7109
7329
 
7110
7330
  :param account: Account which this metric comes from. Default: - Deployment account.
7111
7331
  :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
7112
7332
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
7333
+ :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
7113
7334
  :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
7114
7335
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
7115
7336
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -7117,6 +7338,7 @@ class Domain(
7117
7338
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
7118
7339
  :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
7119
7340
  :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
7341
+ :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
7120
7342
 
7121
7343
  :default: maximum over 5 minutes
7122
7344
 
@@ -7128,6 +7350,7 @@ class Domain(
7128
7350
  account=account,
7129
7351
  color=color,
7130
7352
  dimensions_map=dimensions_map,
7353
+ id=id,
7131
7354
  label=label,
7132
7355
  period=period,
7133
7356
  region=region,
@@ -7135,6 +7358,7 @@ class Domain(
7135
7358
  stack_region=stack_region,
7136
7359
  statistic=statistic,
7137
7360
  unit=unit,
7361
+ visible=visible,
7138
7362
  )
7139
7363
 
7140
7364
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricJVMMemoryPressure", [props]))
@@ -7146,6 +7370,7 @@ class Domain(
7146
7370
  account: typing.Optional[builtins.str] = None,
7147
7371
  color: typing.Optional[builtins.str] = None,
7148
7372
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
7373
+ id: typing.Optional[builtins.str] = None,
7149
7374
  label: typing.Optional[builtins.str] = None,
7150
7375
  period: typing.Optional[_Duration_4839e8c3] = None,
7151
7376
  region: typing.Optional[builtins.str] = None,
@@ -7153,12 +7378,14 @@ class Domain(
7153
7378
  stack_region: typing.Optional[builtins.str] = None,
7154
7379
  statistic: typing.Optional[builtins.str] = None,
7155
7380
  unit: typing.Optional[_Unit_61bc6f70] = None,
7381
+ visible: typing.Optional[builtins.bool] = None,
7156
7382
  ) -> _Metric_e396a4dc:
7157
7383
  '''(deprecated) Metric for KMS key errors.
7158
7384
 
7159
7385
  :param account: Account which this metric comes from. Default: - Deployment account.
7160
7386
  :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
7161
7387
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
7388
+ :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
7162
7389
  :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
7163
7390
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
7164
7391
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -7166,6 +7393,7 @@ class Domain(
7166
7393
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
7167
7394
  :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
7168
7395
  :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
7396
+ :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
7169
7397
 
7170
7398
  :default: maximum over 5 minutes
7171
7399
 
@@ -7177,6 +7405,7 @@ class Domain(
7177
7405
  account=account,
7178
7406
  color=color,
7179
7407
  dimensions_map=dimensions_map,
7408
+ id=id,
7180
7409
  label=label,
7181
7410
  period=period,
7182
7411
  region=region,
@@ -7184,6 +7413,7 @@ class Domain(
7184
7413
  stack_region=stack_region,
7185
7414
  statistic=statistic,
7186
7415
  unit=unit,
7416
+ visible=visible,
7187
7417
  )
7188
7418
 
7189
7419
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricKMSKeyError", [props]))
@@ -7195,6 +7425,7 @@ class Domain(
7195
7425
  account: typing.Optional[builtins.str] = None,
7196
7426
  color: typing.Optional[builtins.str] = None,
7197
7427
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
7428
+ id: typing.Optional[builtins.str] = None,
7198
7429
  label: typing.Optional[builtins.str] = None,
7199
7430
  period: typing.Optional[_Duration_4839e8c3] = None,
7200
7431
  region: typing.Optional[builtins.str] = None,
@@ -7202,12 +7433,14 @@ class Domain(
7202
7433
  stack_region: typing.Optional[builtins.str] = None,
7203
7434
  statistic: typing.Optional[builtins.str] = None,
7204
7435
  unit: typing.Optional[_Unit_61bc6f70] = None,
7436
+ visible: typing.Optional[builtins.bool] = None,
7205
7437
  ) -> _Metric_e396a4dc:
7206
7438
  '''(deprecated) Metric for KMS key being inaccessible.
7207
7439
 
7208
7440
  :param account: Account which this metric comes from. Default: - Deployment account.
7209
7441
  :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
7210
7442
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
7443
+ :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
7211
7444
  :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
7212
7445
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
7213
7446
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -7215,6 +7448,7 @@ class Domain(
7215
7448
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
7216
7449
  :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
7217
7450
  :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
7451
+ :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
7218
7452
 
7219
7453
  :default: maximum over 5 minutes
7220
7454
 
@@ -7226,6 +7460,7 @@ class Domain(
7226
7460
  account=account,
7227
7461
  color=color,
7228
7462
  dimensions_map=dimensions_map,
7463
+ id=id,
7229
7464
  label=label,
7230
7465
  period=period,
7231
7466
  region=region,
@@ -7233,6 +7468,7 @@ class Domain(
7233
7468
  stack_region=stack_region,
7234
7469
  statistic=statistic,
7235
7470
  unit=unit,
7471
+ visible=visible,
7236
7472
  )
7237
7473
 
7238
7474
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricKMSKeyInaccessible", [props]))
@@ -7244,6 +7480,7 @@ class Domain(
7244
7480
  account: typing.Optional[builtins.str] = None,
7245
7481
  color: typing.Optional[builtins.str] = None,
7246
7482
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
7483
+ id: typing.Optional[builtins.str] = None,
7247
7484
  label: typing.Optional[builtins.str] = None,
7248
7485
  period: typing.Optional[_Duration_4839e8c3] = None,
7249
7486
  region: typing.Optional[builtins.str] = None,
@@ -7251,12 +7488,14 @@ class Domain(
7251
7488
  stack_region: typing.Optional[builtins.str] = None,
7252
7489
  statistic: typing.Optional[builtins.str] = None,
7253
7490
  unit: typing.Optional[_Unit_61bc6f70] = None,
7491
+ visible: typing.Optional[builtins.bool] = None,
7254
7492
  ) -> _Metric_e396a4dc:
7255
7493
  '''(deprecated) Metric for master CPU utilization.
7256
7494
 
7257
7495
  :param account: Account which this metric comes from. Default: - Deployment account.
7258
7496
  :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
7259
7497
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
7498
+ :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
7260
7499
  :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
7261
7500
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
7262
7501
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -7264,6 +7503,7 @@ class Domain(
7264
7503
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
7265
7504
  :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
7266
7505
  :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
7506
+ :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
7267
7507
 
7268
7508
  :default: maximum over 5 minutes
7269
7509
 
@@ -7275,6 +7515,7 @@ class Domain(
7275
7515
  account=account,
7276
7516
  color=color,
7277
7517
  dimensions_map=dimensions_map,
7518
+ id=id,
7278
7519
  label=label,
7279
7520
  period=period,
7280
7521
  region=region,
@@ -7282,6 +7523,7 @@ class Domain(
7282
7523
  stack_region=stack_region,
7283
7524
  statistic=statistic,
7284
7525
  unit=unit,
7526
+ visible=visible,
7285
7527
  )
7286
7528
 
7287
7529
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricMasterCPUUtilization", [props]))
@@ -7293,6 +7535,7 @@ class Domain(
7293
7535
  account: typing.Optional[builtins.str] = None,
7294
7536
  color: typing.Optional[builtins.str] = None,
7295
7537
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
7538
+ id: typing.Optional[builtins.str] = None,
7296
7539
  label: typing.Optional[builtins.str] = None,
7297
7540
  period: typing.Optional[_Duration_4839e8c3] = None,
7298
7541
  region: typing.Optional[builtins.str] = None,
@@ -7300,12 +7543,14 @@ class Domain(
7300
7543
  stack_region: typing.Optional[builtins.str] = None,
7301
7544
  statistic: typing.Optional[builtins.str] = None,
7302
7545
  unit: typing.Optional[_Unit_61bc6f70] = None,
7546
+ visible: typing.Optional[builtins.bool] = None,
7303
7547
  ) -> _Metric_e396a4dc:
7304
7548
  '''(deprecated) Metric for master JVM memory pressure.
7305
7549
 
7306
7550
  :param account: Account which this metric comes from. Default: - Deployment account.
7307
7551
  :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
7308
7552
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
7553
+ :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
7309
7554
  :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
7310
7555
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
7311
7556
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -7313,6 +7558,7 @@ class Domain(
7313
7558
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
7314
7559
  :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
7315
7560
  :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
7561
+ :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
7316
7562
 
7317
7563
  :default: maximum over 5 minutes
7318
7564
 
@@ -7324,6 +7570,7 @@ class Domain(
7324
7570
  account=account,
7325
7571
  color=color,
7326
7572
  dimensions_map=dimensions_map,
7573
+ id=id,
7327
7574
  label=label,
7328
7575
  period=period,
7329
7576
  region=region,
@@ -7331,6 +7578,7 @@ class Domain(
7331
7578
  stack_region=stack_region,
7332
7579
  statistic=statistic,
7333
7580
  unit=unit,
7581
+ visible=visible,
7334
7582
  )
7335
7583
 
7336
7584
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricMasterJVMMemoryPressure", [props]))
@@ -7342,6 +7590,7 @@ class Domain(
7342
7590
  account: typing.Optional[builtins.str] = None,
7343
7591
  color: typing.Optional[builtins.str] = None,
7344
7592
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
7593
+ id: typing.Optional[builtins.str] = None,
7345
7594
  label: typing.Optional[builtins.str] = None,
7346
7595
  period: typing.Optional[_Duration_4839e8c3] = None,
7347
7596
  region: typing.Optional[builtins.str] = None,
@@ -7349,12 +7598,14 @@ class Domain(
7349
7598
  stack_region: typing.Optional[builtins.str] = None,
7350
7599
  statistic: typing.Optional[builtins.str] = None,
7351
7600
  unit: typing.Optional[_Unit_61bc6f70] = None,
7601
+ visible: typing.Optional[builtins.bool] = None,
7352
7602
  ) -> _Metric_e396a4dc:
7353
7603
  '''(deprecated) Metric for the number of nodes.
7354
7604
 
7355
7605
  :param account: Account which this metric comes from. Default: - Deployment account.
7356
7606
  :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
7357
7607
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
7608
+ :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
7358
7609
  :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
7359
7610
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
7360
7611
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -7362,6 +7613,7 @@ class Domain(
7362
7613
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
7363
7614
  :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
7364
7615
  :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
7616
+ :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
7365
7617
 
7366
7618
  :default: minimum over 1 hour
7367
7619
 
@@ -7373,6 +7625,7 @@ class Domain(
7373
7625
  account=account,
7374
7626
  color=color,
7375
7627
  dimensions_map=dimensions_map,
7628
+ id=id,
7376
7629
  label=label,
7377
7630
  period=period,
7378
7631
  region=region,
@@ -7380,6 +7633,7 @@ class Domain(
7380
7633
  stack_region=stack_region,
7381
7634
  statistic=statistic,
7382
7635
  unit=unit,
7636
+ visible=visible,
7383
7637
  )
7384
7638
 
7385
7639
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricNodes", [props]))
@@ -7391,6 +7645,7 @@ class Domain(
7391
7645
  account: typing.Optional[builtins.str] = None,
7392
7646
  color: typing.Optional[builtins.str] = None,
7393
7647
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
7648
+ id: typing.Optional[builtins.str] = None,
7394
7649
  label: typing.Optional[builtins.str] = None,
7395
7650
  period: typing.Optional[_Duration_4839e8c3] = None,
7396
7651
  region: typing.Optional[builtins.str] = None,
@@ -7398,12 +7653,14 @@ class Domain(
7398
7653
  stack_region: typing.Optional[builtins.str] = None,
7399
7654
  statistic: typing.Optional[builtins.str] = None,
7400
7655
  unit: typing.Optional[_Unit_61bc6f70] = None,
7656
+ visible: typing.Optional[builtins.bool] = None,
7401
7657
  ) -> _Metric_e396a4dc:
7402
7658
  '''(deprecated) Metric for number of searchable documents.
7403
7659
 
7404
7660
  :param account: Account which this metric comes from. Default: - Deployment account.
7405
7661
  :param color: The hex color code, prefixed with '#' (e.g. '#00ff00'), to use when this metric is rendered on a graph. The ``Color`` class has a set of standard colors that can be used here. Default: - Automatic color
7406
7662
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
7663
+ :param id: Unique identifier for this metric when used in dashboard widgets. The id can be used as a variable to represent this metric in math expressions. Valid characters are letters, numbers, and underscore. The first character must be a lowercase letter. Default: - No ID
7407
7664
  :param label: Label for this metric when added to a Graph in a Dashboard. You can use `dynamic labels <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/graph-dynamic-labels.html>`_ to show summary information about the entire displayed time series in the legend. For example, if you use:: [max: ${MAX}] MyMetric As the metric label, the maximum value in the visible range will be shown next to the time series name in the graph's legend. Default: - No label
7408
7665
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
7409
7666
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -7411,6 +7668,7 @@ class Domain(
7411
7668
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
7412
7669
  :param statistic: What function to use for aggregating. Use the ``aws_cloudwatch.Stats`` helper class to construct valid input strings. Can be one of the following: - "Minimum" | "min" - "Maximum" | "max" - "Average" | "avg" - "Sum" | "sum" - "SampleCount | "n" - "pNN.NN" - "tmNN.NN" | "tm(NN.NN%:NN.NN%)" - "iqm" - "wmNN.NN" | "wm(NN.NN%:NN.NN%)" - "tcNN.NN" | "tc(NN.NN%:NN.NN%)" - "tsNN.NN" | "ts(NN.NN%:NN.NN%)" Default: Average
7413
7670
  :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
7671
+ :param visible: Whether this metric should be visible in dashboard graphs. Setting this to false is useful when you want to hide raw metrics that are used in math expressions, and show only the expression results. Default: true
7414
7672
 
7415
7673
  :default: maximum over 5 minutes
7416
7674
 
@@ -7422,6 +7680,7 @@ class Domain(
7422
7680
  account=account,
7423
7681
  color=color,
7424
7682
  dimensions_map=dimensions_map,
7683
+ id=id,
7425
7684
  label=label,
7426
7685
  period=period,
7427
7686
  region=region,
@@ -7429,6 +7688,7 @@ class Domain(
7429
7688
  stack_region=stack_region,
7430
7689
  statistic=statistic,
7431
7690
  unit=unit,
7691
+ visible=visible,
7432
7692
  )
7433
7693
 
7434
7694
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricSearchableDocuments", [props]))
@@ -7440,6 +7700,7 @@ class Domain(
7440
7700
  account: typing.Optional[builtins.str] = None,
7441
7701
  color: typing.Optional[builtins.str] = None,
7442
7702
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
7703
+ id: typing.Optional[builtins.str] = None,
7443
7704
  label: typing.Optional[builtins.str] = None,
7444
7705
  period: typing.Optional[_Duration_4839e8c3] = None,
7445
7706
  region: typing.Optional[builtins.str] = None,
@@ -7447,12 +7708,14 @@ class Domain(
7447
7708
  stack_region: typing.Optional[builtins.str] = None,
7448
7709
  statistic: typing.Optional[builtins.str] = None,
7449
7710
  unit: typing.Optional[_Unit_61bc6f70] = None,
7711
+ visible: typing.Optional[builtins.bool] = None,
7450
7712
  ) -> _Metric_e396a4dc:
7451
7713
  '''(deprecated) Metric for search latency.
7452
7714
 
7453
7715
  :param account: Account which this metric comes from. Default: - Deployment account.
7454
7716
  :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
7455
7717
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
7718
+ :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
7456
7719
  :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
7457
7720
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
7458
7721
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -7460,6 +7723,7 @@ class Domain(
7460
7723
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
7461
7724
  :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
7462
7725
  :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
7726
+ :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
7463
7727
 
7464
7728
  :default: p99 over 5 minutes
7465
7729
 
@@ -7471,6 +7735,7 @@ class Domain(
7471
7735
  account=account,
7472
7736
  color=color,
7473
7737
  dimensions_map=dimensions_map,
7738
+ id=id,
7474
7739
  label=label,
7475
7740
  period=period,
7476
7741
  region=region,
@@ -7478,6 +7743,7 @@ class Domain(
7478
7743
  stack_region=stack_region,
7479
7744
  statistic=statistic,
7480
7745
  unit=unit,
7746
+ visible=visible,
7481
7747
  )
7482
7748
 
7483
7749
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricSearchLatency", [props]))
@@ -7986,7 +8252,7 @@ def _typecheckingstub__94cee41a2246511ec77c9b6a556875c250b85ee87cddd5b0cc76dea11
7986
8252
  def _typecheckingstub__4a0566221450862dc46d961944b4613c299ea2ba900c19e9652b8e47501e1b0a(
7987
8253
  *,
7988
8254
  enabled: typing.Optional[builtins.bool] = None,
7989
- kms_key: typing.Optional[_IKey_5f11635f] = None,
8255
+ kms_key: typing.Optional[_IKeyRef_d4fc6ef3] = None,
7990
8256
  ) -> None:
7991
8257
  """Type checking stubs"""
7992
8258
  pass
@@ -8057,6 +8323,7 @@ def _typecheckingstub__d57eb3601bc759c24057dad569672fc2cb9079f04ceb6aebc5be032bb
8057
8323
  account: typing.Optional[builtins.str] = None,
8058
8324
  color: typing.Optional[builtins.str] = None,
8059
8325
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
8326
+ id: typing.Optional[builtins.str] = None,
8060
8327
  label: typing.Optional[builtins.str] = None,
8061
8328
  period: typing.Optional[_Duration_4839e8c3] = None,
8062
8329
  region: typing.Optional[builtins.str] = None,
@@ -8064,6 +8331,7 @@ def _typecheckingstub__d57eb3601bc759c24057dad569672fc2cb9079f04ceb6aebc5be032bb
8064
8331
  stack_region: typing.Optional[builtins.str] = None,
8065
8332
  statistic: typing.Optional[builtins.str] = None,
8066
8333
  unit: typing.Optional[_Unit_61bc6f70] = None,
8334
+ visible: typing.Optional[builtins.bool] = None,
8067
8335
  ) -> None:
8068
8336
  """Type checking stubs"""
8069
8337
  pass
@@ -8210,6 +8478,7 @@ def _typecheckingstub__a5543e4b1f496b09cc4a434231d283ad21ff49080e145c70f79d585e6
8210
8478
  account: typing.Optional[builtins.str] = None,
8211
8479
  color: typing.Optional[builtins.str] = None,
8212
8480
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
8481
+ id: typing.Optional[builtins.str] = None,
8213
8482
  label: typing.Optional[builtins.str] = None,
8214
8483
  period: typing.Optional[_Duration_4839e8c3] = None,
8215
8484
  region: typing.Optional[builtins.str] = None,
@@ -8217,6 +8486,10 @@ def _typecheckingstub__a5543e4b1f496b09cc4a434231d283ad21ff49080e145c70f79d585e6
8217
8486
  stack_region: typing.Optional[builtins.str] = None,
8218
8487
  statistic: typing.Optional[builtins.str] = None,
8219
8488
  unit: typing.Optional[_Unit_61bc6f70] = None,
8489
+ visible: typing.Optional[builtins.bool] = None,
8220
8490
  ) -> None:
8221
8491
  """Type checking stubs"""
8222
8492
  pass
8493
+
8494
+ for cls in [IDomain]:
8495
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])