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
@@ -169,9 +169,17 @@ from ..aws_iam import (
169
169
  PolicyStatement as _PolicyStatement_0fe33853,
170
170
  )
171
171
  from ..aws_kms import IKey as _IKey_5f11635f
172
+ from ..interfaces.aws_sqs import (
173
+ IQueueInlinePolicyRef as _IQueueInlinePolicyRef_be43bfb1,
174
+ IQueuePolicyRef as _IQueuePolicyRef_dc2b5987,
175
+ IQueueRef as _IQueueRef_fa8b2198,
176
+ QueueInlinePolicyReference as _QueueInlinePolicyReference_cb191fd1,
177
+ QueuePolicyReference as _QueuePolicyReference_358cc47f,
178
+ QueueReference as _QueueReference_f2e39de6,
179
+ )
172
180
 
173
181
 
174
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
182
+ @jsii.implements(_IInspectable_c2943556, _IQueueRef_fa8b2198, _ITaggable_36806126)
175
183
  class CfnQueue(
176
184
  _CfnResource_9df397a6,
177
185
  metaclass=jsii.JSIIMeta,
@@ -251,7 +259,8 @@ class CfnQueue(
251
259
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
252
260
  visibility_timeout: typing.Optional[jsii.Number] = None,
253
261
  ) -> None:
254
- '''
262
+ '''Create a new ``AWS::SQS::Queue``.
263
+
255
264
  :param scope: Scope in which this resource is defined.
256
265
  :param id: Construct identifier for this resource (unique in its scope).
257
266
  :param content_based_deduplication: For first-in-first-out (FIFO) queues, specifies whether to enable content-based deduplication. During the deduplication interval, Amazon SQS treats messages that are sent with identical content as duplicates and delivers only one copy of the message. For more information, see the ``ContentBasedDeduplication`` attribute for the ``[CreateQueue](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_CreateQueue.html)`` action in the *Amazon SQS API Reference* .
@@ -261,7 +270,7 @@ class CfnQueue(
261
270
  :param fifo_throughput_limit: For high throughput for FIFO queues, specifies whether the FIFO queue throughput quota applies to the entire queue or per message group. Valid values are ``perQueue`` and ``perMessageGroupId`` . To enable high throughput for a FIFO queue, set this attribute to ``perMessageGroupId`` *and* set the ``DeduplicationScope`` attribute to ``messageGroup`` . If you set these attributes to anything other than these values, normal throughput is in effect and deduplication occurs as specified. For more information, see `High throughput for FIFO queues <https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/high-throughput-fifo.html>`_ and `Quotas related to messages <https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/quotas-messages.html>`_ in the *Amazon SQS Developer Guide* .
262
271
  :param kms_data_key_reuse_period_seconds: The length of time in seconds for which Amazon SQS can reuse a data key to encrypt or decrypt messages before calling AWS KMS again. The value must be an integer between 60 (1 minute) and 86,400 (24 hours). The default is 300 (5 minutes). .. epigraph:: A shorter time period provides better security, but results in more calls to AWS KMS , which might incur charges after Free Tier. For more information, see `Encryption at rest <https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-server-side-encryption.html#sqs-how-does-the-data-key-reuse-period-work>`_ in the *Amazon SQS Developer Guide* .
263
272
  :param kms_master_key_id: The ID of an AWS Key Management Service (KMS) for Amazon SQS , or a custom KMS. To use the AWS managed KMS for Amazon SQS , specify a (default) alias ARN, alias name (for example ``alias/aws/sqs`` ), key ARN, or key ID. For more information, see the following: - `Encryption at rest <https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-server-side-encryption.html>`_ in the *Amazon SQS Developer Guide* - `CreateQueue <https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_CreateQueue.html>`_ in the *Amazon SQS API Reference* - `Request Parameters <https://docs.aws.amazon.com/kms/latest/APIReference/API_DescribeKey.html#API_DescribeKey_RequestParameters>`_ in the *AWS Key Management Service API Reference* - The Key Management Service (KMS) section of the `Security best practices for AWS Key Management Service <https://docs.aws.amazon.com/kms/latest/developerguide/best-practices.html>`_ in the *AWS Key Management Service Developer Guide*
264
- :param maximum_message_size: The limit of how many bytes that a message can contain before Amazon SQS rejects it. You can specify an integer value from ``1,024`` bytes (1 KiB) to ``262,144`` bytes (256 KiB). The default value is ``262,144`` (256 KiB).
273
+ :param maximum_message_size: The limit of how many bytes that a message can contain before Amazon SQS rejects it. You can specify an integer from 1,024 bytes (1 KiB) to 1,048,576 bytes (1 MiB). Default: 1,048,576 bytes (1 MiB).
265
274
  :param message_retention_period: The number of seconds that Amazon SQS retains a message. You can specify an integer value from ``60`` seconds (1 minute) to ``1,209,600`` seconds (14 days). The default value is ``345,600`` seconds (4 days).
266
275
  :param queue_name: A name for the queue. To create a FIFO queue, the name of your FIFO queue must end with the ``.fifo`` suffix. For more information, see `Amazon SQS FIFO queues <https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-fifo-queues.html>`_ in the *Amazon SQS Developer Guide* . If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the queue name. For more information, see `Name type <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-name.html>`_ in the *AWS CloudFormation User Guide* . .. epigraph:: If you specify a name, you can't perform updates that require replacement of this resource. You can perform updates that require no or some interruption. If you must replace the resource, specify a new name.
267
276
  :param receive_message_wait_time_seconds: Specifies the duration, in seconds, that the ReceiveMessage action call waits until a message is in the queue in order to include it in the response, rather than returning an empty response if a message isn't yet available. You can specify an integer from 1 to 20. Short polling is used as the default or when you specify 0 for this property. For more information, see `Consuming messages using long polling <https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-short-and-long-polling.html#sqs-long-polling>`_ in the *Amazon SQS Developer Guide* .
@@ -362,6 +371,12 @@ class CfnQueue(
362
371
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
363
372
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
364
373
 
374
+ @builtins.property
375
+ @jsii.member(jsii_name="queueRef")
376
+ def queue_ref(self) -> _QueueReference_f2e39de6:
377
+ '''A reference to a Queue resource.'''
378
+ return typing.cast(_QueueReference_f2e39de6, jsii.get(self, "queueRef"))
379
+
365
380
  @builtins.property
366
381
  @jsii.member(jsii_name="tags")
367
382
  def tags(self) -> _TagManager_0a598cb3:
@@ -598,7 +613,7 @@ class CfnQueue(
598
613
  jsii.set(self, "visibilityTimeout", value) # pyright: ignore[reportArgumentType]
599
614
 
600
615
 
601
- @jsii.implements(_IInspectable_c2943556)
616
+ @jsii.implements(_IInspectable_c2943556, _IQueueInlinePolicyRef_be43bfb1)
602
617
  class CfnQueueInlinePolicy(
603
618
  _CfnResource_9df397a6,
604
619
  metaclass=jsii.JSIIMeta,
@@ -632,7 +647,8 @@ class CfnQueueInlinePolicy(
632
647
  policy_document: typing.Any,
633
648
  queue: builtins.str,
634
649
  ) -> None:
635
- '''
650
+ '''Create a new ``AWS::SQS::QueueInlinePolicy``.
651
+
636
652
  :param scope: Scope in which this resource is defined.
637
653
  :param id: Construct identifier for this resource (unique in its scope).
638
654
  :param policy_document: A policy document that contains the permissions for the specified Amazon SQS queues. For more information about Amazon SQS policies, see `Using custom policies with the Amazon SQS access policy language <https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-creating-custom-policies.html>`_ in the *Amazon SQS Developer Guide* .
@@ -681,6 +697,12 @@ class CfnQueueInlinePolicy(
681
697
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
682
698
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
683
699
 
700
+ @builtins.property
701
+ @jsii.member(jsii_name="queueInlinePolicyRef")
702
+ def queue_inline_policy_ref(self) -> _QueueInlinePolicyReference_cb191fd1:
703
+ '''A reference to a QueueInlinePolicy resource.'''
704
+ return typing.cast(_QueueInlinePolicyReference_cb191fd1, jsii.get(self, "queueInlinePolicyRef"))
705
+
684
706
  @builtins.property
685
707
  @jsii.member(jsii_name="policyDocument")
686
708
  def policy_document(self) -> typing.Any:
@@ -781,7 +803,7 @@ class CfnQueueInlinePolicyProps:
781
803
  )
782
804
 
783
805
 
784
- @jsii.implements(_IInspectable_c2943556)
806
+ @jsii.implements(_IInspectable_c2943556, _IQueuePolicyRef_dc2b5987)
785
807
  class CfnQueuePolicy(
786
808
  _CfnResource_9df397a6,
787
809
  metaclass=jsii.JSIIMeta,
@@ -817,7 +839,8 @@ class CfnQueuePolicy(
817
839
  policy_document: typing.Any,
818
840
  queues: typing.Sequence[builtins.str],
819
841
  ) -> None:
820
- '''
842
+ '''Create a new ``AWS::SQS::QueuePolicy``.
843
+
821
844
  :param scope: Scope in which this resource is defined.
822
845
  :param id: Construct identifier for this resource (unique in its scope).
823
846
  :param policy_document: A policy document that contains the permissions for the specified Amazon SQS queues. For more information about Amazon SQS policies, see `Using custom policies with the Amazon SQS access policy language <https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-creating-custom-policies.html>`_ in the *Amazon SQS Developer Guide* .
@@ -875,6 +898,12 @@ class CfnQueuePolicy(
875
898
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
876
899
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
877
900
 
901
+ @builtins.property
902
+ @jsii.member(jsii_name="queuePolicyRef")
903
+ def queue_policy_ref(self) -> _QueuePolicyReference_358cc47f:
904
+ '''A reference to a QueuePolicy resource.'''
905
+ return typing.cast(_QueuePolicyReference_358cc47f, jsii.get(self, "queuePolicyRef"))
906
+
878
907
  @builtins.property
879
908
  @jsii.member(jsii_name="policyDocument")
880
909
  def policy_document(self) -> typing.Any:
@@ -1032,7 +1061,7 @@ class CfnQueueProps:
1032
1061
  :param fifo_throughput_limit: For high throughput for FIFO queues, specifies whether the FIFO queue throughput quota applies to the entire queue or per message group. Valid values are ``perQueue`` and ``perMessageGroupId`` . To enable high throughput for a FIFO queue, set this attribute to ``perMessageGroupId`` *and* set the ``DeduplicationScope`` attribute to ``messageGroup`` . If you set these attributes to anything other than these values, normal throughput is in effect and deduplication occurs as specified. For more information, see `High throughput for FIFO queues <https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/high-throughput-fifo.html>`_ and `Quotas related to messages <https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/quotas-messages.html>`_ in the *Amazon SQS Developer Guide* .
1033
1062
  :param kms_data_key_reuse_period_seconds: The length of time in seconds for which Amazon SQS can reuse a data key to encrypt or decrypt messages before calling AWS KMS again. The value must be an integer between 60 (1 minute) and 86,400 (24 hours). The default is 300 (5 minutes). .. epigraph:: A shorter time period provides better security, but results in more calls to AWS KMS , which might incur charges after Free Tier. For more information, see `Encryption at rest <https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-server-side-encryption.html#sqs-how-does-the-data-key-reuse-period-work>`_ in the *Amazon SQS Developer Guide* .
1034
1063
  :param kms_master_key_id: The ID of an AWS Key Management Service (KMS) for Amazon SQS , or a custom KMS. To use the AWS managed KMS for Amazon SQS , specify a (default) alias ARN, alias name (for example ``alias/aws/sqs`` ), key ARN, or key ID. For more information, see the following: - `Encryption at rest <https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-server-side-encryption.html>`_ in the *Amazon SQS Developer Guide* - `CreateQueue <https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_CreateQueue.html>`_ in the *Amazon SQS API Reference* - `Request Parameters <https://docs.aws.amazon.com/kms/latest/APIReference/API_DescribeKey.html#API_DescribeKey_RequestParameters>`_ in the *AWS Key Management Service API Reference* - The Key Management Service (KMS) section of the `Security best practices for AWS Key Management Service <https://docs.aws.amazon.com/kms/latest/developerguide/best-practices.html>`_ in the *AWS Key Management Service Developer Guide*
1035
- :param maximum_message_size: The limit of how many bytes that a message can contain before Amazon SQS rejects it. You can specify an integer value from ``1,024`` bytes (1 KiB) to ``262,144`` bytes (256 KiB). The default value is ``262,144`` (256 KiB).
1064
+ :param maximum_message_size: The limit of how many bytes that a message can contain before Amazon SQS rejects it. You can specify an integer from 1,024 bytes (1 KiB) to 1,048,576 bytes (1 MiB). Default: 1,048,576 bytes (1 MiB).
1036
1065
  :param message_retention_period: The number of seconds that Amazon SQS retains a message. You can specify an integer value from ``60`` seconds (1 minute) to ``1,209,600`` seconds (14 days). The default value is ``345,600`` seconds (4 days).
1037
1066
  :param queue_name: A name for the queue. To create a FIFO queue, the name of your FIFO queue must end with the ``.fifo`` suffix. For more information, see `Amazon SQS FIFO queues <https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-fifo-queues.html>`_ in the *Amazon SQS Developer Guide* . If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the queue name. For more information, see `Name type <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-name.html>`_ in the *AWS CloudFormation User Guide* . .. epigraph:: If you specify a name, you can't perform updates that require replacement of this resource. You can perform updates that require no or some interruption. If you must replace the resource, specify a new name.
1038
1067
  :param receive_message_wait_time_seconds: Specifies the duration, in seconds, that the ReceiveMessage action call waits until a message is in the queue in order to include it in the response, rather than returning an empty response if a message isn't yet available. You can specify an integer from 1 to 20. Short polling is used as the default or when you specify 0 for this property. For more information, see `Consuming messages using long polling <https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-short-and-long-polling.html#sqs-long-polling>`_ in the *Amazon SQS Developer Guide* .
@@ -1225,7 +1254,8 @@ class CfnQueueProps:
1225
1254
  def maximum_message_size(self) -> typing.Optional[jsii.Number]:
1226
1255
  '''The limit of how many bytes that a message can contain before Amazon SQS rejects it.
1227
1256
 
1228
- You can specify an integer value from ``1,024`` bytes (1 KiB) to ``262,144`` bytes (256 KiB). The default value is ``262,144`` (256 KiB).
1257
+ You can specify an integer from 1,024 bytes (1 KiB) to 1,048,576 bytes (1 MiB).
1258
+ Default: 1,048,576 bytes (1 MiB).
1229
1259
 
1230
1260
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sqs-queue.html#cfn-sqs-queue-maximummessagesize
1231
1261
  '''
@@ -1580,6 +1610,7 @@ class IQueue(_IResource_c80c4260, typing_extensions.Protocol):
1580
1610
  account: typing.Optional[builtins.str] = None,
1581
1611
  color: typing.Optional[builtins.str] = None,
1582
1612
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
1613
+ id: typing.Optional[builtins.str] = None,
1583
1614
  label: typing.Optional[builtins.str] = None,
1584
1615
  period: typing.Optional[_Duration_4839e8c3] = None,
1585
1616
  region: typing.Optional[builtins.str] = None,
@@ -1587,6 +1618,7 @@ class IQueue(_IResource_c80c4260, typing_extensions.Protocol):
1587
1618
  stack_region: typing.Optional[builtins.str] = None,
1588
1619
  statistic: typing.Optional[builtins.str] = None,
1589
1620
  unit: typing.Optional[_Unit_61bc6f70] = None,
1621
+ visible: typing.Optional[builtins.bool] = None,
1590
1622
  ) -> _Metric_e396a4dc:
1591
1623
  '''Return the given named metric for this Queue.
1592
1624
 
@@ -1594,6 +1626,7 @@ class IQueue(_IResource_c80c4260, typing_extensions.Protocol):
1594
1626
  :param account: Account which this metric comes from. Default: - Deployment account.
1595
1627
  :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
1596
1628
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
1629
+ :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
1597
1630
  :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
1598
1631
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
1599
1632
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -1601,6 +1634,7 @@ class IQueue(_IResource_c80c4260, typing_extensions.Protocol):
1601
1634
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
1602
1635
  :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
1603
1636
  :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
1637
+ :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
1604
1638
  '''
1605
1639
  ...
1606
1640
 
@@ -1611,6 +1645,7 @@ class IQueue(_IResource_c80c4260, typing_extensions.Protocol):
1611
1645
  account: typing.Optional[builtins.str] = None,
1612
1646
  color: typing.Optional[builtins.str] = None,
1613
1647
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
1648
+ id: typing.Optional[builtins.str] = None,
1614
1649
  label: typing.Optional[builtins.str] = None,
1615
1650
  period: typing.Optional[_Duration_4839e8c3] = None,
1616
1651
  region: typing.Optional[builtins.str] = None,
@@ -1618,6 +1653,7 @@ class IQueue(_IResource_c80c4260, typing_extensions.Protocol):
1618
1653
  stack_region: typing.Optional[builtins.str] = None,
1619
1654
  statistic: typing.Optional[builtins.str] = None,
1620
1655
  unit: typing.Optional[_Unit_61bc6f70] = None,
1656
+ visible: typing.Optional[builtins.bool] = None,
1621
1657
  ) -> _Metric_e396a4dc:
1622
1658
  '''The approximate age of the oldest non-deleted message in the queue.
1623
1659
 
@@ -1626,6 +1662,7 @@ class IQueue(_IResource_c80c4260, typing_extensions.Protocol):
1626
1662
  :param account: Account which this metric comes from. Default: - Deployment account.
1627
1663
  :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
1628
1664
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
1665
+ :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
1629
1666
  :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
1630
1667
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
1631
1668
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -1633,6 +1670,7 @@ class IQueue(_IResource_c80c4260, typing_extensions.Protocol):
1633
1670
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
1634
1671
  :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
1635
1672
  :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
1673
+ :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
1636
1674
  '''
1637
1675
  ...
1638
1676
 
@@ -1643,6 +1681,7 @@ class IQueue(_IResource_c80c4260, typing_extensions.Protocol):
1643
1681
  account: typing.Optional[builtins.str] = None,
1644
1682
  color: typing.Optional[builtins.str] = None,
1645
1683
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
1684
+ id: typing.Optional[builtins.str] = None,
1646
1685
  label: typing.Optional[builtins.str] = None,
1647
1686
  period: typing.Optional[_Duration_4839e8c3] = None,
1648
1687
  region: typing.Optional[builtins.str] = None,
@@ -1650,6 +1689,7 @@ class IQueue(_IResource_c80c4260, typing_extensions.Protocol):
1650
1689
  stack_region: typing.Optional[builtins.str] = None,
1651
1690
  statistic: typing.Optional[builtins.str] = None,
1652
1691
  unit: typing.Optional[_Unit_61bc6f70] = None,
1692
+ visible: typing.Optional[builtins.bool] = None,
1653
1693
  ) -> _Metric_e396a4dc:
1654
1694
  '''The number of messages in the queue that are delayed and not available for reading immediately.
1655
1695
 
@@ -1658,6 +1698,7 @@ class IQueue(_IResource_c80c4260, typing_extensions.Protocol):
1658
1698
  :param account: Account which this metric comes from. Default: - Deployment account.
1659
1699
  :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
1660
1700
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
1701
+ :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
1661
1702
  :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
1662
1703
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
1663
1704
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -1665,6 +1706,7 @@ class IQueue(_IResource_c80c4260, typing_extensions.Protocol):
1665
1706
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
1666
1707
  :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
1667
1708
  :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
1709
+ :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
1668
1710
  '''
1669
1711
  ...
1670
1712
 
@@ -1675,6 +1717,7 @@ class IQueue(_IResource_c80c4260, typing_extensions.Protocol):
1675
1717
  account: typing.Optional[builtins.str] = None,
1676
1718
  color: typing.Optional[builtins.str] = None,
1677
1719
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
1720
+ id: typing.Optional[builtins.str] = None,
1678
1721
  label: typing.Optional[builtins.str] = None,
1679
1722
  period: typing.Optional[_Duration_4839e8c3] = None,
1680
1723
  region: typing.Optional[builtins.str] = None,
@@ -1682,6 +1725,7 @@ class IQueue(_IResource_c80c4260, typing_extensions.Protocol):
1682
1725
  stack_region: typing.Optional[builtins.str] = None,
1683
1726
  statistic: typing.Optional[builtins.str] = None,
1684
1727
  unit: typing.Optional[_Unit_61bc6f70] = None,
1728
+ visible: typing.Optional[builtins.bool] = None,
1685
1729
  ) -> _Metric_e396a4dc:
1686
1730
  '''The number of messages that are in flight.
1687
1731
 
@@ -1690,6 +1734,7 @@ class IQueue(_IResource_c80c4260, typing_extensions.Protocol):
1690
1734
  :param account: Account which this metric comes from. Default: - Deployment account.
1691
1735
  :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
1692
1736
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
1737
+ :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
1693
1738
  :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
1694
1739
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
1695
1740
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -1697,6 +1742,7 @@ class IQueue(_IResource_c80c4260, typing_extensions.Protocol):
1697
1742
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
1698
1743
  :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
1699
1744
  :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
1745
+ :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
1700
1746
  '''
1701
1747
  ...
1702
1748
 
@@ -1707,6 +1753,7 @@ class IQueue(_IResource_c80c4260, typing_extensions.Protocol):
1707
1753
  account: typing.Optional[builtins.str] = None,
1708
1754
  color: typing.Optional[builtins.str] = None,
1709
1755
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
1756
+ id: typing.Optional[builtins.str] = None,
1710
1757
  label: typing.Optional[builtins.str] = None,
1711
1758
  period: typing.Optional[_Duration_4839e8c3] = None,
1712
1759
  region: typing.Optional[builtins.str] = None,
@@ -1714,6 +1761,7 @@ class IQueue(_IResource_c80c4260, typing_extensions.Protocol):
1714
1761
  stack_region: typing.Optional[builtins.str] = None,
1715
1762
  statistic: typing.Optional[builtins.str] = None,
1716
1763
  unit: typing.Optional[_Unit_61bc6f70] = None,
1764
+ visible: typing.Optional[builtins.bool] = None,
1717
1765
  ) -> _Metric_e396a4dc:
1718
1766
  '''The number of messages available for retrieval from the queue.
1719
1767
 
@@ -1722,6 +1770,7 @@ class IQueue(_IResource_c80c4260, typing_extensions.Protocol):
1722
1770
  :param account: Account which this metric comes from. Default: - Deployment account.
1723
1771
  :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
1724
1772
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
1773
+ :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
1725
1774
  :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
1726
1775
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
1727
1776
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -1729,6 +1778,7 @@ class IQueue(_IResource_c80c4260, typing_extensions.Protocol):
1729
1778
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
1730
1779
  :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
1731
1780
  :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
1781
+ :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
1732
1782
  '''
1733
1783
  ...
1734
1784
 
@@ -1739,6 +1789,7 @@ class IQueue(_IResource_c80c4260, typing_extensions.Protocol):
1739
1789
  account: typing.Optional[builtins.str] = None,
1740
1790
  color: typing.Optional[builtins.str] = None,
1741
1791
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
1792
+ id: typing.Optional[builtins.str] = None,
1742
1793
  label: typing.Optional[builtins.str] = None,
1743
1794
  period: typing.Optional[_Duration_4839e8c3] = None,
1744
1795
  region: typing.Optional[builtins.str] = None,
@@ -1746,6 +1797,7 @@ class IQueue(_IResource_c80c4260, typing_extensions.Protocol):
1746
1797
  stack_region: typing.Optional[builtins.str] = None,
1747
1798
  statistic: typing.Optional[builtins.str] = None,
1748
1799
  unit: typing.Optional[_Unit_61bc6f70] = None,
1800
+ visible: typing.Optional[builtins.bool] = None,
1749
1801
  ) -> _Metric_e396a4dc:
1750
1802
  '''The number of ReceiveMessage API calls that did not return a message.
1751
1803
 
@@ -1754,6 +1806,7 @@ class IQueue(_IResource_c80c4260, typing_extensions.Protocol):
1754
1806
  :param account: Account which this metric comes from. Default: - Deployment account.
1755
1807
  :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
1756
1808
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
1809
+ :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
1757
1810
  :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
1758
1811
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
1759
1812
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -1761,6 +1814,7 @@ class IQueue(_IResource_c80c4260, typing_extensions.Protocol):
1761
1814
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
1762
1815
  :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
1763
1816
  :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
1817
+ :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
1764
1818
  '''
1765
1819
  ...
1766
1820
 
@@ -1771,6 +1825,7 @@ class IQueue(_IResource_c80c4260, typing_extensions.Protocol):
1771
1825
  account: typing.Optional[builtins.str] = None,
1772
1826
  color: typing.Optional[builtins.str] = None,
1773
1827
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
1828
+ id: typing.Optional[builtins.str] = None,
1774
1829
  label: typing.Optional[builtins.str] = None,
1775
1830
  period: typing.Optional[_Duration_4839e8c3] = None,
1776
1831
  region: typing.Optional[builtins.str] = None,
@@ -1778,6 +1833,7 @@ class IQueue(_IResource_c80c4260, typing_extensions.Protocol):
1778
1833
  stack_region: typing.Optional[builtins.str] = None,
1779
1834
  statistic: typing.Optional[builtins.str] = None,
1780
1835
  unit: typing.Optional[_Unit_61bc6f70] = None,
1836
+ visible: typing.Optional[builtins.bool] = None,
1781
1837
  ) -> _Metric_e396a4dc:
