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
@@ -616,12 +616,18 @@ from ..aws_ec2 import (
616
616
  from ..aws_iam import (
617
617
  Grant as _Grant_a7ae64f8,
618
618
  IGrantable as _IGrantable_71c4f5de,
619
- IRole as _IRole_235f5d8e,
620
619
  PolicyStatement as _PolicyStatement_0fe33853,
621
620
  )
622
- from ..aws_kms import IKey as _IKey_5f11635f
623
621
  from ..aws_logs import ILogGroup as _ILogGroup_3c4fa718
624
622
  from ..aws_route53 import IHostedZone as _IHostedZone_9a6907ad
623
+ from ..interfaces.aws_iam import IRoleRef as _IRoleRef_8400221f
624
+ from ..interfaces.aws_kms import IKeyRef as _IKeyRef_d4fc6ef3
625
+ from ..interfaces.aws_opensearchservice import (
626
+ ApplicationReference as _ApplicationReference_41b9a662,
627
+ DomainReference as _DomainReference_37396432,
628
+ IApplicationRef as _IApplicationRef_3664810d,
629
+ IDomainRef as _IDomainRef_76d6bc00,
630
+ )
625
631
 
626
632
 
627
633
  @jsii.data_type(
@@ -942,7 +948,7 @@ class CapacityConfig:
942
948
  )
943
949
 
944
950
 
945
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
951
+ @jsii.implements(_IInspectable_c2943556, _IApplicationRef_3664810d, _ITaggableV2_4e6798f8)
946
952
  class CfnApplication(
947
953
  _CfnResource_9df397a6,
948
954
  metaclass=jsii.JSIIMeta,
@@ -1001,7 +1007,8 @@ class CfnApplication(
1001
1007
  iam_identity_center_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnApplication.IamIdentityCenterOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
1002
1008
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
1003
1009
  ) -> None:
1004
- '''
1010
+ '''Create a new ``AWS::OpenSearchService::Application``.
1011
+
1005
1012
  :param scope: Scope in which this resource is defined.
1006
1013
  :param id: Construct identifier for this resource (unique in its scope).
1007
1014
  :param name: The name of an OpenSearch application.
@@ -1056,6 +1063,12 @@ class CfnApplication(
1056
1063
  '''The CloudFormation resource type name for this resource class.'''
1057
1064
  return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
1058
1065
 
1066
+ @builtins.property
1067
+ @jsii.member(jsii_name="applicationRef")
1068
+ def application_ref(self) -> _ApplicationReference_41b9a662:
1069
+ '''A reference to a Application resource.'''
1070
+ return typing.cast(_ApplicationReference_41b9a662, jsii.get(self, "applicationRef"))
1071
+
1059
1072
  @builtins.property
1060
1073
  @jsii.member(jsii_name="attrArn")
1061
1074
  def attr_arn(self) -> builtins.str:
@@ -1582,7 +1595,7 @@ class CfnApplicationProps:
1582
1595
  )
1583
1596
 
1584
1597
 
1585
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
1598
+ @jsii.implements(_IInspectable_c2943556, _IDomainRef_76d6bc00, _ITaggable_36806126)
1586
1599
  class CfnDomain(
1587
1600
  _CfnResource_9df397a6,
1588
1601
  metaclass=jsii.JSIIMeta,
@@ -1611,6 +1624,11 @@ class CfnDomain(
1611
1624
  anonymous_auth_disable_date="anonymousAuthDisableDate",
1612
1625
  anonymous_auth_enabled=False,
1613
1626
  enabled=False,
1627
+ iam_federation_options={
1628
+ "enabled": False,
1629
+ "roles_key": "rolesKey",
1630
+ "subject_key": "subjectKey"
1631
+ },
1614
1632
  internal_user_database_enabled=False,
1615
1633
  jwt_options=opensearchservice.CfnDomain.JWTOptionsProperty(
1616
1634
  enabled=False,
@@ -1761,7 +1779,8 @@ class CfnDomain(
1761
1779
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
1762
1780
  vpc_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDomain.VPCOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
1763
1781
  ) -> None:
1764
- '''
1782
+ '''Create a new ``AWS::OpenSearchService::Domain``.
1783
+
1765
1784
  :param scope: Scope in which this resource is defined.
1766
1785
  :param id: Construct identifier for this resource (unique in its scope).
1767
1786
  :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 Guide* .
@@ -1816,6 +1835,48 @@ class CfnDomain(
1816
1835
 
1817
1836
  jsii.create(self.__class__, self, [scope, id, props])
1818
1837
 
1838
+ @jsii.member(jsii_name="fromDomainArn")
1839
+ @builtins.classmethod
1840
+ def from_domain_arn(
1841
+ cls,
1842
+ scope: _constructs_77d1e7e8.Construct,
1843
+ id: builtins.str,
1844
+ arn: builtins.str,
1845
+ ) -> _IDomainRef_76d6bc00:
1846
+ '''Creates a new IDomainRef from an ARN.
1847
+
1848
+ :param scope: -
1849
+ :param id: -
1850
+ :param arn: -
1851
+ '''
1852
+ if __debug__:
1853
+ type_hints = typing.get_type_hints(_typecheckingstub__b2708216d2638c9e5c5bcbeda7fafaa1058fab53ab235b1e6a6387d5d705d8d1)
1854
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
1855
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
1856
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
1857
+ return typing.cast(_IDomainRef_76d6bc00, jsii.sinvoke(cls, "fromDomainArn", [scope, id, arn]))
1858
+
1859
+ @jsii.member(jsii_name="fromDomainName")
1860
+ @builtins.classmethod
1861
+ def from_domain_name(
1862
+ cls,
1863
+ scope: _constructs_77d1e7e8.Construct,
1864
+ id: builtins.str,
1865
+ domain_name: builtins.str,
1866
+ ) -> _IDomainRef_76d6bc00:
1867
+ '''Creates a new IDomainRef from a domainName.
1868
+
1869
+ :param scope: -
1870
+ :param id: -
1871
+ :param domain_name: -
1872
+ '''
1873
+ if __debug__:
1874
+ type_hints = typing.get_type_hints(_typecheckingstub__8aef0b900a2703d083f24bd9797f860fe581d2375f4aa106d0ea25803fd3d1d4)
1875
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
1876
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
1877
+ check_type(argname="argument domain_name", value=domain_name, expected_type=type_hints["domain_name"])
1878
+ return typing.cast(_IDomainRef_76d6bc00, jsii.sinvoke(cls, "fromDomainName", [scope, id, domain_name]))
1879
+
1819
1880
  @jsii.member(jsii_name="inspect")
1820
1881
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
1821
1882
  '''Examines the CloudFormation resource and discloses attributes.
@@ -2006,6 +2067,12 @@ class CfnDomain(
2006
2067
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
2007
2068
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
2008
2069
 
2070
+ @builtins.property
2071
+ @jsii.member(jsii_name="domainRef")
2072
+ def domain_ref(self) -> _DomainReference_37396432:
2073
+ '''A reference to a Domain resource.'''
2074
+ return typing.cast(_DomainReference_37396432, jsii.get(self, "domainRef"))
2075
+
2009
2076
  @builtins.property
2010
2077
  @jsii.member(jsii_name="tags")
2011
2078
  def tags(self) -> _TagManager_0a598cb3:
@@ -2365,6 +2432,7 @@ class CfnDomain(
2365
2432
  "anonymous_auth_disable_date": "anonymousAuthDisableDate",
2366
2433
  "anonymous_auth_enabled": "anonymousAuthEnabled",
2367
2434
  "enabled": "enabled",
2435
+ "iam_federation_options": "iamFederationOptions",
2368
2436
  "internal_user_database_enabled": "internalUserDatabaseEnabled",
2369
2437
  "jwt_options": "jwtOptions",
2370
2438
  "master_user_options": "masterUserOptions",
@@ -2378,6 +2446,7 @@ class CfnDomain(
2378
2446
  anonymous_auth_disable_date: typing.Optional[builtins.str] = None,
2379
2447
  anonymous_auth_enabled: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
2380
2448
  enabled: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
2449
+ iam_federation_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDomain.IAMFederationOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
2381
2450
  internal_user_database_enabled: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
2382
2451
  jwt_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDomain.JWTOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
2383
2452
  master_user_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDomain.MasterUserOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
@@ -2390,6 +2459,7 @@ class CfnDomain(
2390
2459
  :param anonymous_auth_disable_date: Date and time when the migration period will be disabled. Only necessary when `enabling fine-grained access control on an existing domain <https://docs.aws.amazon.com/opensearch-service/latest/developerguide/fgac.html#fgac-enabling-existing>`_ .
2391
2460
  :param anonymous_auth_enabled: True to enable a 30-day migration period during which administrators can create role mappings. Only necessary when `enabling fine-grained access control on an existing domain <https://docs.aws.amazon.com/opensearch-service/latest/developerguide/fgac.html#fgac-enabling-existing>`_ .
2392
2461
  :param enabled: True to enable fine-grained access control. You must also enable encryption of data at rest and node-to-node encryption. See `Fine-grained access control in Amazon OpenSearch Service <https://docs.aws.amazon.com/opensearch-service/latest/developerguide/fgac.html>`_ .
2462
+ :param iam_federation_options: Input configuration for IAM identity federation within advanced security options.
2393
2463
  :param internal_user_database_enabled: True to enable the internal user database.
2394
2464
  :param jwt_options: Container for information about the JWT configuration of the Amazon OpenSearch Service.
2395
2465
  :param master_user_options: Specifies information about the master user.
@@ -2408,6 +2478,11 @@ class CfnDomain(
2408
2478
  anonymous_auth_disable_date="anonymousAuthDisableDate",
2409
2479
  anonymous_auth_enabled=False,
2410
2480
  enabled=False,
2481
+ iam_federation_options={
2482
+ "enabled": False,
2483
+ "roles_key": "rolesKey",
2484
+ "subject_key": "subjectKey"
2485
+ },
2411
2486
  internal_user_database_enabled=False,
2412
2487
  jwt_options=opensearchservice.CfnDomain.JWTOptionsProperty(
2413
2488
  enabled=False,
@@ -2439,6 +2514,7 @@ class CfnDomain(
2439
2514
  check_type(argname="argument anonymous_auth_disable_date", value=anonymous_auth_disable_date, expected_type=type_hints["anonymous_auth_disable_date"])
2440
2515
  check_type(argname="argument anonymous_auth_enabled", value=anonymous_auth_enabled, expected_type=type_hints["anonymous_auth_enabled"])
2441
2516
  check_type(argname="argument enabled", value=enabled, expected_type=type_hints["enabled"])
2517
+ check_type(argname="argument iam_federation_options", value=iam_federation_options, expected_type=type_hints["iam_federation_options"])
2442
2518
  check_type(argname="argument internal_user_database_enabled", value=internal_user_database_enabled, expected_type=type_hints["internal_user_database_enabled"])
2443
2519
  check_type(argname="argument jwt_options", value=jwt_options, expected_type=type_hints["jwt_options"])
2444
2520
  check_type(argname="argument master_user_options", value=master_user_options, expected_type=type_hints["master_user_options"])
@@ -2450,6 +2526,8 @@ class CfnDomain(
2450
2526
  self._values["anonymous_auth_enabled"] = anonymous_auth_enabled
2451
2527
  if enabled is not None:
2452
2528
  self._values["enabled"] = enabled
2529
+ if iam_federation_options is not None:
2530
+ self._values["iam_federation_options"] = iam_federation_options
2453
2531
  if internal_user_database_enabled is not None:
2454
2532
  self._values["internal_user_database_enabled"] = internal_user_database_enabled
2455
2533
  if jwt_options is not None:
@@ -2496,6 +2574,17 @@ class CfnDomain(
2496
2574
  result = self._values.get("enabled")
2497
2575
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], result)
2498
2576
 
2577
+ @builtins.property
2578
+ def iam_federation_options(
2579
+ self,
2580
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDomain.IAMFederationOptionsProperty"]]:
2581
+ '''Input configuration for IAM identity federation within advanced security options.
2582
+
2583
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-advancedsecurityoptionsinput.html#cfn-opensearchservice-domain-advancedsecurityoptionsinput-iamfederationoptions
2584
+ '''
2585
+ result = self._values.get("iam_federation_options")
2586
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDomain.IAMFederationOptionsProperty"]], result)
2587
+
2499
2588
  @builtins.property
2500
2589
  def internal_user_database_enabled(
2501
2590
  self,
@@ -3039,7 +3128,7 @@ class CfnDomain(
3039
3128
  '''Specifies additional options for the domain endpoint, such as whether to require HTTPS for all traffic or whether to use a custom endpoint rather than the default endpoint.
3040
3129
 
3041
3130
  :param custom_endpoint: The fully qualified URL for your custom endpoint. Required if you enabled a custom endpoint for the domain.
3042
- :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.
3131
+ :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.
3043
3132
  :param custom_endpoint_enabled: True to enable a custom endpoint for the domain. If enabled, you must also provide values for ``CustomEndpoint`` and ``CustomEndpointCertificateArn`` .
3044
3133
  :param enforce_https: True to require that all traffic to the domain arrive over HTTPS. Required if you enable fine-grained access control in `AdvancedSecurityOptions <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-advancedsecurityoptionsinput.html>`_ .
3045
3134
  :param tls_security_policy: The minimum TLS version required for traffic to the domain. The policy can be one of the following values:. - *Policy-Min-TLS-1-0-2019-07:* TLS security policy that supports TLS version 1.0 to TLS version 1.2 - *Policy-Min-TLS-1-2-2019-07:* TLS security policy that supports only TLS version 1.2 - *Policy-Min-TLS-1-2-PFS-2023-10:* TLS security policy that supports TLS version 1.2 to TLS version 1.3 with perfect forward secrecy cipher suites
@@ -3093,7 +3182,7 @@ class CfnDomain(
3093
3182
 
3094
3183
  @builtins.property
3095
3184
  def custom_endpoint_certificate_arn(self) -> typing.Optional[builtins.str]:
3096
- '''The AWS Certificate Manager ARN for your domain's SSL/TLS certificate.
3185
+ '''The Certificate Manager ARN for your domain's SSL/TLS certificate.
3097
3186
 
3098
3187
  Required if you enabled a custom endpoint for the domain.
3099
3188
 
@@ -3363,6 +3452,93 @@ class CfnDomain(
3363
3452
  k + "=" + repr(v) for k, v in self._values.items()
3364
3453
  )
3365
3454
 
3455
+ @jsii.data_type(
3456
+ jsii_type="aws-cdk-lib.aws_opensearchservice.CfnDomain.IAMFederationOptionsProperty",
3457
+ jsii_struct_bases=[],
3458
+ name_mapping={
3459
+ "enabled": "enabled",
3460
+ "roles_key": "rolesKey",
3461
+ "subject_key": "subjectKey",
3462
+ },
3463
+ )
3464
+ class IAMFederationOptionsProperty:
3465
+ def __init__(
3466
+ self,
3467
+ *,
3468
+ enabled: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
3469
+ roles_key: typing.Optional[builtins.str] = None,
3470
+ subject_key: typing.Optional[builtins.str] = None,
3471
+ ) -> None:
3472
+ '''
3473
+ :param enabled:
3474
+ :param roles_key:
3475
+ :param subject_key:
3476
+
3477
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-iamfederationoptions.html
3478
+ :exampleMetadata: fixture=_generated
3479
+
3480
+ Example::
3481
+
3482
+ # The code below shows an example of how to instantiate this type.
3483
+ # The values are placeholders you should change.
3484
+ from aws_cdk import aws_opensearchservice as opensearchservice
3485
+
3486
+ i_aMFederation_options_property = {
3487
+ "enabled": False,
3488
+ "roles_key": "rolesKey",
3489
+ "subject_key": "subjectKey"
3490
+ }
3491
+ '''
3492
+ if __debug__:
3493
+ type_hints = typing.get_type_hints(_typecheckingstub__971641e70ccfc775e66557140fbf7dd5e756f8742fc74a12671b24f77bea23c6)
3494
+ check_type(argname="argument enabled", value=enabled, expected_type=type_hints["enabled"])
3495
+ check_type(argname="argument roles_key", value=roles_key, expected_type=type_hints["roles_key"])
3496
+ check_type(argname="argument subject_key", value=subject_key, expected_type=type_hints["subject_key"])
3497
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
3498
+ if enabled is not None:
3499
+ self._values["enabled"] = enabled
3500
+ if roles_key is not None:
3501
+ self._values["roles_key"] = roles_key
3502
+ if subject_key is not None:
3503
+ self._values["subject_key"] = subject_key
3504
+
3505
+ @builtins.property
3506
+ def enabled(
3507
+ self,
3508
+ ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
3509
+ '''
3510
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-iamfederationoptions.html#cfn-opensearchservice-domain-iamfederationoptions-enabled
3511
+ '''
3512
+ result = self._values.get("enabled")
3513
+ return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], result)
3514
+
3515
+ @builtins.property
3516
+ def roles_key(self) -> typing.Optional[builtins.str]:
3517
+ '''
3518
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-iamfederationoptions.html#cfn-opensearchservice-domain-iamfederationoptions-roleskey
3519
+ '''
3520
+ result = self._values.get("roles_key")
3521
+ return typing.cast(typing.Optional[builtins.str], result)
3522
+
3523
+ @builtins.property
3524
+ def subject_key(self) -> typing.Optional[builtins.str]:
3525
+ '''
3526
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-iamfederationoptions.html#cfn-opensearchservice-domain-iamfederationoptions-subjectkey
3527
+ '''
3528
+ result = self._values.get("subject_key")
3529
+ return typing.cast(typing.Optional[builtins.str], result)
3530
+
3531
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
3532
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
3533
+
3534
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
3535
+ return not (rhs == self)
3536
+
3537
+ def __repr__(self) -> str:
3538
+ return "IAMFederationOptionsProperty(%s)" % ", ".join(
3539
+ k + "=" + repr(v) for k, v in self._values.items()
3540
+ )
3541
+
3366
3542
  @jsii.data_type(
3367
3543
  jsii_type="aws-cdk-lib.aws_opensearchservice.CfnDomain.IdentityCenterOptionsProperty",
3368
3544
  jsii_struct_bases=[],
@@ -4999,6 +5175,11 @@ class CfnDomainProps:
4999
5175
  anonymous_auth_disable_date="anonymousAuthDisableDate",
5000
5176
  anonymous_auth_enabled=False,
5001
5177
  enabled=False,
5178
+ iam_federation_options={
5179
+ "enabled": False,
5180
+ "roles_key": "rolesKey",
5181
+ "subject_key": "subjectKey"
5182
+ },
5002
5183
  internal_user_database_enabled=False,
5003
5184
  jwt_options=opensearchservice.CfnDomain.JWTOptionsProperty(
5004
5185
  enabled=False,
@@ -5466,7 +5647,7 @@ class CognitoOptions:
5466
5647
  self,
5467
5648
  *,
5468
5649
  identity_pool_id: builtins.str,
5469
- role: _IRole_235f5d8e,
5650
+ role: _IRoleRef_8400221f,
5470
5651
  user_pool_id: builtins.str,
5471
5652
  ) -> None:
5472
5653
  '''Configures Amazon OpenSearch Service to use Amazon Cognito authentication for OpenSearch Dashboards.
@@ -5508,7 +5689,7 @@ class CognitoOptions:
5508
5689
  return typing.cast(builtins.str, result)
5509
5690
 
5510
5691
  @builtins.property
5511
- def role(self) -> _IRole_235f5d8e:
5692
+ def role(self) -> _IRoleRef_8400221f:
5512
5693
  '''A role that allows Amazon OpenSearch Service to configure your user pool and identity pool.
5513
5694
 
5514
5695
  It must have the ``AmazonESCognitoAccess`` policy attached to it.
@@ -5517,7 +5698,7 @@ class CognitoOptions:
5517
5698
  '''
5518
5699
  result = self._values.get("role")
5519
5700
  assert result is not None, "Required property 'role' is missing"
5520
- return typing.cast(_IRole_235f5d8e, result)
5701
+ return typing.cast(_IRoleRef_8400221f, result)
5521
5702
 
5522
5703
  @builtins.property
5523
5704
  def user_pool_id(self) -> builtins.str:
@@ -5777,7 +5958,7 @@ class DomainProps:
5777
5958
  :param removal_policy: Policy to apply when the domain is removed from the stack. Default: RemovalPolicy.RETAIN
5778
5959
  :param security_groups: The list of security groups that are associated with the VPC endpoints for the domain. Only used if ``vpc`` is specified. Default: - One new security group is created.
5779
5960
  :param suppress_logs_resource_policy: Specify whether to create a CloudWatch Logs resource policy or not. When logging is enabled for the domain, a CloudWatch Logs resource policy is created by default. However, CloudWatch Logs supports only 10 resource policies per region. If you enable logging for several domains, it may hit the quota and cause an error. By setting this property to true, creating a resource policy is suppressed, allowing you to avoid this problem. If you set this option to true, you must create a resource policy before deployment. Default: - false
5780
- :param tls_security_policy: The minimum TLS version required for traffic to the domain. Default: - TLSSecurityPolicy.TLS_1_0
5961
+ :param tls_security_policy: The minimum TLS version required for traffic to the domain. Default: - TLSSecurityPolicy.TLS_1_2
5781
5962
  :param use_unsigned_basic_auth: Configures the domain so that unsigned basic auth is enabled. If no master user is provided a default master user with username ``admin`` and a dynamically generated password stored in KMS is created. The password can be retrieved by getting ``masterUserPassword`` from the domain instance. Setting this to true will also add an access policy that allows unsigned access, enable node to node encryption, encryption at rest. If conflicting settings are encountered (like disabling encryption at rest) enabling this setting will cause a failure. Default: - false
5782
5963
  :param vpc: Place the domain inside this VPC. Default: - Domain is not placed in a VPC.
5783
5964
  :param vpc_subnets: The specific vpc subnets the domain will be placed in. You must provide one subnet for each Availability Zone that your domain uses. For example, you must specify three subnet IDs for a three Availability Zone domain. Only used if ``vpc`` is specified. Default: - All private subnets.
@@ -6167,7 +6348,7 @@ class DomainProps:
6167
6348
  def tls_security_policy(self) -> typing.Optional["TLSSecurityPolicy"]:
6168
6349
  '''The minimum TLS version required for traffic to the domain.
6169
6350
 
6170
- :default: - TLSSecurityPolicy.TLS_1_0
6351
+ :default: - TLSSecurityPolicy.TLS_1_2
6171
6352
  '''
6172
6353
  result = self._values.get("tls_security_policy")
6173
6354
  return typing.cast(typing.Optional["TLSSecurityPolicy"], result)
@@ -6390,7 +6571,7 @@ class EncryptionAtRestOptions:
6390
6571
  self,
6391
6572
  *,
6392
6573
  enabled: typing.Optional[builtins.bool] = None,
6393
- kms_key: typing.Optional[_IKey_5f11635f] = None,
6574
+ kms_key: typing.Optional[_IKeyRef_d4fc6ef3] = None,
6394
6575
  ) -> None:
6395
6576
  '''Whether the domain should encrypt data at rest, and if so, the AWS Key Management Service (KMS) key to use.
6396
6577
 
@@ -6448,13 +6629,13 @@ class EncryptionAtRestOptions:
6448
6629
  return typing.cast(typing.Optional[builtins.bool], result)
6449
6630
 
6450
6631
  @builtins.property
6451
- def kms_key(self) -> typing.Optional[_IKey_5f11635f]:
6632
+ def kms_key(self) -> typing.Optional[_IKeyRef_d4fc6ef3]:
6452
6633
  '''Supply if using KMS key for encryption at rest.
6453
6634
 
6454
6635
  :default: - uses default aws/es KMS key.
6455
6636
  '''
6456
6637
  result = self._values.get("kms_key")
6457
- return typing.cast(typing.Optional[_IKey_5f11635f], result)
6638
+ return typing.cast(typing.Optional[_IKeyRef_d4fc6ef3], result)
6458
6639
 
6459
6640
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
6460
6641
  return isinstance(rhs, self.__class__) and rhs._values == self._values
@@ -6724,6 +6905,12 @@ class EngineVersion(
6724
6905
  '''AWS OpenSearch 2.9.'''
6725
6906
  return typing.cast("EngineVersion", jsii.sget(cls, "OPENSEARCH_2_9"))
6726
6907
 
6908
+ @jsii.python.classproperty
6909
+ @jsii.member(jsii_name="OPENSEARCH_3_1")
6910
+ def OPENSEARCH_3_1(cls) -> "EngineVersion":
6911
+ '''AWS OpenSearch 3.1.'''
6912
+ return typing.cast("EngineVersion", jsii.sget(cls, "OPENSEARCH_3_1"))
6913
+
6727
6914
  @builtins.property
6728
6915
  @jsii.member(jsii_name="version")
6729
6916
  def version(self) -> builtins.str:
@@ -6881,6 +7068,7 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
6881
7068
  account: typing.Optional[builtins.str] = None,
6882
7069
  color: typing.Optional[builtins.str] = None,
6883
7070
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
7071
+ id: typing.Optional[builtins.str] = None,
6884
7072
  label: typing.Optional[builtins.str] = None,
6885
7073
  period: typing.Optional[_Duration_4839e8c3] = None,
6886
7074
  region: typing.Optional[builtins.str] = None,
@@ -6888,6 +7076,7 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
6888
7076
  stack_region: typing.Optional[builtins.str] = None,
6889
7077
  statistic: typing.Optional[builtins.str] = None,
6890
7078
  unit: typing.Optional[_Unit_61bc6f70] = None,
7079
+ visible: typing.Optional[builtins.bool] = None,
6891
7080
  ) -> _Metric_e396a4dc:
6892
7081
  '''Return the given named metric for this domain.
6893
7082
 
@@ -6895,6 +7084,7 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
6895
7084
  :param account: Account which this metric comes from. Default: - Deployment account.
6896
7085
  :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
6897
7086
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
7087
+ :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
6898
7088
  :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
6899
7089
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
6900
7090
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -6902,6 +7092,7 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
6902
7092
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
6903
7093
  :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
6904
7094
  :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
7095
+ :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
6905
7096
  '''
6906
7097
  ...
6907
7098
 
@@ -6912,6 +7103,7 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
6912
7103
  account: typing.Optional[builtins.str] = None,
6913
7104
  color: typing.Optional[builtins.str] = None,
6914
7105
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
7106
+ id: typing.Optional[builtins.str] = None,
6915
7107
  label: typing.Optional[builtins.str] = None,
6916
7108
  period: typing.Optional[_Duration_4839e8c3] = None,
6917
7109
  region: typing.Optional[builtins.str] = None,
@@ -6919,12 +7111,14 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
6919
7111
  stack_region: typing.Optional[builtins.str] = None,
6920
7112
  statistic: typing.Optional[builtins.str] = None,
6921
7113
  unit: typing.Optional[_Unit_61bc6f70] = None,
7114
+ visible: typing.Optional[builtins.bool] = None,
6922
7115
  ) -> _Metric_e396a4dc:
6923
7116
  '''Metric for automated snapshot failures.
6924
7117
 
6925
7118
  :param account: Account which this metric comes from. Default: - Deployment account.
6926
7119
  :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
6927
7120
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
7121
+ :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
6928
7122
  :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
6929
7123
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
6930
7124
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -6932,6 +7126,7 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
6932
7126
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
6933
7127
  :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
6934
7128
  :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
7129
+ :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
6935
7130
 
6936
7131
  :default: maximum over 5 minutes
6937
7132
  '''
@@ -6944,6 +7139,7 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
6944
7139
  account: typing.Optional[builtins.str] = None,
6945
7140
  color: typing.Optional[builtins.str] = None,
6946
7141
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
7142
+ id: typing.Optional[builtins.str] = None,
6947
7143
  label: typing.Optional[builtins.str] = None,
6948
7144
  period: typing.Optional[_Duration_4839e8c3] = None,
6949
7145
  region: typing.Optional[builtins.str] = None,
@@ -6951,12 +7147,14 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
6951
7147
  stack_region: typing.Optional[builtins.str] = None,
6952
7148
  statistic: typing.Optional[builtins.str] = None,
6953
7149
  unit: typing.Optional[_Unit_61bc6f70] = None,
7150
+ visible: typing.Optional[builtins.bool] = None,
6954
7151
  ) -> _Metric_e396a4dc:
6955
7152
  '''Metric for the cluster blocking index writes.
6956
7153
 
6957
7154
  :param account: Account which this metric comes from. Default: - Deployment account.
6958
7155
  :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
6959
7156
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
7157
+ :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
6960
7158
  :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
6961
7159
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
6962
7160
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -6964,6 +7162,7 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
6964
7162
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
6965
7163
  :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
6966
7164
  :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
7165
+ :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
6967
7166
 
6968
7167
  :default: maximum over 1 minute
6969
7168
  '''
@@ -6976,6 +7175,7 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
6976
7175
  account: typing.Optional[builtins.str] = None,
6977
7176
  color: typing.Optional[builtins.str] = None,
6978
7177
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
7178
+ id: typing.Optional[builtins.str] = None,
6979
7179
  label: typing.Optional[builtins.str] = None,
6980
7180
  period: typing.Optional[_Duration_4839e8c3] = None,
6981
7181
  region: typing.Optional[builtins.str] = None,
@@ -6983,12 +7183,14 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
6983
7183
  stack_region: typing.Optional[builtins.str] = None,
6984
7184
  statistic: typing.Optional[builtins.str] = None,
6985
7185
  unit: typing.Optional[_Unit_61bc6f70] = None,
7186
+ visible: typing.Optional[builtins.bool] = None,
6986
7187
  ) -> _Metric_e396a4dc:
6987
7188
  '''Metric for the time the cluster status is red.
6988
7189
 
6989
7190
  :param account: Account which this metric comes from. Default: - Deployment account.
6990
7191
  :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
6991
7192
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
7193
+ :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
6992
7194
  :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
6993
7195
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
6994
7196
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -6996,6 +7198,7 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
6996
7198
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
6997
7199
  :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
6998
7200
  :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
7201
+ :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
6999
7202
 
7000
7203
  :default: maximum over 5 minutes
7001
7204
  '''
@@ -7008,6 +7211,7 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
7008
7211
  account: typing.Optional[builtins.str] = None,
7009
7212
  color: typing.Optional[builtins.str] = None,
7010
7213
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
7214
+ id: typing.Optional[builtins.str] = None,
7011
7215
  label: typing.Optional[builtins.str] = None,
7012
7216
  period: typing.Optional[_Duration_4839e8c3] = None,
7013
7217
  region: typing.Optional[builtins.str] = None,
@@ -7015,12 +7219,14 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
7015
7219
  stack_region: typing.Optional[builtins.str] = None,
7016
7220
  statistic: typing.Optional[builtins.str] = None,
7017
7221
  unit: typing.Optional[_Unit_61bc6f70] = None,
7222
+ visible: typing.Optional[builtins.bool] = None,
7018
7223
  ) -> _Metric_e396a4dc:
7019
7224
  '''Metric for the time the cluster status is yellow.
7020
7225
 
7021
7226
  :param account: Account which this metric comes from. Default: - Deployment account.
7022
7227
  :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
7023
7228
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
7229
+ :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
7024
7230
  :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
7025
7231
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
7026
7232
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -7028,6 +7234,7 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
7028
7234
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
7029
7235
  :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
7030
7236
  :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
7237
+ :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
7031
7238
 
7032
7239
  :default: maximum over 5 minutes
7033
7240
  '''
@@ -7040,6 +7247,7 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
7040
7247
  account: typing.Optional[builtins.str] = None,
7041
7248
  color: typing.Optional[builtins.str] = None,
7042
7249
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
7250
+ id: typing.Optional[builtins.str] = None,
7043
7251
  label: typing.Optional[builtins.str] = None,
7044
7252
  period: typing.Optional[_Duration_4839e8c3] = None,
7045
7253
  region: typing.Optional[builtins.str] = None,
@@ -7047,12 +7255,14 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
7047
7255
  stack_region: typing.Optional[builtins.str] = None,
7048
7256
  statistic: typing.Optional[builtins.str] = None,
7049
7257
  unit: typing.Optional[_Unit_61bc6f70] = None,
7258
+ visible: typing.Optional[builtins.bool] = None,
7050
7259
  ) -> _Metric_e396a4dc:
7051
7260
  '''Metric for CPU utilization.
7052
7261
 
7053
7262
  :param account: Account which this metric comes from. Default: - Deployment account.
7054
7263
  :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
7055
7264
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
7265
+ :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
7056
7266
  :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
7057
7267
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
7058
7268
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -7060,6 +7270,7 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
7060
7270
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
7061
7271
  :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
7062
7272
  :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
7273
+ :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
7063
7274
 
7064
7275
  :default: maximum over 5 minutes
7065
7276
  '''
@@ -7072,6 +7283,7 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
7072
7283
  account: typing.Optional[builtins.str] = None,
7073
7284
  color: typing.Optional[builtins.str] = None,
7074
7285
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
7286
+ id: typing.Optional[builtins.str] = None,
7075
7287
  label: typing.Optional[builtins.str] = None,
7076
7288
  period: typing.Optional[_Duration_4839e8c3] = None,
7077
7289
  region: typing.Optional[builtins.str] = None,
@@ -7079,12 +7291,14 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
7079
7291
  stack_region: typing.Optional[builtins.str] = None,
7080
7292
  statistic: typing.Optional[builtins.str] = None,
7081
7293
  unit: typing.Optional[_Unit_61bc6f70] = None,
7294
+ visible: typing.Optional[builtins.bool] = None,
7082
7295
  ) -> _Metric_e396a4dc:
7083
7296
  '''Metric for the storage space of nodes in the cluster.
7084
7297
 
7085
7298
  :param account: Account which this metric comes from. Default: - Deployment account.
7086
7299
  :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
7087
7300
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
7301
+ :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
7088
7302
  :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
7089
7303
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
7090
7304
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -7092,6 +7306,7 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
7092
7306
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
7093
7307
  :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
7094
7308
  :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
7309
+ :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
7095
7310
 
7096
7311
  :default: minimum over 5 minutes
7097
7312
  '''
@@ -7104,6 +7319,7 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
7104
7319
  account: typing.Optional[builtins.str] = None,
7105
7320
  color: typing.Optional[builtins.str] = None,
7106
7321
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
7322
+ id: typing.Optional[builtins.str] = None,
7107
7323
  label: typing.Optional[builtins.str] = None,
7108
7324
  period: typing.Optional[_Duration_4839e8c3] = None,
7109
7325
  region: typing.Optional[builtins.str] = None,
@@ -7111,12 +7327,14 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
7111
7327
  stack_region: typing.Optional[builtins.str] = None,
7112
7328
  statistic: typing.Optional[builtins.str] = None,
7113
7329
  unit: typing.Optional[_Unit_61bc6f70] = None,
7330
+ visible: typing.Optional[builtins.bool] = None,
7114
7331
  ) -> _Metric_e396a4dc:
