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
@@ -429,6 +429,46 @@ from ..aws_iam import (
429
429
  from ..aws_kinesisfirehose import IDeliveryStream as _IDeliveryStream_8f118861
430
430
  from ..aws_route53 import IPublicHostedZone as _IPublicHostedZone_9b6e7da4
431
431
  from ..aws_sns import ITopic as _ITopic_9eca4852
432
+ from ..interfaces.aws_ses import (
433
+ ConfigurationSetEventDestinationReference as _ConfigurationSetEventDestinationReference_122c29c6,
434
+ ConfigurationSetReference as _ConfigurationSetReference_07006bc6,
435
+ ContactListReference as _ContactListReference_5d48a523,
436
+ DedicatedIpPoolReference as _DedicatedIpPoolReference_05fca49e,
437
+ EmailIdentityReference as _EmailIdentityReference_f9b00141,
438
+ IConfigurationSetEventDestinationRef as _IConfigurationSetEventDestinationRef_937b7110,
439
+ IConfigurationSetRef as _IConfigurationSetRef_c4f30d41,
440
+ IContactListRef as _IContactListRef_1c876363,
441
+ IDedicatedIpPoolRef as _IDedicatedIpPoolRef_c0fd271c,
442
+ IEmailIdentityRef as _IEmailIdentityRef_317356c6,
443
+ IMailManagerAddonInstanceRef as _IMailManagerAddonInstanceRef_6d78bf1e,
444
+ IMailManagerAddonSubscriptionRef as _IMailManagerAddonSubscriptionRef_5202f9cc,
445
+ IMailManagerAddressListRef as _IMailManagerAddressListRef_60a1eed4,
446
+ IMailManagerArchiveRef as _IMailManagerArchiveRef_0d35e3dc,
447
+ IMailManagerIngressPointRef as _IMailManagerIngressPointRef_17ebca73,
448
+ IMailManagerRelayRef as _IMailManagerRelayRef_09ae75d1,
449
+ IMailManagerRuleSetRef as _IMailManagerRuleSetRef_4d1ad1a8,
450
+ IMailManagerTrafficPolicyRef as _IMailManagerTrafficPolicyRef_cb765a4d,
451
+ IMultiRegionEndpointRef as _IMultiRegionEndpointRef_cfd99631,
452
+ IReceiptFilterRef as _IReceiptFilterRef_dbfb106a,
453
+ IReceiptRuleRef as _IReceiptRuleRef_0f93d846,
454
+ IReceiptRuleSetRef as _IReceiptRuleSetRef_f6b881e9,
455
+ ITemplateRef as _ITemplateRef_efd84872,
456
+ IVdmAttributesRef as _IVdmAttributesRef_2d5b2489,
457
+ MailManagerAddonInstanceReference as _MailManagerAddonInstanceReference_b1f4c533,
458
+ MailManagerAddonSubscriptionReference as _MailManagerAddonSubscriptionReference_f9373ba3,
459
+ MailManagerAddressListReference as _MailManagerAddressListReference_107ed953,
460
+ MailManagerArchiveReference as _MailManagerArchiveReference_9422aa21,
461
+ MailManagerIngressPointReference as _MailManagerIngressPointReference_5c89c08c,
462
+ MailManagerRelayReference as _MailManagerRelayReference_655db003,
463
+ MailManagerRuleSetReference as _MailManagerRuleSetReference_5cca7d98,
464
+ MailManagerTrafficPolicyReference as _MailManagerTrafficPolicyReference_4209d122,
465
+ MultiRegionEndpointReference as _MultiRegionEndpointReference_887ccebf,
466
+ ReceiptFilterReference as _ReceiptFilterReference_d15ec7c1,
467
+ ReceiptRuleReference as _ReceiptRuleReference_2b9e9bb2,
468
+ ReceiptRuleSetReference as _ReceiptRuleSetReference_0daf31cb,
469
+ TemplateReference as _TemplateReference_cceb8bea,
470
+ VdmAttributesReference as _VdmAttributesReference_007eac2c,
471
+ )
432
472
 
433
473
 
434
474
  @jsii.data_type(
@@ -804,7 +844,7 @@ class ByoDkimOptions:
804
844
  )
805
845
 
806
846
 
807
- @jsii.implements(_IInspectable_c2943556)
847
+ @jsii.implements(_IInspectable_c2943556, _IConfigurationSetRef_c4f30d41, _ITaggableV2_4e6798f8)
808
848
  class CfnConfigurationSet(
809
849
  _CfnResource_9df397a6,
810
850
  metaclass=jsii.JSIIMeta,
@@ -853,6 +893,10 @@ class CfnConfigurationSet(
853
893
  suppression_options=ses.CfnConfigurationSet.SuppressionOptionsProperty(
854
894
  suppressed_reasons=["suppressedReasons"]
855
895
  ),
896
+ tags=[CfnTag(
897
+ key="key",
898
+ value="value"
899
+ )],
856
900
  tracking_options=ses.CfnConfigurationSet.TrackingOptionsProperty(
857
901
  custom_redirect_domain="customRedirectDomain",
858
902
  https_policy="httpsPolicy"
@@ -878,10 +922,12 @@ class CfnConfigurationSet(
878
922
  reputation_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnConfigurationSet.ReputationOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
879
923
  sending_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnConfigurationSet.SendingOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
880
924
  suppression_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnConfigurationSet.SuppressionOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
925
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
881
926
  tracking_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnConfigurationSet.TrackingOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
882
927
  vdm_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnConfigurationSet.VdmOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
883
928
  ) -> None:
884
- '''
929
+ '''Create a new ``AWS::SES::ConfigurationSet``.
930
+
885
931
  :param scope: Scope in which this resource is defined.
886
932
  :param id: Construct identifier for this resource (unique in its scope).
887
933
  :param delivery_options: Specifies the name of the dedicated IP pool to associate with the configuration set and whether messages that use the configuration set are required to use Transport Layer Security (TLS).
@@ -889,6 +935,7 @@ class CfnConfigurationSet(
889
935
  :param reputation_options: An object that defines whether or not Amazon SES collects reputation metrics for the emails that you send that use the configuration set.
890
936
  :param sending_options: An object that defines whether or not Amazon SES can send email that you send using the configuration set.
891
937
  :param suppression_options: An object that contains information about the suppression list preferences for your account.
938
+ :param tags: An array of objects that define the tags (keys and values) that are associated with the configuration set.
892
939
  :param tracking_options: An object that defines the open and click tracking options for emails that you send using the configuration set.
893
940
  :param vdm_options: The Virtual Deliverability Manager (VDM) options that apply to the configuration set.
894
941
  '''
@@ -902,12 +949,34 @@ class CfnConfigurationSet(
902
949
  reputation_options=reputation_options,
903
950
  sending_options=sending_options,
904
951
  suppression_options=suppression_options,
952
+ tags=tags,
905
953
  tracking_options=tracking_options,
906
954
  vdm_options=vdm_options,
907
955
  )
908
956
 
909
957
  jsii.create(self.__class__, self, [scope, id, props])
910
958
 
959
+ @jsii.member(jsii_name="fromConfigurationSetName")
960
+ @builtins.classmethod
961
+ def from_configuration_set_name(
962
+ cls,
963
+ scope: _constructs_77d1e7e8.Construct,
964
+ id: builtins.str,
965
+ configuration_set_name: builtins.str,
966
+ ) -> _IConfigurationSetRef_c4f30d41:
967
+ '''Creates a new IConfigurationSetRef from a configurationSetName.
968
+
969
+ :param scope: -
970
+ :param id: -
971
+ :param configuration_set_name: -
972
+ '''
973
+ if __debug__:
974
+ type_hints = typing.get_type_hints(_typecheckingstub__f7e0cde305853fb2c740f29455949111afc0143ce4346e290a5d583cd414e670)
975
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
976
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
977
+ check_type(argname="argument configuration_set_name", value=configuration_set_name, expected_type=type_hints["configuration_set_name"])
978
+ return typing.cast(_IConfigurationSetRef_c4f30d41, jsii.sinvoke(cls, "fromConfigurationSetName", [scope, id, configuration_set_name]))
979
+
911
980
  @jsii.member(jsii_name="inspect")
912
981
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
913
982
  '''Examines the CloudFormation resource and discloses attributes.
@@ -938,11 +1007,23 @@ class CfnConfigurationSet(
938
1007
  '''The CloudFormation resource type name for this resource class.'''
939
1008
  return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
940
1009
 
1010
+ @builtins.property
1011
+ @jsii.member(jsii_name="cdkTagManager")
1012
+ def cdk_tag_manager(self) -> _TagManager_0a598cb3:
1013
+ '''Tag Manager which manages the tags for this resource.'''
1014
+ return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
1015
+
941
1016
  @builtins.property
942
1017
  @jsii.member(jsii_name="cfnProperties")
943
1018
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
944
1019
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
945
1020
 
1021
+ @builtins.property
1022
+ @jsii.member(jsii_name="configurationSetRef")
1023
+ def configuration_set_ref(self) -> _ConfigurationSetReference_07006bc6:
1024
+ '''A reference to a ConfigurationSet resource.'''
1025
+ return typing.cast(_ConfigurationSetReference_07006bc6, jsii.get(self, "configurationSetRef"))
1026
+
946
1027
  @builtins.property
947
1028
  @jsii.member(jsii_name="deliveryOptions")
948
1029
  def delivery_options(
@@ -1031,6 +1112,19 @@ class CfnConfigurationSet(
1031
1112
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1032
1113
  jsii.set(self, "suppressionOptions", value) # pyright: ignore[reportArgumentType]
1033
1114
 
1115
+ @builtins.property
1116
+ @jsii.member(jsii_name="tags")
1117
+ def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
1118
+ '''An array of objects that define the tags (keys and values) that are associated with the configuration set.'''
1119
+ return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tags"))
1120
+
1121
+ @tags.setter
1122
+ def tags(self, value: typing.Optional[typing.List[_CfnTag_f6864754]]) -> None:
1123
+ if __debug__:
1124
+ type_hints = typing.get_type_hints(_typecheckingstub__c62b9f68ee9b0075b17aa0e2ad90c86281aa22d6d7e67129dbeee761ce2c5d4f)
1125
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1126
+ jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
1127
+
1034
1128
  @builtins.property
1035
1129
  @jsii.member(jsii_name="trackingOptions")
1036
1130
  def tracking_options(
@@ -1141,7 +1235,7 @@ class CfnConfigurationSet(
1141
1235
  ) -> None:
1142
1236
  '''Specifies the name of the dedicated IP pool to associate with the configuration set and whether messages that use the configuration set are required to use Transport Layer Security (TLS).
1143
1237
 
1144
- :param max_delivery_seconds: The maximum amount of time, in seconds, that Amazon SES API v2 will attempt delivery of email. If specified, the value must greater than or equal to 300 seconds (5 minutes) and less than or equal to 50400 seconds (840 minutes).
1238
+ :param max_delivery_seconds: The name of the configuration set used when sent through a configuration set with archiving enabled.
1145
1239
  :param sending_pool_name: The name of the dedicated IP pool to associate with the configuration set.
1146
1240
  :param tls_policy: Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is ``REQUIRE`` , messages are only delivered if a TLS connection can be established. If the value is ``OPTIONAL`` , messages can be delivered in plain text if a TLS connection can't be established. Valid Values: ``REQUIRE | OPTIONAL``
1147
1241
 
@@ -1175,9 +1269,7 @@ class CfnConfigurationSet(
1175
1269
 
1176
1270
  @builtins.property
1177
1271
  def max_delivery_seconds(self) -> typing.Optional[jsii.Number]:
1178
- '''The maximum amount of time, in seconds, that Amazon SES API v2 will attempt delivery of email.
1179
-
1180
- If specified, the value must greater than or equal to 300 seconds (5 minutes) and less than or equal to 50400 seconds (840 minutes).
1272
+ '''The name of the configuration set used when sent through a configuration set with archiving enabled.
1181
1273
 
1182
1274
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationset-deliveryoptions.html#cfn-ses-configurationset-deliveryoptions-maxdeliveryseconds
1183
1275
  '''
@@ -1474,7 +1566,7 @@ class CfnConfigurationSet(
1474
1566
  For more information, see `Configuring Custom Domains to Handle Open and Click Tracking <https://docs.aws.amazon.com/ses/latest/dg/configure-custom-open-click-domains.html>`_ in the *Amazon SES Developer Guide* .
1475
1567
 
1476
1568
  :param custom_redirect_domain: The custom subdomain that is used to redirect email recipients to the Amazon SES event tracking domain.
1477
- :param https_policy: The https policy to use for tracking open and click events.
1569
+ :param https_policy: The name of the configuration set used when sent through a configuration set with archiving enabled.
1478
1570
 
1479
1571
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationset-trackingoptions.html
1480
1572
  :exampleMetadata: fixture=_generated
@@ -1511,7 +1603,7 @@ class CfnConfigurationSet(
1511
1603
 
1512
1604
  @builtins.property
1513
1605
  def https_policy(self) -> typing.Optional[builtins.str]:
1514
- '''The https policy to use for tracking open and click events.
1606
+ '''The name of the configuration set used when sent through a configuration set with archiving enabled.
1515
1607
 
1516
1608
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationset-trackingoptions.html#cfn-ses-configurationset-trackingoptions-httpspolicy
1517
1609
  '''
@@ -1611,7 +1703,7 @@ class CfnConfigurationSet(
1611
1703
  )
1612
1704
 
1613
1705
 
1614
- @jsii.implements(_IInspectable_c2943556)
1706
+ @jsii.implements(_IInspectable_c2943556, _IConfigurationSetEventDestinationRef_937b7110)
1615
1707
  class CfnConfigurationSetEventDestination(
1616
1708
  _CfnResource_9df397a6,
1617
1709
  metaclass=jsii.JSIIMeta,
@@ -1670,7 +1762,8 @@ class CfnConfigurationSetEventDestination(
1670
1762
  configuration_set_name: builtins.str,
1671
1763
  event_destination: typing.Union[_IResolvable_da3f097b, typing.Union["CfnConfigurationSetEventDestination.EventDestinationProperty", typing.Dict[builtins.str, typing.Any]]],
1672
1764
  ) -> None:
1673
- '''
1765
+ '''Create a new ``AWS::SES::ConfigurationSetEventDestination``.
1766
+
1674
1767
  :param scope: Scope in which this resource is defined.
1675
1768
  :param id: Construct identifier for this resource (unique in its scope).
1676
1769
  :param configuration_set_name: The name of the configuration set that contains the event destination.
@@ -1730,6 +1823,14 @@ class CfnConfigurationSetEventDestination(
1730
1823
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
1731
1824
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
1732
1825
 
1826
+ @builtins.property
1827
+ @jsii.member(jsii_name="configurationSetEventDestinationRef")
1828
+ def configuration_set_event_destination_ref(
1829
+ self,
1830
+ ) -> _ConfigurationSetEventDestinationReference_122c29c6:
1831
+ '''A reference to a ConfigurationSetEventDestination resource.'''
1832
+ return typing.cast(_ConfigurationSetEventDestinationReference_122c29c6, jsii.get(self, "configurationSetEventDestinationRef"))
1833
+
1733
1834
  @builtins.property
1734
1835
  @jsii.member(jsii_name="configurationSetName")
1735
1836
  def configuration_set_name(self) -> builtins.str:
@@ -2429,6 +2530,7 @@ class CfnConfigurationSetEventDestinationProps:
2429
2530
  "reputation_options": "reputationOptions",
2430
2531
  "sending_options": "sendingOptions",
2431
2532
  "suppression_options": "suppressionOptions",
2533
+ "tags": "tags",
2432
2534
  "tracking_options": "trackingOptions",
2433
2535
  "vdm_options": "vdmOptions",
2434
2536
  },
@@ -2442,6 +2544,7 @@ class CfnConfigurationSetProps:
2442
2544
  reputation_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnConfigurationSet.ReputationOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
2443
2545
  sending_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnConfigurationSet.SendingOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
2444
2546
  suppression_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnConfigurationSet.SuppressionOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
2547
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
2445
2548
  tracking_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnConfigurationSet.TrackingOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
2446
2549
  vdm_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnConfigurationSet.VdmOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
2447
2550
  ) -> None:
@@ -2452,6 +2555,7 @@ class CfnConfigurationSetProps:
2452
2555
  :param reputation_options: An object that defines whether or not Amazon SES collects reputation metrics for the emails that you send that use the configuration set.
2453
2556
  :param sending_options: An object that defines whether or not Amazon SES can send email that you send using the configuration set.
2454
2557
  :param suppression_options: An object that contains information about the suppression list preferences for your account.
2558
+ :param tags: An array of objects that define the tags (keys and values) that are associated with the configuration set.
2455
2559
  :param tracking_options: An object that defines the open and click tracking options for emails that you send using the configuration set.
2456
2560
  :param vdm_options: The Virtual Deliverability Manager (VDM) options that apply to the configuration set.
2457
2561
 
@@ -2480,6 +2584,10 @@ class CfnConfigurationSetProps:
2480
2584
  suppression_options=ses.CfnConfigurationSet.SuppressionOptionsProperty(
2481
2585
  suppressed_reasons=["suppressedReasons"]
2482
2586
  ),
2587
+ tags=[CfnTag(
2588
+ key="key",
2589
+ value="value"
2590
+ )],
2483
2591
  tracking_options=ses.CfnConfigurationSet.TrackingOptionsProperty(
2484
2592
  custom_redirect_domain="customRedirectDomain",
2485
2593
  https_policy="httpsPolicy"
@@ -2501,6 +2609,7 @@ class CfnConfigurationSetProps:
2501
2609
  check_type(argname="argument reputation_options", value=reputation_options, expected_type=type_hints["reputation_options"])
2502
2610
  check_type(argname="argument sending_options", value=sending_options, expected_type=type_hints["sending_options"])
2503
2611
  check_type(argname="argument suppression_options", value=suppression_options, expected_type=type_hints["suppression_options"])
2612
+ check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
2504
2613
  check_type(argname="argument tracking_options", value=tracking_options, expected_type=type_hints["tracking_options"])
2505
2614
  check_type(argname="argument vdm_options", value=vdm_options, expected_type=type_hints["vdm_options"])
2506
2615
  self._values: typing.Dict[builtins.str, typing.Any] = {}
@@ -2514,6 +2623,8 @@ class CfnConfigurationSetProps:
2514
2623
  self._values["sending_options"] = sending_options
2515
2624
  if suppression_options is not None:
2516
2625
  self._values["suppression_options"] = suppression_options
2626
+ if tags is not None:
2627
+ self._values["tags"] = tags
2517
2628
  if tracking_options is not None:
2518
2629
  self._values["tracking_options"] = tracking_options
2519
2630
  if vdm_options is not None:
@@ -2575,6 +2686,15 @@ class CfnConfigurationSetProps:
2575
2686
  result = self._values.get("suppression_options")
2576
2687
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, CfnConfigurationSet.SuppressionOptionsProperty]], result)
2577
2688
 
2689
+ @builtins.property
2690
+ def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
2691
+ '''An array of objects that define the tags (keys and values) that are associated with the configuration set.
2692
+
2693
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationset.html#cfn-ses-configurationset-tags
2694
+ '''
2695
+ result = self._values.get("tags")
2696
+ return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], result)
2697
+
2578
2698
  @builtins.property
2579
2699
  def tracking_options(
2580
2700
  self,
@@ -2609,7 +2729,7 @@ class CfnConfigurationSetProps:
2609
2729
  )
2610
2730
 
2611
2731
 
2612
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
2732
+ @jsii.implements(_IInspectable_c2943556, _IContactListRef_1c876363, _ITaggable_36806126)
2613
2733
  class CfnContactList(
2614
2734
  _CfnResource_9df397a6,
2615
2735
  metaclass=jsii.JSIIMeta,
@@ -2655,7 +2775,8 @@ class CfnContactList(
2655
2775
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
2656
2776
  topics: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnContactList.TopicProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
2657
2777
  ) -> None:
2658
- '''
2778
+ '''Create a new ``AWS::SES::ContactList``.
2779
+
2659
2780
  :param scope: Scope in which this resource is defined.
2660
2781
  :param id: Construct identifier for this resource (unique in its scope).
2661
2782
  :param contact_list_name: The name of the contact list.
@@ -2676,6 +2797,27 @@ class CfnContactList(
2676
2797
 
2677
2798
  jsii.create(self.__class__, self, [scope, id, props])
2678
2799
 
2800
+ @jsii.member(jsii_name="fromContactListName")
2801
+ @builtins.classmethod
2802
+ def from_contact_list_name(
2803
+ cls,
2804
+ scope: _constructs_77d1e7e8.Construct,
2805
+ id: builtins.str,
2806
+ contact_list_name: builtins.str,
2807
+ ) -> _IContactListRef_1c876363:
2808
+ '''Creates a new IContactListRef from a contactListName.
2809
+
2810
+ :param scope: -
2811
+ :param id: -
2812
+ :param contact_list_name: -
2813
+ '''
2814
+ if __debug__:
2815
+ type_hints = typing.get_type_hints(_typecheckingstub__3b19a50d34c95519a9d081d656ff2b1634828c7fe7a66b655cd9cb5360e9e3f6)
2816
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
2817
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
2818
+ check_type(argname="argument contact_list_name", value=contact_list_name, expected_type=type_hints["contact_list_name"])
2819
+ return typing.cast(_IContactListRef_1c876363, jsii.sinvoke(cls, "fromContactListName", [scope, id, contact_list_name]))
2820
+
2679
2821
  @jsii.member(jsii_name="inspect")
2680
2822
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
2681
2823
  '''Examines the CloudFormation resource and discloses attributes.
@@ -2711,6 +2853,12 @@ class CfnContactList(
2711
2853
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
2712
2854
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
2713
2855
 
2856
+ @builtins.property
2857
+ @jsii.member(jsii_name="contactListRef")
2858
+ def contact_list_ref(self) -> _ContactListReference_5d48a523:
2859
+ '''A reference to a ContactList resource.'''
2860
+ return typing.cast(_ContactListReference_5d48a523, jsii.get(self, "contactListRef"))
2861
+
2714
2862
  @builtins.property
2715
2863
  @jsii.member(jsii_name="tags")
2716
2864
  def tags(self) -> _TagManager_0a598cb3:
@@ -3005,7 +3153,7 @@ class CfnContactListProps:
3005
3153
  )
3006
3154
 
3007
3155
 
3008
- @jsii.implements(_IInspectable_c2943556)
3156
+ @jsii.implements(_IInspectable_c2943556, _IDedicatedIpPoolRef_c0fd271c, _ITaggableV2_4e6798f8)
3009
3157
  class CfnDedicatedIpPool(
3010
3158
  _CfnResource_9df397a6,
3011
3159
  metaclass=jsii.JSIIMeta,
@@ -3030,7 +3178,11 @@ class CfnDedicatedIpPool(
3030
3178
 
3031
3179
  cfn_dedicated_ip_pool = ses.CfnDedicatedIpPool(self, "MyCfnDedicatedIpPool",
3032
3180
  pool_name="poolName",
3033
- scaling_mode="scalingMode"
3181
+ scaling_mode="scalingMode",
3182
+ tags=[CfnTag(
3183
+ key="key",
3184
+ value="value"
3185
+ )]
3034
3186
  )
3035
3187
  '''
3036
3188
 
@@ -3041,18 +3193,23 @@ class CfnDedicatedIpPool(
3041
3193
  *,
3042
3194
  pool_name: typing.Optional[builtins.str] = None,
3043
3195
  scaling_mode: typing.Optional[builtins.str] = None,
3196
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
3044
3197
  ) -> None:
3045
- '''
3198
+ '''Create a new ``AWS::SES::DedicatedIpPool``.
3199
+
3046
3200
  :param scope: Scope in which this resource is defined.
3047
3201
  :param id: Construct identifier for this resource (unique in its scope).
3048
3202
  :param pool_name: The name of the dedicated IP pool that the IP address is associated with.
3049
3203
  :param scaling_mode: The type of scaling mode. The following options are available: - ``STANDARD`` - The customer controls which IPs are part of the dedicated IP pool. - ``MANAGED`` - The reputation and number of IPs are automatically managed by Amazon SES . The ``STANDARD`` option is selected by default if no value is specified. .. epigraph:: Updating *ScalingMode* doesn't require a replacement if you're updating its value from ``STANDARD`` to ``MANAGED`` . However, updating *ScalingMode* from ``MANAGED`` to ``STANDARD`` is not supported.
3204
+ :param tags: An object that defines the tags (keys and values) that you want to associate with the pool.
3050
3205
  '''
3051
3206
  if __debug__:
3052
3207
  type_hints = typing.get_type_hints(_typecheckingstub__86a024e58c5549e30a3beca5bb152d09219a0cb42e6e02b0e95395595c9930e2)
3053
3208
  check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
3054
3209
  check_type(argname="argument id", value=id, expected_type=type_hints["id"])
3055
- props = CfnDedicatedIpPoolProps(pool_name=pool_name, scaling_mode=scaling_mode)
3210
+ props = CfnDedicatedIpPoolProps(
3211
+ pool_name=pool_name, scaling_mode=scaling_mode, tags=tags
3212
+ )
3056
3213
 
3057
3214
  jsii.create(self.__class__, self, [scope, id, props])
3058
3215
 
@@ -3086,11 +3243,23 @@ class CfnDedicatedIpPool(
3086
3243
  '''The CloudFormation resource type name for this resource class.'''
3087
3244
  return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
3088
3245
 
3246
+ @builtins.property
3247
+ @jsii.member(jsii_name="cdkTagManager")
3248
+ def cdk_tag_manager(self) -> _TagManager_0a598cb3:
3249
+ '''Tag Manager which manages the tags for this resource.'''
3250
+ return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
3251
+
3089
3252
  @builtins.property
3090
3253
  @jsii.member(jsii_name="cfnProperties")
3091
3254
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
3092
3255
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
3093
3256
 
3257
+ @builtins.property
3258
+ @jsii.member(jsii_name="dedicatedIpPoolRef")
3259
+ def dedicated_ip_pool_ref(self) -> _DedicatedIpPoolReference_05fca49e:
3260
+ '''A reference to a DedicatedIpPool resource.'''
3261
+ return typing.cast(_DedicatedIpPoolReference_05fca49e, jsii.get(self, "dedicatedIpPoolRef"))
3262
+
3094
3263
  @builtins.property
3095
3264
  @jsii.member(jsii_name="poolName")
3096
3265
  def pool_name(self) -> typing.Optional[builtins.str]:
@@ -3117,11 +3286,28 @@ class CfnDedicatedIpPool(
3117
3286
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
3118
3287
  jsii.set(self, "scalingMode", value) # pyright: ignore[reportArgumentType]
3119
3288
 
3289
+ @builtins.property
3290
+ @jsii.member(jsii_name="tags")
3291
+ def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
3292
+ '''An object that defines the tags (keys and values) that you want to associate with the pool.'''
3293
+ return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tags"))
3294
+
3295
+ @tags.setter
3296
+ def tags(self, value: typing.Optional[typing.List[_CfnTag_f6864754]]) -> None:
3297
+ if __debug__:
3298
+ type_hints = typing.get_type_hints(_typecheckingstub__fdfb8383d85d605dbc464ac070d5b1dbd7acd9e899b479c712bf9f4e9432f8d8)
3299
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
3300
+ jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
3301
+
3120
3302
 
3121
3303
  @jsii.data_type(
3122
3304
  jsii_type="aws-cdk-lib.aws_ses.CfnDedicatedIpPoolProps",
3123
3305
  jsii_struct_bases=[],
3124
- name_mapping={"pool_name": "poolName", "scaling_mode": "scalingMode"},
3306
+ name_mapping={
3307
+ "pool_name": "poolName",
3308
+ "scaling_mode": "scalingMode",
3309
+ "tags": "tags",
3310
+ },
3125
3311
  )
3126
3312
  class CfnDedicatedIpPoolProps:
3127
3313
  def __init__(
@@ -3129,11 +3315,13 @@ class CfnDedicatedIpPoolProps:
3129
3315
  *,
3130
3316
  pool_name: typing.Optional[builtins.str] = None,
3131
3317
  scaling_mode: typing.Optional[builtins.str] = None,
3318
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
3132
3319
  ) -> None:
3133
3320
  '''Properties for defining a ``CfnDedicatedIpPool``.
3134
3321
 
3135
3322
  :param pool_name: The name of the dedicated IP pool that the IP address is associated with.
3136
3323
  :param scaling_mode: The type of scaling mode. The following options are available: - ``STANDARD`` - The customer controls which IPs are part of the dedicated IP pool. - ``MANAGED`` - The reputation and number of IPs are automatically managed by Amazon SES . The ``STANDARD`` option is selected by default if no value is specified. .. epigraph:: Updating *ScalingMode* doesn't require a replacement if you're updating its value from ``STANDARD`` to ``MANAGED`` . However, updating *ScalingMode* from ``MANAGED`` to ``STANDARD`` is not supported.
3324
+ :param tags: An object that defines the tags (keys and values) that you want to associate with the pool.
3137
3325
 
3138
3326
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-dedicatedippool.html
3139
3327
  :exampleMetadata: fixture=_generated
@@ -3146,18 +3334,25 @@ class CfnDedicatedIpPoolProps:
3146
3334
 
3147
3335
  cfn_dedicated_ip_pool_props = ses.CfnDedicatedIpPoolProps(
3148
3336
  pool_name="poolName",
3149
- scaling_mode="scalingMode"
3337
+ scaling_mode="scalingMode",
3338
+ tags=[CfnTag(
3339
+ key="key",
3340
+ value="value"
3341
+ )]
3150
3342
  )
3151
3343
  '''
3152
3344
  if __debug__:
3153
3345
  type_hints = typing.get_type_hints(_typecheckingstub__ea1a308c0c75c9aabf33c8c8b6378da7534f946eff787acdd2dc100f0b482f56)
3154
3346
  check_type(argname="argument pool_name", value=pool_name, expected_type=type_hints["pool_name"])
3155
3347
  check_type(argname="argument scaling_mode", value=scaling_mode, expected_type=type_hints["scaling_mode"])
3348
+ check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
3156
3349
  self._values: typing.Dict[builtins.str, typing.Any] = {}
3157
3350
  if pool_name is not None:
3158
3351
  self._values["pool_name"] = pool_name
3159
3352
  if scaling_mode is not None:
3160
3353
  self._values["scaling_mode"] = scaling_mode
3354
+ if tags is not None:
3355
+ self._values["tags"] = tags
3161
3356
 
3162
3357
  @builtins.property
3163
3358
  def pool_name(self) -> typing.Optional[builtins.str]:
@@ -3187,6 +3382,15 @@ class CfnDedicatedIpPoolProps:
3187
3382
  result = self._values.get("scaling_mode")
3188
3383
  return typing.cast(typing.Optional[builtins.str], result)
3189
3384
 
3385
+ @builtins.property
3386
+ def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
3387
+ '''An object that defines the tags (keys and values) that you want to associate with the pool.
3388
+
3389
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-dedicatedippool.html#cfn-ses-dedicatedippool-tags
3390
+ '''
3391
+ result = self._values.get("tags")
3392
+ return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], result)
3393
+
3190
3394
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
3191
3395
  return isinstance(rhs, self.__class__) and rhs._values == self._values
3192
3396
 
@@ -3199,7 +3403,7 @@ class CfnDedicatedIpPoolProps:
3199
3403
  )
3200
3404
 
3201
3405
 
3202
- @jsii.implements(_IInspectable_c2943556)
3406
+ @jsii.implements(_IInspectable_c2943556, _IEmailIdentityRef_317356c6, _ITaggableV2_4e6798f8)
3203
3407
  class CfnEmailIdentity(
3204
3408
  _CfnResource_9df397a6,
3205
3409
  metaclass=jsii.JSIIMeta,
@@ -3246,7 +3450,11 @@ class CfnEmailIdentity(
3246
3450
  mail_from_attributes=ses.CfnEmailIdentity.MailFromAttributesProperty(
3247
3451
  behavior_on_mx_failure="behaviorOnMxFailure",
3248
3452
  mail_from_domain="mailFromDomain"
3249
- )
3453
+ ),
3454
+ tags=[CfnTag(
3455
+ key="key",
3456
+ value="value"
3457
+ )]
3250
3458
  )
3251
3459
  '''
3252
3460
 
@@ -3261,8 +3469,10 @@ class CfnEmailIdentity(
3261
3469
  dkim_signing_attributes: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnEmailIdentity.DkimSigningAttributesProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
3262
3470
  feedback_attributes: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnEmailIdentity.FeedbackAttributesProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
3263
3471
  mail_from_attributes: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnEmailIdentity.MailFromAttributesProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
3472
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
3264
3473
  ) -> None:
3265
- '''
3474
+ '''Create a new ``AWS::SES::EmailIdentity``.
3475
+
3266
3476
  :param scope: Scope in which this resource is defined.
3267
3477
  :param id: Construct identifier for this resource (unique in its scope).
3268
3478
  :param email_identity: The email address or domain to verify.
@@ -3271,6 +3481,7 @@ class CfnEmailIdentity(
3271
3481
  :param dkim_signing_attributes: If your request includes this object, Amazon SES configures the identity to use Bring Your Own DKIM (BYODKIM) for DKIM authentication purposes, or, configures the key length to be used for `Easy DKIM <https://docs.aws.amazon.com/ses/latest/DeveloperGuide/easy-dkim.html>`_ . You can only specify this object if the email identity is a domain, as opposed to an address.
3272
3482
  :param feedback_attributes: Used to enable or disable feedback forwarding for an identity.
3273
3483
  :param mail_from_attributes: Used to enable or disable the custom Mail-From domain configuration for an email identity.
3484
+ :param tags: An array of objects that define the tags (keys and values) to associate with the email identity.
3274
3485
  '''
3275
3486
  if __debug__:
3276
3487
  type_hints = typing.get_type_hints(_typecheckingstub__6dd153888b73988faf47365b573ef9e102d03faf2ff7fc2112c9b85962c0cc81)
@@ -3283,6 +3494,7 @@ class CfnEmailIdentity(
3283
3494
  dkim_signing_attributes=dkim_signing_attributes,
3284
3495
  feedback_attributes=feedback_attributes,
3285
3496
  mail_from_attributes=mail_from_attributes,
3497
+ tags=tags,
3286
3498
  )
3287
3499
 
3288
3500
  jsii.create(self.__class__, self, [scope, id, props])
@@ -3371,11 +3583,23 @@ class CfnEmailIdentity(
3371
3583
  '''
3372
3584
  return typing.cast(builtins.str, jsii.get(self, "attrDkimDnsTokenValue3"))
3373
3585
 
3586
+ @builtins.property
3587
+ @jsii.member(jsii_name="cdkTagManager")
3588
+ def cdk_tag_manager(self) -> _TagManager_0a598cb3:
3589
+ '''Tag Manager which manages the tags for this resource.'''
3590
+ return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
3591
+
3374
3592
  @builtins.property
3375
3593
  @jsii.member(jsii_name="cfnProperties")
3376
3594
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
3377
3595
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
3378
3596
 
3597
+ @builtins.property
3598
+ @jsii.member(jsii_name="emailIdentityRef")
3599
+ def email_identity_ref(self) -> _EmailIdentityReference_f9b00141:
3600
+ '''A reference to a EmailIdentity resource.'''
3601
+ return typing.cast(_EmailIdentityReference_f9b00141, jsii.get(self, "emailIdentityRef"))
3602
+
3379
3603
  @builtins.property
3380
3604
  @jsii.member(jsii_name="emailIdentity")
3381
3605
  def email_identity(self) -> builtins.str:
@@ -3479,6 +3703,19 @@ class CfnEmailIdentity(
3479
3703
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
3480
3704
  jsii.set(self, "mailFromAttributes", value) # pyright: ignore[reportArgumentType]
3481
3705
 
3706
+ @builtins.property
3707
+ @jsii.member(jsii_name="tags")
3708
+ def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
3709
+ '''An array of objects that define the tags (keys and values) to associate with the email identity.'''
3710
+ return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tags"))
3711
+
3712
+ @tags.setter
3713
+ def tags(self, value: typing.Optional[typing.List[_CfnTag_f6864754]]) -> None:
3714
+ if __debug__:
3715
+ type_hints = typing.get_type_hints(_typecheckingstub__734a5169a3a8e4af6fa9920987d51d19a7ae6a49e4504934eb9c54d8bf21aa81)
3716
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
3717
+ jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
3718
+
3482
3719
  @jsii.data_type(
3483
3720
  jsii_type="aws-cdk-lib.aws_ses.CfnEmailIdentity.ConfigurationSetAttributesProperty",
3484
3721
  jsii_struct_bases=[],
@@ -3861,6 +4098,7 @@ class CfnEmailIdentity(
3861
4098
  "dkim_signing_attributes": "dkimSigningAttributes",
3862
4099
  "feedback_attributes": "feedbackAttributes",
3863
4100
  "mail_from_attributes": "mailFromAttributes",
4101
+ "tags": "tags",
3864
4102
  },
3865
4103
  )
3866
4104
  class CfnEmailIdentityProps:
@@ -3873,6 +4111,7 @@ class CfnEmailIdentityProps:
3873
4111
  dkim_signing_attributes: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnEmailIdentity.DkimSigningAttributesProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
3874
4112
  feedback_attributes: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnEmailIdentity.FeedbackAttributesProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
3875
4113
  mail_from_attributes: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnEmailIdentity.MailFromAttributesProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
4114
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
3876
4115
  ) -> None:
3877
4116
  '''Properties for defining a ``CfnEmailIdentity``.
3878
4117
 
@@ -3882,6 +4121,7 @@ class CfnEmailIdentityProps:
3882
4121
  :param dkim_signing_attributes: If your request includes this object, Amazon SES configures the identity to use Bring Your Own DKIM (BYODKIM) for DKIM authentication purposes, or, configures the key length to be used for `Easy DKIM <https://docs.aws.amazon.com/ses/latest/DeveloperGuide/easy-dkim.html>`_ . You can only specify this object if the email identity is a domain, as opposed to an address.
3883
4122
  :param feedback_attributes: Used to enable or disable feedback forwarding for an identity.
3884
4123
  :param mail_from_attributes: Used to enable or disable the custom Mail-From domain configuration for an email identity.
4124
+ :param tags: An array of objects that define the tags (keys and values) to associate with the email identity.
3885
4125
 
3886
4126
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-emailidentity.html
3887
4127
  :exampleMetadata: fixture=_generated
@@ -3913,7 +4153,11 @@ class CfnEmailIdentityProps:
3913
4153
  mail_from_attributes=ses.CfnEmailIdentity.MailFromAttributesProperty(
3914
4154
  behavior_on_mx_failure="behaviorOnMxFailure",
3915
4155
  mail_from_domain="mailFromDomain"
3916
- )
4156
+ ),
4157
+ tags=[CfnTag(
4158
+ key="key",
4159
+ value="value"
4160
+ )]
3917
4161
  )
3918
4162
  '''
3919
4163
  if __debug__:
@@ -3924,6 +4168,7 @@ class CfnEmailIdentityProps:
3924
4168
  check_type(argname="argument dkim_signing_attributes", value=dkim_signing_attributes, expected_type=type_hints["dkim_signing_attributes"])
3925
4169
  check_type(argname="argument feedback_attributes", value=feedback_attributes, expected_type=type_hints["feedback_attributes"])
3926
4170
  check_type(argname="argument mail_from_attributes", value=mail_from_attributes, expected_type=type_hints["mail_from_attributes"])
4171
+ check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
3927
4172
  self._values: typing.Dict[builtins.str, typing.Any] = {
3928
4173
  "email_identity": email_identity,
3929
4174
  }
@@ -3937,6 +4182,8 @@ class CfnEmailIdentityProps:
3937
4182
  self._values["feedback_attributes"] = feedback_attributes
3938
4183
  if mail_from_attributes is not None:
3939
4184
  self._values["mail_from_attributes"] = mail_from_attributes
4185
+ if tags is not None:
4186
+ self._values["tags"] = tags
3940
4187
 
3941
4188
  @builtins.property
3942
4189
  def email_identity(self) -> builtins.str:
@@ -4005,6 +4252,15 @@ class CfnEmailIdentityProps:
4005
4252
  result = self._values.get("mail_from_attributes")
4006
4253
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, CfnEmailIdentity.MailFromAttributesProperty]], result)
4007
4254
 
4255
+ @builtins.property
4256
+ def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
4257
+ '''An array of objects that define the tags (keys and values) to associate with the email identity.
4258
+
4259
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-emailidentity.html#cfn-ses-emailidentity-tags
4260
+ '''
4261
+ result = self._values.get("tags")
4262
+ return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], result)
4263
+
4008
4264
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
4009
4265
  return isinstance(rhs, self.__class__) and rhs._values == self._values
4010
4266
 
@@ -4017,7 +4273,7 @@ class CfnEmailIdentityProps:
4017
4273
  )
4018
4274
 
4019
4275
 
4020
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
4276
+ @jsii.implements(_IInspectable_c2943556, _IMailManagerAddonInstanceRef_6d78bf1e, _ITaggableV2_4e6798f8)
4021
4277
  class CfnMailManagerAddonInstance(
4022
4278
  _CfnResource_9df397a6,
4023
4279
  metaclass=jsii.JSIIMeta,
@@ -4056,7 +4312,8 @@ class CfnMailManagerAddonInstance(
4056
4312
  addon_subscription_id: builtins.str,
4057
4313
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
4058
4314
  ) -> None:
4059
- '''
4315
+ '''Create a new ``AWS::SES::MailManagerAddonInstance``.
4316
+
4060
4317
  :param scope: Scope in which this resource is defined.
4061
4318
  :param id: Construct identifier for this resource (unique in its scope).
4062
4319
  :param addon_subscription_id: The subscription ID for the instance.
@@ -4072,6 +4329,27 @@ class CfnMailManagerAddonInstance(
4072
4329
 
4073
4330
  jsii.create(self.__class__, self, [scope, id, props])
4074
4331
 
4332
+ @jsii.member(jsii_name="fromAddonInstanceId")
4333
+ @builtins.classmethod
4334
+ def from_addon_instance_id(
4335
+ cls,
4336
+ scope: _constructs_77d1e7e8.Construct,
4337
+ id: builtins.str,
4338
+ addon_instance_id: builtins.str,
4339
+ ) -> _IMailManagerAddonInstanceRef_6d78bf1e:
4340
+ '''Creates a new IMailManagerAddonInstanceRef from a addonInstanceId.
4341
+
4342
+ :param scope: -
4343
+ :param id: -
4344
+ :param addon_instance_id: -
4345
+ '''
4346
+ if __debug__:
4347
+ type_hints = typing.get_type_hints(_typecheckingstub__4b82d982a648e92902a374694f84ff5e1fb61a1267dc909d615a37c7e086d706)
4348
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
4349
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
4350
+ check_type(argname="argument addon_instance_id", value=addon_instance_id, expected_type=type_hints["addon_instance_id"])
4351
+ return typing.cast(_IMailManagerAddonInstanceRef_6d78bf1e, jsii.sinvoke(cls, "fromAddonInstanceId", [scope, id, addon_instance_id]))
4352
+
4075
4353
  @jsii.member(jsii_name="inspect")
4076
4354
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
4077
4355
  '''Examines the CloudFormation resource and discloses attributes.
@@ -4140,6 +4418,14 @@ class CfnMailManagerAddonInstance(
4140
4418
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
4141
4419
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
4142
4420
 
4421
+ @builtins.property
4422
+ @jsii.member(jsii_name="mailManagerAddonInstanceRef")
4423
+ def mail_manager_addon_instance_ref(
4424
+ self,
4425
+ ) -> _MailManagerAddonInstanceReference_b1f4c533:
4426
+ '''A reference to a MailManagerAddonInstance resource.'''
4427
+ return typing.cast(_MailManagerAddonInstanceReference_b1f4c533, jsii.get(self, "mailManagerAddonInstanceRef"))
4428
+
4143
4429
  @builtins.property
4144
4430
  @jsii.member(jsii_name="addonSubscriptionId")
4145
4431
  def addon_subscription_id(self) -> builtins.str:
@@ -4246,7 +4532,7 @@ class CfnMailManagerAddonInstanceProps:
4246
4532
  )
4247
4533
 
4248
4534
 
4249
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
4535
+ @jsii.implements(_IInspectable_c2943556, _IMailManagerAddonSubscriptionRef_5202f9cc, _ITaggableV2_4e6798f8)
4250
4536
  class CfnMailManagerAddonSubscription(
4251
4537
  _CfnResource_9df397a6,
4252
4538
  metaclass=jsii.JSIIMeta,
@@ -4285,10 +4571,11 @@ class CfnMailManagerAddonSubscription(
4285
4571
  addon_name: builtins.str,
4286
4572
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
4287
4573
  ) -> None:
4288
- '''
4574
+ '''Create a new ``AWS::SES::MailManagerAddonSubscription``.
4575
+
4289
4576
  :param scope: Scope in which this resource is defined.
4290
4577
  :param id: Construct identifier for this resource (unique in its scope).
4291
- :param addon_name: The name of the Add On to subscribe to. You can only have one subscription for each Add On name. Valid Values: ``TRENDMICRO_VSAPI | SPAMHAUS_DBL | ABUSIX_MAIL_INTELLIGENCE``
4578
+ :param addon_name: The name of the Add On to subscribe to. You can only have one subscription for each Add On name. Valid Values: ``TRENDMICRO_VSAPI | SPAMHAUS_DBL | ABUSIX_MAIL_INTELLIGENCE | VADE_ADVANCED_EMAIL_SECURITY``
4292
4579
  :param tags: The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
4293
4580
  '''
4294
4581
  if __debug__:
@@ -4299,6 +4586,27 @@ class CfnMailManagerAddonSubscription(
4299
4586
 
4300
4587
  jsii.create(self.__class__, self, [scope, id, props])
4301
4588
 
4589
+ @jsii.member(jsii_name="fromAddonSubscriptionId")
4590
+ @builtins.classmethod
4591
+ def from_addon_subscription_id(
4592
+ cls,
4593
+ scope: _constructs_77d1e7e8.Construct,
4594
+ id: builtins.str,
4595
+ addon_subscription_id: builtins.str,
4596
+ ) -> _IMailManagerAddonSubscriptionRef_5202f9cc:
4597
+ '''Creates a new IMailManagerAddonSubscriptionRef from a addonSubscriptionId.
4598
+
4599
+ :param scope: -
4600
+ :param id: -
4601
+ :param addon_subscription_id: -
4602
+ '''
4603
+ if __debug__:
4604
+ type_hints = typing.get_type_hints(_typecheckingstub__285468e4ba3edb67c9b4bcd9489b416e31f4f85a2a5e786f30d01535e38cacdc)
4605
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
4606
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
4607
+ check_type(argname="argument addon_subscription_id", value=addon_subscription_id, expected_type=type_hints["addon_subscription_id"])
4608
+ return typing.cast(_IMailManagerAddonSubscriptionRef_5202f9cc, jsii.sinvoke(cls, "fromAddonSubscriptionId", [scope, id, addon_subscription_id]))
4609
+
4302
4610
  @jsii.member(jsii_name="inspect")
4303
4611
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
4304
4612
  '''Examines the CloudFormation resource and discloses attributes.
@@ -4358,6 +4666,14 @@ class CfnMailManagerAddonSubscription(
4358
4666
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
4359
4667
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
4360
4668
 
4669
+ @builtins.property
4670
+ @jsii.member(jsii_name="mailManagerAddonSubscriptionRef")
4671
+ def mail_manager_addon_subscription_ref(
4672
+ self,
4673
+ ) -> _MailManagerAddonSubscriptionReference_f9373ba3:
4674
+ '''A reference to a MailManagerAddonSubscription resource.'''
4675
+ return typing.cast(_MailManagerAddonSubscriptionReference_f9373ba3, jsii.get(self, "mailManagerAddonSubscriptionRef"))
4676
+
4361
4677
  @builtins.property
4362
4678
  @jsii.member(jsii_name="addonName")
4363
4679
  def addon_name(self) -> builtins.str:
@@ -4399,7 +4715,7 @@ class CfnMailManagerAddonSubscriptionProps:
4399
4715
  ) -> None:
4400
4716
  '''Properties for defining a ``CfnMailManagerAddonSubscription``.
4401
4717
 
4402
- :param addon_name: The name of the Add On to subscribe to. You can only have one subscription for each Add On name. Valid Values: ``TRENDMICRO_VSAPI | SPAMHAUS_DBL | ABUSIX_MAIL_INTELLIGENCE``
4718
+ :param addon_name: The name of the Add On to subscribe to. You can only have one subscription for each Add On name. Valid Values: ``TRENDMICRO_VSAPI | SPAMHAUS_DBL | ABUSIX_MAIL_INTELLIGENCE | VADE_ADVANCED_EMAIL_SECURITY``
4403
4719
  :param tags: The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
4404
4720
 
4405
4721
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-mailmanageraddonsubscription.html
@@ -4437,7 +4753,7 @@ class CfnMailManagerAddonSubscriptionProps:
4437
4753
 
4438
4754
  You can only have one subscription for each Add On name.
4439
4755
 
4440
- Valid Values: ``TRENDMICRO_VSAPI | SPAMHAUS_DBL | ABUSIX_MAIL_INTELLIGENCE``
4756
+ Valid Values: ``TRENDMICRO_VSAPI | SPAMHAUS_DBL | ABUSIX_MAIL_INTELLIGENCE | VADE_ADVANCED_EMAIL_SECURITY``
4441
4757
 
4442
4758
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-mailmanageraddonsubscription.html#cfn-ses-mailmanageraddonsubscription-addonname
4443
4759
  '''
@@ -4468,13 +4784,13 @@ class CfnMailManagerAddonSubscriptionProps:
4468
4784
  )
4469
4785
 
4470
4786
 
4471
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
4787
+ @jsii.implements(_IInspectable_c2943556, _IMailManagerAddressListRef_60a1eed4, _ITaggableV2_4e6798f8)
4472
4788
  class CfnMailManagerAddressList(
4473
4789
  _CfnResource_9df397a6,
4474
4790
  metaclass=jsii.JSIIMeta,
4475
4791
  jsii_type="aws-cdk-lib.aws_ses.CfnMailManagerAddressList",
4476
4792
  ):
4477
- '''Definition of AWS::SES::MailManagerAddressList Resource Type.
4793
+ '''The structure representing the address lists and address list attribute that will be used in evaluation of boolean expression.
4478
4794
 
4479
4795
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-mailmanageraddresslist.html
4480
4796
  :cloudformationResource: AWS::SES::MailManagerAddressList
@@ -4503,11 +4819,12 @@ class CfnMailManagerAddressList(
4503
4819
  address_list_name: typing.Optional[builtins.str] = None,
4504
4820
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
4505
4821
  ) -> None:
4506
- '''
4822
+ '''Create a new ``AWS::SES::MailManagerAddressList``.
4823
+
4507
4824
  :param scope: Scope in which this resource is defined.
4508
4825
  :param id: Construct identifier for this resource (unique in its scope).
4509
- :param address_list_name:
4510
- :param tags:
4826
+ :param address_list_name: A user-friendly name for the address list.
4827
+ :param tags: The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
4511
4828
  '''
4512
4829
  if __debug__:
4513
4830
  type_hints = typing.get_type_hints(_typecheckingstub__6a8a172d98fe048a3419d1b92dcaf2e59e8461e9b0baf073f812b3916bcd4974)
@@ -4519,6 +4836,27 @@ class CfnMailManagerAddressList(
4519
4836
 
4520
4837
  jsii.create(self.__class__, self, [scope, id, props])
4521
4838
 
4839
+ @jsii.member(jsii_name="fromAddressListId")
4840
+ @builtins.classmethod
4841
+ def from_address_list_id(
4842
+ cls,
4843
+ scope: _constructs_77d1e7e8.Construct,
4844
+ id: builtins.str,
4845
+ address_list_id: builtins.str,
4846
+ ) -> _IMailManagerAddressListRef_60a1eed4:
4847
+ '''Creates a new IMailManagerAddressListRef from a addressListId.
4848
+
4849
+ :param scope: -
4850
+ :param id: -
4851
+ :param address_list_id: -
4852
+ '''
4853
+ if __debug__:
4854
+ type_hints = typing.get_type_hints(_typecheckingstub__120660db0c0d7502ce27d42115e731ab20d88dfeccd8fa2bb55ed90b870488c4)
4855
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
4856
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
4857
+ check_type(argname="argument address_list_id", value=address_list_id, expected_type=type_hints["address_list_id"])
4858
+ return typing.cast(_IMailManagerAddressListRef_60a1eed4, jsii.sinvoke(cls, "fromAddressListId", [scope, id, address_list_id]))
4859
+
4522
4860
  @jsii.member(jsii_name="inspect")
4523
4861
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
4524
4862
  '''Examines the CloudFormation resource and discloses attributes.
@@ -4552,7 +4890,8 @@ class CfnMailManagerAddressList(
4552
4890
  @builtins.property
4553
4891
  @jsii.member(jsii_name="attrAddressListArn")
4554
4892
  def attr_address_list_arn(self) -> builtins.str:
4555
- '''
4893
+ '''The Amazon Resource Name (ARN) of the address list.
4894
+
4556
4895
  :cloudformationAttribute: AddressListArn
4557
4896
  '''
4558
4897
  return typing.cast(builtins.str, jsii.get(self, "attrAddressListArn"))
@@ -4560,7 +4899,8 @@ class CfnMailManagerAddressList(
4560
4899
  @builtins.property
4561
4900
  @jsii.member(jsii_name="attrAddressListId")
4562
4901
  def attr_address_list_id(self) -> builtins.str:
4563
- '''
4902
+ '''The identifier of the address list.
4903
+
4564
4904
  :cloudformationAttribute: AddressListId
4565
4905
  '''
4566
4906
  return typing.cast(builtins.str, jsii.get(self, "attrAddressListId"))
@@ -4576,9 +4916,18 @@ class CfnMailManagerAddressList(
4576
4916
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
4577
4917
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
4578
4918
 
4919
+ @builtins.property
4920
+ @jsii.member(jsii_name="mailManagerAddressListRef")
4921
+ def mail_manager_address_list_ref(
4922
+ self,
4923
+ ) -> _MailManagerAddressListReference_107ed953:
4924
+ '''A reference to a MailManagerAddressList resource.'''
4925
+ return typing.cast(_MailManagerAddressListReference_107ed953, jsii.get(self, "mailManagerAddressListRef"))
4926
+
4579
4927
  @builtins.property
4580
4928
  @jsii.member(jsii_name="addressListName")
4581
4929
  def address_list_name(self) -> typing.Optional[builtins.str]:
4930
+ '''A user-friendly name for the address list.'''
4582
4931
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "addressListName"))
4583
4932
 
4584
4933
  @address_list_name.setter
@@ -4591,6 +4940,7 @@ class CfnMailManagerAddressList(
4591
4940
  @builtins.property
4592
4941
  @jsii.member(jsii_name="tags")
4593
4942
  def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
4943
+ '''The tags used to organize, track, or control access for the resource.'''
4594
4944
  return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tags"))
4595
4945
 
4596
4946
  @tags.setter
@@ -4615,8 +4965,8 @@ class CfnMailManagerAddressListProps:
4615
4965
  ) -> None:
4616
4966
  '''Properties for defining a ``CfnMailManagerAddressList``.
4617
4967
 
4618
- :param address_list_name:
4619
- :param tags:
4968
+ :param address_list_name: A user-friendly name for the address list.
4969
+ :param tags: The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
4620
4970
 
4621
4971
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-mailmanageraddresslist.html
4622
4972
  :exampleMetadata: fixture=_generated
@@ -4647,7 +4997,8 @@ class CfnMailManagerAddressListProps:
4647
4997
 
4648
4998
  @builtins.property
4649
4999
  def address_list_name(self) -> typing.Optional[builtins.str]:
4650
- '''
5000
+ '''A user-friendly name for the address list.
5001
+
4651
5002
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-mailmanageraddresslist.html#cfn-ses-mailmanageraddresslist-addresslistname
4652
5003
  '''
4653
5004
  result = self._values.get("address_list_name")
@@ -4655,7 +5006,10 @@ class CfnMailManagerAddressListProps:
4655
5006
 
4656
5007
  @builtins.property
4657
5008
  def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
4658
- '''
5009
+ '''The tags used to organize, track, or control access for the resource.
5010
+
5011
+ For example, { "tags": {"key1":"value1", "key2":"value2"} }.
5012
+
4659
5013
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-mailmanageraddresslist.html#cfn-ses-mailmanageraddresslist-tags
4660
5014
  '''
4661
5015
  result = self._values.get("tags")
@@ -4673,7 +5027,7 @@ class CfnMailManagerAddressListProps:
4673
5027
  )
4674
5028
 
4675
5029
 
4676
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
5030
+ @jsii.implements(_IInspectable_c2943556, _IMailManagerArchiveRef_0d35e3dc, _ITaggableV2_4e6798f8)
4677
5031
  class CfnMailManagerArchive(
4678
5032
  _CfnResource_9df397a6,
4679
5033
  metaclass=jsii.JSIIMeta,
@@ -4714,7 +5068,8 @@ class CfnMailManagerArchive(
4714
5068
  retention: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnMailManagerArchive.ArchiveRetentionProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
4715
5069
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
4716
5070
  ) -> None:
4717
- '''
5071
+ '''Create a new ``AWS::SES::MailManagerArchive``.
5072
+
4718
5073
  :param scope: Scope in which this resource is defined.
4719
5074
  :param id: Construct identifier for this resource (unique in its scope).
4720
5075
  :param archive_name: A unique name for the new archive.
@@ -4735,11 +5090,32 @@ class CfnMailManagerArchive(
4735
5090
 
4736
5091
  jsii.create(self.__class__, self, [scope, id, props])
4737
5092
 
4738
- @jsii.member(jsii_name="inspect")
4739
- def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
4740
- '''Examines the CloudFormation resource and discloses attributes.
5093
+ @jsii.member(jsii_name="fromArchiveId")
5094
+ @builtins.classmethod
5095
+ def from_archive_id(
5096
+ cls,
5097
+ scope: _constructs_77d1e7e8.Construct,
5098
+ id: builtins.str,
5099
+ archive_id: builtins.str,
5100
+ ) -> _IMailManagerArchiveRef_0d35e3dc:
5101
+ '''Creates a new IMailManagerArchiveRef from a archiveId.
4741
5102
 
4742
- :param inspector: tree inspector to collect and process attributes.
5103
+ :param scope: -
5104
+ :param id: -
5105
+ :param archive_id: -
5106
+ '''
5107
+ if __debug__:
5108
+ type_hints = typing.get_type_hints(_typecheckingstub__a42d7ef06c37673fd058e245cd5defc63931aa1bb15399b919109cc87dcb76a2)
5109
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
5110
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
5111
+ check_type(argname="argument archive_id", value=archive_id, expected_type=type_hints["archive_id"])
5112
+ return typing.cast(_IMailManagerArchiveRef_0d35e3dc, jsii.sinvoke(cls, "fromArchiveId", [scope, id, archive_id]))
5113
+
5114
+ @jsii.member(jsii_name="inspect")
5115
+ def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
5116
+ '''Examines the CloudFormation resource and discloses attributes.
5117
+
5118
+ :param inspector: tree inspector to collect and process attributes.
4743
5119
  '''
4744
5120
  if __debug__:
4745
5121
  type_hints = typing.get_type_hints(_typecheckingstub__ab6bbd8ed2986ac0e486edacc5048b747fb9a30a15f56c21ed3845accc6da320)
@@ -4806,6 +5182,12 @@ class CfnMailManagerArchive(
4806
5182
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
4807
5183
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
4808
5184
 
5185
+ @builtins.property
5186
+ @jsii.member(jsii_name="mailManagerArchiveRef")
5187
+ def mail_manager_archive_ref(self) -> _MailManagerArchiveReference_9422aa21:
5188
+ '''A reference to a MailManagerArchive resource.'''
5189
+ return typing.cast(_MailManagerArchiveReference_9422aa21, jsii.get(self, "mailManagerArchiveRef"))
5190
+
4809
5191
  @builtins.property
4810
5192
  @jsii.member(jsii_name="archiveName")
4811
5193
  def archive_name(self) -> typing.Optional[builtins.str]:
@@ -5031,7 +5413,7 @@ class CfnMailManagerArchiveProps:
5031
5413
  )
5032
5414
 
5033
5415
 
5034
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
5416
+ @jsii.implements(_IInspectable_c2943556, _IMailManagerIngressPointRef_17ebca73, _ITaggableV2_4e6798f8)
5035
5417
  class CfnMailManagerIngressPoint(
5036
5418
  _CfnResource_9df397a6,
5037
5419
  metaclass=jsii.JSIIMeta,
@@ -5092,7 +5474,8 @@ class CfnMailManagerIngressPoint(
5092
5474
  status_to_update: typing.Optional[builtins.str] = None,
5093
5475
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
5094
5476
  ) -> None:
5095
- '''
5477
+ '''Create a new ``AWS::SES::MailManagerIngressPoint``.
5478
+
5096
5479
  :param scope: Scope in which this resource is defined.
5097
5480
  :param id: Construct identifier for this resource (unique in its scope).
5098
5481
  :param rule_set_id: The identifier of an existing rule set that you attach to an ingress endpoint resource.
@@ -5121,6 +5504,27 @@ class CfnMailManagerIngressPoint(
5121
5504
 
5122
5505
  jsii.create(self.__class__, self, [scope, id, props])
5123
5506
 
5507
+ @jsii.member(jsii_name="fromIngressPointId")
5508
+ @builtins.classmethod
5509
+ def from_ingress_point_id(
5510
+ cls,
5511
+ scope: _constructs_77d1e7e8.Construct,
5512
+ id: builtins.str,
5513
+ ingress_point_id: builtins.str,
5514
+ ) -> _IMailManagerIngressPointRef_17ebca73:
5515
+ '''Creates a new IMailManagerIngressPointRef from a ingressPointId.
5516
+
5517
+ :param scope: -
5518
+ :param id: -
5519
+ :param ingress_point_id: -
5520
+ '''
5521
+ if __debug__:
5522
+ type_hints = typing.get_type_hints(_typecheckingstub__92ffe7e62420c63aff01fd3a633abd4afd6de74cfc9be5956502b4eae1715abc)
5523
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
5524
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
5525
+ check_type(argname="argument ingress_point_id", value=ingress_point_id, expected_type=type_hints["ingress_point_id"])
5526
+ return typing.cast(_IMailManagerIngressPointRef_17ebca73, jsii.sinvoke(cls, "fromIngressPointId", [scope, id, ingress_point_id]))
5527
+
5124
5528
  @jsii.member(jsii_name="inspect")
5125
5529
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
5126
5530
  '''Examines the CloudFormation resource and discloses attributes.
@@ -5200,6 +5604,14 @@ class CfnMailManagerIngressPoint(
5200
5604
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
5201
5605
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
5202
5606
 
5607
+ @builtins.property
5608
+ @jsii.member(jsii_name="mailManagerIngressPointRef")
5609
+ def mail_manager_ingress_point_ref(
5610
+ self,
5611
+ ) -> _MailManagerIngressPointReference_5c89c08c:
5612
+ '''A reference to a MailManagerIngressPoint resource.'''
5613
+ return typing.cast(_MailManagerIngressPointReference_5c89c08c, jsii.get(self, "mailManagerIngressPointRef"))
5614
+
5203
5615
  @builtins.property
5204
5616
  @jsii.member(jsii_name="ruleSetId")
5205
5617
  def rule_set_id(self) -> builtins.str:
@@ -5768,7 +6180,7 @@ class CfnMailManagerIngressPointProps:
5768
6180
  )
5769
6181
 
5770
6182
 
5771
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
6183
+ @jsii.implements(_IInspectable_c2943556, _IMailManagerRelayRef_09ae75d1, _ITaggableV2_4e6798f8)
5772
6184
  class CfnMailManagerRelay(
5773
6185
  _CfnResource_9df397a6,
5774
6186
  metaclass=jsii.JSIIMeta,
@@ -5816,7 +6228,8 @@ class CfnMailManagerRelay(
5816
6228
  relay_name: typing.Optional[builtins.str] = None,
5817
6229
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
5818
6230
  ) -> None:
5819
- '''
6231
+ '''Create a new ``AWS::SES::MailManagerRelay``.
6232
+
5820
6233
  :param scope: Scope in which this resource is defined.
5821
6234
  :param id: Construct identifier for this resource (unique in its scope).
5822
6235
  :param authentication: Authentication for the relay destination server—specify the secretARN where the SMTP credentials are stored.
@@ -5839,6 +6252,27 @@ class CfnMailManagerRelay(
5839
6252
 
5840
6253
  jsii.create(self.__class__, self, [scope, id, props])
5841
6254
 
6255
+ @jsii.member(jsii_name="fromRelayId")
6256
+ @builtins.classmethod
6257
+ def from_relay_id(
6258
+ cls,
6259
+ scope: _constructs_77d1e7e8.Construct,
6260
+ id: builtins.str,
6261
+ relay_id: builtins.str,
6262
+ ) -> _IMailManagerRelayRef_09ae75d1:
6263
+ '''Creates a new IMailManagerRelayRef from a relayId.
6264
+
6265
+ :param scope: -
6266
+ :param id: -
6267
+ :param relay_id: -
6268
+ '''
6269
+ if __debug__:
6270
+ type_hints = typing.get_type_hints(_typecheckingstub__20d085590a05ce27b9599b7ddb5dc4d721ab8fc87c006babf37032cd0ffc46ed)
6271
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
6272
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
6273
+ check_type(argname="argument relay_id", value=relay_id, expected_type=type_hints["relay_id"])
6274
+ return typing.cast(_IMailManagerRelayRef_09ae75d1, jsii.sinvoke(cls, "fromRelayId", [scope, id, relay_id]))
6275
+
5842
6276
  @jsii.member(jsii_name="inspect")
5843
6277
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
5844
6278
  '''Examines the CloudFormation resource and discloses attributes.
@@ -5898,6 +6332,12 @@ class CfnMailManagerRelay(
5898
6332
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
5899
6333
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
5900
6334
 
6335
+ @builtins.property
6336
+ @jsii.member(jsii_name="mailManagerRelayRef")
6337
+ def mail_manager_relay_ref(self) -> _MailManagerRelayReference_655db003:
6338
+ '''A reference to a MailManagerRelay resource.'''
6339
+ return typing.cast(_MailManagerRelayReference_655db003, jsii.get(self, "mailManagerRelayRef"))
6340
+
5901
6341
  @builtins.property
5902
6342
  @jsii.member(jsii_name="authentication")
5903
6343
  def authentication(
@@ -6185,7 +6625,7 @@ class CfnMailManagerRelayProps:
6185
6625
  )
6186
6626
 
6187
6627
 
6188
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
6628
+ @jsii.implements(_IInspectable_c2943556, _IMailManagerRuleSetRef_4d1ad1a8, _ITaggableV2_4e6798f8)
6189
6629
  class CfnMailManagerRuleSet(
6190
6630
  _CfnResource_9df397a6,
6191
6631
  metaclass=jsii.JSIIMeta,
@@ -6406,7 +6846,8 @@ class CfnMailManagerRuleSet(
6406
6846
  rule_set_name: typing.Optional[builtins.str] = None,
6407
6847
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
6408
6848
  ) -> None:
6409
- '''
6849
+ '''Create a new ``AWS::SES::MailManagerRuleSet``.
6850
+
6410
6851
  :param scope: Scope in which this resource is defined.
6411
6852
  :param id: Construct identifier for this resource (unique in its scope).
6412
6853
  :param rules: Conditional rules that are evaluated for determining actions on email.
@@ -6423,6 +6864,27 @@ class CfnMailManagerRuleSet(
6423
6864
 
6424
6865
  jsii.create(self.__class__, self, [scope, id, props])
6425
6866
 
6867
+ @jsii.member(jsii_name="fromRuleSetId")
6868
+ @builtins.classmethod
6869
+ def from_rule_set_id(
6870
+ cls,
6871
+ scope: _constructs_77d1e7e8.Construct,
6872
+ id: builtins.str,
6873
+ rule_set_id: builtins.str,
6874
+ ) -> _IMailManagerRuleSetRef_4d1ad1a8:
6875
+ '''Creates a new IMailManagerRuleSetRef from a ruleSetId.
6876
+
6877
+ :param scope: -
6878
+ :param id: -
6879
+ :param rule_set_id: -
6880
+ '''
6881
+ if __debug__:
6882
+ type_hints = typing.get_type_hints(_typecheckingstub__78355a4a2620715789c2e5c3123619e35973a72ffc685bd95914181f608af137)
6883
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
6884
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
6885
+ check_type(argname="argument rule_set_id", value=rule_set_id, expected_type=type_hints["rule_set_id"])
6886
+ return typing.cast(_IMailManagerRuleSetRef_4d1ad1a8, jsii.sinvoke(cls, "fromRuleSetId", [scope, id, rule_set_id]))
6887
+
6426
6888
  @jsii.member(jsii_name="inspect")
6427
6889
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
6428
6890
  '''Examines the CloudFormation resource and discloses attributes.
@@ -6482,6 +6944,12 @@ class CfnMailManagerRuleSet(
6482
6944
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
6483
6945
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
6484
6946
 
6947
+ @builtins.property
6948
+ @jsii.member(jsii_name="mailManagerRuleSetRef")
6949
+ def mail_manager_rule_set_ref(self) -> _MailManagerRuleSetReference_5cca7d98:
6950
+ '''A reference to a MailManagerRuleSet resource.'''
6951
+ return typing.cast(_MailManagerRuleSetReference_5cca7d98, jsii.get(self, "mailManagerRuleSetRef"))
6952
+
6485
6953
  @builtins.property
6486
6954
  @jsii.member(jsii_name="rules")
6487
6955
  def rules(
@@ -9506,7 +9974,7 @@ class CfnMailManagerRuleSetProps:
9506
9974
  )
9507
9975
 
9508
9976
 
9509
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
9977
+ @jsii.implements(_IInspectable_c2943556, _IMailManagerTrafficPolicyRef_cb765a4d, _ITaggableV2_4e6798f8)
9510
9978
  class CfnMailManagerTrafficPolicy(
9511
9979
  _CfnResource_9df397a6,
9512
9980
  metaclass=jsii.JSIIMeta,
@@ -9598,7 +10066,8 @@ class CfnMailManagerTrafficPolicy(
9598
10066
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
9599
10067
  traffic_policy_name: typing.Optional[builtins.str] = None,
9600
10068
  ) -> None:
9601
- '''
10069
+ '''Create a new ``AWS::SES::MailManagerTrafficPolicy``.
10070
+
9602
10071
  :param scope: Scope in which this resource is defined.
9603
10072
  :param id: Construct identifier for this resource (unique in its scope).
9604
10073
  :param default_action: Default action instructs the traffic policy to either Allow or Deny (block) messages that fall outside of (or not addressed by) the conditions of your policy statements.
@@ -9621,6 +10090,27 @@ class CfnMailManagerTrafficPolicy(
9621
10090
 
9622
10091
  jsii.create(self.__class__, self, [scope, id, props])
9623
10092
 
10093
+ @jsii.member(jsii_name="fromTrafficPolicyId")
10094
+ @builtins.classmethod
10095
+ def from_traffic_policy_id(
10096
+ cls,
10097
+ scope: _constructs_77d1e7e8.Construct,
10098
+ id: builtins.str,
10099
+ traffic_policy_id: builtins.str,
10100
+ ) -> _IMailManagerTrafficPolicyRef_cb765a4d:
10101
+ '''Creates a new IMailManagerTrafficPolicyRef from a trafficPolicyId.
10102
+
10103
+ :param scope: -
10104
+ :param id: -
10105
+ :param traffic_policy_id: -
10106
+ '''
10107
+ if __debug__:
10108
+ type_hints = typing.get_type_hints(_typecheckingstub__395da52cf16177971e7e9b795c457d2866532863ec94dc2aa23f2270e7a7d028)
10109
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
10110
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
10111
+ check_type(argname="argument traffic_policy_id", value=traffic_policy_id, expected_type=type_hints["traffic_policy_id"])
10112
+ return typing.cast(_IMailManagerTrafficPolicyRef_cb765a4d, jsii.sinvoke(cls, "fromTrafficPolicyId", [scope, id, traffic_policy_id]))
10113
+
9624
10114
  @jsii.member(jsii_name="inspect")
9625
10115
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
9626
10116
  '''Examines the CloudFormation resource and discloses attributes.
@@ -9680,6 +10170,14 @@ class CfnMailManagerTrafficPolicy(
9680
10170
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
9681
10171
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
9682
10172
 
10173
+ @builtins.property
10174
+ @jsii.member(jsii_name="mailManagerTrafficPolicyRef")
10175
+ def mail_manager_traffic_policy_ref(
10176
+ self,
10177
+ ) -> _MailManagerTrafficPolicyReference_4209d122:
10178
+ '''A reference to a MailManagerTrafficPolicy resource.'''
10179
+ return typing.cast(_MailManagerTrafficPolicyReference_4209d122, jsii.get(self, "mailManagerTrafficPolicyRef"))
10180
+
9683
10181
  @builtins.property
9684
10182
  @jsii.member(jsii_name="defaultAction")
9685
10183
  def default_action(self) -> builtins.str:
@@ -9918,7 +10416,7 @@ class CfnMailManagerTrafficPolicy(
9918
10416
  '''The union type representing the allowed types of operands for a boolean condition.
9919
10417
 
9920
10418
  :param analysis: The structure type for a boolean condition stating the Add On ARN and its returned value.
9921
- :param is_in_address_list:
10419
+ :param is_in_address_list: The structure type for a boolean condition that provides the address lists to evaluate incoming traffic on.
9922
10420
 
9923
10421
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanagertrafficpolicy-ingressbooleantoevaluate.html
9924
10422
  :exampleMetadata: fixture=_generated
@@ -9965,7 +10463,8 @@ class CfnMailManagerTrafficPolicy(
9965
10463
  def is_in_address_list(
9966
10464
  self,
9967
10465
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnMailManagerTrafficPolicy.IngressIsInAddressListProperty"]]:
9968
- '''
10466
+ '''The structure type for a boolean condition that provides the address lists to evaluate incoming traffic on.
10467
+
9969
10468
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanagertrafficpolicy-ingressbooleantoevaluate.html#cfn-ses-mailmanagertrafficpolicy-ingressbooleantoevaluate-isinaddresslist
9970
10469
  '''
9971
10470
  result = self._values.get("is_in_address_list")
@@ -10145,10 +10644,11 @@ class CfnMailManagerTrafficPolicy(
10145
10644
  operator: builtins.str,
10146
10645
  values: typing.Sequence[builtins.str],
10147
10646
  ) -> None:
10148
- '''
10149
- :param evaluate:
10150
- :param operator:
10151
- :param values:
10647
+ '''The union type representing the allowed types for the left hand side of an IPv6 condition.
10648
+
10649
+ :param evaluate: The left hand side argument of an IPv6 condition expression.
10650
+ :param operator: The matching operator for an IPv6 condition expression.
10651
+ :param values: The right hand side argument of an IPv6 condition expression.
10152
10652
 
10153
10653
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanagertrafficpolicy-ingressipv6expression.html
10154
10654
  :exampleMetadata: fixture=_generated
@@ -10182,7 +10682,8 @@ class CfnMailManagerTrafficPolicy(
10182
10682
  def evaluate(
10183
10683
  self,
10184
10684
  ) -> typing.Union[_IResolvable_da3f097b, "CfnMailManagerTrafficPolicy.IngressIpv6ToEvaluateProperty"]:
10185
- '''
10685
+ '''The left hand side argument of an IPv6 condition expression.
10686
+
10186
10687
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanagertrafficpolicy-ingressipv6expression.html#cfn-ses-mailmanagertrafficpolicy-ingressipv6expression-evaluate
10187
10688
  '''
10188
10689
  result = self._values.get("evaluate")
@@ -10191,7 +10692,8 @@ class CfnMailManagerTrafficPolicy(
10191
10692
 
10192
10693
  @builtins.property
10193
10694
  def operator(self) -> builtins.str:
10194
- '''
10695
+ '''The matching operator for an IPv6 condition expression.
10696
+
10195
10697
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanagertrafficpolicy-ingressipv6expression.html#cfn-ses-mailmanagertrafficpolicy-ingressipv6expression-operator
10196
10698
  '''
10197
10699
  result = self._values.get("operator")
@@ -10200,7 +10702,8 @@ class CfnMailManagerTrafficPolicy(
10200
10702
 
10201
10703
  @builtins.property
10202
10704
  def values(self) -> typing.List[builtins.str]:
10203
- '''
10705
+ '''The right hand side argument of an IPv6 condition expression.
10706
+
10204
10707
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanagertrafficpolicy-ingressipv6expression.html#cfn-ses-mailmanagertrafficpolicy-ingressipv6expression-values
10205
10708
  '''
10206
10709
  result = self._values.get("values")
@@ -10225,8 +10728,9 @@ class CfnMailManagerTrafficPolicy(
10225
10728
  )
10226
10729
  class IngressIpv6ToEvaluateProperty:
10227
10730
  def __init__(self, *, attribute: builtins.str) -> None:
10228
- '''
10229
- :param attribute:
10731
+ '''The structure for an IPv6 based condition matching on the incoming mail.
10732
+
10733
+ :param attribute: An enum type representing the allowed attribute types for an IPv6 condition.
10230
10734
 
10231
10735
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanagertrafficpolicy-ingressipv6toevaluate.html
10232
10736
  :exampleMetadata: fixture=_generated
@@ -10250,7 +10754,8 @@ class CfnMailManagerTrafficPolicy(
10250
10754
 
10251
10755
  @builtins.property
10252
10756
  def attribute(self) -> builtins.str:
10253
- '''
10757
+ '''An enum type representing the allowed attribute types for an IPv6 condition.
10758
+
10254
10759
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanagertrafficpolicy-ingressipv6toevaluate.html#cfn-ses-mailmanagertrafficpolicy-ingressipv6toevaluate-attribute
10255
10760
  '''
10256
10761
  result = self._values.get("attribute")
@@ -10280,9 +10785,10 @@ class CfnMailManagerTrafficPolicy(
10280
10785
  address_lists: typing.Sequence[builtins.str],
10281
10786
  attribute: builtins.str,
10282
10787
  ) -> None:
10283
- '''
10284
- :param address_lists:
10285
- :param attribute:
10788
+ '''The address lists and the address list attribute value that is evaluated in a policy statement's conditional expression to either deny or block the incoming email.
10789
+
10790
+ :param address_lists: The address lists that will be used for evaluation.
10791
+ :param attribute: The email attribute that needs to be evaluated against the address list.
10286
10792
 
10287
10793
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanagertrafficpolicy-ingressisinaddresslist.html
10288
10794
  :exampleMetadata: fixture=_generated
@@ -10309,7 +10815,8 @@ class CfnMailManagerTrafficPolicy(
10309
10815
 
10310
10816
  @builtins.property
10311
10817
  def address_lists(self) -> typing.List[builtins.str]:
10312
- '''
10818
+ '''The address lists that will be used for evaluation.
10819
+
10313
10820
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanagertrafficpolicy-ingressisinaddresslist.html#cfn-ses-mailmanagertrafficpolicy-ingressisinaddresslist-addresslists
10314
10821
  '''
10315
10822
  result = self._values.get("address_lists")
@@ -10318,7 +10825,8 @@ class CfnMailManagerTrafficPolicy(
10318
10825
 
10319
10826
  @builtins.property
10320
10827
  def attribute(self) -> builtins.str:
10321
- '''
10828
+ '''The email attribute that needs to be evaluated against the address list.
10829
+
10322
10830
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanagertrafficpolicy-ingressisinaddresslist.html#cfn-ses-mailmanagertrafficpolicy-ingressisinaddresslist-attribute
10323
10831
  '''
10324
10832
  result = self._values.get("attribute")
@@ -10447,7 +10955,7 @@ class CfnMailManagerTrafficPolicy(
10447
10955
  ) -> None:
10448
10956
  '''The union type representing the allowed types for the left hand side of a string condition.
10449
10957
 
10450
- :param analysis:
10958
+ :param analysis: The structure type for a string condition stating the Add On ARN and its returned value.
10451
10959
  :param attribute: The enum type representing the allowed attribute types for a string condition.
10452
10960
 
10453
10961
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanagertrafficpolicy-ingressstringtoevaluate.html
@@ -10481,7 +10989,8 @@ class CfnMailManagerTrafficPolicy(
10481
10989
  def analysis(
10482
10990
  self,
10483
10991
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnMailManagerTrafficPolicy.IngressAnalysisProperty"]]:
10484
- '''
10992
+ '''The structure type for a string condition stating the Add On ARN and its returned value.
10993
+
10485
10994
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanagertrafficpolicy-ingressstringtoevaluate.html#cfn-ses-mailmanagertrafficpolicy-ingressstringtoevaluate-analysis
10486
10995
  '''
10487
10996
  result = self._values.get("analysis")
@@ -10682,7 +11191,7 @@ class CfnMailManagerTrafficPolicy(
10682
11191
 
10683
11192
  :param boolean_expression: This represents a boolean type condition matching on the incoming mail. It performs the boolean operation configured in 'Operator' and evaluates the 'Protocol' object against the 'Value'.
10684
11193
  :param ip_expression: This represents an IP based condition matching on the incoming mail. It performs the operation configured in 'Operator' and evaluates the 'Protocol' object against the 'Value'.
10685
- :param ipv6_expression:
11194
+ :param ipv6_expression: This represents an IPv6 based condition matching on the incoming mail. It performs the operation configured in 'Operator' and evaluates the 'Protocol' object against the 'Value'.
10686
11195
  :param string_expression: This represents a string based condition matching on the incoming mail. It performs the string operation configured in 'Operator' and evaluates the 'Protocol' object against the 'Value'.
10687
11196
  :param tls_expression: This represents a TLS based condition matching on the incoming mail. It performs the operation configured in 'Operator' and evaluates the 'Protocol' object against the 'Value'.
10688
11197
 
@@ -10792,7 +11301,10 @@ class CfnMailManagerTrafficPolicy(
10792
11301
  def ipv6_expression(
10793
11302
  self,
10794
11303
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnMailManagerTrafficPolicy.IngressIpv6ExpressionProperty"]]:
10795
- '''
11304
+ '''This represents an IPv6 based condition matching on the incoming mail.
11305
+
11306
+ It performs the operation configured in 'Operator' and evaluates the 'Protocol' object against the 'Value'.
11307
+
10796
11308
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanagertrafficpolicy-policycondition.html#cfn-ses-mailmanagertrafficpolicy-policycondition-ipv6expression
10797
11309
  '''
10798
11310
  result = self._values.get("ipv6_expression")
@@ -11044,88 +11556,458 @@ class CfnMailManagerTrafficPolicyProps:
11044
11556
  value="value"
11045
11557
  )
11046
11558
  )]
11047
- )],
11559
+ )],
11560
+
11561
+ # the properties below are optional
11562
+ max_message_size_bytes=123,
11563
+ tags=[CfnTag(
11564
+ key="key",
11565
+ value="value"
11566
+ )],
11567
+ traffic_policy_name="trafficPolicyName"
11568
+ )
11569
+ '''
11570
+ if __debug__:
11571
+ type_hints = typing.get_type_hints(_typecheckingstub__ed881964bd518a16a88f17ded480c0caabc8547dbbd126d0803e1424b80d51ef)
11572
+ check_type(argname="argument default_action", value=default_action, expected_type=type_hints["default_action"])
11573
+ check_type(argname="argument policy_statements", value=policy_statements, expected_type=type_hints["policy_statements"])
11574
+ check_type(argname="argument max_message_size_bytes", value=max_message_size_bytes, expected_type=type_hints["max_message_size_bytes"])
11575
+ check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
11576
+ check_type(argname="argument traffic_policy_name", value=traffic_policy_name, expected_type=type_hints["traffic_policy_name"])
11577
+ self._values: typing.Dict[builtins.str, typing.Any] = {
11578
+ "default_action": default_action,
11579
+ "policy_statements": policy_statements,
11580
+ }
11581
+ if max_message_size_bytes is not None:
11582
+ self._values["max_message_size_bytes"] = max_message_size_bytes
11583
+ if tags is not None:
11584
+ self._values["tags"] = tags
11585
+ if traffic_policy_name is not None:
11586
+ self._values["traffic_policy_name"] = traffic_policy_name
11587
+
11588
+ @builtins.property
11589
+ def default_action(self) -> builtins.str:
11590
+ '''Default action instructs the traffic policy to either Allow or Deny (block) messages that fall outside of (or not addressed by) the conditions of your policy statements.
11591
+
11592
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-mailmanagertrafficpolicy.html#cfn-ses-mailmanagertrafficpolicy-defaultaction
11593
+ '''
11594
+ result = self._values.get("default_action")
11595
+ assert result is not None, "Required property 'default_action' is missing"
11596
+ return typing.cast(builtins.str, result)
11597
+
11598
+ @builtins.property
11599
+ def policy_statements(
11600
+ self,
11601
+ ) -> typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnMailManagerTrafficPolicy.PolicyStatementProperty]]]:
11602
+ '''Conditional statements for filtering email traffic.
11603
+
11604
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-mailmanagertrafficpolicy.html#cfn-ses-mailmanagertrafficpolicy-policystatements
11605
+ '''
11606
+ result = self._values.get("policy_statements")
11607
+ assert result is not None, "Required property 'policy_statements' is missing"
11608
+ return typing.cast(typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnMailManagerTrafficPolicy.PolicyStatementProperty]]], result)
11609
+
11610
+ @builtins.property
11611
+ def max_message_size_bytes(self) -> typing.Optional[jsii.Number]:
11612
+ '''The maximum message size in bytes of email which is allowed in by this traffic policy—anything larger will be blocked.
11613
+
11614
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-mailmanagertrafficpolicy.html#cfn-ses-mailmanagertrafficpolicy-maxmessagesizebytes
11615
+ '''
11616
+ result = self._values.get("max_message_size_bytes")
11617
+ return typing.cast(typing.Optional[jsii.Number], result)
11618
+
11619
+ @builtins.property
11620
+ def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
11621
+ '''The tags used to organize, track, or control access for the resource.
11622
+
11623
+ For example, { "tags": {"key1":"value1", "key2":"value2"} }.
11624
+
11625
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-mailmanagertrafficpolicy.html#cfn-ses-mailmanagertrafficpolicy-tags
11626
+ '''
11627
+ result = self._values.get("tags")
11628
+ return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], result)
11629
+
11630
+ @builtins.property
11631
+ def traffic_policy_name(self) -> typing.Optional[builtins.str]:
11632
+ '''The name of the policy.
11633
+
11634
+ The policy name cannot exceed 64 characters and can only include alphanumeric characters, dashes, and underscores.
11635
+
11636
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-mailmanagertrafficpolicy.html#cfn-ses-mailmanagertrafficpolicy-trafficpolicyname
11637
+ '''
11638
+ result = self._values.get("traffic_policy_name")
11639
+ return typing.cast(typing.Optional[builtins.str], result)
11640
+
11641
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
11642
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
11643
+
11644
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
11645
+ return not (rhs == self)
11646
+
11647
+ def __repr__(self) -> str:
11648
+ return "CfnMailManagerTrafficPolicyProps(%s)" % ", ".join(
11649
+ k + "=" + repr(v) for k, v in self._values.items()
11650
+ )
11651
+
11652
+
11653
+ @jsii.implements(_IInspectable_c2943556, _IMultiRegionEndpointRef_cfd99631, _ITaggableV2_4e6798f8)
11654
+ class CfnMultiRegionEndpoint(
11655
+ _CfnResource_9df397a6,
11656
+ metaclass=jsii.JSIIMeta,
11657
+ jsii_type="aws-cdk-lib.aws_ses.CfnMultiRegionEndpoint",
11658
+ ):
11659
+ '''Creates a multi-region endpoint (global-endpoint).
11660
+
11661
+ The primary region is going to be the AWS-Region where the operation is executed. The secondary region has to be provided in request's parameters. From the data flow standpoint there is no difference between primary and secondary regions - sending traffic will be split equally between the two. The primary region is the region where the resource has been created and where it can be managed.
11662
+
11663
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-multiregionendpoint.html
11664
+ :cloudformationResource: AWS::SES::MultiRegionEndpoint
11665
+ :exampleMetadata: fixture=_generated
11666
+
11667
+ Example::
11668
+
11669
+ # The code below shows an example of how to instantiate this type.
11670
+ # The values are placeholders you should change.
11671
+ from aws_cdk import aws_ses as ses
11672
+
11673
+ cfn_multi_region_endpoint = ses.CfnMultiRegionEndpoint(self, "MyCfnMultiRegionEndpoint",
11674
+ details=ses.CfnMultiRegionEndpoint.DetailsProperty(
11675
+ route_details=[ses.CfnMultiRegionEndpoint.RouteDetailsItemsProperty(
11676
+ region="region"
11677
+ )]
11678
+ ),
11679
+ endpoint_name="endpointName",
11680
+
11681
+ # the properties below are optional
11682
+ tags=[CfnTag(
11683
+ key="key",
11684
+ value="value"
11685
+ )]
11686
+ )
11687
+ '''
11688
+
11689
+ def __init__(
11690
+ self,
11691
+ scope: _constructs_77d1e7e8.Construct,
11692
+ id: builtins.str,
11693
+ *,
11694
+ details: typing.Union[_IResolvable_da3f097b, typing.Union["CfnMultiRegionEndpoint.DetailsProperty", typing.Dict[builtins.str, typing.Any]]],
11695
+ endpoint_name: builtins.str,
11696
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
11697
+ ) -> None:
11698
+ '''Create a new ``AWS::SES::MultiRegionEndpoint``.
11699
+
11700
+ :param scope: Scope in which this resource is defined.
11701
+ :param id: Construct identifier for this resource (unique in its scope).
11702
+ :param details: Contains details of a multi-region endpoint (global-endpoint) being created.
11703
+ :param endpoint_name: The name of the multi-region endpoint (global-endpoint).
11704
+ :param tags: An array of objects that define the tags (keys and values) to associate with the multi-region endpoint (global-endpoint).
11705
+ '''
11706
+ if __debug__:
11707
+ type_hints = typing.get_type_hints(_typecheckingstub__8d7e94f6d9cd343f5c2c621d4e2a086c1db0d608865fb3a5015d0b11df5b0c2a)
11708
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
11709
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
11710
+ props = CfnMultiRegionEndpointProps(
11711
+ details=details, endpoint_name=endpoint_name, tags=tags
11712
+ )
11713
+
11714
+ jsii.create(self.__class__, self, [scope, id, props])
11715
+
11716
+ @jsii.member(jsii_name="inspect")
11717
+ def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
11718
+ '''Examines the CloudFormation resource and discloses attributes.
11719
+
11720
+ :param inspector: tree inspector to collect and process attributes.
11721
+ '''
11722
+ if __debug__:
11723
+ type_hints = typing.get_type_hints(_typecheckingstub__3f993acea62f4c5cd3c13afb39ae933a70876025dda136db5641662ea3652c35)
11724
+ check_type(argname="argument inspector", value=inspector, expected_type=type_hints["inspector"])
11725
+ return typing.cast(None, jsii.invoke(self, "inspect", [inspector]))
11726
+
11727
+ @jsii.member(jsii_name="renderProperties")
11728
+ def _render_properties(
11729
+ self,
11730
+ props: typing.Mapping[builtins.str, typing.Any],
11731
+ ) -> typing.Mapping[builtins.str, typing.Any]:
11732
+ '''
11733
+ :param props: -
11734
+ '''
11735
+ if __debug__:
11736
+ type_hints = typing.get_type_hints(_typecheckingstub__2f108c3712c98e873a0ab1929f7b0f152b6ad3d8f5741b41d2dde160eedd78e2)
11737
+ check_type(argname="argument props", value=props, expected_type=type_hints["props"])
11738
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "renderProperties", [props]))
11739
+
11740
+ @jsii.python.classproperty
11741
+ @jsii.member(jsii_name="CFN_RESOURCE_TYPE_NAME")
11742
+ def CFN_RESOURCE_TYPE_NAME(cls) -> builtins.str:
11743
+ '''The CloudFormation resource type name for this resource class.'''
11744
+ return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
11745
+
11746
+ @builtins.property
11747
+ @jsii.member(jsii_name="cdkTagManager")
11748
+ def cdk_tag_manager(self) -> _TagManager_0a598cb3:
11749
+ '''Tag Manager which manages the tags for this resource.'''
11750
+ return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
11751
+
11752
+ @builtins.property
11753
+ @jsii.member(jsii_name="cfnProperties")
11754
+ def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
11755
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
11756
+
11757
+ @builtins.property
11758
+ @jsii.member(jsii_name="multiRegionEndpointRef")
11759
+ def multi_region_endpoint_ref(self) -> _MultiRegionEndpointReference_887ccebf:
11760
+ '''A reference to a MultiRegionEndpoint resource.'''
11761
+ return typing.cast(_MultiRegionEndpointReference_887ccebf, jsii.get(self, "multiRegionEndpointRef"))
11762
+
11763
+ @builtins.property
11764
+ @jsii.member(jsii_name="details")
11765
+ def details(
11766
+ self,
11767
+ ) -> typing.Union[_IResolvable_da3f097b, "CfnMultiRegionEndpoint.DetailsProperty"]:
11768
+ '''Contains details of a multi-region endpoint (global-endpoint) being created.'''
11769
+ return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnMultiRegionEndpoint.DetailsProperty"], jsii.get(self, "details"))
11770
+
11771
+ @details.setter
11772
+ def details(
11773
+ self,
11774
+ value: typing.Union[_IResolvable_da3f097b, "CfnMultiRegionEndpoint.DetailsProperty"],
11775
+ ) -> None:
11776
+ if __debug__:
11777
+ type_hints = typing.get_type_hints(_typecheckingstub__8b6fe78ccfdd3e52f3ea0fa2cdbcc2b8e26a69603c27d6b58c6704fbd2a0ad13)
11778
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
11779
+ jsii.set(self, "details", value) # pyright: ignore[reportArgumentType]
11780
+
11781
+ @builtins.property
11782
+ @jsii.member(jsii_name="endpointName")
11783
+ def endpoint_name(self) -> builtins.str:
11784
+ '''The name of the multi-region endpoint (global-endpoint).'''
11785
+ return typing.cast(builtins.str, jsii.get(self, "endpointName"))
11786
+
11787
+ @endpoint_name.setter
11788
+ def endpoint_name(self, value: builtins.str) -> None:
11789
+ if __debug__:
11790
+ type_hints = typing.get_type_hints(_typecheckingstub__7bf2a5fc1697872607b9cda5e8ef19be750bfa13e5b84b586c2d1af23751f67c)
11791
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
11792
+ jsii.set(self, "endpointName", value) # pyright: ignore[reportArgumentType]
11793
+
11794
+ @builtins.property
11795
+ @jsii.member(jsii_name="tags")
11796
+ def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
11797
+ '''An array of objects that define the tags (keys and values) to associate with the multi-region endpoint (global-endpoint).'''
11798
+ return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tags"))
11799
+
11800
+ @tags.setter
11801
+ def tags(self, value: typing.Optional[typing.List[_CfnTag_f6864754]]) -> None:
11802
+ if __debug__:
11803
+ type_hints = typing.get_type_hints(_typecheckingstub__4368de0d96781c022795655dd0619af76bd764cf632a2d910010e1ad5a99ee4e)
11804
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
11805
+ jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
11806
+
11807
+ @jsii.data_type(
11808
+ jsii_type="aws-cdk-lib.aws_ses.CfnMultiRegionEndpoint.DetailsProperty",
11809
+ jsii_struct_bases=[],
11810
+ name_mapping={"route_details": "routeDetails"},
11811
+ )
11812
+ class DetailsProperty:
11813
+ def __init__(
11814
+ self,
11815
+ *,
11816
+ route_details: typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnMultiRegionEndpoint.RouteDetailsItemsProperty", typing.Dict[builtins.str, typing.Any]]]]],
11817
+ ) -> None:
11818
+ '''An object that contains configuration details of multi-region endpoint (global-endpoint).
11819
+
11820
+ :param route_details: A list of route configuration details. Must contain exactly one route configuration
11821
+
11822
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-multiregionendpoint-details.html
11823
+ :exampleMetadata: fixture=_generated
11824
+
11825
+ Example::
11826
+
11827
+ # The code below shows an example of how to instantiate this type.
11828
+ # The values are placeholders you should change.
11829
+ from aws_cdk import aws_ses as ses
11830
+
11831
+ details_property = ses.CfnMultiRegionEndpoint.DetailsProperty(
11832
+ route_details=[ses.CfnMultiRegionEndpoint.RouteDetailsItemsProperty(
11833
+ region="region"
11834
+ )]
11835
+ )
11836
+ '''
11837
+ if __debug__:
11838
+ type_hints = typing.get_type_hints(_typecheckingstub__7bf5e81365da54bbabfd37fbc5ec361541cc57cda7f472f24767be48687701f8)
11839
+ check_type(argname="argument route_details", value=route_details, expected_type=type_hints["route_details"])
11840
+ self._values: typing.Dict[builtins.str, typing.Any] = {
11841
+ "route_details": route_details,
11842
+ }
11843
+
11844
+ @builtins.property
11845
+ def route_details(
11846
+ self,
11847
+ ) -> typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnMultiRegionEndpoint.RouteDetailsItemsProperty"]]]:
11848
+ '''A list of route configuration details.
11849
+
11850
+ Must contain exactly one route configuration
11851
+
11852
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-multiregionendpoint-details.html#cfn-ses-multiregionendpoint-details-routedetails
11853
+ '''
11854
+ result = self._values.get("route_details")
11855
+ assert result is not None, "Required property 'route_details' is missing"
11856
+ return typing.cast(typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnMultiRegionEndpoint.RouteDetailsItemsProperty"]]], result)
11857
+
11858
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
11859
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
11860
+
11861
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
11862
+ return not (rhs == self)
11863
+
11864
+ def __repr__(self) -> str:
11865
+ return "DetailsProperty(%s)" % ", ".join(
11866
+ k + "=" + repr(v) for k, v in self._values.items()
11867
+ )
11868
+
11869
+ @jsii.data_type(
11870
+ jsii_type="aws-cdk-lib.aws_ses.CfnMultiRegionEndpoint.RouteDetailsItemsProperty",
11871
+ jsii_struct_bases=[],
11872
+ name_mapping={"region": "region"},
11873
+ )
11874
+ class RouteDetailsItemsProperty:
11875
+ def __init__(self, *, region: builtins.str) -> None:
11876
+ '''
11877
+ :param region: The name of an AWS-Region to be a secondary region for the multi-region endpoint (global-endpoint).
11878
+
11879
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-multiregionendpoint-routedetailsitems.html
11880
+ :exampleMetadata: fixture=_generated
11881
+
11882
+ Example::
11883
+
11884
+ # The code below shows an example of how to instantiate this type.
11885
+ # The values are placeholders you should change.
11886
+ from aws_cdk import aws_ses as ses
11887
+
11888
+ route_details_items_property = ses.CfnMultiRegionEndpoint.RouteDetailsItemsProperty(
11889
+ region="region"
11890
+ )
11891
+ '''
11892
+ if __debug__:
11893
+ type_hints = typing.get_type_hints(_typecheckingstub__7d51ee9c9a4e7b5a8da21548086284c2214dfc2fe31b5a7e2c4b493a0a17b1a2)
11894
+ check_type(argname="argument region", value=region, expected_type=type_hints["region"])
11895
+ self._values: typing.Dict[builtins.str, typing.Any] = {
11896
+ "region": region,
11897
+ }
11898
+
11899
+ @builtins.property
11900
+ def region(self) -> builtins.str:
11901
+ '''The name of an AWS-Region to be a secondary region for the multi-region endpoint (global-endpoint).
11902
+
11903
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-multiregionendpoint-routedetailsitems.html#cfn-ses-multiregionendpoint-routedetailsitems-region
11904
+ '''
11905
+ result = self._values.get("region")
11906
+ assert result is not None, "Required property 'region' is missing"
11907
+ return typing.cast(builtins.str, result)
11908
+
11909
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
11910
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
11911
+
11912
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
11913
+ return not (rhs == self)
11914
+
11915
+ def __repr__(self) -> str:
11916
+ return "RouteDetailsItemsProperty(%s)" % ", ".join(
11917
+ k + "=" + repr(v) for k, v in self._values.items()
11918
+ )
11919
+
11920
+
11921
+ @jsii.data_type(
11922
+ jsii_type="aws-cdk-lib.aws_ses.CfnMultiRegionEndpointProps",
11923
+ jsii_struct_bases=[],
11924
+ name_mapping={
11925
+ "details": "details",
11926
+ "endpoint_name": "endpointName",
11927
+ "tags": "tags",
11928
+ },
11929
+ )
11930
+ class CfnMultiRegionEndpointProps:
11931
+ def __init__(
11932
+ self,
11933
+ *,
11934
+ details: typing.Union[_IResolvable_da3f097b, typing.Union[CfnMultiRegionEndpoint.DetailsProperty, typing.Dict[builtins.str, typing.Any]]],
11935
+ endpoint_name: builtins.str,
11936
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
11937
+ ) -> None:
11938
+ '''Properties for defining a ``CfnMultiRegionEndpoint``.
11939
+
11940
+ :param details: Contains details of a multi-region endpoint (global-endpoint) being created.
11941
+ :param endpoint_name: The name of the multi-region endpoint (global-endpoint).
11942
+ :param tags: An array of objects that define the tags (keys and values) to associate with the multi-region endpoint (global-endpoint).
11943
+
11944
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-multiregionendpoint.html
11945
+ :exampleMetadata: fixture=_generated
11946
+
11947
+ Example::
11948
+
11949
+ # The code below shows an example of how to instantiate this type.
11950
+ # The values are placeholders you should change.
11951
+ from aws_cdk import aws_ses as ses
11952
+
11953
+ cfn_multi_region_endpoint_props = ses.CfnMultiRegionEndpointProps(
11954
+ details=ses.CfnMultiRegionEndpoint.DetailsProperty(
11955
+ route_details=[ses.CfnMultiRegionEndpoint.RouteDetailsItemsProperty(
11956
+ region="region"
11957
+ )]
11958
+ ),
11959
+ endpoint_name="endpointName",
11048
11960
 
11049
11961
  # the properties below are optional
11050
- max_message_size_bytes=123,
11051
11962
  tags=[CfnTag(
11052
11963
  key="key",
11053
11964
  value="value"
11054
- )],
11055
- traffic_policy_name="trafficPolicyName"
11965
+ )]
11056
11966
  )
11057
11967
  '''
11058
11968
  if __debug__:
11059
- type_hints = typing.get_type_hints(_typecheckingstub__ed881964bd518a16a88f17ded480c0caabc8547dbbd126d0803e1424b80d51ef)
11060
- check_type(argname="argument default_action", value=default_action, expected_type=type_hints["default_action"])
11061
- check_type(argname="argument policy_statements", value=policy_statements, expected_type=type_hints["policy_statements"])
11062
- check_type(argname="argument max_message_size_bytes", value=max_message_size_bytes, expected_type=type_hints["max_message_size_bytes"])
11969
+ type_hints = typing.get_type_hints(_typecheckingstub__214e30eaa4e6cecb1b023c19b13ef049c4e864d6956eb232163e2fc35159eda5)
11970
+ check_type(argname="argument details", value=details, expected_type=type_hints["details"])
11971
+ check_type(argname="argument endpoint_name", value=endpoint_name, expected_type=type_hints["endpoint_name"])
11063
11972
  check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
11064
- check_type(argname="argument traffic_policy_name", value=traffic_policy_name, expected_type=type_hints["traffic_policy_name"])
11065
11973
  self._values: typing.Dict[builtins.str, typing.Any] = {
11066
- "default_action": default_action,
11067
- "policy_statements": policy_statements,
11974
+ "details": details,
11975
+ "endpoint_name": endpoint_name,
11068
11976
  }
11069
- if max_message_size_bytes is not None:
11070
- self._values["max_message_size_bytes"] = max_message_size_bytes
11071
11977
  if tags is not None:
11072
11978
  self._values["tags"] = tags
11073
- if traffic_policy_name is not None:
11074
- self._values["traffic_policy_name"] = traffic_policy_name
11075
-
11076
- @builtins.property
11077
- def default_action(self) -> builtins.str:
11078
- '''Default action instructs the traffic policy to either Allow or Deny (block) messages that fall outside of (or not addressed by) the conditions of your policy statements.
11079
-
11080
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-mailmanagertrafficpolicy.html#cfn-ses-mailmanagertrafficpolicy-defaultaction
11081
- '''
11082
- result = self._values.get("default_action")
11083
- assert result is not None, "Required property 'default_action' is missing"
11084
- return typing.cast(builtins.str, result)
11085
11979
 
11086
11980
  @builtins.property
11087
- def policy_statements(
11981
+ def details(
11088
11982
  self,
11089
- ) -> typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnMailManagerTrafficPolicy.PolicyStatementProperty]]]:
11090
- '''Conditional statements for filtering email traffic.
11983
+ ) -> typing.Union[_IResolvable_da3f097b, CfnMultiRegionEndpoint.DetailsProperty]:
11984
+ '''Contains details of a multi-region endpoint (global-endpoint) being created.
11091
11985
 
11092
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-mailmanagertrafficpolicy.html#cfn-ses-mailmanagertrafficpolicy-policystatements
11986
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-multiregionendpoint.html#cfn-ses-multiregionendpoint-details
11093
11987
  '''
11094
- result = self._values.get("policy_statements")
11095
- assert result is not None, "Required property 'policy_statements' is missing"
11096
- return typing.cast(typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnMailManagerTrafficPolicy.PolicyStatementProperty]]], result)
11988
+ result = self._values.get("details")
11989
+ assert result is not None, "Required property 'details' is missing"
11990
+ return typing.cast(typing.Union[_IResolvable_da3f097b, CfnMultiRegionEndpoint.DetailsProperty], result)
11097
11991
 
11098
11992
  @builtins.property
11099
- def max_message_size_bytes(self) -> typing.Optional[jsii.Number]:
11100
- '''The maximum message size in bytes of email which is allowed in by this traffic policy—anything larger will be blocked.
11993
+ def endpoint_name(self) -> builtins.str:
11994
+ '''The name of the multi-region endpoint (global-endpoint).
11101
11995
 
11102
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-mailmanagertrafficpolicy.html#cfn-ses-mailmanagertrafficpolicy-maxmessagesizebytes
11996
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-multiregionendpoint.html#cfn-ses-multiregionendpoint-endpointname
11103
11997
  '''
11104
- result = self._values.get("max_message_size_bytes")
11105
- return typing.cast(typing.Optional[jsii.Number], result)
11998
+ result = self._values.get("endpoint_name")
11999
+ assert result is not None, "Required property 'endpoint_name' is missing"
12000
+ return typing.cast(builtins.str, result)
11106
12001
 
11107
12002
  @builtins.property
11108
12003
  def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
11109
- '''The tags used to organize, track, or control access for the resource.
12004
+ '''An array of objects that define the tags (keys and values) to associate with the multi-region endpoint (global-endpoint).
11110
12005
 
11111
- For example, { "tags": {"key1":"value1", "key2":"value2"} }.
11112
-
11113
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-mailmanagertrafficpolicy.html#cfn-ses-mailmanagertrafficpolicy-tags
12006
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-multiregionendpoint.html#cfn-ses-multiregionendpoint-tags
11114
12007
  '''
11115
12008
  result = self._values.get("tags")
11116
12009
  return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], result)
11117
12010
 
11118
- @builtins.property
11119
- def traffic_policy_name(self) -> typing.Optional[builtins.str]:
11120
- '''The name of the policy.
11121
-
11122
- The policy name cannot exceed 64 characters and can only include alphanumeric characters, dashes, and underscores.
11123
-
11124
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-mailmanagertrafficpolicy.html#cfn-ses-mailmanagertrafficpolicy-trafficpolicyname
11125
- '''
11126
- result = self._values.get("traffic_policy_name")
11127
- return typing.cast(typing.Optional[builtins.str], result)
11128
-
11129
12011
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
11130
12012
  return isinstance(rhs, self.__class__) and rhs._values == self._values
11131
12013
 
@@ -11133,12 +12015,12 @@ class CfnMailManagerTrafficPolicyProps:
11133
12015
  return not (rhs == self)
11134
12016
 
11135
12017
  def __repr__(self) -> str:
11136
- return "CfnMailManagerTrafficPolicyProps(%s)" % ", ".join(
12018
+ return "CfnMultiRegionEndpointProps(%s)" % ", ".join(
11137
12019
  k + "=" + repr(v) for k, v in self._values.items()
11138
12020
  )
11139
12021
 
11140
12022
 
11141
- @jsii.implements(_IInspectable_c2943556)
12023
+ @jsii.implements(_IInspectable_c2943556, _IReceiptFilterRef_dbfb106a)
11142
12024
  class CfnReceiptFilter(
11143
12025
  _CfnResource_9df397a6,
11144
12026
  metaclass=jsii.JSIIMeta,
@@ -11178,7 +12060,8 @@ class CfnReceiptFilter(
11178
12060
  *,
11179
12061
  filter: typing.Union[_IResolvable_da3f097b, typing.Union["CfnReceiptFilter.FilterProperty", typing.Dict[builtins.str, typing.Any]]],
11180
12062
  ) -> None:
11181
- '''
12063
+ '''Create a new ``AWS::SES::ReceiptFilter``.
12064
+
11182
12065
  :param scope: Scope in which this resource is defined.
11183
12066
  :param id: Construct identifier for this resource (unique in its scope).
11184
12067
  :param filter: A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.
@@ -11234,6 +12117,12 @@ class CfnReceiptFilter(
11234
12117
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
11235
12118
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
11236
12119
 
12120
+ @builtins.property
12121
+ @jsii.member(jsii_name="receiptFilterRef")
12122
+ def receipt_filter_ref(self) -> _ReceiptFilterReference_d15ec7c1:
12123
+ '''A reference to a ReceiptFilter resource.'''
12124
+ return typing.cast(_ReceiptFilterReference_d15ec7c1, jsii.get(self, "receiptFilterRef"))
12125
+
11237
12126
  @builtins.property
11238
12127
  @jsii.member(jsii_name="filter")
11239
12128
  def filter(
@@ -11472,7 +12361,7 @@ class CfnReceiptFilterProps:
11472
12361
  )
11473
12362
 
11474
12363
 
11475
- @jsii.implements(_IInspectable_c2943556)
12364
+ @jsii.implements(_IInspectable_c2943556, _IReceiptRuleRef_0f93d846)
11476
12365
  class CfnReceiptRule(
11477
12366
  _CfnResource_9df397a6,
11478
12367
  metaclass=jsii.JSIIMeta,
@@ -11565,7 +12454,8 @@ class CfnReceiptRule(
11565
12454
  rule_set_name: builtins.str,
11566
12455
  after: typing.Optional[builtins.str] = None,
11567
12456
  ) -> None:
11568
- '''
12457
+ '''Create a new ``AWS::SES::ReceiptRule``.
12458
+
11569
12459
  :param scope: Scope in which this resource is defined.
11570
12460
  :param id: Construct identifier for this resource (unique in its scope).
11571
12461
  :param rule: A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.
@@ -11625,6 +12515,12 @@ class CfnReceiptRule(
11625
12515
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
11626
12516
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
11627
12517
 
12518
+ @builtins.property
12519
+ @jsii.member(jsii_name="receiptRuleRef")
12520
+ def receipt_rule_ref(self) -> _ReceiptRuleReference_2b9e9bb2:
12521
+ '''A reference to a ReceiptRule resource.'''
12522
+ return typing.cast(_ReceiptRuleReference_2b9e9bb2, jsii.get(self, "receiptRuleRef"))
12523
+
11628
12524
  @builtins.property
11629
12525
  @jsii.member(jsii_name="rule")
11630
12526
  def rule(
@@ -11704,7 +12600,7 @@ class CfnReceiptRule(
11704
12600
 
11705
12601
  :param add_header_action: Adds a header to the received email.
11706
12602
  :param bounce_action: Rejects the received email by returning a bounce response to the sender and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).
11707
- :param connect_action:
12603
+ :param connect_action: The action that informs a traffic policy resource to either allow or block the email if it matches a condition in the policy statement.
11708
12604
  :param lambda_action: Calls an AWS Lambda function, and optionally, publishes a notification to Amazon SNS.
11709
12605
  :param s3_action: Saves the received message to an Amazon Simple Storage Service (Amazon S3) bucket and, optionally, publishes a notification to Amazon SNS.
11710
12606
  :param sns_action: Publishes the email content within a notification to Amazon SNS.
@@ -11826,7 +12722,8 @@ class CfnReceiptRule(
11826
12722
  def connect_action(
11827
12723
  self,
11828
12724
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnReceiptRule.ConnectActionProperty"]]:
11829
- '''
12725
+ '''The action that informs a traffic policy resource to either allow or block the email if it matches a condition in the policy statement.
12726
+
11830
12727
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-receiptrule-action.html#cfn-ses-receiptrule-action-connectaction
11831
12728
  '''
11832
12729
  result = self._values.get("connect_action")
@@ -13054,7 +13951,7 @@ class CfnReceiptRuleProps:
13054
13951
  )
13055
13952
 
13056
13953
 
13057
- @jsii.implements(_IInspectable_c2943556)
13954
+ @jsii.implements(_IInspectable_c2943556, _IReceiptRuleSetRef_f6b881e9)
13058
13955
  class CfnReceiptRuleSet(
13059
13956
  _CfnResource_9df397a6,
13060
13957
  metaclass=jsii.JSIIMeta,
@@ -13088,7 +13985,8 @@ class CfnReceiptRuleSet(
13088
13985
  *,
13089
13986
  rule_set_name: typing.Optional[builtins.str] = None,
13090
13987
  ) -> None:
13091
- '''
13988
+ '''Create a new ``AWS::SES::ReceiptRuleSet``.
13989
+
13092
13990
  :param scope: Scope in which this resource is defined.
13093
13991
  :param id: Construct identifier for this resource (unique in its scope).
13094
13992
  :param rule_set_name: The name of the receipt rule set to make active. Setting this value to null disables all email receiving.
@@ -13144,6 +14042,12 @@ class CfnReceiptRuleSet(
13144
14042
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
13145
14043
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
13146
14044
 
14045
+ @builtins.property
14046
+ @jsii.member(jsii_name="receiptRuleSetRef")
14047
+ def receipt_rule_set_ref(self) -> _ReceiptRuleSetReference_0daf31cb:
14048
+ '''A reference to a ReceiptRuleSet resource.'''
14049
+ return typing.cast(_ReceiptRuleSetReference_0daf31cb, jsii.get(self, "receiptRuleSetRef"))
14050
+
13147
14051
  @builtins.property
13148
14052
  @jsii.member(jsii_name="ruleSetName")
13149
14053
  def rule_set_name(self) -> typing.Optional[builtins.str]:
@@ -13212,7 +14116,7 @@ class CfnReceiptRuleSetProps:
13212
14116
  )
13213
14117
 
13214
14118
 
13215
- @jsii.implements(_IInspectable_c2943556)
14119
+ @jsii.implements(_IInspectable_c2943556, _ITemplateRef_efd84872)
13216
14120
  class CfnTemplate(
13217
14121
  _CfnResource_9df397a6,
13218
14122
  metaclass=jsii.JSIIMeta,
@@ -13251,7 +14155,8 @@ class CfnTemplate(
13251
14155
  *,
13252
14156
  template: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.TemplateProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
13253
14157
  ) -> None:
13254
- '''
14158
+ '''Create a new ``AWS::SES::Template``.
14159
+
13255
14160
  :param scope: Scope in which this resource is defined.
13256
14161
  :param id: Construct identifier for this resource (unique in its scope).
13257
14162
  :param template: The content of the email, composed of a subject line and either an HTML part or a text-only part.
@@ -13307,6 +14212,12 @@ class CfnTemplate(
13307
14212
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
13308
14213
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
13309
14214
 
14215
+ @builtins.property
14216
+ @jsii.member(jsii_name="templateRef")
14217
+ def template_ref(self) -> _TemplateReference_cceb8bea:
14218
+ '''A reference to a Template resource.'''
14219
+ return typing.cast(_TemplateReference_cceb8bea, jsii.get(self, "templateRef"))
14220
+
13310
14221
  @builtins.property
13311
14222
  @jsii.member(jsii_name="template")
13312
14223
  def template(
@@ -13503,7 +14414,7 @@ class CfnTemplateProps:
13503
14414
  )
13504
14415
 
13505
14416
 
13506
- @jsii.implements(_IInspectable_c2943556)
14417
+ @jsii.implements(_IInspectable_c2943556, _IVdmAttributesRef_2d5b2489)
13507
14418
  class CfnVdmAttributes(
13508
14419
  _CfnResource_9df397a6,
13509
14420
  metaclass=jsii.JSIIMeta,
@@ -13539,7 +14450,8 @@ class CfnVdmAttributes(
13539
14450
  dashboard_attributes: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnVdmAttributes.DashboardAttributesProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
13540
14451
  guardian_attributes: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnVdmAttributes.GuardianAttributesProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
13541
14452
  ) -> None:
13542
- '''
14453
+ '''Create a new ``AWS::SES::VdmAttributes``.
14454
+
13543
14455
  :param scope: Scope in which this resource is defined.
13544
14456
  :param id: Construct identifier for this resource (unique in its scope).
13545
14457
  :param dashboard_attributes: Specifies additional settings for your VDM configuration as applicable to the Dashboard.
@@ -13600,6 +14512,12 @@ class CfnVdmAttributes(
13600
14512
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
13601
14513
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
13602
14514
 
14515
+ @builtins.property
14516
+ @jsii.member(jsii_name="vdmAttributesRef")
14517
+ def vdm_attributes_ref(self) -> _VdmAttributesReference_007eac2c:
14518
+ '''A reference to a VdmAttributes resource.'''
14519
+ return typing.cast(_VdmAttributesReference_007eac2c, jsii.get(self, "vdmAttributesRef"))
14520
+
13603
14521
  @builtins.property
13604
14522
  @jsii.member(jsii_name="dashboardAttributes")
13605
14523
  def dashboard_attributes(
@@ -18279,6 +19197,8 @@ __all__ = [
18279
19197
  "CfnMailManagerRuleSetProps",
18280
19198
  "CfnMailManagerTrafficPolicy",
18281
19199
  "CfnMailManagerTrafficPolicyProps",
19200
+ "CfnMultiRegionEndpoint",
19201
+ "CfnMultiRegionEndpointProps",
18282
19202
  "CfnReceiptFilter",
18283
19203
  "CfnReceiptFilterProps",
18284
19204
  "CfnReceiptRule",
@@ -18398,12 +19318,21 @@ def _typecheckingstub__ad84a733d05a7160c0517733c56c249f6a299231ebcf8e982ed1aeda9
18398
19318
  reputation_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnConfigurationSet.ReputationOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
18399
19319
  sending_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnConfigurationSet.SendingOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
18400
19320
  suppression_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnConfigurationSet.SuppressionOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
19321
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
18401
19322
  tracking_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnConfigurationSet.TrackingOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
18402
19323
  vdm_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnConfigurationSet.VdmOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
18403
19324
  ) -> None:
18404
19325
  """Type checking stubs"""
18405
19326
  pass
18406
19327
 
19328
+ def _typecheckingstub__f7e0cde305853fb2c740f29455949111afc0143ce4346e290a5d583cd414e670(
19329
+ scope: _constructs_77d1e7e8.Construct,
19330
+ id: builtins.str,
19331
+ configuration_set_name: builtins.str,
19332
+ ) -> None:
19333
+ """Type checking stubs"""
19334
+ pass
19335
+
18407
19336
  def _typecheckingstub__703d8eb12ae21101f4f93e6ab7089d820f42a27a22e1028eee983deee4056343(
18408
19337
  inspector: _TreeInspector_488e0dd5,
18409
19338
  ) -> None:
@@ -18446,6 +19375,12 @@ def _typecheckingstub__4d6e92203e0b0fb9ad18351409d2e930bd3b3881d922fcb2f2b38b337
18446
19375
  """Type checking stubs"""
18447
19376
  pass
18448
19377
 
19378
+ def _typecheckingstub__c62b9f68ee9b0075b17aa0e2ad90c86281aa22d6d7e67129dbeee761ce2c5d4f(
19379
+ value: typing.Optional[typing.List[_CfnTag_f6864754]],
19380
+ ) -> None:
19381
+ """Type checking stubs"""
19382
+ pass
19383
+
18449
19384
  def _typecheckingstub__0e2738cc83fe741aa7d2c58d5db581a79f89d7427a9504ac697d8f7dd2004ea9(
18450
19385
  value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnConfigurationSet.TrackingOptionsProperty]],
18451
19386
  ) -> None:
@@ -18618,6 +19553,7 @@ def _typecheckingstub__e27ed179dbf809eedecaf57207416cd1680782d0d3ab4c539486ad703
18618
19553
  reputation_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnConfigurationSet.ReputationOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
18619
19554
  sending_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnConfigurationSet.SendingOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
18620
19555
  suppression_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnConfigurationSet.SuppressionOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
19556
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
18621
19557
  tracking_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnConfigurationSet.TrackingOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
18622
19558
  vdm_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnConfigurationSet.VdmOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
18623
19559
  ) -> None:
@@ -18636,6 +19572,14 @@ def _typecheckingstub__4f5901f6c4687a5069b93788dd46825d3f820617b06ab7617c713daa1
18636
19572
  """Type checking stubs"""
18637
19573
  pass
18638
19574
 
19575
+ def _typecheckingstub__3b19a50d34c95519a9d081d656ff2b1634828c7fe7a66b655cd9cb5360e9e3f6(
19576
+ scope: _constructs_77d1e7e8.Construct,
19577
+ id: builtins.str,
19578
+ contact_list_name: builtins.str,
19579
+ ) -> None:
19580
+ """Type checking stubs"""
19581
+ pass
19582
+
18639
19583
  def _typecheckingstub__04e7980d7184167e42f7e01ae8cec876d43f150d71c7057fca33fc0a3e2d3e6b(
18640
19584
  inspector: _TreeInspector_488e0dd5,
18641
19585
  ) -> None:
@@ -18698,6 +19642,7 @@ def _typecheckingstub__86a024e58c5549e30a3beca5bb152d09219a0cb42e6e02b0e95395595
18698
19642
  *,
18699
19643
  pool_name: typing.Optional[builtins.str] = None,
18700
19644
  scaling_mode: typing.Optional[builtins.str] = None,
19645
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
18701
19646
  ) -> None:
18702
19647
  """Type checking stubs"""
18703
19648
  pass
@@ -18726,10 +19671,17 @@ def _typecheckingstub__cfe768b550097b0e81974377ae65fba6791743f6787f72492af555cd1
18726
19671
  """Type checking stubs"""
18727
19672
  pass
18728
19673
 
19674
+ def _typecheckingstub__fdfb8383d85d605dbc464ac070d5b1dbd7acd9e899b479c712bf9f4e9432f8d8(
19675
+ value: typing.Optional[typing.List[_CfnTag_f6864754]],
19676
+ ) -> None:
19677
+ """Type checking stubs"""
19678
+ pass
19679
+
18729
19680
  def _typecheckingstub__ea1a308c0c75c9aabf33c8c8b6378da7534f946eff787acdd2dc100f0b482f56(
18730
19681
  *,
18731
19682
  pool_name: typing.Optional[builtins.str] = None,
18732
19683
  scaling_mode: typing.Optional[builtins.str] = None,
19684
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
18733
19685
  ) -> None:
18734
19686
  """Type checking stubs"""
18735
19687
  pass
@@ -18744,6 +19696,7 @@ def _typecheckingstub__6dd153888b73988faf47365b573ef9e102d03faf2ff7fc2112c9b8596
18744
19696
  dkim_signing_attributes: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnEmailIdentity.DkimSigningAttributesProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
18745
19697
  feedback_attributes: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnEmailIdentity.FeedbackAttributesProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
18746
19698
  mail_from_attributes: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnEmailIdentity.MailFromAttributesProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
19699
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
18747
19700
  ) -> None:
18748
19701
  """Type checking stubs"""
18749
19702
  pass
@@ -18796,6 +19749,12 @@ def _typecheckingstub__3bfc642d317ef43c146d5f2aed5754d7210e533815ccd7d6339a4f094
18796
19749
  """Type checking stubs"""
18797
19750
  pass
18798
19751
 
19752
+ def _typecheckingstub__734a5169a3a8e4af6fa9920987d51d19a7ae6a49e4504934eb9c54d8bf21aa81(
19753
+ value: typing.Optional[typing.List[_CfnTag_f6864754]],
19754
+ ) -> None:
19755
+ """Type checking stubs"""
19756
+ pass
19757
+
18799
19758
  def _typecheckingstub__f43c178a47220933c21060d38f5105353a7af12378df167bc4dc7fca0fffa09c(
18800
19759
  *,
18801
19760
  configuration_set_name: typing.Optional[builtins.str] = None,
@@ -18842,6 +19801,7 @@ def _typecheckingstub__1981630fc48db9c9ef7ed37311c6a22c4456e2d316420d87e0ba41890
18842
19801
  dkim_signing_attributes: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnEmailIdentity.DkimSigningAttributesProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
18843
19802
  feedback_attributes: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnEmailIdentity.FeedbackAttributesProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
18844
19803
  mail_from_attributes: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnEmailIdentity.MailFromAttributesProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
19804
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
18845
19805
  ) -> None:
18846
19806
  """Type checking stubs"""
18847
19807
  pass
@@ -18856,6 +19816,14 @@ def _typecheckingstub__b264df921b4ca04913aa8a8375e2c83055fd8df0a14752396030e13fc
18856
19816
  """Type checking stubs"""
18857
19817
  pass
18858
19818
 
19819
+ def _typecheckingstub__4b82d982a648e92902a374694f84ff5e1fb61a1267dc909d615a37c7e086d706(
19820
+ scope: _constructs_77d1e7e8.Construct,
19821
+ id: builtins.str,
19822
+ addon_instance_id: builtins.str,
19823
+ ) -> None:
19824
+ """Type checking stubs"""
19825
+ pass
19826
+
18859
19827
  def _typecheckingstub__af96657c240160581260abbc9d1a8bc62bbf6e2d5f9988be88caa5605fea6193(
18860
19828
  inspector: _TreeInspector_488e0dd5,
18861
19829
  ) -> None:
@@ -18898,6 +19866,14 @@ def _typecheckingstub__0d0f399046a02347b7c8f90e068f3fd2b8d48f9ff28b35ef6bf0ae7e0
18898
19866
  """Type checking stubs"""
18899
19867
  pass
18900
19868
 
19869
+ def _typecheckingstub__285468e4ba3edb67c9b4bcd9489b416e31f4f85a2a5e786f30d01535e38cacdc(
19870
+ scope: _constructs_77d1e7e8.Construct,
19871
+ id: builtins.str,
19872
+ addon_subscription_id: builtins.str,
19873
+ ) -> None:
19874
+ """Type checking stubs"""
19875
+ pass
19876
+
18901
19877
  def _typecheckingstub__5938bdd1bc8d27ccb42b21d788b8b4b509125ca0348f4b02156af62aa3fc658d(
18902
19878
  inspector: _TreeInspector_488e0dd5,
18903
19879
  ) -> None:
@@ -18940,6 +19916,14 @@ def _typecheckingstub__6a8a172d98fe048a3419d1b92dcaf2e59e8461e9b0baf073f812b3916
18940
19916
  """Type checking stubs"""
18941
19917
  pass
18942
19918
 
19919
+ def _typecheckingstub__120660db0c0d7502ce27d42115e731ab20d88dfeccd8fa2bb55ed90b870488c4(
19920
+ scope: _constructs_77d1e7e8.Construct,
19921
+ id: builtins.str,
19922
+ address_list_id: builtins.str,
19923
+ ) -> None:
19924
+ """Type checking stubs"""
19925
+ pass
19926
+
18943
19927
  def _typecheckingstub__4f6a8901ab278ee698ce069b658195d6cc144f36006c6c634fd9c8598d24d83d(
18944
19928
  inspector: _TreeInspector_488e0dd5,
18945
19929
  ) -> None:
@@ -18984,6 +19968,14 @@ def _typecheckingstub__22dd3c6f42e37a1d2959a6aa4871e671e1737ebb4110933d8bfa22c2c
18984
19968
  """Type checking stubs"""
18985
19969
  pass
18986
19970
 
19971
+ def _typecheckingstub__a42d7ef06c37673fd058e245cd5defc63931aa1bb15399b919109cc87dcb76a2(
19972
+ scope: _constructs_77d1e7e8.Construct,
19973
+ id: builtins.str,
19974
+ archive_id: builtins.str,
19975
+ ) -> None:
19976
+ """Type checking stubs"""
19977
+ pass
19978
+
18987
19979
  def _typecheckingstub__ab6bbd8ed2986ac0e486edacc5048b747fb9a30a15f56c21ed3845accc6da320(
18988
19980
  inspector: _TreeInspector_488e0dd5,
18989
19981
  ) -> None:
@@ -19053,6 +20045,14 @@ def _typecheckingstub__1ceb1a8308b4e72eecdc0962cf663d2c0564dbffbabebaa887b776484
19053
20045
  """Type checking stubs"""
19054
20046
  pass
19055
20047
 
20048
+ def _typecheckingstub__92ffe7e62420c63aff01fd3a633abd4afd6de74cfc9be5956502b4eae1715abc(
20049
+ scope: _constructs_77d1e7e8.Construct,
20050
+ id: builtins.str,
20051
+ ingress_point_id: builtins.str,
20052
+ ) -> None:
20053
+ """Type checking stubs"""
20054
+ pass
20055
+
19056
20056
  def _typecheckingstub__dc5b9905beb0e52af2daaf480d19b3056ba66ec86e4ed3b13577551722a1efe8(
19057
20057
  inspector: _TreeInspector_488e0dd5,
19058
20058
  ) -> None:
@@ -19170,6 +20170,14 @@ def _typecheckingstub__c9ee528cdf366e99e1f68b7018c131315da04193c666245fa2c99e56b
19170
20170
  """Type checking stubs"""
19171
20171
  pass
19172
20172
 
20173
+ def _typecheckingstub__20d085590a05ce27b9599b7ddb5dc4d721ab8fc87c006babf37032cd0ffc46ed(
20174
+ scope: _constructs_77d1e7e8.Construct,
20175
+ id: builtins.str,
20176
+ relay_id: builtins.str,
20177
+ ) -> None:
20178
+ """Type checking stubs"""
20179
+ pass
20180
+
19173
20181
  def _typecheckingstub__5816a1b4f596fadebac48eac5ab989ccf692d395eb95689083e0aa60a4ac275e(
19174
20182
  inspector: _TreeInspector_488e0dd5,
19175
20183
  ) -> None:
@@ -19242,6 +20250,14 @@ def _typecheckingstub__105680c1fa2be5692f8220b99da3b58468d88eba3dfec1c0ec0e39050
19242
20250
  """Type checking stubs"""
19243
20251
  pass
19244
20252
 
20253
+ def _typecheckingstub__78355a4a2620715789c2e5c3123619e35973a72ffc685bd95914181f608af137(
20254
+ scope: _constructs_77d1e7e8.Construct,
20255
+ id: builtins.str,
20256
+ rule_set_id: builtins.str,
20257
+ ) -> None:
20258
+ """Type checking stubs"""
20259
+ pass
20260
+
19245
20261
  def _typecheckingstub__0759f4c8304ca6f49025af7426410384933255e335181351fb5750c57ec3769f(
19246
20262
  inspector: _TreeInspector_488e0dd5,
19247
20263
  ) -> None:
@@ -19521,6 +20537,14 @@ def _typecheckingstub__450b0bd78f68450d39a41b2242250c64ec412e1a58381c2d9d31cc0b9
19521
20537
  """Type checking stubs"""
19522
20538
  pass
19523
20539
 
20540
+ def _typecheckingstub__395da52cf16177971e7e9b795c457d2866532863ec94dc2aa23f2270e7a7d028(
20541
+ scope: _constructs_77d1e7e8.Construct,
20542
+ id: builtins.str,
20543
+ traffic_policy_id: builtins.str,
20544
+ ) -> None:
20545
+ """Type checking stubs"""
20546
+ pass
20547
+
19524
20548
  def _typecheckingstub__c2890273fd92b44df72c26923985873fcfcfde9cc0a10280486cd24096655fb4(
19525
20549
  inspector: _TreeInspector_488e0dd5,
19526
20550
  ) -> None:
@@ -19690,6 +20714,70 @@ def _typecheckingstub__ed881964bd518a16a88f17ded480c0caabc8547dbbd126d0803e1424b
19690
20714
  """Type checking stubs"""
19691
20715
  pass
19692
20716
 
20717
+ def _typecheckingstub__8d7e94f6d9cd343f5c2c621d4e2a086c1db0d608865fb3a5015d0b11df5b0c2a(
20718
+ scope: _constructs_77d1e7e8.Construct,
20719
+ id: builtins.str,
20720
+ *,
20721
+ details: typing.Union[_IResolvable_da3f097b, typing.Union[CfnMultiRegionEndpoint.DetailsProperty, typing.Dict[builtins.str, typing.Any]]],
20722
+ endpoint_name: builtins.str,
20723
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
20724
+ ) -> None:
20725
+ """Type checking stubs"""
20726
+ pass
20727
+
20728
+ def _typecheckingstub__3f993acea62f4c5cd3c13afb39ae933a70876025dda136db5641662ea3652c35(
20729
+ inspector: _TreeInspector_488e0dd5,
20730
+ ) -> None:
20731
+ """Type checking stubs"""
20732
+ pass
20733
+
20734
+ def _typecheckingstub__2f108c3712c98e873a0ab1929f7b0f152b6ad3d8f5741b41d2dde160eedd78e2(
20735
+ props: typing.Mapping[builtins.str, typing.Any],
20736
+ ) -> None:
20737
+ """Type checking stubs"""
20738
+ pass
20739
+
20740
+ def _typecheckingstub__8b6fe78ccfdd3e52f3ea0fa2cdbcc2b8e26a69603c27d6b58c6704fbd2a0ad13(
20741
+ value: typing.Union[_IResolvable_da3f097b, CfnMultiRegionEndpoint.DetailsProperty],
20742
+ ) -> None:
20743
+ """Type checking stubs"""
20744
+ pass
20745
+
20746
+ def _typecheckingstub__7bf2a5fc1697872607b9cda5e8ef19be750bfa13e5b84b586c2d1af23751f67c(
20747
+ value: builtins.str,
20748
+ ) -> None:
20749
+ """Type checking stubs"""
20750
+ pass
20751
+
20752
+ def _typecheckingstub__4368de0d96781c022795655dd0619af76bd764cf632a2d910010e1ad5a99ee4e(
20753
+ value: typing.Optional[typing.List[_CfnTag_f6864754]],
20754
+ ) -> None:
20755
+ """Type checking stubs"""
20756
+ pass
20757
+
20758
+ def _typecheckingstub__7bf5e81365da54bbabfd37fbc5ec361541cc57cda7f472f24767be48687701f8(
20759
+ *,
20760
+ route_details: typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnMultiRegionEndpoint.RouteDetailsItemsProperty, typing.Dict[builtins.str, typing.Any]]]]],
20761
+ ) -> None:
20762
+ """Type checking stubs"""
20763
+ pass
20764
+
20765
+ def _typecheckingstub__7d51ee9c9a4e7b5a8da21548086284c2214dfc2fe31b5a7e2c4b493a0a17b1a2(
20766
+ *,
20767
+ region: builtins.str,
20768
+ ) -> None:
20769
+ """Type checking stubs"""
20770
+ pass
20771
+
20772
+ def _typecheckingstub__214e30eaa4e6cecb1b023c19b13ef049c4e864d6956eb232163e2fc35159eda5(
20773
+ *,
20774
+ details: typing.Union[_IResolvable_da3f097b, typing.Union[CfnMultiRegionEndpoint.DetailsProperty, typing.Dict[builtins.str, typing.Any]]],
20775
+ endpoint_name: builtins.str,
20776
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
20777
+ ) -> None:
20778
+ """Type checking stubs"""
20779
+ pass
20780
+
19693
20781
  def _typecheckingstub__1a1615f3821db38c2d17213d45f5aaf7419e2ac2a387e68854a97ab1b660aa82(
19694
20782
  scope: _constructs_77d1e7e8.Construct,
19695
20783
  id: builtins.str,
@@ -20555,3 +21643,6 @@ def _typecheckingstub__c92b3cf4c512d5ff21aa2749ab5ec60562bb7ed4c53c41d882ac2cb7c
20555
21643
  ) -> None:
20556
21644
  """Type checking stubs"""
20557
21645
  pass
21646
+
21647
+ for cls in [IConfigurationSet, IConfigurationSetEventDestination, IDedicatedIpPool, IEmailIdentity, IReceiptRule, IReceiptRuleAction, IReceiptRuleSet, IVdmAttributes]:
21648
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])