1782
1838
  '''The number of messages deleted from the queue.
1783
1839
 
@@ -1786,6 +1842,7 @@ class IQueue(_IResource_c80c4260, typing_extensions.Protocol):
1786
1842
  :param account: Account which this metric comes from. Default: - Deployment account.
1787
1843
  :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
1788
1844
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
1845
+ :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
1789
1846
  :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
1790
1847
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
1791
1848
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -1793,6 +1850,7 @@ class IQueue(_IResource_c80c4260, typing_extensions.Protocol):
1793
1850
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
1794
1851
  :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
1795
1852
  :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
1853
+ :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
1796
1854
  '''
1797
1855
  ...
1798
1856
 
@@ -1803,6 +1861,7 @@ class IQueue(_IResource_c80c4260, typing_extensions.Protocol):
1803
1861
  account: typing.Optional[builtins.str] = None,
1804
1862
  color: typing.Optional[builtins.str] = None,
1805
1863
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
1864
+ id: typing.Optional[builtins.str] = None,
1806
1865
  label: typing.Optional[builtins.str] = None,
1807
1866
  period: typing.Optional[_Duration_4839e8c3] = None,
1808
1867
  region: typing.Optional[builtins.str] = None,
@@ -1810,6 +1869,7 @@ class IQueue(_IResource_c80c4260, typing_extensions.Protocol):
1810
1869
  stack_region: typing.Optional[builtins.str] = None,