7115
7332
  '''Metric for indexing latency.
7116
7333
 
7117
7334
  :param account: Account which this metric comes from. Default: - Deployment account.
7118
7335
  :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
7119
7336
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
7337
+ :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
7120
7338
  :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
7121
7339
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
7122
7340
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -7124,6 +7342,7 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
7124
7342
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
7125
7343
  :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
7126
7344
  :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
7345
+ :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
7127
7346
 
7128
7347
  :default: p99 over 5 minutes
7129
7348
  '''
@@ -7136,6 +7355,7 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
7136
7355
  account: typing.Optional[builtins.str] = None,
7137
7356
  color: typing.Optional[builtins.str] = None,
7138
7357
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
7358
+ id: typing.Optional[builtins.str] = None,
7139
7359
  label: typing.Optional[builtins.str] = None,
7140
7360
  period: typing.Optional[_Duration_4839e8c3] = None,
7141
7361
  region: typing.Optional[builtins.str] = None,
@@ -7143,12 +7363,14 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
7143
7363
  stack_region: typing.Optional[builtins.str] = None,
7144
7364
  statistic: typing.Optional[builtins.str] = None,
7145
7365
  unit: typing.Optional[_Unit_61bc6f70] = None,
7366
+ visible: typing.Optional[builtins.bool] = None,
7146
7367
  ) -> _Metric_e396a4dc:
7147
7368
  '''Metric for JVM memory pressure.
7148
7369
 
7149
7370
  :param account: Account which this metric comes from. Default: - Deployment account.
7150
7371
  :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
7151
7372
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
7373
+ :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
7152
7374
  :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
7153
7375
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
7154
7376
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -7156,6 +7378,7 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
7156
7378
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
7157
7379
  :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
7158
7380
  :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
7381
+ :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
7159
7382
 
7160
7383
  :default: maximum over 5 minutes
7161
7384
  '''
@@ -7168,6 +7391,7 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
7168
7391
  account: typing.Optional[builtins.str] = None,
7169
7392
  color: typing.Optional[builtins.str] = None,
7170
7393
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
7394
+ id: typing.Optional[builtins.str] = None,
7171
7395
  label: typing.Optional[builtins.str] = None,
7172
7396
  period: typing.Optional[_Duration_4839e8c3] = None,
7173
7397
  region: typing.Optional[builtins.str] = None,
@@ -7175,12 +7399,14 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
7175
7399
  stack_region: typing.Optional[builtins.str] = None,
7176
7400
  statistic: typing.Optional[builtins.str] = None,
7177
7401
  unit: typing.Optional[_Unit_61bc6f70] = None,
7402
+ visible: typing.Optional[builtins.bool] = None,
7178
7403
  ) -> _Metric_e396a4dc:
7179
7404
  '''Metric for KMS key errors.
7180
7405
 
7181
7406
  :param account: Account which this metric comes from. Default: - Deployment account.
7182
7407
  :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
7183
7408
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
7409
+ :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
7184
7410
  :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
7185
7411
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
7186
7412
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -7188,6 +7414,7 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
7188
7414
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
7189
7415
  :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
7190
7416
  :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
7417
+ :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
7191
7418
 
7192
7419
  :default: maximum over 5 minutes
7193
7420
  '''
@@ -7200,6 +7427,7 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
7200
7427
  account: typing.Optional[builtins.str] = None,
7201
7428
  color: typing.Optional[builtins.str] = None,
7202
7429
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
7430
+ id: typing.Optional[builtins.str] = None,
7203
7431
  label: typing.Optional[builtins.str] = None,
7204
7432
  period: typing.Optional[_Duration_4839e8c3] = None,
7205
7433
  region: typing.Optional[builtins.str] = None,
@@ -7207,12 +7435,14 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
7207
7435
  stack_region: typing.Optional[builtins.str] = None,
7208
7436
  statistic: typing.Optional[builtins.str] = None,
7209
7437
  unit: typing.Optional[_Unit_61bc6f70] = None,
7438
+ visible: typing.Optional[builtins.bool] = None,
7210
7439
  ) -> _Metric_e396a4dc:
7211
7440
  '''Metric for KMS key being inaccessible.
7212
7441
 
7213
7442
  :param account: Account which this metric comes from. Default: - Deployment account.
7214
7443
  :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
7215
7444
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
7445
+ :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
7216
7446
  :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
7217
7447
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
7218
7448
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -7220,6 +7450,7 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
7220
7450
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
7221
7451
  :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
7222
7452
  :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
7453
+ :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
7223
7454
 
7224
7455
  :default: maximum over 5 minutes
7225
7456
  '''
@@ -7232,6 +7463,7 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
7232
7463
  account: typing.Optional[builtins.str] = None,
7233
7464
  color: typing.Optional[builtins.str] = None,
7234
7465
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
7466
+ id: typing.Optional[builtins.str] = None,
7235
7467
  label: typing.Optional[builtins.str] = None,
7236
7468
  period: typing.Optional[_Duration_4839e8c3] = None,
7237
7469
  region: typing.Optional[builtins.str] = None,
@@ -7239,12 +7471,14 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
7239
7471
  stack_region: typing.Optional[builtins.str] = None,
7240
7472
  statistic: typing.Optional[builtins.str] = None,
7241
7473
  unit: typing.Optional[_Unit_61bc6f70] = None,
7474
+ visible: typing.Optional[builtins.bool] = None,
7242
7475
  ) -> _Metric_e396a4dc:
7243
7476
  '''Metric for master CPU utilization.
7244
7477
 
7245
7478
  :param account: Account which this metric comes from. Default: - Deployment account.
7246
7479
  :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
7247
7480
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
7481
+ :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
7248
7482
  :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
7249
7483
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
7250
7484
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -7252,6 +7486,7 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
7252
7486
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
7253
7487
  :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
7254
7488
  :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
7489
+ :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
7255
7490
 
7256
7491
  :default: maximum over 5 minutes
7257
7492
  '''
@@ -7264,6 +7499,7 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
7264
7499
  account: typing.Optional[builtins.str] = None,
7265
7500
  color: typing.Optional[builtins.str] = None,
7266
7501
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
7502
+ id: typing.Optional[builtins.str] = None,
7267
7503
  label: typing.Optional[builtins.str] = None,
7268
7504
  period: typing.Optional[_Duration_4839e8c3] = None,
7269
7505
  region: typing.Optional[builtins.str] = None,
@@ -7271,12 +7507,14 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
7271
7507
  stack_region: typing.Optional[builtins.str] = None,
7272
7508
  statistic: typing.Optional[builtins.str] = None,
7273
7509
  unit: typing.Optional[_Unit_61bc6f70] = None,
7510
+ visible: typing.Optional[builtins.bool] = None,
7274
7511
  ) -> _Metric_e396a4dc:
7275
7512
  '''Metric for master JVM memory pressure.
7276
7513
 
7277
7514
  :param account: Account which this metric comes from. Default: - Deployment account.
7278
7515
  :param color: The hex color code, prefixed with '#' (e.g. '#00ff00'), to use when this metric is rendered on a graph. The ``Color`` class has a set of standard colors that can be used here. Default: - Automatic color
7279
7516
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
7517
+ :param id: Unique identifier for this metric when used in dashboard widgets. The id can be used as a variable to represent this metric in math expressions. Valid characters are letters, numbers, and underscore. The first character must be a lowercase letter. Default: - No ID
7280
7518
  :param label: Label for this metric when added to a Graph in a Dashboard. You can use `dynamic labels <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/graph-dynamic-labels.html>`_ to show summary information about the entire displayed time series in the legend. For example, if you use:: [max: ${MAX}] MyMetric As the metric label, the maximum value in the visible range will be shown next to the time series name in the graph's legend. Default: - No label
7281
7519
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
7282
7520
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -7284,6 +7522,7 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
7284
7522
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
7285
7523
  :param statistic: What function to use for aggregating. Use the ``aws_cloudwatch.Stats`` helper class to construct valid input strings. Can be one of the following: - "Minimum" | "min" - "Maximum" | "max" - "Average" | "avg" - "Sum" | "sum" - "SampleCount | "n" - "pNN.NN" - "tmNN.NN" | "tm(NN.NN%:NN.NN%)" - "iqm" - "wmNN.NN" | "wm(NN.NN%:NN.NN%)" - "tcNN.NN" | "tc(NN.NN%:NN.NN%)" - "tsNN.NN" | "ts(NN.NN%:NN.NN%)" Default: Average
7286
7524
  :param unit: Unit used to filter the metric stream. Only refer to datums emitted to the metric stream with the given unit and ignore all others. Only useful when datums are being emitted to the same metric stream under different units. The default is to use all matric datums in the stream, regardless of unit, which is recommended in nearly all cases. CloudWatch does not honor this property for graphs. Default: - All metric datums in the given metric stream
7525
+ :param visible: Whether this metric should be visible in dashboard graphs. Setting this to false is useful when you want to hide raw metrics that are used in math expressions, and show only the expression results. Default: true
7287
7526
 
7288
7527
  :default: maximum over 5 minutes
7289
7528
  '''
@@ -7296,6 +7535,7 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
7296
7535
  account: typing.Optional[builtins.str] = None,
7297
7536
  color: typing.Optional[builtins.str] = None,
7298
7537
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
7538
+ id: typing.Optional[builtins.str] = None,
7299
7539
  label: typing.Optional[builtins.str] = None,
7300
7540
  period: typing.Optional[_Duration_4839e8c3] = None,
7301
7541
  region: typing.Optional[builtins.str] = None,
@@ -7303,12 +7543,14 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
7303
7543
  stack_region: typing.Optional[builtins.str] = None,
7304
7544
  statistic: typing.Optional[builtins.str] = None,
7305
7545
  unit: typing.Optional[_Unit_61bc6f70] = None,
7546
+ visible: typing.Optional[builtins.bool] = None,
7306
7547
  ) -> _Metric_e396a4dc:
7307
7548
  '''Metric for the number of nodes.
7308
7549
 
7309
7550
  :param account: Account which this metric comes from. Default: - Deployment account.
7310
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
7311
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
7312
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
7313
7555
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
7314
7556
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -7316,6 +7558,7 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
7316
7558
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
7317
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
7318
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
7319
7562
 
7320
7563
  :default: minimum over 1 hour
7321
7564
  '''