1811
1870
  statistic: typing.Optional[builtins.str] = None,
1812
1871
  unit: typing.Optional[_Unit_61bc6f70] = None,
1872
+ visible: typing.Optional[builtins.bool] = None,
1813
1873
  ) -> _Metric_e396a4dc:
1814
1874
  '''The number of messages returned by calls to the ReceiveMessage action.
1815
1875
 
@@ -1818,6 +1878,7 @@ class IQueue(_IResource_c80c4260, typing_extensions.Protocol):
1818
1878
  :param account: Account which this metric comes from. Default: - Deployment account.
1819
1879
  :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
1820
1880
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
1881
+ :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
1821
1882
  :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
1822
1883
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
1823
1884
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -1825,6 +1886,7 @@ class IQueue(_IResource_c80c4260, typing_extensions.Protocol):
1825
1886
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
1826
1887
  :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
1827
1888
  :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
1889
+ :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
1828
1890
  '''
1829
1891
  ...
1830
1892
 
@@ -1835,6 +1897,7 @@ class IQueue(_IResource_c80c4260, typing_extensions.Protocol):
1835
1897
  account: typing.Optional[builtins.str] = None,
1836
1898
  color: typing.Optional[builtins.str] = None,
1837
1899
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
1900
+ id: typing.Optional[builtins.str] = None,
1838
1901
  label: typing.Optional[builtins.str] = None,
1839
1902
  period: typing.Optional[_Duration_4839e8c3] = None,
1840
1903
  region: typing.Optional[builtins.str] = None,
@@ -1842,6 +1905,7 @@ class IQueue(_IResource_c80c4260, typing_extensions.Protocol):
1842
1905
  stack_region: typing.Optional[builtins.str] = None,
1843
1906
  statistic: typing.Optional[builtins.str] = None,
1844
1907
  unit: typing.Optional[_Unit_61bc6f70] = None,
1908
+ visible: typing.Optional[builtins.bool] = None,
1845
1909
  ) -> _Metric_e396a4dc:
1846
1910
  '''The number of messages added to a queue.
1847
1911
 
@@ -1850,6 +1914,7 @@ class IQueue(_IResource_c80c4260, typing_extensions.Protocol):
1850
1914
  :param account: Account which this metric comes from. Default: - Deployment account.
1851
1915
  :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
1852
1916
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
1917
+ :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
1853
1918
  :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
1854
1919
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
1855
1920
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -1857,6 +1922,7 @@ class IQueue(_IResource_c80c4260, typing_extensions.Protocol):
1857
1922
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
1858
1923
  :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
1859
1924
  :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
1925
+ :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
1860
1926
  '''
1861
1927
  ...
1862
1928
 