@@ -7328,6 +7571,7 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
7328
7571
  account: typing.Optional[builtins.str] = None,
7329
7572
  color: typing.Optional[builtins.str] = None,
7330
7573
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
7574
+ id: typing.Optional[builtins.str] = None,
7331
7575
  label: typing.Optional[builtins.str] = None,
7332
7576
  period: typing.Optional[_Duration_4839e8c3] = None,
7333
7577
  region: typing.Optional[builtins.str] = None,
@@ -7335,12 +7579,14 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
7335
7579
  stack_region: typing.Optional[builtins.str] = None,
7336
7580
  statistic: typing.Optional[builtins.str] = None,
7337
7581
  unit: typing.Optional[_Unit_61bc6f70] = None,
7582
+ visible: typing.Optional[builtins.bool] = None,
7338
7583
  ) -> _Metric_e396a4dc:
7339
7584
  '''Metric for number of searchable documents.
7340
7585
 
7341
7586
  :param account: Account which this metric comes from. Default: - Deployment account.
7342
7587
  :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
7343
7588
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
7589
+ :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
7344
7590
  :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
7345
7591
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
7346
7592
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -7348,6 +7594,7 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
7348
7594
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
7349
7595
  :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
7350
7596
  :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
7597
+ :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
7351
7598
 
7352
7599
  :default: maximum over 5 minutes
7353
7600
  '''
@@ -7360,6 +7607,7 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
7360
7607
  account: typing.Optional[builtins.str] = None,
7361
7608
  color: typing.Optional[builtins.str] = None,
7362
7609
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
7610
+ id: typing.Optional[builtins.str] = None,
7363
7611
  label: typing.Optional[builtins.str] = None,
7364
7612
  period: typing.Optional[_Duration_4839e8c3] = None,
7365
7613
  region: typing.Optional[builtins.str] = None,
@@ -7367,12 +7615,14 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
7367
7615
  stack_region: typing.Optional[builtins.str] = None,
7368
7616
  statistic: typing.Optional[builtins.str] = None,
7369
7617
  unit: typing.Optional[_Unit_61bc6f70] = None,
7618
+ visible: typing.Optional[builtins.bool] = None,
7370
7619
  ) -> _Metric_e396a4dc:
7371
7620
  '''Metric for search latency.
7372
7621
 
7373
7622
  :param account: Account which this metric comes from. Default: - Deployment account.
7374
7623
  :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
7375
7624
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
7625
+ :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
7376
7626
  :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
7377
7627
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
7378
7628
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -7380,6 +7630,7 @@ class IDomain(_IResource_c80c4260, typing_extensions.Protocol):
7380
7630
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
7381
7631
  :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
7382
7632
  :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
7633
+ :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
7383
7634
 
7384
7635
  :default: p99 over 5 minutes
7385
7636
  '''
@@ -7572,6 +7823,7 @@ class _IDomainProxy(
7572
7823
  account: typing.Optional[builtins.str] = None,
7573
7824
  color: typing.Optional[builtins.str] = None,
7574
7825
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
7826
+ id: typing.Optional[builtins.str] = None,
7575
7827
  label: typing.Optional[builtins.str] = None,
7576
7828
  period: typing.Optional[_Duration_4839e8c3] = None,
7577
7829
  region: typing.Optional[builtins.str] = None,
@@ -7579,6 +7831,7 @@ class _IDomainProxy(
7579
7831
  stack_region: typing.Optional[builtins.str] = None,
7580
7832
  statistic: typing.Optional[builtins.str] = None,
7581
7833
  unit: typing.Optional[_Unit_61bc6f70] = None,
7834
+ visible: typing.Optional[builtins.bool] = None,
7582
7835
  ) -> _Metric_e396a4dc:
7583
7836
  '''Return the given named metric for this domain.
7584
7837
 
@@ -7586,6 +7839,7 @@ class _IDomainProxy(
7586
7839
  :param account: Account which this metric comes from. Default: - Deployment account.
7587
7840
  :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
7588
7841
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
7842
+ :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
7589
7843
  :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
7590
7844
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
7591
7845
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -7593,6 +7847,7 @@ class _IDomainProxy(
7593
7847
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
7594
7848
  :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
7595
7849
  :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
7850
+ :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
7596
7851
  '''
7597
7852
  if __debug__:
7598
7853
  type_hints = typing.get_type_hints(_typecheckingstub__ed477ecf16b0f23884f9eb3a0a90df530d2486e08c8dd662432a14ff4837bd08)
@@ -7601,6 +7856,7 @@ class _IDomainProxy(
7601
7856
  account=account,
7602
7857
  color=color,
7603
7858
  dimensions_map=dimensions_map,
7859
+ id=id,
7604
7860
  label=label,
7605
7861
  period=period,
7606
7862
  region=region,
@@ -7608,6 +7864,7 @@ class _IDomainProxy(
7608
7864
  stack_region=stack_region,
7609
7865
  statistic=statistic,
7610
7866
  unit=unit,
7867
+ visible=visible,
7611
7868
  )
7612
7869
 
7613
7870
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metric", [metric_name, props]))
@@ -7619,6 +7876,7 @@ class _IDomainProxy(
7619
7876
  account: typing.Optional[builtins.str] = None,
7620
7877
  color: typing.Optional[builtins.str] = None,
7621
7878
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
7879
+ id: typing.Optional[builtins.str] = None,
7622
7880
  label: typing.Optional[builtins.str] = None,
7623
7881
  period: typing.Optional[_Duration_4839e8c3] = None,
7624
7882
  region: typing.Optional[builtins.str] = None,
@@ -7626,12 +7884,14 @@ class _IDomainProxy(
7626
7884
  stack_region: typing.Optional[builtins.str] = None,
7627
7885
  statistic: typing.Optional[builtins.str] = None,
7628
7886
  unit: typing.Optional[_Unit_61bc6f70] = None,
7887
+ visible: typing.Optional[builtins.bool] = None,
7629
7888
  ) -> _Metric_e396a4dc:
7630
7889
  '''Metric for automated snapshot failures.
7631
7890
 
7632
7891
  :param account: Account which this metric comes from. Default: - Deployment account.
7633
7892
  :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
7634
7893
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
7894
+ :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
7635
7895
  :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
7636
7896
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
7637
7897
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -7639,6 +7899,7 @@ class _IDomainProxy(
7639
7899
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
7640
7900
  :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
7641
7901
  :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
7902
+ :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
7642
7903
 
7643
7904
  :default: maximum over 5 minutes
7644
7905
  '''
@@ -7646,6 +7907,7 @@ class _IDomainProxy(
7646
7907
  account=account,
7647
7908
  color=color,
7648
7909
  dimensions_map=dimensions_map,
7910
+ id=id,
7649
7911
  label=label,
7650
7912
  period=period,
7651
7913
  region=region,
@@ -7653,6 +7915,7 @@ class _IDomainProxy(
7653
7915
  stack_region=stack_region,
7654
7916
  statistic=statistic,
7655
7917
  unit=unit,
7918
+ visible=visible,
7656
7919
  )
7657
7920
 
7658
7921
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricAutomatedSnapshotFailure", [props]))
@@ -7664,6 +7927,7 @@ class _IDomainProxy(
7664
7927
  account: typing.Optional[builtins.str] = None,
7665
7928
  color: typing.Optional[builtins.str] = None,
7666
7929
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
7930
+ id: typing.Optional[builtins.str] = None,
7667
7931
  label: typing.Optional[builtins.str] = None,
7668
7932
  period: typing.Optional[_Duration_4839e8c3] = None,
7669
7933
  region: typing.Optional[builtins.str] = None,
@@ -7671,12 +7935,14 @@ class _IDomainProxy(
7671
7935
  stack_region: typing.Optional[builtins.str] = None,
7672
7936
  statistic: typing.Optional[builtins.str] = None,
7673
7937
  unit: typing.Optional[_Unit_61bc6f70] = None,
7938
+ visible: typing.Optional[builtins.bool] = None,
7674
7939
  ) -> _Metric_e396a4dc:
7675
7940
  '''Metric for the cluster blocking index writes.
7676
7941
 
7677
7942
  :param account: Account which this metric comes from. Default: - Deployment account.
7678
7943
  :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
7679
7944
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
7945
+ :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
7680
7946
  :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
7681
7947
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
7682
7948
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -7684,6 +7950,7 @@ class _IDomainProxy(
7684
7950
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
7685
7951
  :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
7686
7952
  :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
7953
+ :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
7687
7954
 
7688
7955
  :default: maximum over 1 minute
7689
7956
  '''
@@ -7691,6 +7958,7 @@ class _IDomainProxy(
7691
7958
  account=account,
7692
7959
  color=color,
7693
7960
  dimensions_map=dimensions_map,
7961
+ id=id,
7694
7962
  label=label,
7695
7963
  period=period,
7696
7964
  region=region,
@@ -7698,6 +7966,7 @@ class _IDomainProxy(
7698
7966
  stack_region=stack_region,
7699
7967
  statistic=statistic,
7700
7968
  unit=unit,
7969
+ visible=visible,
7701
7970
  )
7702
7971
 
7703
7972
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricClusterIndexWritesBlocked", [props]))
@@ -7709,6 +7978,7 @@ class _IDomainProxy(
7709
7978
  account: typing.Optional[builtins.str] = None,
7710
7979
  color: typing.Optional[builtins.str] = None,
7711
7980
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
7981
+ id: typing.Optional[builtins.str] = None,
7712
7982
  label: typing.Optional[builtins.str] = None,
7713
7983
  period: typing.Optional[_Duration_4839e8c3] = None,
7714
7984
  region: typing.Optional[builtins.str] = None,
@@ -7716,12 +7986,14 @@ class _IDomainProxy(
7716
7986
  stack_region: typing.Optional[builtins.str] = None,
7717
7987
  statistic: typing.Optional[builtins.str] = None,
7718
7988
  unit: typing.Optional[_Unit_61bc6f70] = None,
7989
+ visible: typing.Optional[builtins.bool] = None,
7719
7990
  ) -> _Metric_e396a4dc:
7720
7991
  '''Metric for the time the cluster status is red.
7721
7992
 
7722
7993
  :param account: Account which this metric comes from. Default: - Deployment account.
7723
7994
  :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
7724
7995
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
7996
+ :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
7725
7997
  :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
7726
7998
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
7727
7999
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -7729,6 +8001,7 @@ class _IDomainProxy(
7729
8001
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
7730
8002
  :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
7731
8003
  :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
8004
+ :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
7732
8005
 
7733
8006
  :default: maximum over 5 minutes
7734
8007
  '''
@@ -7736,6 +8009,7 @@ class _IDomainProxy(
7736
8009
  account=account,
7737
8010
  color=color,
7738
8011
  dimensions_map=dimensions_map,
8012
+ id=id,
7739
8013
  label=label,
7740
8014
  period=period,
7741
8015
  region=region,
@@ -7743,6 +8017,7 @@ class _IDomainProxy(
7743
8017
  stack_region=stack_region,
7744
8018
  statistic=statistic,
7745
8019
  unit=unit,
8020
+ visible=visible,
7746
8021
  )
7747
8022
 
7748
8023
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricClusterStatusRed", [props]))
@@ -7754,6 +8029,7 @@ class _IDomainProxy(
7754
8029
  account: typing.Optional[builtins.str] = None,
7755
8030
  color: typing.Optional[builtins.str] = None,
7756
8031
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
8032
+ id: typing.Optional[builtins.str] = None,
7757
8033
  label: typing.Optional[builtins.str] = None,
7758
8034
  period: typing.Optional[_Duration_4839e8c3] = None,
7759
8035
  region: typing.Optional[builtins.str] = None,
@@ -7761,12 +8037,14 @@ class _IDomainProxy(
7761
8037
  stack_region: typing.Optional[builtins.str] = None,
7762
8038
  statistic: typing.Optional[builtins.str] = None,
7763
8039
  unit: typing.Optional[_Unit_61bc6f70] = None,
8040
+ visible: typing.Optional[builtins.bool] = None,
7764
8041
  ) -> _Metric_e396a4dc:
7765
8042
  '''Metric for the time the cluster status is yellow.
7766
8043
 
7767
8044
  :param account: Account which this metric comes from. Default: - Deployment account.
7768
8045
  :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
7769
8046
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
8047
+ :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
7770
8048
  :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
7771
8049
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
7772
8050
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -7774,6 +8052,7 @@ class _IDomainProxy(
7774
8052
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
7775
8053
  :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
7776
8054
  :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
8055
+ :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
7777
8056
 
7778
8057
  :default: maximum over 5 minutes
7779
8058
  '''
@@ -7781,6 +8060,7 @@ class _IDomainProxy(
7781
8060
  account=account,
7782
8061
  color=color,
7783
8062
  dimensions_map=dimensions_map,
8063
+ id=id,
7784
8064
  label=label,
7785
8065
  period=period,
7786
8066
  region=region,
@@ -7788,6 +8068,7 @@ class _IDomainProxy(
7788
8068
  stack_region=stack_region,
7789
8069
  statistic=statistic,
7790
8070
  unit=unit,
8071
+ visible=visible,
7791
8072
  )
7792
8073
 
7793
8074
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricClusterStatusYellow", [props]))
@@ -7799,6 +8080,7 @@ class _IDomainProxy(
7799
8080
  account: typing.Optional[builtins.str] = None,
7800
8081
  color: typing.Optional[builtins.str] = None,
7801
8082
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
8083
+ id: typing.Optional[builtins.str] = None,
7802
8084
  label: typing.Optional[builtins.str] = None,
7803
8085
  period: typing.Optional[_Duration_4839e8c3] = None,
7804
8086
  region: typing.Optional[builtins.str] = None,
@@ -7806,12 +8088,14 @@ class _IDomainProxy(
7806
8088
  stack_region: typing.Optional[builtins.str] = None,
7807
8089
  statistic: typing.Optional[builtins.str] = None,
7808
8090
  unit: typing.Optional[_Unit_61bc6f70] = None,
8091
+ visible: typing.Optional[builtins.bool] = None,
7809
8092
  ) -> _Metric_e396a4dc:
7810
8093
  '''Metric for CPU utilization.
7811
8094
 
7812
8095
  :param account: Account which this metric comes from. Default: - Deployment account.
7813
8096
  :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
7814
8097
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
8098
+ :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
7815
8099
  :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
7816
8100
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
7817
8101
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -7819,6 +8103,7 @@ class _IDomainProxy(
7819
8103
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
7820
8104
  :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
7821
8105
  :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
8106
+ :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
7822
8107
 
7823
8108
  :default: maximum over 5 minutes
7824
8109
  '''
@@ -7826,6 +8111,7 @@ class _IDomainProxy(
7826
8111
  account=account,
7827
8112
  color=color,
7828
8113
  dimensions_map=dimensions_map,
8114
+ id=id,
7829
8115
  label=label,
7830
8116
  period=period,
7831
8117
  region=region,
@@ -7833,6 +8119,7 @@ class _IDomainProxy(
7833
8119
  stack_region=stack_region,
7834
8120
  statistic=statistic,
7835
8121
  unit=unit,
8122
+ visible=visible,
7836
8123
  )
7837
8124
 
7838
8125
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricCPUUtilization", [props]))
@@ -7844,6 +8131,7 @@ class _IDomainProxy(
7844
8131
  account: typing.Optional[builtins.str] = None,
7845
8132
  color: typing.Optional[builtins.str] = None,
7846
8133
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
8134
+ id: typing.Optional[builtins.str] = None,
7847
8135
  label: typing.Optional[builtins.str] = None,
7848
8136
  period: typing.Optional[_Duration_4839e8c3] = None,
7849
8137
  region: typing.Optional[builtins.str] = None,
@@ -7851,12 +8139,14 @@ class _IDomainProxy(
7851
8139
  stack_region: typing.Optional[builtins.str] = None,
7852
8140
  statistic: typing.Optional[builtins.str] = None,
7853
8141
  unit: typing.Optional[_Unit_61bc6f70] = None,
8142
+ visible: typing.Optional[builtins.bool] = None,
7854
8143
  ) -> _Metric_e396a4dc:
7855
8144
  '''Metric for the storage space of nodes in the cluster.
7856
8145
 
7857
8146
  :param account: Account which this metric comes from. Default: - Deployment account.
7858
8147
  :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
7859
8148
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
8149
+ :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
7860
8150
  :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
7861
8151
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
7862
8152
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -7864,6 +8154,7 @@ class _IDomainProxy(
7864
8154
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
7865
8155
  :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
7866
8156
  :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
8157
+ :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
7867
8158
 
7868
8159
  :default: minimum over 5 minutes
7869
8160
  '''
@@ -7871,6 +8162,7 @@ class _IDomainProxy(
7871
8162
  account=account,
7872
8163
  color=color,
7873
8164
  dimensions_map=dimensions_map,
8165
+ id=id,
7874
8166
  label=label,
7875
8167
  period=period,
7876
8168
  region=region,
@@ -7878,6 +8170,7 @@ class _IDomainProxy(
7878
8170
  stack_region=stack_region,
7879
8171
  statistic=statistic,
7880
8172
  unit=unit,
8173
+ visible=visible,
7881
8174
  )
7882
8175
 
7883
8176
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricFreeStorageSpace", [props]))
@@ -7889,6 +8182,7 @@ class _IDomainProxy(
7889
8182
  account: typing.Optional[builtins.str] = None,
7890
8183
  color: typing.Optional[builtins.str] = None,
7891
8184
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
8185
+ id: typing.Optional[builtins.str] = None,
7892
8186
  label: typing.Optional[builtins.str] = None,
7893
8187
  period: typing.Optional[_Duration_4839e8c3] = None,
7894
8188
  region: typing.Optional[builtins.str] = None,
@@ -7896,12 +8190,14 @@ class _IDomainProxy(
7896
8190
  stack_region: typing.Optional[builtins.str] = None,
7897
8191
  statistic: typing.Optional[builtins.str] = None,
7898
8192
  unit: typing.Optional[_Unit_61bc6f70] = None,
8193
+ visible: typing.Optional[builtins.bool] = None,
7899
8194
  ) -> _Metric_e396a4dc:
7900
8195
  '''Metric for indexing latency.
7901
8196
 
7902
8197
  :param account: Account which this metric comes from. Default: - Deployment account.
7903
8198
  :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
7904
8199
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
8200
+ :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
7905
8201
  :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
7906
8202
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
7907
8203
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -7909,6 +8205,7 @@ class _IDomainProxy(
7909
8205
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
7910
8206
  :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
7911
8207
  :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
8208
+ :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
7912
8209
 
7913
8210
  :default: p99 over 5 minutes
7914
8211
  '''
@@ -7916,6 +8213,7 @@ class _IDomainProxy(
7916
8213
  account=account,
7917
8214
  color=color,
7918
8215
  dimensions_map=dimensions_map,
8216
+ id=id,
7919
8217
  label=label,
7920
8218
  period=period,
7921
8219
  region=region,
@@ -7923,6 +8221,7 @@ class _IDomainProxy(
7923
8221
  stack_region=stack_region,
7924
8222
  statistic=statistic,
7925
8223
  unit=unit,
8224
+ visible=visible,
7926
8225
  )
7927
8226
 
7928
8227
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricIndexingLatency", [props]))
@@ -7934,6 +8233,7 @@ class _IDomainProxy(
7934
8233
  account: typing.Optional[builtins.str] = None,
7935
8234
  color: typing.Optional[builtins.str] = None,
7936
8235
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
8236
+ id: typing.Optional[builtins.str] = None,
7937
8237
  label: typing.Optional[builtins.str] = None,
7938
8238
  period: typing.Optional[_Duration_4839e8c3] = None,
7939
8239
  region: typing.Optional[builtins.str] = None,
@@ -7941,12 +8241,14 @@ class _IDomainProxy(
7941
8241
  stack_region: typing.Optional[builtins.str] = None,
7942
8242
  statistic: typing.Optional[builtins.str] = None,
7943
8243
  unit: typing.Optional[_Unit_61bc6f70] = None,
8244
+ visible: typing.Optional[builtins.bool] = None,
7944
8245
  ) -> _Metric_e396a4dc:
7945
8246
  '''Metric for JVM memory pressure.
7946
8247
 
7947
8248
  :param account: Account which this metric comes from. Default: - Deployment account.
7948
8249
  :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
7949
8250
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
8251
+ :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
7950
8252
  :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
7951
8253
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
7952
8254
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -7954,6 +8256,7 @@ class _IDomainProxy(
7954
8256
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
7955
8257
  :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
7956
8258
  :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
8259
+ :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
7957
8260
 
7958
8261
  :default: maximum over 5 minutes
7959
8262
  '''
@@ -7961,6 +8264,7 @@ class _IDomainProxy(
7961
8264
  account=account,
7962
8265
  color=color,
7963
8266
  dimensions_map=dimensions_map,
8267
+ id=id,
7964
8268
  label=label,
7965
8269
  period=period,
7966
8270
  region=region,
@@ -7968,6 +8272,7 @@ class _IDomainProxy(
7968
8272
  stack_region=stack_region,
7969
8273
  statistic=statistic,
7970
8274
  unit=unit,
8275
+ visible=visible,
7971
8276
  )
7972
8277
 
7973
8278
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricJVMMemoryPressure", [props]))
@@ -7979,6 +8284,7 @@ class _IDomainProxy(
7979
8284
  account: typing.Optional[builtins.str] = None,
7980
8285
  color: typing.Optional[builtins.str] = None,
7981
8286
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
8287
+ id: typing.Optional[builtins.str] = None,
7982
8288
  label: typing.Optional[builtins.str] = None,
7983
8289
  period: typing.Optional[_Duration_4839e8c3] = None,
7984
8290
  region: typing.Optional[builtins.str] = None,
@@ -7986,12 +8292,14 @@ class _IDomainProxy(
7986
8292
  stack_region: typing.Optional[builtins.str] = None,
7987
8293
  statistic: typing.Optional[builtins.str] = None,
7988
8294
  unit: typing.Optional[_Unit_61bc6f70] = None,
8295
+ visible: typing.Optional[builtins.bool] = None,
7989
8296
  ) -> _Metric_e396a4dc:
7990
8297
  '''Metric for KMS key errors.
7991
8298
 
7992
8299
  :param account: Account which this metric comes from. Default: - Deployment account.
7993
8300
  :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
7994
8301
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
8302
+ :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
7995
8303
  :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
7996
8304
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
7997
8305
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -7999,6 +8307,7 @@ class _IDomainProxy(
7999
8307
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
8000
8308
  :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
8001
8309
  :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
8310
+ :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
8002
8311
 
8003
8312
  :default: maximum over 5 minutes
8004
8313
  '''
@@ -8006,6 +8315,7 @@ class _IDomainProxy(
8006
8315
  account=account,
8007
8316
  color=color,
8008
8317
  dimensions_map=dimensions_map,
8318
+ id=id,
8009
8319
  label=label,
8010
8320
  period=period,
8011
8321
  region=region,
@@ -8013,6 +8323,7 @@ class _IDomainProxy(
8013
8323
  stack_region=stack_region,
8014
8324
  statistic=statistic,
8015
8325
  unit=unit,
8326
+ visible=visible,
8016
8327
  )
8017
8328
 
8018
8329
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricKMSKeyError", [props]))
@@ -8024,6 +8335,7 @@ class _IDomainProxy(
8024
8335
  account: typing.Optional[builtins.str] = None,
8025
8336
  color: typing.Optional[builtins.str] = None,
8026
8337
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
8338
+ id: typing.Optional[builtins.str] = None,
8027
8339
  label: typing.Optional[builtins.str] = None,
8028
8340
  period: typing.Optional[_Duration_4839e8c3] = None,
8029
8341
  region: typing.Optional[builtins.str] = None,
@@ -8031,12 +8343,14 @@ class _IDomainProxy(
8031
8343
  stack_region: typing.Optional[builtins.str] = None,
8032
8344
  statistic: typing.Optional[builtins.str] = None,
8033
8345
  unit: typing.Optional[_Unit_61bc6f70] = None,
8346
+ visible: typing.Optional[builtins.bool] = None,
8034
8347
  ) -> _Metric_e396a4dc:
8035
8348
  '''Metric for KMS key being inaccessible.
8036
8349
 
8037
8350
  :param account: Account which this metric comes from. Default: - Deployment account.
8038
8351
  :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
8039
8352
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
8353
+ :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
8040
8354
  :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
8041
8355
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
8042
8356
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -8044,6 +8358,7 @@ class _IDomainProxy(
8044
8358
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
8045
8359
  :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
8046
8360
  :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
8361
+ :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
8047
8362
 
8048
8363
  :default: maximum over 5 minutes
8049
8364
  '''
@@ -8051,6 +8366,7 @@ class _IDomainProxy(
8051
8366
  account=account,
8052
8367
  color=color,
8053
8368
  dimensions_map=dimensions_map,
8369
+ id=id,
8054
8370
  label=label,
8055
8371
  period=period,
8056
8372
  region=region,
@@ -8058,6 +8374,7 @@ class _IDomainProxy(
8058
8374
  stack_region=stack_region,
8059
8375
  statistic=statistic,
8060
8376
  unit=unit,
8377
+ visible=visible,
8061
8378
  )
8062
8379
 
8063
8380
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricKMSKeyInaccessible", [props]))
@@ -8069,6 +8386,7 @@ class _IDomainProxy(
8069
8386
  account: typing.Optional[builtins.str] = None,
8070
8387
  color: typing.Optional[builtins.str] = None,
8071
8388
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
8389
+ id: typing.Optional[builtins.str] = None,
8072
8390
  label: typing.Optional[builtins.str] = None,
8073
8391
  period: typing.Optional[_Duration_4839e8c3] = None,
8074
8392
  region: typing.Optional[builtins.str] = None,
@@ -8076,12 +8394,14 @@ class _IDomainProxy(
8076
8394
  stack_region: typing.Optional[builtins.str] = None,
8077
8395
  statistic: typing.Optional[builtins.str] = None,
8078
8396
  unit: typing.Optional[_Unit_61bc6f70] = None,
8397
+ visible: typing.Optional[builtins.bool] = None,
8079
8398
  ) -> _Metric_e396a4dc:
8080
8399
  '''Metric for master CPU utilization.
8081
8400
 
8082
8401
  :param account: Account which this metric comes from. Default: - Deployment account.
8083
8402
  :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
8084
8403
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
8404
+ :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
8085
8405
  :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
8086
8406
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
8087
8407
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -8089,6 +8409,7 @@ class _IDomainProxy(
8089
8409
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
8090
8410
  :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
8091
8411
  :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
8412
+ :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
8092
8413
 
8093
8414
  :default: maximum over 5 minutes
8094
8415
  '''
@@ -8096,6 +8417,7 @@ class _IDomainProxy(
8096
8417
  account=account,
8097
8418
  color=color,
8098
8419
  dimensions_map=dimensions_map,
8420
+ id=id,
8099
8421
  label=label,
8100
8422
  period=period,
8101
8423
  region=region,
@@ -8103,6 +8425,7 @@ class _IDomainProxy(
8103
8425
  stack_region=stack_region,
8104
8426
  statistic=statistic,
8105
8427
  unit=unit,
8428
+ visible=visible,
8106
8429
  )
8107
8430
 
8108
8431
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricMasterCPUUtilization", [props]))
@@ -8114,6 +8437,7 @@ class _IDomainProxy(
8114
8437
  account: typing.Optional[builtins.str] = None,
8115
8438
  color: typing.Optional[builtins.str] = None,
8116
8439
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
8440
+ id: typing.Optional[builtins.str] = None,
8117
8441
  label: typing.Optional[builtins.str] = None,
8118
8442
  period: typing.Optional[_Duration_4839e8c3] = None,
8119
8443
  region: typing.Optional[builtins.str] = None,
@@ -8121,12 +8445,14 @@ class _IDomainProxy(
8121
8445
  stack_region: typing.Optional[builtins.str] = None,
8122
8446
  statistic: typing.Optional[builtins.str] = None,
8123
8447
  unit: typing.Optional[_Unit_61bc6f70] = None,
8448
+ visible: typing.Optional[builtins.bool] = None,
8124
8449
  ) -> _Metric_e396a4dc:
8125
8450
  '''Metric for master JVM memory pressure.
8126
8451
 
8127
8452
  :param account: Account which this metric comes from. Default: - Deployment account.
8128
8453
  :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
8129
8454
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
8455
+ :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
8130
8456
  :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
8131
8457
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
8132
8458
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -8134,6 +8460,7 @@ class _IDomainProxy(
8134
8460
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
8135
8461
  :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
8136
8462
  :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
8463
+ :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
8137
8464
 
8138
8465
  :default: maximum over 5 minutes
8139
8466
  '''
@@ -8141,6 +8468,7 @@ class _IDomainProxy(
8141
8468
  account=account,
8142
8469
  color=color,
8143
8470
  dimensions_map=dimensions_map,
8471
+ id=id,
8144
8472
  label=label,
8145
8473
  period=period,
8146
8474
  region=region,
@@ -8148,6 +8476,7 @@ class _IDomainProxy(
8148
8476
  stack_region=stack_region,
8149
8477
  statistic=statistic,
8150
8478
  unit=unit,
8479
+ visible=visible,
8151
8480
  )
8152
8481
 
8153
8482
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricMasterJVMMemoryPressure", [props]))
@@ -8159,6 +8488,7 @@ class _IDomainProxy(
8159
8488
  account: typing.Optional[builtins.str] = None,
8160
8489
  color: typing.Optional[builtins.str] = None,
8161
8490
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
8491
+ id: typing.Optional[builtins.str] = None,
8162
8492
  label: typing.Optional[builtins.str] = None,
8163
8493
  period: typing.Optional[_Duration_4839e8c3] = None,
8164
8494
  region: typing.Optional[builtins.str] = None,
@@ -8166,12 +8496,14 @@ class _IDomainProxy(
8166
8496
  stack_region: typing.Optional[builtins.str] = None,
8167
8497
  statistic: typing.Optional[builtins.str] = None,
8168
8498
  unit: typing.Optional[_Unit_61bc6f70] = None,
8499
+ visible: typing.Optional[builtins.bool] = None,
8169
8500
  ) -> _Metric_e396a4dc:
8170
8501
  '''Metric for the number of nodes.
8171
8502
 
8172
8503
  :param account: Account which this metric comes from. Default: - Deployment account.
8173
8504
  :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
8174
8505
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
8506
+ :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
8175
8507
  :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
8176
8508
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
8177
8509
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -8179,6 +8511,7 @@ class _IDomainProxy(
8179
8511
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
8180
8512
  :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
8181
8513
  :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
8514
+ :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
8182
8515
 
8183
8516
  :default: minimum over 1 hour
8184
8517
  '''
@@ -8186,6 +8519,7 @@ class _IDomainProxy(
8186
8519
  account=account,
8187
8520
  color=color,
8188
8521
  dimensions_map=dimensions_map,
8522
+ id=id,
8189
8523
  label=label,
8190
8524
  period=period,
8191
8525
  region=region,
@@ -8193,6 +8527,7 @@ class _IDomainProxy(
8193
8527
  stack_region=stack_region,
8194
8528
  statistic=statistic,
8195
8529
  unit=unit,
8530
+ visible=visible,
8196
8531
  )
8197
8532
 
8198
8533
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricNodes", [props]))
@@ -8204,6 +8539,7 @@ class _IDomainProxy(
8204
8539
  account: typing.Optional[builtins.str] = None,
8205
8540
  color: typing.Optional[builtins.str] = None,
8206
8541
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
8542
+ id: typing.Optional[builtins.str] = None,
8207
8543
  label: typing.Optional[builtins.str] = None,
8208
8544
  period: typing.Optional[_Duration_4839e8c3] = None,
8209
8545
  region: typing.Optional[builtins.str] = None,
@@ -8211,12 +8547,14 @@ class _IDomainProxy(
8211
8547
  stack_region: typing.Optional[builtins.str] = None,
8212
8548
  statistic: typing.Optional[builtins.str] = None,
8213
8549
  unit: typing.Optional[_Unit_61bc6f70] = None,
8550
+ visible: typing.Optional[builtins.bool] = None,
8214
8551
  ) -> _Metric_e396a4dc:
8215
8552
  '''Metric for number of searchable documents.
8216
8553
 
8217
8554
  :param account: Account which this metric comes from. Default: - Deployment account.
8218
8555
  :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
8219
8556
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
8557
+ :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
8220
8558
  :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
8221
8559
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
8222
8560
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -8224,6 +8562,7 @@ class _IDomainProxy(
8224
8562
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
8225
8563
  :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
8226
8564
  :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
8565
+ :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
8227
8566
 
8228
8567
  :default: maximum over 5 minutes
8229
8568
  '''
@@ -8231,6 +8570,7 @@ class _IDomainProxy(
8231
8570
  account=account,
8232
8571
  color=color,
8233
8572
  dimensions_map=dimensions_map,
8573
+ id=id,
8234
8574
  label=label,
8235
8575
  period=period,
8236
8576
  region=region,
@@ -8238,6 +8578,7 @@ class _IDomainProxy(
8238
8578
  stack_region=stack_region,
8239
8579
  statistic=statistic,
8240
8580
  unit=unit,
8581
+ visible=visible,
8241
8582
  )
8242
8583
 
8243
8584
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricSearchableDocuments", [props]))
@@ -8249,6 +8590,7 @@ class _IDomainProxy(
8249
8590
  account: typing.Optional[builtins.str] = None,
8250
8591
  color: typing.Optional[builtins.str] = None,
8251
8592
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
8593
+ id: typing.Optional[builtins.str] = None,
8252
8594
  label: typing.Optional[builtins.str] = None,
8253
8595
  period: typing.Optional[_Duration_4839e8c3] = None,
8254
8596
  region: typing.Optional[builtins.str] = None,
@@ -8256,12 +8598,14 @@ class _IDomainProxy(
8256
8598
  stack_region: typing.Optional[builtins.str] = None,
8257
8599
  statistic: typing.Optional[builtins.str] = None,
8258
8600
  unit: typing.Optional[_Unit_61bc6f70] = None,
8601
+ visible: typing.Optional[builtins.bool] = None,
8259
8602
  ) -> _Metric_e396a4dc:
8260
8603
  '''Metric for search latency.
8261
8604
 
8262
8605
  :param account: Account which this metric comes from. Default: - Deployment account.
8263
8606
  :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
8264
8607
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
8608
+ :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
8265
8609
  :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
8266
8610
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
8267
8611
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -8269,6 +8613,7 @@ class _IDomainProxy(
8269
8613
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
8270
8614
  :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
8271
8615
  :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
8616
+ :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
8272
8617
 
8273
8618
  :default: p99 over 5 minutes
8274
8619
  '''
@@ -8276,6 +8621,7 @@ class _IDomainProxy(
8276
8621
  account=account,
8277
8622
  color=color,
8278
8623
  dimensions_map=dimensions_map,
8624
+ id=id,
8279
8625
  label=label,
8280
8626
  period=period,
8281
8627
  region=region,
@@ -8283,6 +8629,7 @@ class _IDomainProxy(
8283
8629
  stack_region=stack_region,
8284
8630
  statistic=statistic,
8285
8631
  unit=unit,
8632
+ visible=visible,
8286
8633
  )
8287
8634
 
8288
8635
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricSearchLatency", [props]))
@@ -9104,7 +9451,7 @@ class Domain(
9104
9451
  :param removal_policy: Policy to apply when the domain is removed from the stack. Default: RemovalPolicy.RETAIN
9105
9452
  :param security_groups: The list of security groups that are associated with the VPC endpoints for the domain. Only used if ``vpc`` is specified. Default: - One new security group is created.
9106
9453
  :param suppress_logs_resource_policy: Specify whether to create a CloudWatch Logs resource policy or not. When logging is enabled for the domain, a CloudWatch Logs resource policy is created by default. However, CloudWatch Logs supports only 10 resource policies per region. If you enable logging for several domains, it may hit the quota and cause an error. By setting this property to true, creating a resource policy is suppressed, allowing you to avoid this problem. If you set this option to true, you must create a resource policy before deployment. Default: - false
9107
- :param tls_security_policy: The minimum TLS version required for traffic to the domain. Default: - TLSSecurityPolicy.TLS_1_0
9454
+ :param tls_security_policy: The minimum TLS version required for traffic to the domain. Default: - TLSSecurityPolicy.TLS_1_2
9108
9455
  :param use_unsigned_basic_auth: Configures the domain so that unsigned basic auth is enabled. If no master user is provided a default master user with username ``admin`` and a dynamically generated password stored in KMS is created. The password can be retrieved by getting ``masterUserPassword`` from the domain instance. Setting this to true will also add an access policy that allows unsigned access, enable node to node encryption, encryption at rest. If conflicting settings are encountered (like disabling encryption at rest) enabling this setting will cause a failure. Default: - false
9109
9456
  :param vpc: Place the domain inside this VPC. Default: - Domain is not placed in a VPC.
9110
9457
  :param vpc_subnets: The specific vpc subnets the domain will be placed in. You must provide one subnet for each Availability Zone that your domain uses. For example, you must specify three subnet IDs for a three Availability Zone domain. Only used if ``vpc`` is specified. Default: - All private subnets.
@@ -9352,6 +9699,7 @@ class Domain(
9352
9699
  account: typing.Optional[builtins.str] = None,
9353
9700
  color: typing.Optional[builtins.str] = None,
9354
9701
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
9702
+ id: typing.Optional[builtins.str] = None,
9355
9703
  label: typing.Optional[builtins.str] = None,
9356
9704
  period: typing.Optional[_Duration_4839e8c3] = None,
9357
9705
  region: typing.Optional[builtins.str] = None,
@@ -9359,6 +9707,7 @@ class Domain(
9359
9707
  stack_region: typing.Optional[builtins.str] = None,
9360
9708
  statistic: typing.Optional[builtins.str] = None,
9361
9709
  unit: typing.Optional[_Unit_61bc6f70] = None,
9710
+ visible: typing.Optional[builtins.bool] = None,
9362
9711
  ) -> _Metric_e396a4dc:
9363
9712
  '''Return the given named metric for this domain.
9364
9713
 
@@ -9366,6 +9715,7 @@ class Domain(
9366
9715
  :param account: Account which this metric comes from. Default: - Deployment account.
9367
9716
  :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
9368
9717
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
9718
+ :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
9369
9719
  :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
9370
9720
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
9371
9721
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -9373,6 +9723,7 @@ class Domain(
9373
9723
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
9374
9724
  :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
9375
9725
  :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
9726
+ :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
9376
9727
  '''
9377
9728
  if __debug__:
9378
9729
  type_hints = typing.get_type_hints(_typecheckingstub__f6380e234537911c13695e16580579ea3144cdf17f001286bfce646a753cc3d3)
@@ -9381,6 +9732,7 @@ class Domain(
9381
9732
  account=account,
9382
9733
  color=color,
9383
9734
  dimensions_map=dimensions_map,
9735
+ id=id,
9384
9736
  label=label,
9385
9737
  period=period,
9386
9738
  region=region,
@@ -9388,6 +9740,7 @@ class Domain(
9388
9740
  stack_region=stack_region,
9389
9741
  statistic=statistic,
9390
9742
  unit=unit,
9743
+ visible=visible,
9391
9744
  )
9392
9745
 
9393
9746
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metric", [metric_name, props]))
@@ -9399,6 +9752,7 @@ class Domain(
9399
9752
  account: typing.Optional[builtins.str] = None,
9400
9753
  color: typing.Optional[builtins.str] = None,
9401
9754
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
9755
+ id: typing.Optional[builtins.str] = None,
9402
9756
  label: typing.Optional[builtins.str] = None,
9403
9757
  period: typing.Optional[_Duration_4839e8c3] = None,
9404
9758
  region: typing.Optional[builtins.str] = None,
@@ -9406,12 +9760,14 @@ class Domain(
9406
9760
  stack_region: typing.Optional[builtins.str] = None,
9407
9761
  statistic: typing.Optional[builtins.str] = None,
9408
9762
  unit: typing.Optional[_Unit_61bc6f70] = None,
9763
+ visible: typing.Optional[builtins.bool] = None,
9409
9764
  ) -> _Metric_e396a4dc:
9410
9765
  '''Metric for automated snapshot failures.
9411
9766
 
9412
9767
  :param account: Account which this metric comes from. Default: - Deployment account.
9413
9768
  :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
9414
9769
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
9770
+ :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
9415
9771
  :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
9416
9772
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
9417
9773
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -9419,6 +9775,7 @@ class Domain(
9419
9775
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
9420
9776
  :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
9421
9777
  :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
9778
+ :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
9422
9779
 
9423
9780
  :default: maximum over 5 minutes
9424
9781
  '''
@@ -9426,6 +9783,7 @@ class Domain(
9426
9783
  account=account,
9427
9784
  color=color,
9428
9785
  dimensions_map=dimensions_map,
9786
+ id=id,
9429
9787
  label=label,
9430
9788
  period=period,
9431
9789
  region=region,
@@ -9433,6 +9791,7 @@ class Domain(
9433
9791
  stack_region=stack_region,
9434
9792
  statistic=statistic,
9435
9793
  unit=unit,
9794
+ visible=visible,
9436
9795
  )
9437
9796
 
9438
9797
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricAutomatedSnapshotFailure", [props]))
@@ -9444,6 +9803,7 @@ class Domain(
9444
9803
  account: typing.Optional[builtins.str] = None,
9445
9804
  color: typing.Optional[builtins.str] = None,
9446
9805
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
9806
+ id: typing.Optional[builtins.str] = None,
9447
9807
  label: typing.Optional[builtins.str] = None,
9448
9808
  period: typing.Optional[_Duration_4839e8c3] = None,
9449
9809
  region: typing.Optional[builtins.str] = None,
@@ -9451,12 +9811,14 @@ class Domain(
9451
9811
  stack_region: typing.Optional[builtins.str] = None,
9452
9812
  statistic: typing.Optional[builtins.str] = None,
9453
9813
  unit: typing.Optional[_Unit_61bc6f70] = None,
9814
+ visible: typing.Optional[builtins.bool] = None,
9454
9815
  ) -> _Metric_e396a4dc:
9455
9816
  '''Metric for the cluster blocking index writes.
9456
9817
 
9457
9818
  :param account: Account which this metric comes from. Default: - Deployment account.
9458
9819
  :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
9459
9820
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
9821
+ :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
9460
9822
  :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
9461
9823
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
9462
9824
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -9464,6 +9826,7 @@ class Domain(
9464
9826
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
9465
9827
  :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
9466
9828
  :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
9829
+ :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
9467
9830
 
9468
9831
  :default: maximum over 1 minute
9469
9832
  '''
@@ -9471,6 +9834,7 @@ class Domain(
9471
9834
  account=account,
9472
9835
  color=color,
9473
9836
  dimensions_map=dimensions_map,
9837
+ id=id,
9474
9838
  label=label,
9475
9839
  period=period,
9476
9840
  region=region,
@@ -9478,6 +9842,7 @@ class Domain(
9478
9842
  stack_region=stack_region,
9479
9843
  statistic=statistic,
9480
9844
  unit=unit,
9845
+ visible=visible,
9481
9846
  )
9482
9847
 
9483
9848
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricClusterIndexWritesBlocked", [props]))
@@ -9489,6 +9854,7 @@ class Domain(
9489
9854
  account: typing.Optional[builtins.str] = None,
9490
9855
  color: typing.Optional[builtins.str] = None,
9491
9856
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
9857
+ id: typing.Optional[builtins.str] = None,
9492
9858
  label: typing.Optional[builtins.str] = None,
9493
9859
  period: typing.Optional[_Duration_4839e8c3] = None,
9494
9860
  region: typing.Optional[builtins.str] = None,
@@ -9496,12 +9862,14 @@ class Domain(
9496
9862
  stack_region: typing.Optional[builtins.str] = None,
9497
9863
  statistic: typing.Optional[builtins.str] = None,
9498
9864
  unit: typing.Optional[_Unit_61bc6f70] = None,
9865
+ visible: typing.Optional[builtins.bool] = None,
9499
9866
  ) -> _Metric_e396a4dc:
9500
9867
  '''Metric for the time the cluster status is red.
9501
9868
 
9502
9869
  :param account: Account which this metric comes from. Default: - Deployment account.
9503
9870
  :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
9504
9871
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
9872
+ :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
9505
9873
  :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
9506
9874
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
9507
9875
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -9509,6 +9877,7 @@ class Domain(
9509
9877
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
9510
9878
  :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
9511
9879
  :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
9880
+ :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
9512
9881
 
9513
9882
  :default: maximum over 5 minutes
9514
9883
  '''
@@ -9516,6 +9885,7 @@ class Domain(
9516
9885
  account=account,
9517
9886
  color=color,
9518
9887
  dimensions_map=dimensions_map,
9888
+ id=id,
9519
9889
  label=label,
9520
9890
  period=period,
9521
9891
  region=region,
@@ -9523,6 +9893,7 @@ class Domain(
9523
9893
  stack_region=stack_region,
9524
9894
  statistic=statistic,
9525
9895
  unit=unit,
9896
+ visible=visible,
9526
9897
  )
9527
9898
 
9528
9899
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricClusterStatusRed", [props]))
@@ -9534,6 +9905,7 @@ class Domain(
9534
9905
  account: typing.Optional[builtins.str] = None,
9535
9906
  color: typing.Optional[builtins.str] = None,
9536
9907
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
9908
+ id: typing.Optional[builtins.str] = None,
9537
9909
  label: typing.Optional[builtins.str] = None,
9538
9910
  period: typing.Optional[_Duration_4839e8c3] = None,
9539
9911
  region: typing.Optional[builtins.str] = None,
@@ -9541,12 +9913,14 @@ class Domain(
9541
9913
  stack_region: typing.Optional[builtins.str] = None,
9542
9914
  statistic: typing.Optional[builtins.str] = None,
9543
9915
  unit: typing.Optional[_Unit_61bc6f70] = None,
9916
+ visible: typing.Optional[builtins.bool] = None,
9544
9917
  ) -> _Metric_e396a4dc:
9545
9918
  '''Metric for the time the cluster status is yellow.
9546
9919
 
9547
9920
  :param account: Account which this metric comes from. Default: - Deployment account.
9548
9921
  :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
9549
9922
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
9923
+ :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
9550
9924
  :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
9551
9925
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
9552
9926
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -9554,6 +9928,7 @@ class Domain(
9554
9928
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
9555
9929
  :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
9556
9930
  :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
9931
+ :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
9557
9932
 
9558
9933
  :default: maximum over 5 minutes
9559
9934
  '''
@@ -9561,6 +9936,7 @@ class Domain(
9561
9936
  account=account,
9562
9937
  color=color,
9563
9938
  dimensions_map=dimensions_map,
9939
+ id=id,
9564
9940
  label=label,
9565
9941
  period=period,
9566
9942
  region=region,
@@ -9568,6 +9944,7 @@ class Domain(
9568
9944
  stack_region=stack_region,
9569
9945
  statistic=statistic,
9570
9946
  unit=unit,
9947
+ visible=visible,
9571
9948
  )
9572
9949
 
9573
9950
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricClusterStatusYellow", [props]))
@@ -9579,6 +9956,7 @@ class Domain(
9579
9956
  account: typing.Optional[builtins.str] = None,
9580
9957
  color: typing.Optional[builtins.str] = None,
9581
9958
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
9959
+ id: typing.Optional[builtins.str] = None,
9582
9960
  label: typing.Optional[builtins.str] = None,
9583
9961
  period: typing.Optional[_Duration_4839e8c3] = None,
9584
9962
  region: typing.Optional[builtins.str] = None,
@@ -9586,12 +9964,14 @@ class Domain(
9586
9964
  stack_region: typing.Optional[builtins.str] = None,
9587
9965
  statistic: typing.Optional[builtins.str] = None,
9588
9966
  unit: typing.Optional[_Unit_61bc6f70] = None,
9967
+ visible: typing.Optional[builtins.bool] = None,
9589
9968
  ) -> _Metric_e396a4dc:
9590
9969
  '''Metric for CPU utilization.
9591
9970
 
9592
9971
  :param account: Account which this metric comes from. Default: - Deployment account.
9593
9972
  :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
9594
9973
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
9974
+ :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
9595
9975
  :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
9596
9976
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
9597
9977
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -9599,6 +9979,7 @@ class Domain(
9599
9979
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
9600
9980
  :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
9601
9981
  :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
9982
+ :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
9602
9983
 
9603
9984
  :default: maximum over 5 minutes
9604
9985
  '''
@@ -9606,6 +9987,7 @@ class Domain(
9606
9987
  account=account,
9607
9988
  color=color,
9608
9989
  dimensions_map=dimensions_map,
9990
+ id=id,
9609
9991
  label=label,
9610
9992
  period=period,
9611
9993
  region=region,
@@ -9613,6 +9995,7 @@ class Domain(
9613
9995
  stack_region=stack_region,
9614
9996
  statistic=statistic,
9615
9997
  unit=unit,
9998
+ visible=visible,
9616
9999
  )
9617
10000
 
9618
10001
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricCPUUtilization", [props]))
@@ -9624,6 +10007,7 @@ class Domain(
9624
10007
  account: typing.Optional[builtins.str] = None,
9625
10008
  color: typing.Optional[builtins.str] = None,
9626
10009
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
10010
+ id: typing.Optional[builtins.str] = None,
9627
10011
  label: typing.Optional[builtins.str] = None,
9628
10012
  period: typing.Optional[_Duration_4839e8c3] = None,
9629
10013
  region: typing.Optional[builtins.str] = None,
@@ -9631,12 +10015,14 @@ class Domain(
9631
10015
  stack_region: typing.Optional[builtins.str] = None,
9632
10016
  statistic: typing.Optional[builtins.str] = None,
9633
10017
  unit: typing.Optional[_Unit_61bc6f70] = None,
10018
+ visible: typing.Optional[builtins.bool] = None,
9634
10019
  ) -> _Metric_e396a4dc:
9635
10020
  '''Metric for the storage space of nodes in the cluster.
9636
10021
 
9637
10022
  :param account: Account which this metric comes from. Default: - Deployment account.
9638
10023
  :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
9639
10024
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
10025
+ :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
9640
10026
  :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
9641
10027
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
9642
10028
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -9644,6 +10030,7 @@ class Domain(
9644
10030
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
9645
10031
  :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
9646
10032
  :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
10033
+ :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
9647
10034
 
9648
10035
  :default: minimum over 5 minutes
9649
10036
  '''
@@ -9651,6 +10038,7 @@ class Domain(
9651
10038
  account=account,
9652
10039
  color=color,
9653
10040
  dimensions_map=dimensions_map,
10041
+ id=id,
9654
10042
  label=label,
9655
10043
  period=period,
9656
10044
  region=region,
@@ -9658,6 +10046,7 @@ class Domain(
9658
10046
  stack_region=stack_region,
9659
10047
  statistic=statistic,
9660
10048
  unit=unit,
10049
+ visible=visible,
9661
10050
  )
9662
10051
 
9663
10052
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricFreeStorageSpace", [props]))
@@ -9669,6 +10058,7 @@ class Domain(
9669
10058
  account: typing.Optional[builtins.str] = None,
9670
10059
  color: typing.Optional[builtins.str] = None,
9671
10060
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
10061
+ id: typing.Optional[builtins.str] = None,
9672
10062
  label: typing.Optional[builtins.str] = None,
9673
10063
  period: typing.Optional[_Duration_4839e8c3] = None,
9674
10064
  region: typing.Optional[builtins.str] = None,
@@ -9676,12 +10066,14 @@ class Domain(
9676
10066
  stack_region: typing.Optional[builtins.str] = None,
9677
10067
  statistic: typing.Optional[builtins.str] = None,
9678
10068
  unit: typing.Optional[_Unit_61bc6f70] = None,
10069
+ visible: typing.Optional[builtins.bool] = None,
9679
10070
  ) -> _Metric_e396a4dc:
9680
10071
  '''Metric for indexing latency.
9681
10072
 
9682
10073
  :param account: Account which this metric comes from. Default: - Deployment account.
9683
10074
  :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
9684
10075
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
10076
+ :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
9685
10077
  :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
9686
10078
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
9687
10079
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -9689,6 +10081,7 @@ class Domain(
9689
10081
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
9690
10082
  :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
9691
10083
  :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
10084
+ :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
9692
10085
 
9693
10086
  :default: p99 over 5 minutes
9694
10087
  '''
@@ -9696,6 +10089,7 @@ class Domain(
9696
10089
  account=account,
9697
10090
  color=color,
9698
10091
  dimensions_map=dimensions_map,
10092
+ id=id,
9699
10093
  label=label,
9700
10094
  period=period,
9701
10095
  region=region,
@@ -9703,6 +10097,7 @@ class Domain(
9703
10097
  stack_region=stack_region,
9704
10098
  statistic=statistic,
9705
10099
  unit=unit,
10100
+ visible=visible,
9706
10101
  )
9707
10102
 
9708
10103
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricIndexingLatency", [props]))
@@ -9714,6 +10109,7 @@ class Domain(
9714
10109
  account: typing.Optional[builtins.str] = None,
9715
10110
  color: typing.Optional[builtins.str] = None,
9716
10111
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
10112
+ id: typing.Optional[builtins.str] = None,
9717
10113
  label: typing.Optional[builtins.str] = None,
9718
10114
  period: typing.Optional[_Duration_4839e8c3] = None,
9719
10115
  region: typing.Optional[builtins.str] = None,
@@ -9721,12 +10117,14 @@ class Domain(
9721
10117
  stack_region: typing.Optional[builtins.str] = None,
9722
10118
  statistic: typing.Optional[builtins.str] = None,
9723
10119
  unit: typing.Optional[_Unit_61bc6f70] = None,
10120
+ visible: typing.Optional[builtins.bool] = None,
9724
10121
  ) -> _Metric_e396a4dc:
9725
10122
  '''Metric for JVM memory pressure.
9726
10123
 
9727
10124
  :param account: Account which this metric comes from. Default: - Deployment account.
9728
10125
  :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
9729
10126
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
10127
+ :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
9730
10128
  :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
9731
10129
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
9732
10130
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -9734,6 +10132,7 @@ class Domain(
9734
10132
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
9735
10133
  :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
9736
10134
  :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
10135
+ :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
9737
10136
 
9738
10137
  :default: maximum over 5 minutes
9739
10138
  '''
@@ -9741,6 +10140,7 @@ class Domain(
9741
10140
  account=account,
9742
10141
  color=color,
9743
10142
  dimensions_map=dimensions_map,
10143
+ id=id,
9744
10144
  label=label,
9745
10145
  period=period,
9746
10146
  region=region,
@@ -9748,6 +10148,7 @@ class Domain(
9748
10148
  stack_region=stack_region,
9749
10149
  statistic=statistic,
9750
10150
  unit=unit,
10151
+ visible=visible,
9751
10152
  )
9752
10153
 
9753
10154
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricJVMMemoryPressure", [props]))
@@ -9759,6 +10160,7 @@ class Domain(
9759
10160
  account: typing.Optional[builtins.str] = None,
9760
10161
  color: typing.Optional[builtins.str] = None,
9761
10162
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
10163
+ id: typing.Optional[builtins.str] = None,
9762
10164
  label: typing.Optional[builtins.str] = None,
9763
10165
  period: typing.Optional[_Duration_4839e8c3] = None,
9764
10166
  region: typing.Optional[builtins.str] = None,
@@ -9766,12 +10168,14 @@ class Domain(
9766
10168
  stack_region: typing.Optional[builtins.str] = None,
9767
10169
  statistic: typing.Optional[builtins.str] = None,
9768
10170
  unit: typing.Optional[_Unit_61bc6f70] = None,
10171
+ visible: typing.Optional[builtins.bool] = None,
9769
10172
  ) -> _Metric_e396a4dc:
9770
10173
  '''Metric for KMS key errors.
9771
10174
 
9772
10175
  :param account: Account which this metric comes from. Default: - Deployment account.
9773
10176
  :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
9774
10177
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
10178
+ :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
9775
10179
  :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
9776
10180
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
9777
10181
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -9779,6 +10183,7 @@ class Domain(
9779
10183
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
9780
10184
  :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
9781
10185
  :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
10186
+ :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
9782
10187
 
9783
10188
  :default: maximum over 5 minutes
9784
10189
  '''
@@ -9786,6 +10191,7 @@ class Domain(
9786
10191
  account=account,
9787
10192
  color=color,
9788
10193
  dimensions_map=dimensions_map,
10194
+ id=id,
9789
10195
  label=label,
9790
10196
  period=period,
9791
10197
  region=region,
@@ -9793,6 +10199,7 @@ class Domain(
9793
10199
  stack_region=stack_region,
9794
10200
  statistic=statistic,
9795
10201
  unit=unit,
10202
+ visible=visible,
9796
10203
  )
9797
10204
 
9798
10205
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricKMSKeyError", [props]))
@@ -9804,6 +10211,7 @@ class Domain(
9804
10211
  account: typing.Optional[builtins.str] = None,
9805
10212
  color: typing.Optional[builtins.str] = None,
9806
10213
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
10214
+ id: typing.Optional[builtins.str] = None,
9807
10215
  label: typing.Optional[builtins.str] = None,
9808
10216
  period: typing.Optional[_Duration_4839e8c3] = None,
9809
10217
  region: typing.Optional[builtins.str] = None,
@@ -9811,12 +10219,14 @@ class Domain(
9811
10219
  stack_region: typing.Optional[builtins.str] = None,
9812
10220
  statistic: typing.Optional[builtins.str] = None,
9813
10221
  unit: typing.Optional[_Unit_61bc6f70] = None,
10222
+ visible: typing.Optional[builtins.bool] = None,
9814
10223
  ) -> _Metric_e396a4dc:
9815
10224
  '''Metric for KMS key being inaccessible.
9816
10225
 
9817
10226
  :param account: Account which this metric comes from. Default: - Deployment account.
9818
10227
  :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
9819
10228
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
10229
+ :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
9820
10230
  :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
9821
10231
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
9822
10232
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -9824,6 +10234,7 @@ class Domain(
9824
10234
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
9825
10235
  :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
9826
10236
  :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
10237
+ :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
9827
10238
 
9828
10239
  :default: maximum over 5 minutes
9829
10240
  '''
@@ -9831,6 +10242,7 @@ class Domain(
9831
10242
  account=account,
9832
10243
  color=color,
9833
10244
  dimensions_map=dimensions_map,
10245
+ id=id,
9834
10246
  label=label,
9835
10247
  period=period,
9836
10248
  region=region,
@@ -9838,6 +10250,7 @@ class Domain(
9838
10250
  stack_region=stack_region,
9839
10251
  statistic=statistic,
9840
10252
  unit=unit,
10253
+ visible=visible,
9841
10254
  )
9842
10255
 
9843
10256
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricKMSKeyInaccessible", [props]))
@@ -9849,6 +10262,7 @@ class Domain(
9849
10262
  account: typing.Optional[builtins.str] = None,
9850
10263
  color: typing.Optional[builtins.str] = None,
9851
10264
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
10265
+ id: typing.Optional[builtins.str] = None,
9852
10266
  label: typing.Optional[builtins.str] = None,
9853
10267
  period: typing.Optional[_Duration_4839e8c3] = None,
9854
10268
  region: typing.Optional[builtins.str] = None,
@@ -9856,12 +10270,14 @@ class Domain(
9856
10270
  stack_region: typing.Optional[builtins.str] = None,
9857
10271
  statistic: typing.Optional[builtins.str] = None,
9858
10272
  unit: typing.Optional[_Unit_61bc6f70] = None,
10273
+ visible: typing.Optional[builtins.bool] = None,
9859
10274
  ) -> _Metric_e396a4dc:
9860
10275
  '''Metric for master CPU utilization.
9861
10276
 
9862
10277
  :param account: Account which this metric comes from. Default: - Deployment account.
9863
10278
  :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
9864
10279
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
10280
+ :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
9865
10281
  :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
9866
10282
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
9867
10283
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -9869,6 +10285,7 @@ class Domain(
9869
10285
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
9870
10286
  :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
9871
10287
  :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
10288
+ :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
9872
10289
 
9873
10290
  :default: maximum over 5 minutes
9874
10291
  '''
@@ -9876,6 +10293,7 @@ class Domain(
9876
10293
  account=account,
9877
10294
  color=color,
9878
10295
  dimensions_map=dimensions_map,
10296
+ id=id,
9879
10297
  label=label,
9880
10298
  period=period,
9881
10299
  region=region,
@@ -9883,6 +10301,7 @@ class Domain(
9883
10301
  stack_region=stack_region,
9884
10302
  statistic=statistic,
9885
10303
  unit=unit,
10304
+ visible=visible,
9886
10305
  )
9887
10306
 
9888
10307
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricMasterCPUUtilization", [props]))
@@ -9894,6 +10313,7 @@ class Domain(
9894
10313
  account: typing.Optional[builtins.str] = None,
9895
10314
  color: typing.Optional[builtins.str] = None,
9896
10315
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
10316
+ id: typing.Optional[builtins.str] = None,
9897
10317
  label: typing.Optional[builtins.str] = None,
9898
10318
  period: typing.Optional[_Duration_4839e8c3] = None,
9899
10319
  region: typing.Optional[builtins.str] = None,
@@ -9901,12 +10321,14 @@ class Domain(
9901
10321
  stack_region: typing.Optional[builtins.str] = None,
9902
10322
  statistic: typing.Optional[builtins.str] = None,
9903
10323
  unit: typing.Optional[_Unit_61bc6f70] = None,
10324
+ visible: typing.Optional[builtins.bool] = None,
9904
10325
  ) -> _Metric_e396a4dc:
9905
10326
  '''Metric for master JVM memory pressure.
9906
10327
 
9907
10328
  :param account: Account which this metric comes from. Default: - Deployment account.
9908
10329
  :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
9909
10330
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
10331
+ :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
9910
10332
  :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
9911
10333
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
9912
10334
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -9914,6 +10336,7 @@ class Domain(
9914
10336
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
9915
10337
  :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
9916
10338
  :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
10339
+ :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
9917
10340
 
9918
10341
  :default: maximum over 5 minutes
9919
10342
  '''
@@ -9921,6 +10344,7 @@ class Domain(
9921
10344
  account=account,
9922
10345
  color=color,
9923
10346
  dimensions_map=dimensions_map,
10347
+ id=id,
9924
10348
  label=label,
9925
10349
  period=period,
9926
10350
  region=region,
@@ -9928,6 +10352,7 @@ class Domain(
9928
10352
  stack_region=stack_region,
9929
10353
  statistic=statistic,
9930
10354
  unit=unit,
10355
+ visible=visible,
9931
10356
  )
9932
10357
 
9933
10358
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricMasterJVMMemoryPressure", [props]))
@@ -9939,6 +10364,7 @@ class Domain(
9939
10364
  account: typing.Optional[builtins.str] = None,
9940
10365
  color: typing.Optional[builtins.str] = None,
9941
10366
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
10367
+ id: typing.Optional[builtins.str] = None,
9942
10368
  label: typing.Optional[builtins.str] = None,
9943
10369
  period: typing.Optional[_Duration_4839e8c3] = None,
9944
10370
  region: typing.Optional[builtins.str] = None,
@@ -9946,12 +10372,14 @@ class Domain(
9946
10372
  stack_region: typing.Optional[builtins.str] = None,
9947
10373
  statistic: typing.Optional[builtins.str] = None,
9948
10374
  unit: typing.Optional[_Unit_61bc6f70] = None,
10375
+ visible: typing.Optional[builtins.bool] = None,
9949
10376
  ) -> _Metric_e396a4dc:
9950
10377
  '''Metric for the number of nodes.
9951
10378
 
9952
10379
  :param account: Account which this metric comes from. Default: - Deployment account.
9953
10380
  :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
9954
10381
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
10382
+ :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
9955
10383
  :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
9956
10384
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
9957
10385
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -9959,6 +10387,7 @@ class Domain(
9959
10387
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
9960
10388
  :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
9961
10389
  :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
10390
+ :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
9962
10391
 
9963
10392
  :default: minimum over 1 hour
9964
10393
  '''
@@ -9966,6 +10395,7 @@ class Domain(
9966
10395
  account=account,
9967
10396
  color=color,
9968
10397
  dimensions_map=dimensions_map,
10398
+ id=id,
9969
10399
  label=label,
9970
10400
  period=period,
9971
10401
  region=region,
@@ -9973,6 +10403,7 @@ class Domain(
9973
10403
  stack_region=stack_region,
9974
10404
  statistic=statistic,
9975
10405
  unit=unit,
10406
+ visible=visible,
9976
10407
  )
9977
10408
 
9978
10409
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricNodes", [props]))
@@ -9984,6 +10415,7 @@ class Domain(
9984
10415
  account: typing.Optional[builtins.str] = None,
9985
10416
  color: typing.Optional[builtins.str] = None,
9986
10417
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
10418
+ id: typing.Optional[builtins.str] = None,
9987
10419
  label: typing.Optional[builtins.str] = None,
9988
10420
  period: typing.Optional[_Duration_4839e8c3] = None,
9989
10421
  region: typing.Optional[builtins.str] = None,
@@ -9991,12 +10423,14 @@ class Domain(
9991
10423
  stack_region: typing.Optional[builtins.str] = None,
9992
10424
  statistic: typing.Optional[builtins.str] = None,
9993
10425
  unit: typing.Optional[_Unit_61bc6f70] = None,
10426
+ visible: typing.Optional[builtins.bool] = None,
9994
10427
  ) -> _Metric_e396a4dc:
9995
10428
  '''Metric for number of searchable documents.
9996
10429
 
9997
10430
  :param account: Account which this metric comes from. Default: - Deployment account.
9998
10431
  :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
9999
10432
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
10433
+ :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
10000
10434
  :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
10001
10435
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
10002
10436
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -10004,6 +10438,7 @@ class Domain(
10004
10438
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
10005
10439
  :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
10006
10440
  :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
10441
+ :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
10007
10442
 
10008
10443
  :default: maximum over 5 minutes
10009
10444
  '''
@@ -10011,6 +10446,7 @@ class Domain(
10011
10446
  account=account,
10012
10447
  color=color,
10013
10448
  dimensions_map=dimensions_map,
10449
+ id=id,
10014
10450
  label=label,
10015
10451
  period=period,
10016
10452
  region=region,
@@ -10018,6 +10454,7 @@ class Domain(
10018
10454
  stack_region=stack_region,
10019
10455
  statistic=statistic,
10020
10456
  unit=unit,
10457
+ visible=visible,
10021
10458
  )
10022
10459
 
10023
10460
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricSearchableDocuments", [props]))
@@ -10029,6 +10466,7 @@ class Domain(
10029
10466
  account: typing.Optional[builtins.str] = None,
10030
10467
  color: typing.Optional[builtins.str] = None,
10031
10468
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
10469
+ id: typing.Optional[builtins.str] = None,
10032
10470
  label: typing.Optional[builtins.str] = None,
10033
10471
  period: typing.Optional[_Duration_4839e8c3] = None,
10034
10472
  region: typing.Optional[builtins.str] = None,
@@ -10036,12 +10474,14 @@ class Domain(
10036
10474
  stack_region: typing.Optional[builtins.str] = None,
10037
10475
  statistic: typing.Optional[builtins.str] = None,
10038
10476
  unit: typing.Optional[_Unit_61bc6f70] = None,
10477
+ visible: typing.Optional[builtins.bool] = None,
10039
10478
  ) -> _Metric_e396a4dc:
10040
10479
  '''Metric for search latency.
10041
10480
 
10042
10481
  :param account: Account which this metric comes from. Default: - Deployment account.
10043
10482
  :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
10044
10483
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
10484
+ :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
10045
10485
  :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
10046
10486
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
10047
10487
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -10049,6 +10489,7 @@ class Domain(
10049
10489
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
10050
10490
  :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
10051
10491
  :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
10492
+ :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
10052
10493
 
10053
10494
  :default: p99 over 5 minutes
10054
10495
  '''
@@ -10056,6 +10497,7 @@ class Domain(
10056
10497
  account=account,
10057
10498
  color=color,
10058
10499
  dimensions_map=dimensions_map,
10500
+ id=id,
10059
10501
  label=label,
10060
10502
  period=period,
10061
10503
  region=region,
@@ -10063,6 +10505,7 @@ class Domain(
10063
10505
  stack_region=stack_region,
10064
10506
  statistic=statistic,
10065
10507
  unit=unit,
10508
+ visible=visible,
10066
10509
  )
10067
10510
 
10068
10511
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricSearchLatency", [props]))
@@ -10332,6 +10775,22 @@ def _typecheckingstub__6fcd2545392b3f48f314c640881e38e167b5936f1165d2eb1ce21766d
10332
10775
  """Type checking stubs"""
10333
10776
  pass
10334
10777
 
10778
+ def _typecheckingstub__b2708216d2638c9e5c5bcbeda7fafaa1058fab53ab235b1e6a6387d5d705d8d1(
10779
+ scope: _constructs_77d1e7e8.Construct,
10780
+ id: builtins.str,
10781
+ arn: builtins.str,
10782
+ ) -> None:
10783
+ """Type checking stubs"""
10784
+ pass
10785
+
10786
+ def _typecheckingstub__8aef0b900a2703d083f24bd9797f860fe581d2375f4aa106d0ea25803fd3d1d4(
10787
+ scope: _constructs_77d1e7e8.Construct,
10788
+ id: builtins.str,
10789
+ domain_name: builtins.str,
10790
+ ) -> None:
10791
+ """Type checking stubs"""
10792
+ pass
10793
+
10335
10794
  def _typecheckingstub__36055c1f3a4932ba1e8f0542c29f5149d636738c30a3d9d1bdafb864d00f2e64(
10336
10795
  inspector: _TreeInspector_488e0dd5,
10337
10796
  ) -> None:
@@ -10475,6 +10934,7 @@ def _typecheckingstub__fd5c3c68239a044600ab387ec52e22ed8852c6e213d5626aa4396b28a
10475
10934
  anonymous_auth_disable_date: typing.Optional[builtins.str] = None,
10476
10935
  anonymous_auth_enabled: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
10477
10936
  enabled: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
10937
+ iam_federation_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDomain.IAMFederationOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
10478
10938
  internal_user_database_enabled: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
10479
10939
  jwt_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDomain.JWTOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
10480
10940
  master_user_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDomain.MasterUserOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
@@ -10549,6 +11009,15 @@ def _typecheckingstub__8045e71bf2b9389f7b778b391167aea3cf2ff9b7ccd6b9462c26cc1dc
10549
11009
  """Type checking stubs"""
10550
11010
  pass
10551
11011
 
11012
+ def _typecheckingstub__971641e70ccfc775e66557140fbf7dd5e756f8742fc74a12671b24f77bea23c6(
11013
+ *,
11014
+ enabled: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
11015
+ roles_key: typing.Optional[builtins.str] = None,
11016
+ subject_key: typing.Optional[builtins.str] = None,
11017
+ ) -> None:
11018
+ """Type checking stubs"""
11019
+ pass
11020
+
10552
11021
  def _typecheckingstub__9205eb32a18ebed75ca975205de43322a1836abdff793eaed7f00cdef41743bd(
10553
11022
  *,
10554
11023
  enabled_api_access: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
@@ -10729,7 +11198,7 @@ def _typecheckingstub__4a3bbf8db74762f8d49d2ee572e0b31eef8650964dd0e8a168a5fe2d6
10729
11198
  def _typecheckingstub__4ac57cf9250cdb4adb2c04b922ca15a9a5d18b8e118cff3f08ab7d1171f1fcd9(
10730
11199
  *,
10731
11200
  identity_pool_id: builtins.str,
10732
- role: _IRole_235f5d8e,
11201
+ role: _IRoleRef_8400221f,
10733
11202
  user_pool_id: builtins.str,
10734
11203
  ) -> None:
10735
11204
  """Type checking stubs"""
@@ -10800,7 +11269,7 @@ def _typecheckingstub__388b3ff533950547aa29493d027ac01b8d3d4139dc5061e4f70a2cf8e
10800
11269
  def _typecheckingstub__b5973f04ac98b9a2d9bddce35a01a16416d58b7f8a10bd553cfabe3909eb2523(
10801
11270
  *,
10802
11271
  enabled: typing.Optional[builtins.bool] = None,
10803
- kms_key: typing.Optional[_IKey_5f11635f] = None,
11272
+ kms_key: typing.Optional[_IKeyRef_d4fc6ef3] = None,
10804
11273
  ) -> None:
10805
11274
  """Type checking stubs"""
10806
11275
  pass
@@ -10883,6 +11352,7 @@ def _typecheckingstub__ed477ecf16b0f23884f9eb3a0a90df530d2486e08c8dd662432a14ff4
10883
11352
  account: typing.Optional[builtins.str] = None,
10884
11353
  color: typing.Optional[builtins.str] = None,
10885
11354
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
11355
+ id: typing.Optional[builtins.str] = None,
10886
11356
  label: typing.Optional[builtins.str] = None,
10887
11357
  period: typing.Optional[_Duration_4839e8c3] = None,
10888
11358
  region: typing.Optional[builtins.str] = None,
@@ -10890,6 +11360,7 @@ def _typecheckingstub__ed477ecf16b0f23884f9eb3a0a90df530d2486e08c8dd662432a14ff4
10890
11360
  stack_region: typing.Optional[builtins.str] = None,
10891
11361
  statistic: typing.Optional[builtins.str] = None,
10892
11362
  unit: typing.Optional[_Unit_61bc6f70] = None,
11363
+ visible: typing.Optional[builtins.bool] = None,
10893
11364
  ) -> None:
10894
11365
  """Type checking stubs"""
10895
11366
  pass
@@ -11080,6 +11551,7 @@ def _typecheckingstub__f6380e234537911c13695e16580579ea3144cdf17f001286bfce646a7
11080
11551
  account: typing.Optional[builtins.str] = None,
11081
11552
  color: typing.Optional[builtins.str] = None,
11082
11553
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
11554
+ id: typing.Optional[builtins.str] = None,
11083
11555
  label: typing.Optional[builtins.str] = None,
11084
11556
  period: typing.Optional[_Duration_4839e8c3] = None,
11085
11557
  region: typing.Optional[builtins.str] = None,
@@ -11087,6 +11559,10 @@ def _typecheckingstub__f6380e234537911c13695e16580579ea3144cdf17f001286bfce646a7
11087
11559
  stack_region: typing.Optional[builtins.str] = None,
11088
11560
  statistic: typing.Optional[builtins.str] = None,
11089
11561
  unit: typing.Optional[_Unit_61bc6f70] = None,
11562
+ visible: typing.Optional[builtins.bool] = None,
11090
11563
  ) -> None:
11091
11564
  """Type checking stubs"""
11092
11565
  pass
11566
+
11567
+ for cls in [IDomain]:
11568
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])