@@ -1867,6 +1933,7 @@ class IQueue(_IResource_c80c4260, typing_extensions.Protocol):
1867
1933
  account: typing.Optional[builtins.str] = None,
1868
1934
  color: typing.Optional[builtins.str] = None,
1869
1935
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
1936
+ id: typing.Optional[builtins.str] = None,
1870
1937
  label: typing.Optional[builtins.str] = None,
1871
1938
  period: typing.Optional[_Duration_4839e8c3] = None,
1872
1939
  region: typing.Optional[builtins.str] = None,
@@ -1874,6 +1941,7 @@ class IQueue(_IResource_c80c4260, typing_extensions.Protocol):
1874
1941
  stack_region: typing.Optional[builtins.str] = None,
1875
1942
  statistic: typing.Optional[builtins.str] = None,
1876
1943
  unit: typing.Optional[_Unit_61bc6f70] = None,
1944
+ visible: typing.Optional[builtins.bool] = None,
1877
1945
  ) -> _Metric_e396a4dc:
1878
1946
  '''The size of messages added to a queue.
1879
1947
 
@@ -1882,6 +1950,7 @@ class IQueue(_IResource_c80c4260, typing_extensions.Protocol):
1882
1950
  :param account: Account which this metric comes from. Default: - Deployment account.
1883
1951
  :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
1884
1952
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
1953
+ :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
1885
1954
  :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
1886
1955
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
1887
1956
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -1889,6 +1958,7 @@ class IQueue(_IResource_c80c4260, typing_extensions.Protocol):
1889
1958
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
1890
1959
  :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
1891
1960
  :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
1961
+ :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
1892
1962
  '''
1893
1963
  ...
1894
1964
 
@@ -2044,6 +2114,7 @@ class _IQueueProxy(
2044
2114
  account: typing.Optional[builtins.str] = None,
2045
2115
  color: typing.Optional[builtins.str] = None,
2046
2116
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
2117
+ id: typing.Optional[builtins.str] = None,
2047
2118
  label: typing.Optional[builtins.str] = None,
2048
2119
  period: typing.Optional[_Duration_4839e8c3] = None,
2049
2120
  region: typing.Optional[builtins.str] = None,
@@ -2051,6 +2122,7 @@ class _IQueueProxy(
2051
2122
  stack_region: typing.Optional[builtins.str] = None,
2052
2123
  statistic: typing.Optional[builtins.str] = None,
2053
2124
  unit: typing.Optional[_Unit_61bc6f70] = None,
2125
+ visible: typing.Optional[builtins.bool] = None,
2054
2126
  ) -> _Metric_e396a4dc:
2055
2127
  '''Return the given named metric for this Queue.
2056
2128
 
@@ -2058,6 +2130,7 @@ class _IQueueProxy(
2058
2130
  :param account: Account which this metric comes from. Default: - Deployment account.
2059
2131
  :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
2060
2132
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
2133
+ :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
2061
2134
  :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
2062
2135
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
2063
2136
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -2065,6 +2138,7 @@ class _IQueueProxy(
2065
2138
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
2066
2139
  :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
2067
2140
  :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
2141
+ :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
2068
2142
  '''
2069
2143
  if __debug__:
2070
2144
  type_hints = typing.get_type_hints(_typecheckingstub__0dc9d740764123624195584bb5156ec848518db29961d3251cb049c755259d70)
@@ -2073,6 +2147,7 @@ class _IQueueProxy(
2073
2147
  account=account,
2074
2148
  color=color,
2075
2149
  dimensions_map=dimensions_map,
2150
+ id=id,
2076
2151
  label=label,
2077
2152
  period=period,
2078
2153
  region=region,
@@ -2080,6 +2155,7 @@ class _IQueueProxy(
2080
2155
  stack_region=stack_region,
2081
2156
  statistic=statistic,
2082
2157
  unit=unit,
2158
+ visible=visible,
2083
2159
  )
2084
2160
 
2085
2161
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metric", [metric_name, props]))
@@ -2091,6 +2167,7 @@ class _IQueueProxy(
2091
2167
  account: typing.Optional[builtins.str] = None,
2092
2168
  color: typing.Optional[builtins.str] = None,
2093
2169
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
2170
+ id: typing.Optional[builtins.str] = None,
2094
2171
  label: typing.Optional[builtins.str] = None,
2095
2172
  period: typing.Optional[_Duration_4839e8c3] = None,
2096
2173
  region: typing.Optional[builtins.str] = None,
@@ -2098,6 +2175,7 @@ class _IQueueProxy(
2098
2175
  stack_region: typing.Optional[builtins.str] = None,
2099
2176
  statistic: typing.Optional[builtins.str] = None,
2100
2177
  unit: typing.Optional[_Unit_61bc6f70] = None,
2178
+ visible: typing.Optional[builtins.bool] = None,
2101
2179
  ) -> _Metric_e396a4dc:
2102
2180
  '''The approximate age of the oldest non-deleted message in the queue.
2103
2181
 
@@ -2106,6 +2184,7 @@ class _IQueueProxy(
2106
2184
  :param account: Account which this metric comes from. Default: - Deployment account.
2107
2185
  :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
2108
2186
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
2187
+ :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
2109
2188
  :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
2110
2189
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
2111
2190
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -2113,11 +2192,13 @@ class _IQueueProxy(
2113
2192
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
2114
2193
  :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
2115
2194
  :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
2195
+ :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
2116
2196
  '''
2117
2197
  props = _MetricOptions_1788b62f(
2118
2198
  account=account,
2119
2199
  color=color,
2120
2200
  dimensions_map=dimensions_map,
2201
+ id=id,
2121
2202
  label=label,
2122
2203
  period=period,
2123
2204
  region=region,
@@ -2125,6 +2206,7 @@ class _IQueueProxy(
2125
2206
  stack_region=stack_region,
2126
2207
  statistic=statistic,
2127
2208
  unit=unit,
2209
+ visible=visible,
2128
2210
  )
2129
2211
 
2130
2212
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricApproximateAgeOfOldestMessage", [props]))
@@ -2136,6 +2218,7 @@ class _IQueueProxy(
2136
2218
  account: typing.Optional[builtins.str] = None,
2137
2219
  color: typing.Optional[builtins.str] = None,
2138
2220
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
2221
+ id: typing.Optional[builtins.str] = None,
2139
2222
  label: typing.Optional[builtins.str] = None,
2140
2223
  period: typing.Optional[_Duration_4839e8c3] = None,
2141
2224
  region: typing.Optional[builtins.str] = None,
@@ -2143,6 +2226,7 @@ class _IQueueProxy(
2143
2226
  stack_region: typing.Optional[builtins.str] = None,
2144
2227
  statistic: typing.Optional[builtins.str] = None,
2145
2228
  unit: typing.Optional[_Unit_61bc6f70] = None,
2229
+ visible: typing.Optional[builtins.bool] = None,
2146
2230
  ) -> _Metric_e396a4dc:
2147
2231
  '''The number of messages in the queue that are delayed and not available for reading immediately.
2148
2232
 
@@ -2151,6 +2235,7 @@ class _IQueueProxy(
2151
2235
  :param account: Account which this metric comes from. Default: - Deployment account.
2152
2236
  :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
2153
2237
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
2238
+ :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
2154
2239
  :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
2155
2240
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
2156
2241
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -2158,11 +2243,13 @@ class _IQueueProxy(
2158
2243
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
2159
2244
  :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
2160
2245
  :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
2246
+ :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
2161
2247
  '''
2162
2248
  props = _MetricOptions_1788b62f(
2163
2249
  account=account,
2164
2250
  color=color,
2165
2251
  dimensions_map=dimensions_map,
2252
+ id=id,
2166
2253
  label=label,
2167
2254
  period=period,
2168
2255
  region=region,
@@ -2170,6 +2257,7 @@ class _IQueueProxy(
2170
2257
  stack_region=stack_region,
2171
2258
  statistic=statistic,
2172
2259
  unit=unit,
2260
+ visible=visible,
2173
2261
  )
2174
2262
 
2175
2263
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricApproximateNumberOfMessagesDelayed", [props]))
@@ -2181,6 +2269,7 @@ class _IQueueProxy(
2181
2269
  account: typing.Optional[builtins.str] = None,
2182
2270
  color: typing.Optional[builtins.str] = None,
2183
2271
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
2272
+ id: typing.Optional[builtins.str] = None,
2184
2273
  label: typing.Optional[builtins.str] = None,
2185
2274
  period: typing.Optional[_Duration_4839e8c3] = None,
2186
2275
  region: typing.Optional[builtins.str] = None,
@@ -2188,6 +2277,7 @@ class _IQueueProxy(
2188
2277
  stack_region: typing.Optional[builtins.str] = None,
2189
2278
  statistic: typing.Optional[builtins.str] = None,
2190
2279
  unit: typing.Optional[_Unit_61bc6f70] = None,
2280
+ visible: typing.Optional[builtins.bool] = None,
2191
2281
  ) -> _Metric_e396a4dc:
2192
2282
  '''The number of messages that are in flight.
2193
2283
 
@@ -2196,6 +2286,7 @@ class _IQueueProxy(
2196
2286
  :param account: Account which this metric comes from. Default: - Deployment account.
2197
2287
  :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
2198
2288
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
2289
+ :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
2199
2290
  :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
2200
2291
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
2201
2292
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -2203,11 +2294,13 @@ class _IQueueProxy(
2203
2294
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
2204
2295
  :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
2205
2296
  :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
2297
+ :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
2206
2298
  '''
2207
2299
  props = _MetricOptions_1788b62f(
2208
2300
  account=account,
2209
2301
  color=color,
2210
2302
  dimensions_map=dimensions_map,
2303
+ id=id,
2211
2304
  label=label,
2212
2305
  period=period,
2213
2306
  region=region,
@@ -2215,6 +2308,7 @@ class _IQueueProxy(
2215
2308
  stack_region=stack_region,
2216
2309
  statistic=statistic,
2217
2310
  unit=unit,
2311
+ visible=visible,
2218
2312
  )
2219
2313
 
2220
2314
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricApproximateNumberOfMessagesNotVisible", [props]))
@@ -2226,6 +2320,7 @@ class _IQueueProxy(
2226
2320
  account: typing.Optional[builtins.str] = None,
2227
2321
  color: typing.Optional[builtins.str] = None,
2228
2322
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
2323
+ id: typing.Optional[builtins.str] = None,
2229
2324
  label: typing.Optional[builtins.str] = None,
2230
2325
  period: typing.Optional[_Duration_4839e8c3] = None,
2231
2326
  region: typing.Optional[builtins.str] = None,
@@ -2233,6 +2328,7 @@ class _IQueueProxy(
2233
2328
  stack_region: typing.Optional[builtins.str] = None,
2234
2329
  statistic: typing.Optional[builtins.str] = None,
2235
2330
  unit: typing.Optional[_Unit_61bc6f70] = None,
2331
+ visible: typing.Optional[builtins.bool] = None,
2236
2332
  ) -> _Metric_e396a4dc:
2237
2333
  '''The number of messages available for retrieval from the queue.
2238
2334
 
@@ -2241,6 +2337,7 @@ class _IQueueProxy(
2241
2337
  :param account: Account which this metric comes from. Default: - Deployment account.
2242
2338
  :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
2243
2339
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
2340
+ :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
2244
2341
  :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
2245
2342
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
2246
2343
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -2248,11 +2345,13 @@ class _IQueueProxy(
2248
2345
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
2249
2346
  :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
2250
2347
  :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
2348
+ :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
2251
2349
  '''
2252
2350
  props = _MetricOptions_1788b62f(
2253
2351
  account=account,
2254
2352
  color=color,
2255
2353
  dimensions_map=dimensions_map,
2354
+ id=id,
2256
2355
  label=label,
2257
2356
  period=period,
2258
2357
  region=region,
@@ -2260,6 +2359,7 @@ class _IQueueProxy(
2260
2359
  stack_region=stack_region,
2261
2360
  statistic=statistic,
2262
2361
  unit=unit,
2362
+ visible=visible,
2263
2363
  )
2264
2364
 
2265
2365
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricApproximateNumberOfMessagesVisible", [props]))
@@ -2271,6 +2371,7 @@ class _IQueueProxy(
2271
2371
  account: typing.Optional[builtins.str] = None,
2272
2372
  color: typing.Optional[builtins.str] = None,
2273
2373
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
2374
+ id: typing.Optional[builtins.str] = None,
2274
2375
  label: typing.Optional[builtins.str] = None,
2275
2376
  period: typing.Optional[_Duration_4839e8c3] = None,
2276
2377
  region: typing.Optional[builtins.str] = None,
@@ -2278,6 +2379,7 @@ class _IQueueProxy(
2278
2379
  stack_region: typing.Optional[builtins.str] = None,
2279
2380
  statistic: typing.Optional[builtins.str] = None,
2280
2381
  unit: typing.Optional[_Unit_61bc6f70] = None,
2382
+ visible: typing.Optional[builtins.bool] = None,
2281
2383
  ) -> _Metric_e396a4dc:
2282
2384
  '''The number of ReceiveMessage API calls that did not return a message.
2283
2385
 
@@ -2286,6 +2388,7 @@ class _IQueueProxy(
2286
2388
  :param account: Account which this metric comes from. Default: - Deployment account.
2287
2389
  :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
2288
2390
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
2391
+ :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
2289
2392
  :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
2290
2393
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
2291
2394
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -2293,11 +2396,13 @@ class _IQueueProxy(
2293
2396
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
2294
2397
  :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
2295
2398
  :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
2399
+ :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
2296
2400
  '''
2297
2401
  props = _MetricOptions_1788b62f(
2298
2402
  account=account,
2299
2403
  color=color,
2300
2404
  dimensions_map=dimensions_map,
2405
+ id=id,
2301
2406
  label=label,
2302
2407
  period=period,
2303
2408
  region=region,
@@ -2305,6 +2410,7 @@ class _IQueueProxy(
2305
2410
  stack_region=stack_region,
2306
2411
  statistic=statistic,
2307
2412
  unit=unit,
2413
+ visible=visible,
2308
2414
  )
2309
2415
 
2310
2416
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricNumberOfEmptyReceives", [props]))
@@ -2316,6 +2422,7 @@ class _IQueueProxy(
2316
2422
  account: typing.Optional[builtins.str] = None,
2317
2423
  color: typing.Optional[builtins.str] = None,
2318
2424
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
2425
+ id: typing.Optional[builtins.str] = None,
2319
2426
  label: typing.Optional[builtins.str] = None,
2320
2427
  period: typing.Optional[_Duration_4839e8c3] = None,
2321
2428
  region: typing.Optional[builtins.str] = None,
@@ -2323,6 +2430,7 @@ class _IQueueProxy(
2323
2430
  stack_region: typing.Optional[builtins.str] = None,
2324
2431
  statistic: typing.Optional[builtins.str] = None,
2325
2432
  unit: typing.Optional[_Unit_61bc6f70] = None,
2433
+ visible: typing.Optional[builtins.bool] = None,
2326
2434
  ) -> _Metric_e396a4dc:
2327
2435
  '''The number of messages deleted from the queue.
2328
2436
 
@@ -2331,6 +2439,7 @@ class _IQueueProxy(
2331
2439
  :param account: Account which this metric comes from. Default: - Deployment account.
2332
2440
  :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
2333
2441
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
2442
+ :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
2334
2443
  :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
2335
2444
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
2336
2445
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -2338,11 +2447,13 @@ class _IQueueProxy(
2338
2447
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
2339
2448
  :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
2340
2449
  :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
2450
+ :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
2341
2451
  '''
2342
2452
  props = _MetricOptions_1788b62f(
2343
2453
  account=account,
2344
2454
  color=color,
2345
2455
  dimensions_map=dimensions_map,
2456
+ id=id,
2346
2457
  label=label,
2347
2458
  period=period,
2348
2459
  region=region,
@@ -2350,6 +2461,7 @@ class _IQueueProxy(
2350
2461
  stack_region=stack_region,
2351
2462
  statistic=statistic,
2352
2463
  unit=unit,
2464
+ visible=visible,
2353
2465
  )
2354
2466
 
2355
2467
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricNumberOfMessagesDeleted", [props]))
@@ -2361,6 +2473,7 @@ class _IQueueProxy(
2361
2473
  account: typing.Optional[builtins.str] = None,
2362
2474
  color: typing.Optional[builtins.str] = None,
2363
2475
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
2476
+ id: typing.Optional[builtins.str] = None,
2364
2477
  label: typing.Optional[builtins.str] = None,
2365
2478
  period: typing.Optional[_Duration_4839e8c3] = None,
2366
2479
  region: typing.Optional[builtins.str] = None,
@@ -2368,6 +2481,7 @@ class _IQueueProxy(
2368
2481
  stack_region: typing.Optional[builtins.str] = None,
2369
2482
  statistic: typing.Optional[builtins.str] = None,
2370
2483
  unit: typing.Optional[_Unit_61bc6f70] = None,
2484
+ visible: typing.Optional[builtins.bool] = None,
2371
2485
  ) -> _Metric_e396a4dc:
2372
2486
  '''The number of messages returned by calls to the ReceiveMessage action.
2373
2487
 
@@ -2376,6 +2490,7 @@ class _IQueueProxy(
2376
2490
  :param account: Account which this metric comes from. Default: - Deployment account.
2377
2491
  :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
2378
2492
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
2493
+ :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
2379
2494
  :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
2380
2495
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
2381
2496
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -2383,11 +2498,13 @@ class _IQueueProxy(
2383
2498
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
2384
2499
  :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
2385
2500
  :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
2501
+ :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
2386
2502
  '''
2387
2503
  props = _MetricOptions_1788b62f(
2388
2504
  account=account,
2389
2505
  color=color,
2390
2506
  dimensions_map=dimensions_map,
2507
+ id=id,
2391
2508
  label=label,
2392
2509
  period=period,
2393
2510
  region=region,
@@ -2395,6 +2512,7 @@ class _IQueueProxy(
2395
2512
  stack_region=stack_region,
2396
2513
  statistic=statistic,
2397
2514
  unit=unit,
2515
+ visible=visible,
2398
2516
  )
2399
2517
 
2400
2518
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricNumberOfMessagesReceived", [props]))
@@ -2406,6 +2524,7 @@ class _IQueueProxy(
2406
2524
  account: typing.Optional[builtins.str] = None,
2407
2525
  color: typing.Optional[builtins.str] = None,
2408
2526
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
2527
+ id: typing.Optional[builtins.str] = None,
2409
2528
  label: typing.Optional[builtins.str] = None,
2410
2529
  period: typing.Optional[_Duration_4839e8c3] = None,
2411
2530
  region: typing.Optional[builtins.str] = None,
@@ -2413,6 +2532,7 @@ class _IQueueProxy(
2413
2532
  stack_region: typing.Optional[builtins.str] = None,
2414
2533
  statistic: typing.Optional[builtins.str] = None,
2415
2534
  unit: typing.Optional[_Unit_61bc6f70] = None,
2535
+ visible: typing.Optional[builtins.bool] = None,
2416
2536
  ) -> _Metric_e396a4dc:
2417
2537
  '''The number of messages added to a queue.
2418
2538
 
@@ -2421,6 +2541,7 @@ class _IQueueProxy(
2421
2541
  :param account: Account which this metric comes from. Default: - Deployment account.
2422
2542
  :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
2423
2543
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
2544
+ :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
2424
2545
  :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
2425
2546
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
2426
2547
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -2428,11 +2549,13 @@ class _IQueueProxy(
2428
2549
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
2429
2550
  :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
2430
2551
  :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
2552
+ :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
2431
2553
  '''
2432
2554
  props = _MetricOptions_1788b62f(
2433
2555
  account=account,
2434
2556
  color=color,
2435
2557
  dimensions_map=dimensions_map,
2558
+ id=id,
2436
2559
  label=label,
2437
2560
  period=period,
2438
2561
  region=region,
@@ -2440,6 +2563,7 @@ class _IQueueProxy(
2440
2563
  stack_region=stack_region,
2441
2564
  statistic=statistic,
2442
2565
  unit=unit,
2566
+ visible=visible,
2443
2567
  )
2444
2568
 
2445
2569
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricNumberOfMessagesSent", [props]))
@@ -2451,6 +2575,7 @@ class _IQueueProxy(
2451
2575
  account: typing.Optional[builtins.str] = None,
2452
2576
  color: typing.Optional[builtins.str] = None,
2453
2577
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
2578
+ id: typing.Optional[builtins.str] = None,
2454
2579
  label: typing.Optional[builtins.str] = None,
2455
2580
  period: typing.Optional[_Duration_4839e8c3] = None,
2456
2581
  region: typing.Optional[builtins.str] = None,
@@ -2458,6 +2583,7 @@ class _IQueueProxy(
2458
2583
  stack_region: typing.Optional[builtins.str] = None,
2459
2584
  statistic: typing.Optional[builtins.str] = None,
2460
2585
  unit: typing.Optional[_Unit_61bc6f70] = None,
2586
+ visible: typing.Optional[builtins.bool] = None,
2461
2587
  ) -> _Metric_e396a4dc:
2462
2588
  '''The size of messages added to a queue.
2463
2589
 
@@ -2466,6 +2592,7 @@ class _IQueueProxy(
2466
2592
  :param account: Account which this metric comes from. Default: - Deployment account.
2467
2593
  :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
2468
2594
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
2595
+ :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
2469
2596
  :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
2470
2597
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
2471
2598
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -2473,11 +2600,13 @@ class _IQueueProxy(
2473
2600
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
2474
2601
  :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
2475
2602
  :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
2603
+ :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
2476
2604
  '''
2477
2605
  props = _MetricOptions_1788b62f(
2478
2606
  account=account,
2479
2607
  color=color,
2480
2608
  dimensions_map=dimensions_map,
2609
+ id=id,
2481
2610
  label=label,
2482
2611
  period=period,
2483
2612
  region=region,
@@ -2485,6 +2614,7 @@ class _IQueueProxy(
2485
2614
  stack_region=stack_region,
2486
2615
  statistic=statistic,
2487
2616
  unit=unit,
2617
+ visible=visible,
2488
2618
  )
2489
2619
 
2490
2620
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricSentMessageSize", [props]))
@@ -2768,6 +2898,7 @@ class QueueBase(
2768
2898
  account: typing.Optional[builtins.str] = None,
2769
2899
  color: typing.Optional[builtins.str] = None,
2770
2900
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
2901
+ id: typing.Optional[builtins.str] = None,
2771
2902
  label: typing.Optional[builtins.str] = None,
2772
2903
  period: typing.Optional[_Duration_4839e8c3] = None,
2773
2904
  region: typing.Optional[builtins.str] = None,
@@ -2775,6 +2906,7 @@ class QueueBase(
2775
2906
  stack_region: typing.Optional[builtins.str] = None,
2776
2907
  statistic: typing.Optional[builtins.str] = None,
2777
2908
  unit: typing.Optional[_Unit_61bc6f70] = None,
2909
+ visible: typing.Optional[builtins.bool] = None,
2778
2910
  ) -> _Metric_e396a4dc:
2779
2911
  '''Return the given named metric for this Queue.
2780
2912
 
@@ -2782,6 +2914,7 @@ class QueueBase(
2782
2914
  :param account: Account which this metric comes from. Default: - Deployment account.
2783
2915
  :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
2784
2916
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
2917
+ :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
2785
2918
  :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
2786
2919
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
2787
2920
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -2789,6 +2922,7 @@ class QueueBase(
2789
2922
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
2790
2923
  :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
2791
2924
  :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
2925
+ :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
2792
2926
  '''
2793
2927
  if __debug__:
2794
2928
  type_hints = typing.get_type_hints(_typecheckingstub__9ffb259ebfbf10975a9ae041468c8a95370628f64ddfb35eda3c5a406f766edf)
@@ -2797,6 +2931,7 @@ class QueueBase(
2797
2931
  account=account,
2798
2932
  color=color,
2799
2933
  dimensions_map=dimensions_map,
2934
+ id=id,
2800
2935
  label=label,
2801
2936
  period=period,
2802
2937
  region=region,
@@ -2804,6 +2939,7 @@ class QueueBase(
2804
2939
  stack_region=stack_region,
2805
2940
  statistic=statistic,
2806
2941
  unit=unit,
2942
+ visible=visible,
2807
2943
  )
2808
2944
 
2809
2945
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metric", [metric_name, props]))
@@ -2815,6 +2951,7 @@ class QueueBase(
2815
2951
  account: typing.Optional[builtins.str] = None,
2816
2952
  color: typing.Optional[builtins.str] = None,
2817
2953
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
2954
+ id: typing.Optional[builtins.str] = None,
2818
2955
  label: typing.Optional[builtins.str] = None,
2819
2956
  period: typing.Optional[_Duration_4839e8c3] = None,
2820
2957
  region: typing.Optional[builtins.str] = None,
@@ -2822,6 +2959,7 @@ class QueueBase(
2822
2959
  stack_region: typing.Optional[builtins.str] = None,
2823
2960
  statistic: typing.Optional[builtins.str] = None,
2824
2961
  unit: typing.Optional[_Unit_61bc6f70] = None,
2962
+ visible: typing.Optional[builtins.bool] = None,
2825
2963
  ) -> _Metric_e396a4dc:
2826
2964
  '''The approximate age of the oldest non-deleted message in the queue.
2827
2965
 
@@ -2830,6 +2968,7 @@ class QueueBase(
2830
2968
  :param account: Account which this metric comes from. Default: - Deployment account.
2831
2969
  :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
2832
2970
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
2971
+ :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
2833
2972
  :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
2834
2973
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
2835
2974
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -2837,11 +2976,13 @@ class QueueBase(
2837
2976
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
2838
2977
  :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
2839
2978
  :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
2979
+ :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
2840
2980
  '''
2841
2981
  props = _MetricOptions_1788b62f(
2842
2982
  account=account,
2843
2983
  color=color,
2844
2984
  dimensions_map=dimensions_map,
2985
+ id=id,
2845
2986
  label=label,
2846
2987
  period=period,
2847
2988
  region=region,
@@ -2849,6 +2990,7 @@ class QueueBase(
2849
2990
  stack_region=stack_region,
2850
2991
  statistic=statistic,
2851
2992
  unit=unit,
2993
+ visible=visible,
2852
2994
  )
2853
2995
 
2854
2996
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricApproximateAgeOfOldestMessage", [props]))
@@ -2860,6 +3002,7 @@ class QueueBase(
2860
3002
  account: typing.Optional[builtins.str] = None,
2861
3003
  color: typing.Optional[builtins.str] = None,
2862
3004
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
3005
+ id: typing.Optional[builtins.str] = None,
2863
3006
  label: typing.Optional[builtins.str] = None,
2864
3007
  period: typing.Optional[_Duration_4839e8c3] = None,
2865
3008
  region: typing.Optional[builtins.str] = None,
@@ -2867,6 +3010,7 @@ class QueueBase(
2867
3010
  stack_region: typing.Optional[builtins.str] = None,
2868
3011
  statistic: typing.Optional[builtins.str] = None,
2869
3012
  unit: typing.Optional[_Unit_61bc6f70] = None,
3013
+ visible: typing.Optional[builtins.bool] = None,
2870
3014
  ) -> _Metric_e396a4dc:
2871
3015
  '''The number of messages in the queue that are delayed and not available for reading immediately.
2872
3016
 
@@ -2875,6 +3019,7 @@ class QueueBase(
2875
3019
  :param account: Account which this metric comes from. Default: - Deployment account.
2876
3020
  :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
2877
3021
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
3022
+ :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
2878
3023
  :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
2879
3024
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
2880
3025
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -2882,11 +3027,13 @@ class QueueBase(
2882
3027
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
2883
3028
  :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
2884
3029
  :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
3030
+ :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
2885
3031
  '''
2886
3032
  props = _MetricOptions_1788b62f(
2887
3033
  account=account,
2888
3034
  color=color,
2889
3035
  dimensions_map=dimensions_map,
3036
+ id=id,
2890
3037
  label=label,
2891
3038
  period=period,
2892
3039
  region=region,
@@ -2894,6 +3041,7 @@ class QueueBase(
2894
3041
  stack_region=stack_region,
2895
3042
  statistic=statistic,
2896
3043
  unit=unit,
3044
+ visible=visible,
2897
3045
  )
2898
3046
 
2899
3047
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricApproximateNumberOfMessagesDelayed", [props]))
@@ -2905,6 +3053,7 @@ class QueueBase(
2905
3053
  account: typing.Optional[builtins.str] = None,
2906
3054
  color: typing.Optional[builtins.str] = None,
2907
3055
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
3056
+ id: typing.Optional[builtins.str] = None,
2908
3057
  label: typing.Optional[builtins.str] = None,
2909
3058
  period: typing.Optional[_Duration_4839e8c3] = None,
2910
3059
  region: typing.Optional[builtins.str] = None,
@@ -2912,6 +3061,7 @@ class QueueBase(
2912
3061
  stack_region: typing.Optional[builtins.str] = None,
2913
3062
  statistic: typing.Optional[builtins.str] = None,
2914
3063
  unit: typing.Optional[_Unit_61bc6f70] = None,
3064
+ visible: typing.Optional[builtins.bool] = None,
2915
3065
  ) -> _Metric_e396a4dc:
2916
3066
  '''The number of messages that are in flight.
2917
3067
 
@@ -2920,6 +3070,7 @@ class QueueBase(
2920
3070
  :param account: Account which this metric comes from. Default: - Deployment account.
2921
3071
  :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
2922
3072
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
3073
+ :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
2923
3074
  :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
2924
3075
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
2925
3076
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -2927,11 +3078,13 @@ class QueueBase(
2927
3078
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
2928
3079
  :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
2929
3080
  :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
3081
+ :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
2930
3082
  '''
2931
3083
  props = _MetricOptions_1788b62f(
2932
3084
  account=account,
2933
3085
  color=color,
2934
3086
  dimensions_map=dimensions_map,
3087
+ id=id,
2935
3088
  label=label,
2936
3089
  period=period,
2937
3090
  region=region,
@@ -2939,6 +3092,7 @@ class QueueBase(
2939
3092
  stack_region=stack_region,
2940
3093
  statistic=statistic,
2941
3094
  unit=unit,
3095
+ visible=visible,
2942
3096
  )
2943
3097
 
2944
3098
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricApproximateNumberOfMessagesNotVisible", [props]))
@@ -2950,6 +3104,7 @@ class QueueBase(
2950
3104
  account: typing.Optional[builtins.str] = None,
2951
3105
  color: typing.Optional[builtins.str] = None,
2952
3106
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
3107
+ id: typing.Optional[builtins.str] = None,
2953
3108
  label: typing.Optional[builtins.str] = None,
2954
3109
  period: typing.Optional[_Duration_4839e8c3] = None,
2955
3110
  region: typing.Optional[builtins.str] = None,
@@ -2957,6 +3112,7 @@ class QueueBase(
2957
3112
  stack_region: typing.Optional[builtins.str] = None,
2958
3113
  statistic: typing.Optional[builtins.str] = None,
2959
3114
  unit: typing.Optional[_Unit_61bc6f70] = None,
3115
+ visible: typing.Optional[builtins.bool] = None,
2960
3116
  ) -> _Metric_e396a4dc:
2961
3117
  '''The number of messages available for retrieval from the queue.
2962
3118
 
@@ -2965,6 +3121,7 @@ class QueueBase(
2965
3121
  :param account: Account which this metric comes from. Default: - Deployment account.
2966
3122
  :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
2967
3123
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
3124
+ :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
2968
3125
  :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
2969
3126
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
2970
3127
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -2972,11 +3129,13 @@ class QueueBase(
2972
3129
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
2973
3130
  :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
2974
3131
  :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
3132
+ :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
2975
3133
  '''
2976
3134
  props = _MetricOptions_1788b62f(
2977
3135
  account=account,
2978
3136
  color=color,
2979
3137
  dimensions_map=dimensions_map,
3138
+ id=id,
2980
3139
  label=label,
2981
3140
  period=period,
2982
3141
  region=region,
@@ -2984,6 +3143,7 @@ class QueueBase(
2984
3143
  stack_region=stack_region,
2985
3144
  statistic=statistic,
2986
3145
  unit=unit,
3146
+ visible=visible,
2987
3147
  )
2988
3148
 
2989
3149
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricApproximateNumberOfMessagesVisible", [props]))
@@ -2995,6 +3155,7 @@ class QueueBase(
2995
3155
  account: typing.Optional[builtins.str] = None,
2996
3156
  color: typing.Optional[builtins.str] = None,
2997
3157
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
3158
+ id: typing.Optional[builtins.str] = None,
2998
3159
  label: typing.Optional[builtins.str] = None,
2999
3160
  period: typing.Optional[_Duration_4839e8c3] = None,
3000
3161
  region: typing.Optional[builtins.str] = None,
@@ -3002,6 +3163,7 @@ class QueueBase(
3002
3163
  stack_region: typing.Optional[builtins.str] = None,
3003
3164
  statistic: typing.Optional[builtins.str] = None,
3004
3165
  unit: typing.Optional[_Unit_61bc6f70] = None,
3166
+ visible: typing.Optional[builtins.bool] = None,
3005
3167
  ) -> _Metric_e396a4dc:
3006
3168
  '''The number of ReceiveMessage API calls that did not return a message.
3007
3169
 
@@ -3010,6 +3172,7 @@ class QueueBase(
3010
3172
  :param account: Account which this metric comes from. Default: - Deployment account.
3011
3173
  :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
3012
3174
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
3175
+ :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
3013
3176
  :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
3014
3177
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
3015
3178
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -3017,11 +3180,13 @@ class QueueBase(
3017
3180
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
3018
3181
  :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
3019
3182
  :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
3183
+ :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
3020
3184
  '''
3021
3185
  props = _MetricOptions_1788b62f(
3022
3186
  account=account,
3023
3187
  color=color,
3024
3188
  dimensions_map=dimensions_map,
3189
+ id=id,
3025
3190
  label=label,
3026
3191
  period=period,
3027
3192
  region=region,
@@ -3029,6 +3194,7 @@ class QueueBase(
3029
3194
  stack_region=stack_region,
3030
3195
  statistic=statistic,
3031
3196
  unit=unit,
3197
+ visible=visible,
3032
3198
  )
3033
3199
 
3034
3200
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricNumberOfEmptyReceives", [props]))
@@ -3040,6 +3206,7 @@ class QueueBase(
3040
3206
  account: typing.Optional[builtins.str] = None,
3041
3207
  color: typing.Optional[builtins.str] = None,
3042
3208
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
3209
+ id: typing.Optional[builtins.str] = None,
3043
3210
  label: typing.Optional[builtins.str] = None,
3044
3211
  period: typing.Optional[_Duration_4839e8c3] = None,
3045
3212
  region: typing.Optional[builtins.str] = None,
@@ -3047,6 +3214,7 @@ class QueueBase(
3047
3214
  stack_region: typing.Optional[builtins.str] = None,
3048
3215
  statistic: typing.Optional[builtins.str] = None,
3049
3216
  unit: typing.Optional[_Unit_61bc6f70] = None,
3217
+ visible: typing.Optional[builtins.bool] = None,
3050
3218
  ) -> _Metric_e396a4dc:
3051
3219
  '''The number of messages deleted from the queue.
3052
3220
 
@@ -3055,6 +3223,7 @@ class QueueBase(
3055
3223
  :param account: Account which this metric comes from. Default: - Deployment account.
3056
3224
  :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
3057
3225
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
3226
+ :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
3058
3227
  :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
3059
3228
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
3060
3229
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -3062,11 +3231,13 @@ class QueueBase(
3062
3231
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
3063
3232
  :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
3064
3233
  :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
3234
+ :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
3065
3235
  '''
3066
3236
  props = _MetricOptions_1788b62f(
3067
3237
  account=account,
3068
3238
  color=color,
3069
3239
  dimensions_map=dimensions_map,
3240
+ id=id,
3070
3241
  label=label,
3071
3242
  period=period,
3072
3243
  region=region,
@@ -3074,6 +3245,7 @@ class QueueBase(
3074
3245
  stack_region=stack_region,
3075
3246
  statistic=statistic,
3076
3247
  unit=unit,
3248
+ visible=visible,
3077
3249
  )
3078
3250
 
3079
3251
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricNumberOfMessagesDeleted", [props]))
@@ -3085,6 +3257,7 @@ class QueueBase(
3085
3257
  account: typing.Optional[builtins.str] = None,
3086
3258
  color: typing.Optional[builtins.str] = None,
3087
3259
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
3260
+ id: typing.Optional[builtins.str] = None,
3088
3261
  label: typing.Optional[builtins.str] = None,
3089
3262
  period: typing.Optional[_Duration_4839e8c3] = None,
3090
3263
  region: typing.Optional[builtins.str] = None,
@@ -3092,6 +3265,7 @@ class QueueBase(
3092
3265
  stack_region: typing.Optional[builtins.str] = None,
3093
3266
  statistic: typing.Optional[builtins.str] = None,
3094
3267
  unit: typing.Optional[_Unit_61bc6f70] = None,
3268
+ visible: typing.Optional[builtins.bool] = None,
3095
3269
  ) -> _Metric_e396a4dc:
3096
3270
  '''The number of messages returned by calls to the ReceiveMessage action.
3097
3271
 
@@ -3100,6 +3274,7 @@ class QueueBase(
3100
3274
  :param account: Account which this metric comes from. Default: - Deployment account.
3101
3275
  :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
3102
3276
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
3277
+ :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
3103
3278
  :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
3104
3279
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
3105
3280
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -3107,11 +3282,13 @@ class QueueBase(
3107
3282
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
3108
3283
  :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
3109
3284
  :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
3285
+ :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
3110
3286
  '''
3111
3287
  props = _MetricOptions_1788b62f(
3112
3288
  account=account,
3113
3289
  color=color,
3114
3290
  dimensions_map=dimensions_map,
3291
+ id=id,
3115
3292
  label=label,
3116
3293
  period=period,
3117
3294
  region=region,
@@ -3119,6 +3296,7 @@ class QueueBase(
3119
3296
  stack_region=stack_region,
3120
3297
  statistic=statistic,
3121
3298
  unit=unit,
3299
+ visible=visible,
3122
3300
  )
3123
3301
 
3124
3302
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricNumberOfMessagesReceived", [props]))
@@ -3130,6 +3308,7 @@ class QueueBase(
3130
3308
  account: typing.Optional[builtins.str] = None,
3131
3309
  color: typing.Optional[builtins.str] = None,
3132
3310
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
3311
+ id: typing.Optional[builtins.str] = None,
3133
3312
  label: typing.Optional[builtins.str] = None,
3134
3313
  period: typing.Optional[_Duration_4839e8c3] = None,
3135
3314
  region: typing.Optional[builtins.str] = None,
@@ -3137,6 +3316,7 @@ class QueueBase(
3137
3316
  stack_region: typing.Optional[builtins.str] = None,
3138
3317
  statistic: typing.Optional[builtins.str] = None,
3139
3318
  unit: typing.Optional[_Unit_61bc6f70] = None,
3319
+ visible: typing.Optional[builtins.bool] = None,
3140
3320
  ) -> _Metric_e396a4dc:
3141
3321
  '''The number of messages added to a queue.
3142
3322
 
@@ -3145,6 +3325,7 @@ class QueueBase(
3145
3325
  :param account: Account which this metric comes from. Default: - Deployment account.
3146
3326
  :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
3147
3327
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
3328
+ :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
3148
3329
  :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
3149
3330
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
3150
3331
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -3152,11 +3333,13 @@ class QueueBase(
3152
3333
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
3153
3334
  :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
3154
3335
  :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
3336
+ :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
3155
3337
  '''
3156
3338
  props = _MetricOptions_1788b62f(
3157
3339
  account=account,
3158
3340
  color=color,
3159
3341
  dimensions_map=dimensions_map,
3342
+ id=id,
3160
3343
  label=label,
3161
3344
  period=period,
3162
3345
  region=region,
@@ -3164,6 +3347,7 @@ class QueueBase(
3164
3347
  stack_region=stack_region,
3165
3348
  statistic=statistic,
3166
3349
  unit=unit,
3350
+ visible=visible,
3167
3351
  )
3168
3352
 
3169
3353
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricNumberOfMessagesSent", [props]))
@@ -3175,6 +3359,7 @@ class QueueBase(
3175
3359
  account: typing.Optional[builtins.str] = None,
3176
3360
  color: typing.Optional[builtins.str] = None,
3177
3361
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
3362
+ id: typing.Optional[builtins.str] = None,
3178
3363
  label: typing.Optional[builtins.str] = None,
3179
3364
  period: typing.Optional[_Duration_4839e8c3] = None,
3180
3365
  region: typing.Optional[builtins.str] = None,
@@ -3182,6 +3367,7 @@ class QueueBase(
3182
3367
  stack_region: typing.Optional[builtins.str] = None,
3183
3368
  statistic: typing.Optional[builtins.str] = None,
3184
3369
  unit: typing.Optional[_Unit_61bc6f70] = None,
3370
+ visible: typing.Optional[builtins.bool] = None,
3185
3371
  ) -> _Metric_e396a4dc:
3186
3372
  '''The size of messages added to a queue.
3187
3373
 
@@ -3190,6 +3376,7 @@ class QueueBase(
3190
3376
  :param account: Account which this metric comes from. Default: - Deployment account.
3191
3377
  :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
3192
3378
  :param dimensions_map: Dimensions of the metric. Default: - No dimensions.
3379
+ :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
3193
3380
  :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
3194
3381
  :param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
3195
3382
  :param region: Region which this metric comes from. Default: - Deployment region.
@@ -3197,11 +3384,13 @@ class QueueBase(
3197
3384
  :param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
3198
3385
  :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
3199
3386
  :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
3387
+ :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
3200
3388
  '''
3201
3389
  props = _MetricOptions_1788b62f(
3202
3390
  account=account,
3203
3391
  color=color,
3204
3392
  dimensions_map=dimensions_map,
3393
+ id=id,
3205
3394
  label=label,
3206
3395
  period=period,
3207
3396
  region=region,
@@ -3209,6 +3398,7 @@ class QueueBase(
3209
3398
  stack_region=stack_region,
3210
3399
  statistic=statistic,
3211
3400
  unit=unit,
3401
+ visible=visible,
3212
3402
  )
3213
3403
 
3214
3404
  return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricSentMessageSize", [props]))
@@ -3559,7 +3749,7 @@ class QueueProps:
3559
3749
  :param enforce_ssl: Enforce encryption of data in transit. Default: false
3560
3750
  :param fifo: Whether this a first-in-first-out (FIFO) queue. Default: false, unless queueName ends in '.fifo' or 'contentBasedDeduplication' is true.
3561
3751
  :param fifo_throughput_limit: For high throughput for FIFO queues, specifies whether the FIFO queue throughput quota applies to the entire queue or per message group. (Only applies to FIFO queues.) Default: FifoThroughputLimit.PER_QUEUE
3562
- :param max_message_size_bytes: The limit of how many bytes that a message can contain before Amazon SQS rejects it. You can specify an integer value from 1024 bytes (1 KiB) to 262144 bytes (256 KiB). The default value is 262144 (256 KiB). Default: 256KiB
3752
+ :param max_message_size_bytes: The limit of how many bytes that a message can contain before Amazon SQS rejects it. You can specify an integer value from 1024 bytes (1 KiB) to 1048576 bytes (1 MiB). The default value is 1048576 (1 MiB). Default: 1MiB
3563
3753
  :param queue_name: A name for the queue. If specified and this is a FIFO queue, must end in the string '.fifo'. Default: CloudFormation-generated name
3564
3754
  :param receive_message_wait_time: Default wait time for ReceiveMessage calls. Does not wait if set to 0, otherwise waits this amount of seconds by default for messages to arrive. For more information, see Amazon SQS Long Poll. Default: 0
3565
3755
  :param redrive_allow_policy: The string that includes the parameters for the permissions for the dead-letter queue redrive permission and which source queues can specify dead-letter queues. Default: - All source queues can designate this queue as their dead-letter queue.
@@ -3768,10 +3958,10 @@ class QueueProps:
3768
3958
  def max_message_size_bytes(self) -> typing.Optional[jsii.Number]:
3769
3959
  '''The limit of how many bytes that a message can contain before Amazon SQS rejects it.
3770
3960
 
3771
- You can specify an integer value from 1024 bytes (1 KiB) to 262144 bytes
3772
- (256 KiB). The default value is 262144 (256 KiB).
3961
+ You can specify an integer value from 1024 bytes (1 KiB) to 1048576 bytes
3962
+ (1 MiB). The default value is 1048576 (1 MiB).
3773
3963
 
3774
- :default: 256KiB
3964
+ :default: 1MiB
3775
3965
  '''
3776
3966
  result = self._values.get("max_message_size_bytes")
3777
3967
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -4049,7 +4239,7 @@ class Queue(QueueBase, metaclass=jsii.JSIIMeta, jsii_type="aws-cdk-lib.aws_sqs.Q
4049
4239
  :param enforce_ssl: Enforce encryption of data in transit. Default: false
4050
4240
  :param fifo: Whether this a first-in-first-out (FIFO) queue. Default: false, unless queueName ends in '.fifo' or 'contentBasedDeduplication' is true.
4051
4241
  :param fifo_throughput_limit: For high throughput for FIFO queues, specifies whether the FIFO queue throughput quota applies to the entire queue or per message group. (Only applies to FIFO queues.) Default: FifoThroughputLimit.PER_QUEUE
4052
- :param max_message_size_bytes: The limit of how many bytes that a message can contain before Amazon SQS rejects it. You can specify an integer value from 1024 bytes (1 KiB) to 262144 bytes (256 KiB). The default value is 262144 (256 KiB). Default: 256KiB
4242
+ :param max_message_size_bytes: The limit of how many bytes that a message can contain before Amazon SQS rejects it. You can specify an integer value from 1024 bytes (1 KiB) to 1048576 bytes (1 MiB). The default value is 1048576 (1 MiB). Default: 1MiB
4053
4243
  :param queue_name: A name for the queue. If specified and this is a FIFO queue, must end in the string '.fifo'. Default: CloudFormation-generated name
4054
4244
  :param receive_message_wait_time: Default wait time for ReceiveMessage calls. Does not wait if set to 0, otherwise waits this amount of seconds by default for messages to arrive. For more information, see Amazon SQS Long Poll. Default: 0
4055
4245
  :param redrive_allow_policy: The string that includes the parameters for the permissions for the dead-letter queue redrive permission and which source queues can specify dead-letter queues. Default: - All source queues can designate this queue as their dead-letter queue.
@@ -4509,6 +4699,7 @@ def _typecheckingstub__0dc9d740764123624195584bb5156ec848518db29961d3251cb049c75
4509
4699
  account: typing.Optional[builtins.str] = None,
4510
4700
  color: typing.Optional[builtins.str] = None,
4511
4701
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
4702
+ id: typing.Optional[builtins.str] = None,
4512
4703
  label: typing.Optional[builtins.str] = None,
4513
4704
  period: typing.Optional[_Duration_4839e8c3] = None,
4514
4705
  region: typing.Optional[builtins.str] = None,
@@ -4516,6 +4707,7 @@ def _typecheckingstub__0dc9d740764123624195584bb5156ec848518db29961d3251cb049c75
4516
4707
  stack_region: typing.Optional[builtins.str] = None,
4517
4708
  statistic: typing.Optional[builtins.str] = None,
4518
4709
  unit: typing.Optional[_Unit_61bc6f70] = None,
4710
+ visible: typing.Optional[builtins.bool] = None,
4519
4711
  ) -> None:
4520
4712
  """Type checking stubs"""
4521
4713
  pass
@@ -4580,6 +4772,7 @@ def _typecheckingstub__9ffb259ebfbf10975a9ae041468c8a95370628f64ddfb35eda3c5a406
4580
4772
  account: typing.Optional[builtins.str] = None,
4581
4773
  color: typing.Optional[builtins.str] = None,
4582
4774
  dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
4775
+ id: typing.Optional[builtins.str] = None,
4583
4776
  label: typing.Optional[builtins.str] = None,
4584
4777
  period: typing.Optional[_Duration_4839e8c3] = None,
4585
4778
  region: typing.Optional[builtins.str] = None,
@@ -4587,6 +4780,7 @@ def _typecheckingstub__9ffb259ebfbf10975a9ae041468c8a95370628f64ddfb35eda3c5a406
4587
4780
  stack_region: typing.Optional[builtins.str] = None,
4588
4781
  statistic: typing.Optional[builtins.str] = None,
4589
4782
  unit: typing.Optional[_Unit_61bc6f70] = None,
4783
+ visible: typing.Optional[builtins.bool] = None,
4590
4784
  ) -> None:
4591
4785
  """Type checking stubs"""
4592
4786
  pass
@@ -4683,3 +4877,6 @@ def _typecheckingstub__a9862e31528c34c2563e80d85bfa20a337a750e48c60eb6be0292ef82
4683
4877
  ) -> None:
4684
4878
  """Type checking stubs"""
4685
4879
  pass
4880
+
4881
+ for cls in [IQueue]:
4882
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])