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

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

Potentially problematic release.


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

Files changed (572) hide show
  1. aws_cdk/__init__.py +1806 -417
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.195.0.jsii.tgz → aws-cdk-lib@2.224.0.jsii.tgz} +0 -0
  4. aws_cdk/alexa_ask/__init__.py +12 -2
  5. aws_cdk/aws_accessanalyzer/__init__.py +323 -6
  6. aws_cdk/aws_acmpca/__init__.py +53 -10
  7. aws_cdk/aws_aiops/__init__.py +1019 -0
  8. aws_cdk/aws_amazonmq/__init__.py +357 -313
  9. aws_cdk/aws_amplify/__init__.py +173 -17
  10. aws_cdk/aws_amplifyuibuilder/__init__.py +35 -6
  11. aws_cdk/aws_apigateway/__init__.py +1245 -215
  12. aws_cdk/aws_apigatewayv2/__init__.py +3890 -476
  13. aws_cdk/aws_apigatewayv2_integrations/__init__.py +94 -16
  14. aws_cdk/aws_appconfig/__init__.py +618 -91
  15. aws_cdk/aws_appflow/__init__.py +151 -6
  16. aws_cdk/aws_appintegrations/__init__.py +546 -6
  17. aws_cdk/aws_applicationautoscaling/__init__.py +75 -10
  18. aws_cdk/aws_applicationinsights/__init__.py +13 -2
  19. aws_cdk/aws_applicationsignals/__init__.py +374 -6
  20. aws_cdk/aws_appmesh/__init__.py +136 -26
  21. aws_cdk/aws_apprunner/__init__.py +66 -18
  22. aws_cdk/aws_appstream/__init__.py +309 -55
  23. aws_cdk/aws_appsync/__init__.py +350 -94
  24. aws_cdk/aws_apptest/__init__.py +71 -2
  25. aws_cdk/aws_aps/__init__.py +2188 -94
  26. aws_cdk/aws_arcregionswitch/__init__.py +5095 -0
  27. aws_cdk/aws_arczonalshift/__init__.py +39 -12
  28. aws_cdk/aws_athena/__init__.py +365 -29
  29. aws_cdk/aws_auditmanager/__init__.py +71 -2
  30. aws_cdk/aws_autoscaling/__init__.py +165 -60
  31. aws_cdk/aws_autoscaling_common/__init__.py +3 -0
  32. aws_cdk/aws_autoscalingplans/__init__.py +13 -2
  33. aws_cdk/aws_b2bi/__init__.py +1819 -99
  34. aws_cdk/aws_backup/__init__.py +370 -42
  35. aws_cdk/aws_backupgateway/__init__.py +13 -2
  36. aws_cdk/aws_batch/__init__.py +1462 -163
  37. aws_cdk/aws_bcmdataexports/__init__.py +21 -2
  38. aws_cdk/aws_bedrock/__init__.py +7867 -727
  39. aws_cdk/aws_bedrockagentcore/__init__.py +10425 -0
  40. aws_cdk/aws_billingconductor/__init__.py +197 -11
  41. aws_cdk/aws_budgets/__init__.py +611 -4
  42. aws_cdk/aws_cassandra/__init__.py +247 -6
  43. aws_cdk/aws_ce/__init__.py +35 -6
  44. aws_cdk/aws_certificatemanager/__init__.py +258 -32
  45. aws_cdk/aws_chatbot/__init__.py +76 -6
  46. aws_cdk/aws_cleanrooms/__init__.py +709 -206
  47. aws_cdk/aws_cleanroomsml/__init__.py +13 -2
  48. aws_cdk/aws_cloud9/__init__.py +13 -2
  49. aws_cdk/aws_cloudformation/__init__.py +362 -189
  50. aws_cdk/aws_cloudfront/__init__.py +2188 -674
  51. aws_cdk/aws_cloudfront/experimental/__init__.py +114 -16
  52. aws_cdk/aws_cloudfront_origins/__init__.py +615 -74
  53. aws_cdk/aws_cloudtrail/__init__.py +311 -21
  54. aws_cdk/aws_cloudwatch/__init__.py +3093 -1038
  55. aws_cdk/aws_cloudwatch_actions/__init__.py +75 -1
  56. aws_cdk/aws_codeartifact/__init__.py +35 -6
  57. aws_cdk/aws_codebuild/__init__.py +1303 -135
  58. aws_cdk/aws_codecommit/__init__.py +29 -9
  59. aws_cdk/aws_codeconnections/__init__.py +13 -2
  60. aws_cdk/aws_codedeploy/__init__.py +130 -6
  61. aws_cdk/aws_codeguruprofiler/__init__.py +80 -2
  62. aws_cdk/aws_codegurureviewer/__init__.py +13 -2
  63. aws_cdk/aws_codepipeline/__init__.py +177 -71
  64. aws_cdk/aws_codepipeline_actions/__init__.py +753 -4
  65. aws_cdk/aws_codestar/__init__.py +13 -2
  66. aws_cdk/aws_codestarconnections/__init__.py +35 -6
  67. aws_cdk/aws_codestarnotifications/__init__.py +22 -2
  68. aws_cdk/aws_cognito/__init__.py +905 -92
  69. aws_cdk/aws_cognito_identitypool/__init__.py +23 -12
  70. aws_cdk/aws_comprehend/__init__.py +24 -4
  71. aws_cdk/aws_config/__init__.py +227 -30
  72. aws_cdk/aws_connect/__init__.py +2736 -191
  73. aws_cdk/aws_connectcampaigns/__init__.py +13 -2
  74. aws_cdk/aws_connectcampaignsv2/__init__.py +268 -6
  75. aws_cdk/aws_controltower/__init__.py +35 -6
  76. aws_cdk/aws_cur/__init__.py +100 -4
  77. aws_cdk/aws_customerprofiles/__init__.py +617 -27
  78. aws_cdk/aws_databrew/__init__.py +68 -12
  79. aws_cdk/aws_datapipeline/__init__.py +42 -2
  80. aws_cdk/aws_datasync/__init__.py +1514 -977
  81. aws_cdk/aws_datazone/__init__.py +7426 -1763
  82. aws_cdk/aws_dax/__init__.py +83 -6
  83. aws_cdk/aws_deadline/__init__.py +511 -36
  84. aws_cdk/aws_detective/__init__.py +35 -6
  85. aws_cdk/aws_devicefarm/__init__.py +68 -12
  86. aws_cdk/aws_devopsguru/__init__.py +37 -6
  87. aws_cdk/aws_directoryservice/__init__.py +53 -4
  88. aws_cdk/aws_dlm/__init__.py +13 -2
  89. aws_cdk/aws_dms/__init__.py +184 -27
  90. aws_cdk/aws_docdb/__init__.py +350 -49
  91. aws_cdk/aws_docdbelastic/__init__.py +13 -2
  92. aws_cdk/aws_dsql/__init__.py +386 -16
  93. aws_cdk/aws_dynamodb/__init__.py +1479 -170
  94. aws_cdk/aws_ec2/__init__.py +10465 -1335
  95. aws_cdk/aws_ecr/__init__.py +637 -43
  96. aws_cdk/aws_ecr_assets/__init__.py +10 -0
  97. aws_cdk/aws_ecs/__init__.py +6629 -490
  98. aws_cdk/aws_ecs_patterns/__init__.py +124 -12
  99. aws_cdk/aws_efs/__init__.py +276 -24
  100. aws_cdk/aws_eks/__init__.py +1132 -227
  101. aws_cdk/aws_elasticache/__init__.py +378 -25
  102. aws_cdk/aws_elasticbeanstalk/__init__.py +75 -8
  103. aws_cdk/aws_elasticloadbalancing/__init__.py +22 -2
  104. aws_cdk/aws_elasticloadbalancingv2/__init__.py +1796 -123
  105. aws_cdk/aws_elasticsearch/__init__.py +291 -9
  106. aws_cdk/aws_emr/__init__.py +219 -18
  107. aws_cdk/aws_emrcontainers/__init__.py +71 -2
  108. aws_cdk/aws_emrserverless/__init__.py +188 -3
  109. aws_cdk/aws_entityresolution/__init__.py +585 -58
  110. aws_cdk/aws_events/__init__.py +1007 -126
  111. aws_cdk/aws_events_targets/__init__.py +398 -65
  112. aws_cdk/aws_eventschemas/__init__.py +46 -8
  113. aws_cdk/aws_evidently/__init__.py +57 -10
  114. aws_cdk/aws_evs/__init__.py +2244 -0
  115. aws_cdk/aws_finspace/__init__.py +71 -2
  116. aws_cdk/aws_fis/__init__.py +26 -4
  117. aws_cdk/aws_fms/__init__.py +35 -6
  118. aws_cdk/aws_forecast/__init__.py +24 -4
  119. aws_cdk/aws_frauddetector/__init__.py +79 -14
  120. aws_cdk/aws_fsx/__init__.py +1349 -127
  121. aws_cdk/aws_gamelift/__init__.py +755 -94
  122. aws_cdk/aws_gameliftstreams/__init__.py +44 -22
  123. aws_cdk/aws_globalaccelerator/__init__.py +73 -14
  124. aws_cdk/aws_glue/__init__.py +1455 -378
  125. aws_cdk/aws_grafana/__init__.py +13 -2
  126. aws_cdk/aws_greengrass/__init__.py +654 -32
  127. aws_cdk/aws_greengrassv2/__init__.py +53 -4
  128. aws_cdk/aws_groundstation/__init__.py +122 -6
  129. aws_cdk/aws_guardduty/__init__.py +1613 -123
  130. aws_cdk/aws_healthimaging/__init__.py +71 -2
  131. aws_cdk/aws_healthlake/__init__.py +42 -2
  132. aws_cdk/aws_iam/__init__.py +921 -141
  133. aws_cdk/aws_identitystore/__init__.py +24 -4
  134. aws_cdk/aws_imagebuilder/__init__.py +1454 -199
  135. aws_cdk/aws_inspector/__init__.py +44 -6
  136. aws_cdk/aws_inspectorv2/__init__.py +2285 -243
  137. aws_cdk/aws_internetmonitor/__init__.py +71 -2
  138. aws_cdk/aws_invoicing/__init__.py +13 -2
  139. aws_cdk/aws_iot/__init__.py +1760 -64
  140. aws_cdk/aws_iotanalytics/__init__.py +162 -8
  141. aws_cdk/aws_iotcoredeviceadvisor/__init__.py +106 -40
  142. aws_cdk/aws_iotevents/__init__.py +122 -6
  143. aws_cdk/aws_iotfleethub/__init__.py +71 -2
  144. aws_cdk/aws_iotfleetwise/__init__.py +195 -14
  145. aws_cdk/aws_iotsitewise/__init__.py +1837 -89
  146. aws_cdk/aws_iotthingsgraph/__init__.py +13 -2
  147. aws_cdk/aws_iottwinmaker/__init__.py +115 -10
  148. aws_cdk/aws_iotwireless/__init__.py +649 -22
  149. aws_cdk/aws_ivs/__init__.py +561 -57
  150. aws_cdk/aws_ivschat/__init__.py +24 -4
  151. aws_cdk/aws_kafkaconnect/__init__.py +35 -6
  152. aws_cdk/aws_kendra/__init__.py +120 -28
  153. aws_cdk/aws_kendraranking/__init__.py +13 -2
  154. aws_cdk/aws_kinesis/__init__.py +641 -23
  155. aws_cdk/aws_kinesisanalytics/__init__.py +467 -96
  156. aws_cdk/aws_kinesisanalyticsv2/__init__.py +207 -19
  157. aws_cdk/aws_kinesisfirehose/__init__.py +3087 -295
  158. aws_cdk/aws_kinesisvideo/__init__.py +24 -4
  159. aws_cdk/aws_kms/__init__.py +204 -45
  160. aws_cdk/aws_lakeformation/__init__.py +80 -15
  161. aws_cdk/aws_lambda/__init__.py +2236 -297
  162. aws_cdk/aws_lambda_event_sources/__init__.py +638 -1
  163. aws_cdk/aws_lambda_nodejs/__init__.py +63 -24
  164. aws_cdk/aws_launchwizard/__init__.py +13 -2
  165. aws_cdk/aws_lex/__init__.py +2162 -212
  166. aws_cdk/aws_licensemanager/__init__.py +24 -4
  167. aws_cdk/aws_lightsail/__init__.py +2958 -1322
  168. aws_cdk/aws_location/__init__.py +618 -14
  169. aws_cdk/aws_logs/__init__.py +6014 -923
  170. aws_cdk/aws_lookoutequipment/__init__.py +13 -2
  171. aws_cdk/aws_lookoutmetrics/__init__.py +38 -6
  172. aws_cdk/aws_lookoutvision/__init__.py +71 -2
  173. aws_cdk/aws_m2/__init__.py +94 -19
  174. aws_cdk/aws_macie/__init__.py +49 -11
  175. aws_cdk/aws_managedblockchain/__init__.py +180 -6
  176. aws_cdk/aws_mediaconnect/__init__.py +101 -18
  177. aws_cdk/aws_mediaconvert/__init__.py +35 -6
  178. aws_cdk/aws_medialive/__init__.py +1938 -532
  179. aws_cdk/aws_mediapackage/__init__.py +59 -12
  180. aws_cdk/aws_mediapackagev2/__init__.py +1616 -233
  181. aws_cdk/aws_mediastore/__init__.py +13 -2
  182. aws_cdk/aws_mediatailor/__init__.py +583 -12
  183. aws_cdk/aws_memorydb/__init__.py +271 -12
  184. aws_cdk/aws_mpa/__init__.py +1495 -0
  185. aws_cdk/aws_msk/__init__.py +108 -22
  186. aws_cdk/aws_mwaa/__init__.py +121 -9
  187. aws_cdk/aws_neptune/__init__.py +290 -78
  188. aws_cdk/aws_neptunegraph/__init__.py +24 -4
  189. aws_cdk/aws_networkfirewall/__init__.py +1184 -164
  190. aws_cdk/aws_networkmanager/__init__.py +349 -33
  191. aws_cdk/aws_nimblestudio/__init__.py +283 -408
  192. aws_cdk/aws_notifications/__init__.py +317 -12
  193. aws_cdk/aws_notificationscontacts/__init__.py +13 -2
  194. aws_cdk/aws_oam/__init__.py +24 -4
  195. aws_cdk/aws_observabilityadmin/__init__.py +2561 -0
  196. aws_cdk/aws_odb/__init__.py +5872 -0
  197. aws_cdk/aws_omics/__init__.py +2967 -162
  198. aws_cdk/aws_opensearchserverless/__init__.py +312 -37
  199. aws_cdk/aws_opensearchservice/__init__.py +501 -19
  200. aws_cdk/aws_opsworks/__init__.py +235 -139
  201. aws_cdk/aws_opsworkscm/__init__.py +16 -52
  202. aws_cdk/aws_organizations/__init__.py +70 -10
  203. aws_cdk/aws_osis/__init__.py +167 -2
  204. aws_cdk/aws_panorama/__init__.py +181 -9
  205. aws_cdk/aws_paymentcryptography/__init__.py +24 -4
  206. aws_cdk/aws_pcaconnectorad/__init__.py +59 -10
  207. aws_cdk/aws_pcaconnectorscep/__init__.py +24 -4
  208. aws_cdk/aws_pcs/__init__.py +516 -64
  209. aws_cdk/aws_personalize/__init__.py +46 -8
  210. aws_cdk/aws_pinpoint/__init__.py +329 -38
  211. aws_cdk/aws_pinpointemail/__init__.py +48 -8
  212. aws_cdk/aws_pipes/__init__.py +12 -2
  213. aws_cdk/aws_proton/__init__.py +37 -6
  214. aws_cdk/aws_qbusiness/__init__.py +635 -34
  215. aws_cdk/aws_qldb/__init__.py +24 -4
  216. aws_cdk/aws_quicksight/__init__.py +7900 -1160
  217. aws_cdk/aws_ram/__init__.py +24 -4
  218. aws_cdk/aws_rbin/__init__.py +12 -2
  219. aws_cdk/aws_rds/__init__.py +3721 -573
  220. aws_cdk/aws_redshift/__init__.py +143 -20
  221. aws_cdk/aws_redshiftserverless/__init__.py +699 -11
  222. aws_cdk/aws_refactorspaces/__init__.py +64 -14
  223. aws_cdk/aws_rekognition/__init__.py +93 -6
  224. aws_cdk/aws_resiliencehub/__init__.py +24 -4
  225. aws_cdk/aws_resourceexplorer2/__init__.py +35 -6
  226. aws_cdk/aws_resourcegroups/__init__.py +82 -4
  227. aws_cdk/aws_robomaker/__init__.py +72 -12
  228. aws_cdk/aws_rolesanywhere/__init__.py +194 -19
  229. aws_cdk/aws_route53/__init__.py +3965 -1436
  230. aws_cdk/aws_route53_targets/__init__.py +3 -0
  231. aws_cdk/aws_route53profiles/__init__.py +37 -6
  232. aws_cdk/aws_route53recoverycontrol/__init__.py +46 -8
  233. aws_cdk/aws_route53recoveryreadiness/__init__.py +104 -8
  234. aws_cdk/aws_route53resolver/__init__.py +189 -40
  235. aws_cdk/aws_rtbfabric/__init__.py +3498 -0
  236. aws_cdk/aws_rum/__init__.py +13 -2
  237. aws_cdk/aws_s3/__init__.py +1742 -221
  238. aws_cdk/aws_s3_assets/__init__.py +11 -11
  239. aws_cdk/aws_s3_deployment/__init__.py +153 -11
  240. aws_cdk/aws_s3_notifications/__init__.py +7 -7
  241. aws_cdk/aws_s3express/__init__.py +1053 -6
  242. aws_cdk/aws_s3objectlambda/__init__.py +68 -16
  243. aws_cdk/aws_s3outposts/__init__.py +46 -8
  244. aws_cdk/aws_s3tables/__init__.py +2000 -323
  245. aws_cdk/aws_s3vectors/__init__.py +1378 -0
  246. aws_cdk/aws_sagemaker/__init__.py +6848 -373
  247. aws_cdk/aws_sam/__init__.py +79 -14
  248. aws_cdk/aws_scheduler/__init__.py +249 -4
  249. aws_cdk/aws_sdb/__init__.py +12 -2
  250. aws_cdk/aws_secretsmanager/__init__.py +194 -14
  251. aws_cdk/aws_securityhub/__init__.py +3121 -176
  252. aws_cdk/aws_securitylake/__init__.py +46 -8
  253. aws_cdk/aws_servicecatalog/__init__.py +429 -246
  254. aws_cdk/aws_servicecatalogappregistry/__init__.py +164 -8
  255. aws_cdk/aws_servicediscovery/__init__.py +188 -47
  256. aws_cdk/aws_ses/__init__.py +2265 -369
  257. aws_cdk/aws_shield/__init__.py +46 -8
  258. aws_cdk/aws_signer/__init__.py +33 -4
  259. aws_cdk/aws_simspaceweaver/__init__.py +42 -2
  260. aws_cdk/aws_smsvoice/__init__.py +4716 -0
  261. aws_cdk/aws_sns/__init__.py +263 -29
  262. aws_cdk/aws_sns_subscriptions/__init__.py +265 -2
  263. aws_cdk/aws_sqs/__init__.py +223 -14
  264. aws_cdk/aws_ssm/__init__.py +413 -58
  265. aws_cdk/aws_ssmcontacts/__init__.py +98 -9
  266. aws_cdk/aws_ssmguiconnect/__init__.py +20 -9
  267. aws_cdk/aws_ssmincidents/__init__.py +24 -4
  268. aws_cdk/aws_ssmquicksetup/__init__.py +393 -8
  269. aws_cdk/aws_sso/__init__.py +70 -12
  270. aws_cdk/aws_stepfunctions/__init__.py +823 -94
  271. aws_cdk/aws_stepfunctions_tasks/__init__.py +2323 -150
  272. aws_cdk/aws_supportapp/__init__.py +39 -6
  273. aws_cdk/aws_synthetics/__init__.py +1088 -126
  274. aws_cdk/aws_systemsmanagersap/__init__.py +13 -2
  275. aws_cdk/aws_timestream/__init__.py +104 -8
  276. aws_cdk/aws_transfer/__init__.py +784 -87
  277. aws_cdk/aws_verifiedpermissions/__init__.py +306 -13
  278. aws_cdk/aws_voiceid/__init__.py +54 -5
  279. aws_cdk/aws_vpclattice/__init__.py +589 -231
  280. aws_cdk/aws_waf/__init__.py +79 -14
  281. aws_cdk/aws_wafregional/__init__.py +123 -22
  282. aws_cdk/aws_wafv2/__init__.py +1183 -64
  283. aws_cdk/aws_wisdom/__init__.py +1403 -90
  284. aws_cdk/aws_workspaces/__init__.py +134 -6
  285. aws_cdk/aws_workspacesinstances/__init__.py +3940 -0
  286. aws_cdk/aws_workspacesthinclient/__init__.py +79 -10
  287. aws_cdk/aws_workspacesweb/__init__.py +1057 -141
  288. aws_cdk/aws_xray/__init__.py +48 -8
  289. aws_cdk/cloud_assembly_schema/__init__.py +368 -48
  290. aws_cdk/custom_resources/__init__.py +58 -12
  291. aws_cdk/cx_api/__init__.py +125 -21
  292. aws_cdk/interfaces/__init__.py +739 -0
  293. aws_cdk/interfaces/alexa_ask/__init__.py +146 -0
  294. aws_cdk/interfaces/aws_accessanalyzer/__init__.py +146 -0
  295. aws_cdk/interfaces/aws_acmpca/__init__.py +501 -0
  296. aws_cdk/interfaces/aws_aiops/__init__.py +146 -0
  297. aws_cdk/interfaces/aws_amazonmq/__init__.py +386 -0
  298. aws_cdk/interfaces/aws_amplify/__init__.py +352 -0
  299. aws_cdk/interfaces/aws_amplifyuibuilder/__init__.py +454 -0
  300. aws_cdk/interfaces/aws_apigateway/__init__.py +2486 -0
  301. aws_cdk/interfaces/aws_apigatewayv2/__init__.py +1651 -0
  302. aws_cdk/interfaces/aws_appconfig/__init__.py +1020 -0
  303. aws_cdk/interfaces/aws_appflow/__init__.py +404 -0
  304. aws_cdk/interfaces/aws_appintegrations/__init__.py +396 -0
  305. aws_cdk/interfaces/aws_applicationautoscaling/__init__.py +307 -0
  306. aws_cdk/interfaces/aws_applicationinsights/__init__.py +148 -0
  307. aws_cdk/interfaces/aws_applicationsignals/__init__.py +358 -0
  308. aws_cdk/interfaces/aws_appmesh/__init__.py +888 -0
  309. aws_cdk/interfaces/aws_apprunner/__init__.py +564 -0
  310. aws_cdk/interfaces/aws_appstream/__init__.py +1482 -0
  311. aws_cdk/interfaces/aws_appsync/__init__.py +1326 -0
  312. aws_cdk/interfaces/aws_apptest/__init__.py +163 -0
  313. aws_cdk/interfaces/aws_aps/__init__.py +558 -0
  314. aws_cdk/interfaces/aws_arcregionswitch/__init__.py +146 -0
  315. aws_cdk/interfaces/aws_arczonalshift/__init__.py +273 -0
  316. aws_cdk/interfaces/aws_athena/__init__.py +575 -0
  317. aws_cdk/interfaces/aws_auditmanager/__init__.py +163 -0
  318. aws_cdk/interfaces/aws_autoscaling/__init__.py +705 -0
  319. aws_cdk/interfaces/aws_autoscalingplans/__init__.py +148 -0
  320. aws_cdk/interfaces/aws_b2bi/__init__.py +524 -0
  321. aws_cdk/interfaces/aws_backup/__init__.py +955 -0
  322. aws_cdk/interfaces/aws_backupgateway/__init__.py +146 -0
  323. aws_cdk/interfaces/aws_batch/__init__.py +681 -0
  324. aws_cdk/interfaces/aws_bcmdataexports/__init__.py +146 -0
  325. aws_cdk/interfaces/aws_bedrock/__init__.py +1942 -0
  326. aws_cdk/interfaces/aws_bedrockagentcore/__init__.py +934 -0
  327. aws_cdk/interfaces/aws_billing/__init__.py +146 -0
  328. aws_cdk/interfaces/aws_billingconductor/__init__.py +463 -0
  329. aws_cdk/interfaces/aws_budgets/__init__.py +261 -0
  330. aws_cdk/interfaces/aws_cassandra/__init__.py +381 -0
  331. aws_cdk/interfaces/aws_ce/__init__.py +352 -0
  332. aws_cdk/interfaces/aws_certificatemanager/__init__.py +251 -0
  333. aws_cdk/interfaces/aws_chatbot/__init__.py +366 -0
  334. aws_cdk/interfaces/aws_cleanrooms/__init__.py +1103 -0
  335. aws_cdk/interfaces/aws_cleanroomsml/__init__.py +148 -0
  336. aws_cdk/interfaces/aws_cloud9/__init__.py +166 -0
  337. aws_cdk/interfaces/aws_cloudformation/__init__.py +1919 -0
  338. aws_cdk/interfaces/aws_cloudfront/__init__.py +1998 -0
  339. aws_cdk/interfaces/aws_cloudtrail/__init__.py +570 -0
  340. aws_cdk/interfaces/aws_cloudwatch/__init__.py +733 -0
  341. aws_cdk/interfaces/aws_codeartifact/__init__.py +352 -0
  342. aws_cdk/interfaces/aws_codebuild/__init__.py +487 -0
  343. aws_cdk/interfaces/aws_codecommit/__init__.py +163 -0
  344. aws_cdk/interfaces/aws_codeconnections/__init__.py +146 -0
  345. aws_cdk/interfaces/aws_codedeploy/__init__.py +352 -0
  346. aws_cdk/interfaces/aws_codeguruprofiler/__init__.py +168 -0
  347. aws_cdk/interfaces/aws_codegurureviewer/__init__.py +148 -0
  348. aws_cdk/interfaces/aws_codepipeline/__init__.py +388 -0
  349. aws_cdk/interfaces/aws_codestar/__init__.py +146 -0
  350. aws_cdk/interfaces/aws_codestarconnections/__init__.py +370 -0
  351. aws_cdk/interfaces/aws_codestarnotifications/__init__.py +148 -0
  352. aws_cdk/interfaces/aws_cognito/__init__.py +1929 -0
  353. aws_cdk/interfaces/aws_comprehend/__init__.py +251 -0
  354. aws_cdk/interfaces/aws_config/__init__.py +1165 -0
  355. aws_cdk/interfaces/aws_connect/__init__.py +2949 -0
  356. aws_cdk/interfaces/aws_connectcampaigns/__init__.py +146 -0
  357. aws_cdk/interfaces/aws_connectcampaignsv2/__init__.py +146 -0
  358. aws_cdk/interfaces/aws_controltower/__init__.py +394 -0
  359. aws_cdk/interfaces/aws_cur/__init__.py +146 -0
  360. aws_cdk/interfaces/aws_customerprofiles/__init__.py +915 -0
  361. aws_cdk/interfaces/aws_databrew/__init__.py +661 -0
  362. aws_cdk/interfaces/aws_datapipeline/__init__.py +146 -0
  363. aws_cdk/interfaces/aws_datasync/__init__.py +1384 -0
  364. aws_cdk/interfaces/aws_datazone/__init__.py +2238 -0
  365. aws_cdk/interfaces/aws_dax/__init__.py +364 -0
  366. aws_cdk/interfaces/aws_deadline/__init__.py +1303 -0
  367. aws_cdk/interfaces/aws_detective/__init__.py +364 -0
  368. aws_cdk/interfaces/aws_devicefarm/__init__.py +663 -0
  369. aws_cdk/interfaces/aws_devopsguru/__init__.py +362 -0
  370. aws_cdk/interfaces/aws_directoryservice/__init__.py +251 -0
  371. aws_cdk/interfaces/aws_dlm/__init__.py +166 -0
  372. aws_cdk/interfaces/aws_dms/__init__.py +1176 -0
  373. aws_cdk/interfaces/aws_docdb/__init__.py +560 -0
  374. aws_cdk/interfaces/aws_docdbelastic/__init__.py +146 -0
  375. aws_cdk/interfaces/aws_dsql/__init__.py +146 -0
  376. aws_cdk/interfaces/aws_dynamodb/__init__.py +278 -0
  377. aws_cdk/interfaces/aws_ec2/__init__.py +11963 -0
  378. aws_cdk/interfaces/aws_ecr/__init__.py +814 -0
  379. aws_cdk/interfaces/aws_ecs/__init__.py +845 -0
  380. aws_cdk/interfaces/aws_efs/__init__.py +392 -0
  381. aws_cdk/interfaces/aws_eks/__init__.py +948 -0
  382. aws_cdk/interfaces/aws_elasticache/__init__.py +1108 -0
  383. aws_cdk/interfaces/aws_elasticbeanstalk/__init__.py +503 -0
  384. aws_cdk/interfaces/aws_elasticloadbalancing/__init__.py +148 -0
  385. aws_cdk/interfaces/aws_elasticloadbalancingv2/__init__.py +795 -0
  386. aws_cdk/interfaces/aws_elasticsearch/__init__.py +158 -0
  387. aws_cdk/interfaces/aws_emr/__init__.py +913 -0
  388. aws_cdk/interfaces/aws_emrcontainers/__init__.py +168 -0
  389. aws_cdk/interfaces/aws_emrserverless/__init__.py +166 -0
  390. aws_cdk/interfaces/aws_entityresolution/__init__.py +608 -0
  391. aws_cdk/interfaces/aws_events/__init__.py +872 -0
  392. aws_cdk/interfaces/aws_eventschemas/__init__.py +455 -0
  393. aws_cdk/interfaces/aws_evidently/__init__.py +558 -0
  394. aws_cdk/interfaces/aws_evs/__init__.py +166 -0
  395. aws_cdk/interfaces/aws_finspace/__init__.py +166 -0
  396. aws_cdk/interfaces/aws_fis/__init__.py +271 -0
  397. aws_cdk/interfaces/aws_fms/__init__.py +364 -0
  398. aws_cdk/interfaces/aws_forecast/__init__.py +249 -0
  399. aws_cdk/interfaces/aws_frauddetector/__init__.py +764 -0
  400. aws_cdk/interfaces/aws_fsx/__init__.py +663 -0
  401. aws_cdk/interfaces/aws_gamelift/__init__.py +1325 -0
  402. aws_cdk/interfaces/aws_gameliftstreams/__init__.py +249 -0
  403. aws_cdk/interfaces/aws_globalaccelerator/__init__.py +461 -0
  404. aws_cdk/interfaces/aws_glue/__init__.py +2377 -0
  405. aws_cdk/interfaces/aws_grafana/__init__.py +146 -0
  406. aws_cdk/interfaces/aws_greengrass/__init__.py +1871 -0
  407. aws_cdk/interfaces/aws_greengrassv2/__init__.py +251 -0
  408. aws_cdk/interfaces/aws_groundstation/__init__.py +396 -0
  409. aws_cdk/interfaces/aws_guardduty/__init__.py +1225 -0
  410. aws_cdk/interfaces/aws_healthimaging/__init__.py +163 -0
  411. aws_cdk/interfaces/aws_healthlake/__init__.py +146 -0
  412. aws_cdk/interfaces/aws_iam/__init__.py +1803 -0
  413. aws_cdk/interfaces/aws_identitystore/__init__.py +288 -0
  414. aws_cdk/interfaces/aws_imagebuilder/__init__.py +984 -0
  415. aws_cdk/interfaces/aws_inspector/__init__.py +354 -0
  416. aws_cdk/interfaces/aws_inspectorv2/__init__.py +467 -0
  417. aws_cdk/interfaces/aws_internetmonitor/__init__.py +163 -0
  418. aws_cdk/interfaces/aws_invoicing/__init__.py +146 -0
  419. aws_cdk/interfaces/aws_iot/__init__.py +3483 -0
  420. aws_cdk/interfaces/aws_iotanalytics/__init__.py +455 -0
  421. aws_cdk/interfaces/aws_iotcoredeviceadvisor/__init__.py +168 -0
  422. aws_cdk/interfaces/aws_iotevents/__init__.py +352 -0
  423. aws_cdk/interfaces/aws_iotfleethub/__init__.py +166 -0
  424. aws_cdk/interfaces/aws_iotfleetwise/__init__.py +892 -0
  425. aws_cdk/interfaces/aws_iotsitewise/__init__.py +1097 -0
  426. aws_cdk/interfaces/aws_iotthingsgraph/__init__.py +146 -0
  427. aws_cdk/interfaces/aws_iottwinmaker/__init__.py +711 -0
  428. aws_cdk/interfaces/aws_iotwireless/__init__.py +1401 -0
  429. aws_cdk/interfaces/aws_ivs/__init__.py +1075 -0
  430. aws_cdk/interfaces/aws_ivschat/__init__.py +251 -0
  431. aws_cdk/interfaces/aws_kafkaconnect/__init__.py +354 -0
  432. aws_cdk/interfaces/aws_kendra/__init__.py +428 -0
  433. aws_cdk/interfaces/aws_kendraranking/__init__.py +166 -0
  434. aws_cdk/interfaces/aws_kinesis/__init__.py +364 -0
  435. aws_cdk/interfaces/aws_kinesisanalytics/__init__.py +364 -0
  436. aws_cdk/interfaces/aws_kinesisanalyticsv2/__init__.py +479 -0
  437. aws_cdk/interfaces/aws_kinesisfirehose/__init__.py +168 -0
  438. aws_cdk/interfaces/aws_kinesisvideo/__init__.py +283 -0
  439. aws_cdk/interfaces/aws_kms/__init__.py +376 -0
  440. aws_cdk/interfaces/aws_lakeformation/__init__.py +860 -0
  441. aws_cdk/interfaces/aws_lambda/__init__.py +1141 -0
  442. aws_cdk/interfaces/aws_launchwizard/__init__.py +146 -0
  443. aws_cdk/interfaces/aws_lex/__init__.py +513 -0
  444. aws_cdk/interfaces/aws_licensemanager/__init__.py +249 -0
  445. aws_cdk/interfaces/aws_lightsail/__init__.py +1744 -0
  446. aws_cdk/interfaces/aws_location/__init__.py +879 -0
  447. aws_cdk/interfaces/aws_logs/__init__.py +1667 -0
  448. aws_cdk/interfaces/aws_lookoutequipment/__init__.py +168 -0
  449. aws_cdk/interfaces/aws_lookoutmetrics/__init__.py +251 -0
  450. aws_cdk/interfaces/aws_lookoutvision/__init__.py +163 -0
  451. aws_cdk/interfaces/aws_m2/__init__.py +352 -0
  452. aws_cdk/interfaces/aws_macie/__init__.py +512 -0
  453. aws_cdk/interfaces/aws_managedblockchain/__init__.py +381 -0
  454. aws_cdk/interfaces/aws_mediaconnect/__init__.py +1028 -0
  455. aws_cdk/interfaces/aws_mediaconvert/__init__.py +396 -0
  456. aws_cdk/interfaces/aws_medialive/__init__.py +1755 -0
  457. aws_cdk/interfaces/aws_mediapackage/__init__.py +644 -0
  458. aws_cdk/interfaces/aws_mediapackagev2/__init__.py +618 -0
  459. aws_cdk/interfaces/aws_mediastore/__init__.py +146 -0
  460. aws_cdk/interfaces/aws_mediatailor/__init__.py +788 -0
  461. aws_cdk/interfaces/aws_memorydb/__init__.py +685 -0
  462. aws_cdk/interfaces/aws_mpa/__init__.py +249 -0
  463. aws_cdk/interfaces/aws_msk/__init__.py +764 -0
  464. aws_cdk/interfaces/aws_mwaa/__init__.py +166 -0
  465. aws_cdk/interfaces/aws_neptune/__init__.py +663 -0
  466. aws_cdk/interfaces/aws_neptunegraph/__init__.py +265 -0
  467. aws_cdk/interfaces/aws_networkfirewall/__init__.py +669 -0
  468. aws_cdk/interfaces/aws_networkmanager/__init__.py +1832 -0
  469. aws_cdk/interfaces/aws_nimblestudio/__init__.py +388 -0
  470. aws_cdk/interfaces/aws_notifications/__init__.py +868 -0
  471. aws_cdk/interfaces/aws_notificationscontacts/__init__.py +148 -0
  472. aws_cdk/interfaces/aws_oam/__init__.py +249 -0
  473. aws_cdk/interfaces/aws_observabilityadmin/__init__.py +362 -0
  474. aws_cdk/interfaces/aws_odb/__init__.py +562 -0
  475. aws_cdk/interfaces/aws_omics/__init__.py +838 -0
  476. aws_cdk/interfaces/aws_opensearchserverless/__init__.py +859 -0
  477. aws_cdk/interfaces/aws_opensearchservice/__init__.py +283 -0
  478. aws_cdk/interfaces/aws_opsworks/__init__.py +772 -0
  479. aws_cdk/interfaces/aws_opsworkscm/__init__.py +146 -0
  480. aws_cdk/interfaces/aws_organizations/__init__.py +646 -0
  481. aws_cdk/interfaces/aws_osis/__init__.py +146 -0
  482. aws_cdk/interfaces/aws_panorama/__init__.py +420 -0
  483. aws_cdk/interfaces/aws_paymentcryptography/__init__.py +249 -0
  484. aws_cdk/interfaces/aws_pcaconnectorad/__init__.py +608 -0
  485. aws_cdk/interfaces/aws_pcaconnectorscep/__init__.py +249 -0
  486. aws_cdk/interfaces/aws_pcs/__init__.py +352 -0
  487. aws_cdk/interfaces/aws_personalize/__init__.py +455 -0
  488. aws_cdk/interfaces/aws_pinpoint/__init__.py +2125 -0
  489. aws_cdk/interfaces/aws_pinpointemail/__init__.py +467 -0
  490. aws_cdk/interfaces/aws_pipes/__init__.py +158 -0
  491. aws_cdk/interfaces/aws_proton/__init__.py +360 -0
  492. aws_cdk/interfaces/aws_qbusiness/__init__.py +1122 -0
  493. aws_cdk/interfaces/aws_qldb/__init__.py +283 -0
  494. aws_cdk/interfaces/aws_quicksight/__init__.py +1566 -0
  495. aws_cdk/interfaces/aws_ram/__init__.py +249 -0
  496. aws_cdk/interfaces/aws_rbin/__init__.py +146 -0
  497. aws_cdk/interfaces/aws_rds/__init__.py +1780 -0
  498. aws_cdk/interfaces/aws_redshift/__init__.py +1104 -0
  499. aws_cdk/interfaces/aws_redshiftserverless/__init__.py +356 -0
  500. aws_cdk/interfaces/aws_refactorspaces/__init__.py +605 -0
  501. aws_cdk/interfaces/aws_rekognition/__init__.py +406 -0
  502. aws_cdk/interfaces/aws_resiliencehub/__init__.py +251 -0
  503. aws_cdk/interfaces/aws_resourceexplorer2/__init__.py +354 -0
  504. aws_cdk/interfaces/aws_resourcegroups/__init__.py +261 -0
  505. aws_cdk/interfaces/aws_robomaker/__init__.py +673 -0
  506. aws_cdk/interfaces/aws_rolesanywhere/__init__.py +384 -0
  507. aws_cdk/interfaces/aws_route53/__init__.py +804 -0
  508. aws_cdk/interfaces/aws_route53profiles/__init__.py +368 -0
  509. aws_cdk/interfaces/aws_route53recoverycontrol/__init__.py +463 -0
  510. aws_cdk/interfaces/aws_route53recoveryreadiness/__init__.py +535 -0
  511. aws_cdk/interfaces/aws_route53resolver/__init__.py +1356 -0
  512. aws_cdk/interfaces/aws_rtbfabric/__init__.py +352 -0
  513. aws_cdk/interfaces/aws_rum/__init__.py +146 -0
  514. aws_cdk/interfaces/aws_s3/__init__.py +1171 -0
  515. aws_cdk/interfaces/aws_s3express/__init__.py +392 -0
  516. aws_cdk/interfaces/aws_s3objectlambda/__init__.py +271 -0
  517. aws_cdk/interfaces/aws_s3outposts/__init__.py +455 -0
  518. aws_cdk/interfaces/aws_s3tables/__init__.py +575 -0
  519. aws_cdk/interfaces/aws_s3vectors/__init__.py +354 -0
  520. aws_cdk/interfaces/aws_sagemaker/__init__.py +3797 -0
  521. aws_cdk/interfaces/aws_sam/__init__.py +603 -0
  522. aws_cdk/interfaces/aws_scheduler/__init__.py +286 -0
  523. aws_cdk/interfaces/aws_sdb/__init__.py +146 -0
  524. aws_cdk/interfaces/aws_secretsmanager/__init__.py +461 -0
  525. aws_cdk/interfaces/aws_securityhub/__init__.py +1499 -0
  526. aws_cdk/interfaces/aws_securitylake/__init__.py +474 -0
  527. aws_cdk/interfaces/aws_servicecatalog/__init__.py +1829 -0
  528. aws_cdk/interfaces/aws_servicecatalogappregistry/__init__.py +557 -0
  529. aws_cdk/interfaces/aws_servicediscovery/__init__.py +636 -0
  530. aws_cdk/interfaces/aws_ses/__init__.py +2018 -0
  531. aws_cdk/interfaces/aws_shield/__init__.py +455 -0
  532. aws_cdk/interfaces/aws_signer/__init__.py +266 -0
  533. aws_cdk/interfaces/aws_simspaceweaver/__init__.py +146 -0
  534. aws_cdk/interfaces/aws_smsvoice/__init__.py +892 -0
  535. aws_cdk/interfaces/aws_sns/__init__.py +455 -0
  536. aws_cdk/interfaces/aws_sqs/__init__.py +364 -0
  537. aws_cdk/interfaces/aws_ssm/__init__.py +982 -0
  538. aws_cdk/interfaces/aws_ssmcontacts/__init__.py +455 -0
  539. aws_cdk/interfaces/aws_ssmguiconnect/__init__.py +146 -0
  540. aws_cdk/interfaces/aws_ssmincidents/__init__.py +249 -0
  541. aws_cdk/interfaces/aws_ssmquicksetup/__init__.py +253 -0
  542. aws_cdk/interfaces/aws_sso/__init__.py +797 -0
  543. aws_cdk/interfaces/aws_stepfunctions/__init__.py +459 -0
  544. aws_cdk/interfaces/aws_supportapp/__init__.py +372 -0
  545. aws_cdk/interfaces/aws_synthetics/__init__.py +249 -0
  546. aws_cdk/interfaces/aws_systemsmanagersap/__init__.py +148 -0
  547. aws_cdk/interfaces/aws_timestream/__init__.py +526 -0
  548. aws_cdk/interfaces/aws_transfer/__init__.py +967 -0
  549. aws_cdk/interfaces/aws_verifiedpermissions/__init__.py +538 -0
  550. aws_cdk/interfaces/aws_voiceid/__init__.py +146 -0
  551. aws_cdk/interfaces/aws_vpclattice/__init__.py +1418 -0
  552. aws_cdk/interfaces/aws_waf/__init__.py +764 -0
  553. aws_cdk/interfaces/aws_wafregional/__init__.py +1182 -0
  554. aws_cdk/interfaces/aws_wafv2/__init__.py +870 -0
  555. aws_cdk/interfaces/aws_wisdom/__init__.py +1556 -0
  556. aws_cdk/interfaces/aws_workspaces/__init__.py +352 -0
  557. aws_cdk/interfaces/aws_workspacesinstances/__init__.py +390 -0
  558. aws_cdk/interfaces/aws_workspacesthinclient/__init__.py +168 -0
  559. aws_cdk/interfaces/aws_workspacesweb/__init__.py +1085 -0
  560. aws_cdk/interfaces/aws_xray/__init__.py +457 -0
  561. aws_cdk/lambda_layer_awscli/__init__.py +6 -0
  562. aws_cdk/lambda_layer_node_proxy_agent/__init__.py +6 -0
  563. aws_cdk/pipelines/__init__.py +202 -52
  564. aws_cdk/region_info/__init__.py +3 -0
  565. aws_cdk/triggers/__init__.py +66 -18
  566. {aws_cdk_lib-2.195.0.dist-info → aws_cdk_lib-2.224.0.dist-info}/METADATA +418 -18
  567. aws_cdk_lib-2.224.0.dist-info/RECORD +584 -0
  568. aws_cdk_lib-2.195.0.dist-info/RECORD +0 -304
  569. {aws_cdk_lib-2.195.0.dist-info → aws_cdk_lib-2.224.0.dist-info}/LICENSE +0 -0
  570. {aws_cdk_lib-2.195.0.dist-info → aws_cdk_lib-2.224.0.dist-info}/NOTICE +0 -0
  571. {aws_cdk_lib-2.195.0.dist-info → aws_cdk_lib-2.224.0.dist-info}/WHEEL +0 -0
  572. {aws_cdk_lib-2.195.0.dist-info → aws_cdk_lib-2.224.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,892 @@
1
+ from pkgutil import extend_path
2
+ __path__ = extend_path(__path__, __name__)
3
+
4
+ import abc
5
+ import builtins
6
+ import datetime
7
+ import enum
8
+ import typing
9
+
10
+ import jsii
11
+ import publication
12
+ import typing_extensions
13
+
14
+ import typeguard
15
+ from importlib.metadata import version as _metadata_package_version
16
+ TYPEGUARD_MAJOR_VERSION = int(_metadata_package_version('typeguard').split('.')[0])
17
+
18
+ def check_type(argname: str, value: object, expected_type: typing.Any) -> typing.Any:
19
+ if TYPEGUARD_MAJOR_VERSION <= 2:
20
+ return typeguard.check_type(argname=argname, value=value, expected_type=expected_type) # type:ignore
21
+ else:
22
+ if isinstance(value, jsii._reference_map.InterfaceDynamicProxy): # pyright: ignore [reportAttributeAccessIssue]
23
+ pass
24
+ else:
25
+ if TYPEGUARD_MAJOR_VERSION == 3:
26
+ typeguard.config.collection_check_strategy = typeguard.CollectionCheckStrategy.ALL_ITEMS # type:ignore
27
+ typeguard.check_type(value=value, expected_type=expected_type) # type:ignore
28
+ else:
29
+ typeguard.check_type(value=value, expected_type=expected_type, collection_check_strategy=typeguard.CollectionCheckStrategy.ALL_ITEMS) # type:ignore
30
+
31
+ from ..._jsii import *
32
+
33
+ import constructs as _constructs_77d1e7e8
34
+ from .. import IEnvironmentAware as _IEnvironmentAware_f39049ee
35
+
36
+
37
+ @jsii.data_type(
38
+ jsii_type="aws-cdk-lib.interfaces.aws_smsvoice.ConfigurationSetReference",
39
+ jsii_struct_bases=[],
40
+ name_mapping={
41
+ "configuration_set_arn": "configurationSetArn",
42
+ "configuration_set_name": "configurationSetName",
43
+ },
44
+ )
45
+ class ConfigurationSetReference:
46
+ def __init__(
47
+ self,
48
+ *,
49
+ configuration_set_arn: builtins.str,
50
+ configuration_set_name: builtins.str,
51
+ ) -> None:
52
+ '''A reference to a ConfigurationSet resource.
53
+
54
+ :param configuration_set_arn: The ARN of the ConfigurationSet resource.
55
+ :param configuration_set_name: The ConfigurationSetName of the ConfigurationSet resource.
56
+
57
+ :exampleMetadata: fixture=_generated
58
+
59
+ Example::
60
+
61
+ # The code below shows an example of how to instantiate this type.
62
+ # The values are placeholders you should change.
63
+ from aws_cdk.interfaces import aws_smsvoice as interfaces_aws_smsvoice
64
+
65
+ configuration_set_reference = interfaces_aws_smsvoice.ConfigurationSetReference(
66
+ configuration_set_arn="configurationSetArn",
67
+ configuration_set_name="configurationSetName"
68
+ )
69
+ '''
70
+ if __debug__:
71
+ type_hints = typing.get_type_hints(_typecheckingstub__bfb39e554f6e12d2e0f782656ac6a33ba83d6aeeaeb2487ee28801dbe15f558d)
72
+ check_type(argname="argument configuration_set_arn", value=configuration_set_arn, expected_type=type_hints["configuration_set_arn"])
73
+ check_type(argname="argument configuration_set_name", value=configuration_set_name, expected_type=type_hints["configuration_set_name"])
74
+ self._values: typing.Dict[builtins.str, typing.Any] = {
75
+ "configuration_set_arn": configuration_set_arn,
76
+ "configuration_set_name": configuration_set_name,
77
+ }
78
+
79
+ @builtins.property
80
+ def configuration_set_arn(self) -> builtins.str:
81
+ '''The ARN of the ConfigurationSet resource.'''
82
+ result = self._values.get("configuration_set_arn")
83
+ assert result is not None, "Required property 'configuration_set_arn' is missing"
84
+ return typing.cast(builtins.str, result)
85
+
86
+ @builtins.property
87
+ def configuration_set_name(self) -> builtins.str:
88
+ '''The ConfigurationSetName of the ConfigurationSet resource.'''
89
+ result = self._values.get("configuration_set_name")
90
+ assert result is not None, "Required property 'configuration_set_name' is missing"
91
+ return typing.cast(builtins.str, result)
92
+
93
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
94
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
95
+
96
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
97
+ return not (rhs == self)
98
+
99
+ def __repr__(self) -> str:
100
+ return "ConfigurationSetReference(%s)" % ", ".join(
101
+ k + "=" + repr(v) for k, v in self._values.items()
102
+ )
103
+
104
+
105
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_smsvoice.IConfigurationSetRef")
106
+ class IConfigurationSetRef(
107
+ _constructs_77d1e7e8.IConstruct,
108
+ _IEnvironmentAware_f39049ee,
109
+ typing_extensions.Protocol,
110
+ ):
111
+ '''(experimental) Indicates that this resource can be referenced as a ConfigurationSet.
112
+
113
+ :stability: experimental
114
+ '''
115
+
116
+ @builtins.property
117
+ @jsii.member(jsii_name="configurationSetRef")
118
+ def configuration_set_ref(self) -> ConfigurationSetReference:
119
+ '''(experimental) A reference to a ConfigurationSet resource.
120
+
121
+ :stability: experimental
122
+ '''
123
+ ...
124
+
125
+
126
+ class _IConfigurationSetRefProxy(
127
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
128
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
129
+ ):
130
+ '''(experimental) Indicates that this resource can be referenced as a ConfigurationSet.
131
+
132
+ :stability: experimental
133
+ '''
134
+
135
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_smsvoice.IConfigurationSetRef"
136
+
137
+ @builtins.property
138
+ @jsii.member(jsii_name="configurationSetRef")
139
+ def configuration_set_ref(self) -> ConfigurationSetReference:
140
+ '''(experimental) A reference to a ConfigurationSet resource.
141
+
142
+ :stability: experimental
143
+ '''
144
+ return typing.cast(ConfigurationSetReference, jsii.get(self, "configurationSetRef"))
145
+
146
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
147
+ typing.cast(typing.Any, IConfigurationSetRef).__jsii_proxy_class__ = lambda : _IConfigurationSetRefProxy
148
+
149
+
150
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_smsvoice.IOptOutListRef")
151
+ class IOptOutListRef(
152
+ _constructs_77d1e7e8.IConstruct,
153
+ _IEnvironmentAware_f39049ee,
154
+ typing_extensions.Protocol,
155
+ ):
156
+ '''(experimental) Indicates that this resource can be referenced as a OptOutList.
157
+
158
+ :stability: experimental
159
+ '''
160
+
161
+ @builtins.property
162
+ @jsii.member(jsii_name="optOutListRef")
163
+ def opt_out_list_ref(self) -> "OptOutListReference":
164
+ '''(experimental) A reference to a OptOutList resource.
165
+
166
+ :stability: experimental
167
+ '''
168
+ ...
169
+
170
+
171
+ class _IOptOutListRefProxy(
172
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
173
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
174
+ ):
175
+ '''(experimental) Indicates that this resource can be referenced as a OptOutList.
176
+
177
+ :stability: experimental
178
+ '''
179
+
180
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_smsvoice.IOptOutListRef"
181
+
182
+ @builtins.property
183
+ @jsii.member(jsii_name="optOutListRef")
184
+ def opt_out_list_ref(self) -> "OptOutListReference":
185
+ '''(experimental) A reference to a OptOutList resource.
186
+
187
+ :stability: experimental
188
+ '''
189
+ return typing.cast("OptOutListReference", jsii.get(self, "optOutListRef"))
190
+
191
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
192
+ typing.cast(typing.Any, IOptOutListRef).__jsii_proxy_class__ = lambda : _IOptOutListRefProxy
193
+
194
+
195
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_smsvoice.IPhoneNumberRef")
196
+ class IPhoneNumberRef(
197
+ _constructs_77d1e7e8.IConstruct,
198
+ _IEnvironmentAware_f39049ee,
199
+ typing_extensions.Protocol,
200
+ ):
201
+ '''(experimental) Indicates that this resource can be referenced as a PhoneNumber.
202
+
203
+ :stability: experimental
204
+ '''
205
+
206
+ @builtins.property
207
+ @jsii.member(jsii_name="phoneNumberRef")
208
+ def phone_number_ref(self) -> "PhoneNumberReference":
209
+ '''(experimental) A reference to a PhoneNumber resource.
210
+
211
+ :stability: experimental
212
+ '''
213
+ ...
214
+
215
+
216
+ class _IPhoneNumberRefProxy(
217
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
218
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
219
+ ):
220
+ '''(experimental) Indicates that this resource can be referenced as a PhoneNumber.
221
+
222
+ :stability: experimental
223
+ '''
224
+
225
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_smsvoice.IPhoneNumberRef"
226
+
227
+ @builtins.property
228
+ @jsii.member(jsii_name="phoneNumberRef")
229
+ def phone_number_ref(self) -> "PhoneNumberReference":
230
+ '''(experimental) A reference to a PhoneNumber resource.
231
+
232
+ :stability: experimental
233
+ '''
234
+ return typing.cast("PhoneNumberReference", jsii.get(self, "phoneNumberRef"))
235
+
236
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
237
+ typing.cast(typing.Any, IPhoneNumberRef).__jsii_proxy_class__ = lambda : _IPhoneNumberRefProxy
238
+
239
+
240
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_smsvoice.IPoolRef")
241
+ class IPoolRef(
242
+ _constructs_77d1e7e8.IConstruct,
243
+ _IEnvironmentAware_f39049ee,
244
+ typing_extensions.Protocol,
245
+ ):
246
+ '''(experimental) Indicates that this resource can be referenced as a Pool.
247
+
248
+ :stability: experimental
249
+ '''
250
+
251
+ @builtins.property
252
+ @jsii.member(jsii_name="poolRef")
253
+ def pool_ref(self) -> "PoolReference":
254
+ '''(experimental) A reference to a Pool resource.
255
+
256
+ :stability: experimental
257
+ '''
258
+ ...
259
+
260
+
261
+ class _IPoolRefProxy(
262
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
263
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
264
+ ):
265
+ '''(experimental) Indicates that this resource can be referenced as a Pool.
266
+
267
+ :stability: experimental
268
+ '''
269
+
270
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_smsvoice.IPoolRef"
271
+
272
+ @builtins.property
273
+ @jsii.member(jsii_name="poolRef")
274
+ def pool_ref(self) -> "PoolReference":
275
+ '''(experimental) A reference to a Pool resource.
276
+
277
+ :stability: experimental
278
+ '''
279
+ return typing.cast("PoolReference", jsii.get(self, "poolRef"))
280
+
281
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
282
+ typing.cast(typing.Any, IPoolRef).__jsii_proxy_class__ = lambda : _IPoolRefProxy
283
+
284
+
285
+ @jsii.interface(
286
+ jsii_type="aws-cdk-lib.interfaces.aws_smsvoice.IProtectConfigurationRef"
287
+ )
288
+ class IProtectConfigurationRef(
289
+ _constructs_77d1e7e8.IConstruct,
290
+ _IEnvironmentAware_f39049ee,
291
+ typing_extensions.Protocol,
292
+ ):
293
+ '''(experimental) Indicates that this resource can be referenced as a ProtectConfiguration.
294
+
295
+ :stability: experimental
296
+ '''
297
+
298
+ @builtins.property
299
+ @jsii.member(jsii_name="protectConfigurationRef")
300
+ def protect_configuration_ref(self) -> "ProtectConfigurationReference":
301
+ '''(experimental) A reference to a ProtectConfiguration resource.
302
+
303
+ :stability: experimental
304
+ '''
305
+ ...
306
+
307
+
308
+ class _IProtectConfigurationRefProxy(
309
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
310
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
311
+ ):
312
+ '''(experimental) Indicates that this resource can be referenced as a ProtectConfiguration.
313
+
314
+ :stability: experimental
315
+ '''
316
+
317
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_smsvoice.IProtectConfigurationRef"
318
+
319
+ @builtins.property
320
+ @jsii.member(jsii_name="protectConfigurationRef")
321
+ def protect_configuration_ref(self) -> "ProtectConfigurationReference":
322
+ '''(experimental) A reference to a ProtectConfiguration resource.
323
+
324
+ :stability: experimental
325
+ '''
326
+ return typing.cast("ProtectConfigurationReference", jsii.get(self, "protectConfigurationRef"))
327
+
328
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
329
+ typing.cast(typing.Any, IProtectConfigurationRef).__jsii_proxy_class__ = lambda : _IProtectConfigurationRefProxy
330
+
331
+
332
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_smsvoice.IResourcePolicyRef")
333
+ class IResourcePolicyRef(
334
+ _constructs_77d1e7e8.IConstruct,
335
+ _IEnvironmentAware_f39049ee,
336
+ typing_extensions.Protocol,
337
+ ):
338
+ '''(experimental) Indicates that this resource can be referenced as a ResourcePolicy.
339
+
340
+ :stability: experimental
341
+ '''
342
+
343
+ @builtins.property
344
+ @jsii.member(jsii_name="resourcePolicyRef")
345
+ def resource_policy_ref(self) -> "ResourcePolicyReference":
346
+ '''(experimental) A reference to a ResourcePolicy resource.
347
+
348
+ :stability: experimental
349
+ '''
350
+ ...
351
+
352
+
353
+ class _IResourcePolicyRefProxy(
354
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
355
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
356
+ ):
357
+ '''(experimental) Indicates that this resource can be referenced as a ResourcePolicy.
358
+
359
+ :stability: experimental
360
+ '''
361
+
362
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_smsvoice.IResourcePolicyRef"
363
+
364
+ @builtins.property
365
+ @jsii.member(jsii_name="resourcePolicyRef")
366
+ def resource_policy_ref(self) -> "ResourcePolicyReference":
367
+ '''(experimental) A reference to a ResourcePolicy resource.
368
+
369
+ :stability: experimental
370
+ '''
371
+ return typing.cast("ResourcePolicyReference", jsii.get(self, "resourcePolicyRef"))
372
+
373
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
374
+ typing.cast(typing.Any, IResourcePolicyRef).__jsii_proxy_class__ = lambda : _IResourcePolicyRefProxy
375
+
376
+
377
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_smsvoice.ISenderIdRef")
378
+ class ISenderIdRef(
379
+ _constructs_77d1e7e8.IConstruct,
380
+ _IEnvironmentAware_f39049ee,
381
+ typing_extensions.Protocol,
382
+ ):
383
+ '''(experimental) Indicates that this resource can be referenced as a SenderId.
384
+
385
+ :stability: experimental
386
+ '''
387
+
388
+ @builtins.property
389
+ @jsii.member(jsii_name="senderIdRef")
390
+ def sender_id_ref(self) -> "SenderIdReference":
391
+ '''(experimental) A reference to a SenderId resource.
392
+
393
+ :stability: experimental
394
+ '''
395
+ ...
396
+
397
+
398
+ class _ISenderIdRefProxy(
399
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
400
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
401
+ ):
402
+ '''(experimental) Indicates that this resource can be referenced as a SenderId.
403
+
404
+ :stability: experimental
405
+ '''
406
+
407
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_smsvoice.ISenderIdRef"
408
+
409
+ @builtins.property
410
+ @jsii.member(jsii_name="senderIdRef")
411
+ def sender_id_ref(self) -> "SenderIdReference":
412
+ '''(experimental) A reference to a SenderId resource.
413
+
414
+ :stability: experimental
415
+ '''
416
+ return typing.cast("SenderIdReference", jsii.get(self, "senderIdRef"))
417
+
418
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
419
+ typing.cast(typing.Any, ISenderIdRef).__jsii_proxy_class__ = lambda : _ISenderIdRefProxy
420
+
421
+
422
+ @jsii.data_type(
423
+ jsii_type="aws-cdk-lib.interfaces.aws_smsvoice.OptOutListReference",
424
+ jsii_struct_bases=[],
425
+ name_mapping={
426
+ "opt_out_list_arn": "optOutListArn",
427
+ "opt_out_list_name": "optOutListName",
428
+ },
429
+ )
430
+ class OptOutListReference:
431
+ def __init__(
432
+ self,
433
+ *,
434
+ opt_out_list_arn: builtins.str,
435
+ opt_out_list_name: builtins.str,
436
+ ) -> None:
437
+ '''A reference to a OptOutList resource.
438
+
439
+ :param opt_out_list_arn: The ARN of the OptOutList resource.
440
+ :param opt_out_list_name: The OptOutListName of the OptOutList resource.
441
+
442
+ :exampleMetadata: fixture=_generated
443
+
444
+ Example::
445
+
446
+ # The code below shows an example of how to instantiate this type.
447
+ # The values are placeholders you should change.
448
+ from aws_cdk.interfaces import aws_smsvoice as interfaces_aws_smsvoice
449
+
450
+ opt_out_list_reference = interfaces_aws_smsvoice.OptOutListReference(
451
+ opt_out_list_arn="optOutListArn",
452
+ opt_out_list_name="optOutListName"
453
+ )
454
+ '''
455
+ if __debug__:
456
+ type_hints = typing.get_type_hints(_typecheckingstub__43cbbd6644494d6e6917995b076d6eff7e0a8fae16fd1c29e2cb4a0769850cf9)
457
+ check_type(argname="argument opt_out_list_arn", value=opt_out_list_arn, expected_type=type_hints["opt_out_list_arn"])
458
+ check_type(argname="argument opt_out_list_name", value=opt_out_list_name, expected_type=type_hints["opt_out_list_name"])
459
+ self._values: typing.Dict[builtins.str, typing.Any] = {
460
+ "opt_out_list_arn": opt_out_list_arn,
461
+ "opt_out_list_name": opt_out_list_name,
462
+ }
463
+
464
+ @builtins.property
465
+ def opt_out_list_arn(self) -> builtins.str:
466
+ '''The ARN of the OptOutList resource.'''
467
+ result = self._values.get("opt_out_list_arn")
468
+ assert result is not None, "Required property 'opt_out_list_arn' is missing"
469
+ return typing.cast(builtins.str, result)
470
+
471
+ @builtins.property
472
+ def opt_out_list_name(self) -> builtins.str:
473
+ '''The OptOutListName of the OptOutList resource.'''
474
+ result = self._values.get("opt_out_list_name")
475
+ assert result is not None, "Required property 'opt_out_list_name' is missing"
476
+ return typing.cast(builtins.str, result)
477
+
478
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
479
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
480
+
481
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
482
+ return not (rhs == self)
483
+
484
+ def __repr__(self) -> str:
485
+ return "OptOutListReference(%s)" % ", ".join(
486
+ k + "=" + repr(v) for k, v in self._values.items()
487
+ )
488
+
489
+
490
+ @jsii.data_type(
491
+ jsii_type="aws-cdk-lib.interfaces.aws_smsvoice.PhoneNumberReference",
492
+ jsii_struct_bases=[],
493
+ name_mapping={
494
+ "phone_number_arn": "phoneNumberArn",
495
+ "phone_number_id": "phoneNumberId",
496
+ },
497
+ )
498
+ class PhoneNumberReference:
499
+ def __init__(
500
+ self,
501
+ *,
502
+ phone_number_arn: builtins.str,
503
+ phone_number_id: builtins.str,
504
+ ) -> None:
505
+ '''A reference to a PhoneNumber resource.
506
+
507
+ :param phone_number_arn: The ARN of the PhoneNumber resource.
508
+ :param phone_number_id: The PhoneNumberId of the PhoneNumber resource.
509
+
510
+ :exampleMetadata: fixture=_generated
511
+
512
+ Example::
513
+
514
+ # The code below shows an example of how to instantiate this type.
515
+ # The values are placeholders you should change.
516
+ from aws_cdk.interfaces import aws_smsvoice as interfaces_aws_smsvoice
517
+
518
+ phone_number_reference = interfaces_aws_smsvoice.PhoneNumberReference(
519
+ phone_number_arn="phoneNumberArn",
520
+ phone_number_id="phoneNumberId"
521
+ )
522
+ '''
523
+ if __debug__:
524
+ type_hints = typing.get_type_hints(_typecheckingstub__453bd7ec7d509a3524a273a39756f965d62e5f124510d71db14e4c0eca91888b)
525
+ check_type(argname="argument phone_number_arn", value=phone_number_arn, expected_type=type_hints["phone_number_arn"])
526
+ check_type(argname="argument phone_number_id", value=phone_number_id, expected_type=type_hints["phone_number_id"])
527
+ self._values: typing.Dict[builtins.str, typing.Any] = {
528
+ "phone_number_arn": phone_number_arn,
529
+ "phone_number_id": phone_number_id,
530
+ }
531
+
532
+ @builtins.property
533
+ def phone_number_arn(self) -> builtins.str:
534
+ '''The ARN of the PhoneNumber resource.'''
535
+ result = self._values.get("phone_number_arn")
536
+ assert result is not None, "Required property 'phone_number_arn' is missing"
537
+ return typing.cast(builtins.str, result)
538
+
539
+ @builtins.property
540
+ def phone_number_id(self) -> builtins.str:
541
+ '''The PhoneNumberId of the PhoneNumber resource.'''
542
+ result = self._values.get("phone_number_id")
543
+ assert result is not None, "Required property 'phone_number_id' is missing"
544
+ return typing.cast(builtins.str, result)
545
+
546
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
547
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
548
+
549
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
550
+ return not (rhs == self)
551
+
552
+ def __repr__(self) -> str:
553
+ return "PhoneNumberReference(%s)" % ", ".join(
554
+ k + "=" + repr(v) for k, v in self._values.items()
555
+ )
556
+
557
+
558
+ @jsii.data_type(
559
+ jsii_type="aws-cdk-lib.interfaces.aws_smsvoice.PoolReference",
560
+ jsii_struct_bases=[],
561
+ name_mapping={"pool_arn": "poolArn", "pool_id": "poolId"},
562
+ )
563
+ class PoolReference:
564
+ def __init__(self, *, pool_arn: builtins.str, pool_id: builtins.str) -> None:
565
+ '''A reference to a Pool resource.
566
+
567
+ :param pool_arn: The ARN of the Pool resource.
568
+ :param pool_id: The PoolId of the Pool resource.
569
+
570
+ :exampleMetadata: fixture=_generated
571
+
572
+ Example::
573
+
574
+ # The code below shows an example of how to instantiate this type.
575
+ # The values are placeholders you should change.
576
+ from aws_cdk.interfaces import aws_smsvoice as interfaces_aws_smsvoice
577
+
578
+ pool_reference = interfaces_aws_smsvoice.PoolReference(
579
+ pool_arn="poolArn",
580
+ pool_id="poolId"
581
+ )
582
+ '''
583
+ if __debug__:
584
+ type_hints = typing.get_type_hints(_typecheckingstub__3a18e0245425fe1d0408a83f73186ebf7f8da155158cc1a6fa8ad9d52335023e)
585
+ check_type(argname="argument pool_arn", value=pool_arn, expected_type=type_hints["pool_arn"])
586
+ check_type(argname="argument pool_id", value=pool_id, expected_type=type_hints["pool_id"])
587
+ self._values: typing.Dict[builtins.str, typing.Any] = {
588
+ "pool_arn": pool_arn,
589
+ "pool_id": pool_id,
590
+ }
591
+
592
+ @builtins.property
593
+ def pool_arn(self) -> builtins.str:
594
+ '''The ARN of the Pool resource.'''
595
+ result = self._values.get("pool_arn")
596
+ assert result is not None, "Required property 'pool_arn' is missing"
597
+ return typing.cast(builtins.str, result)
598
+
599
+ @builtins.property
600
+ def pool_id(self) -> builtins.str:
601
+ '''The PoolId of the Pool resource.'''
602
+ result = self._values.get("pool_id")
603
+ assert result is not None, "Required property 'pool_id' is missing"
604
+ return typing.cast(builtins.str, result)
605
+
606
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
607
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
608
+
609
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
610
+ return not (rhs == self)
611
+
612
+ def __repr__(self) -> str:
613
+ return "PoolReference(%s)" % ", ".join(
614
+ k + "=" + repr(v) for k, v in self._values.items()
615
+ )
616
+
617
+
618
+ @jsii.data_type(
619
+ jsii_type="aws-cdk-lib.interfaces.aws_smsvoice.ProtectConfigurationReference",
620
+ jsii_struct_bases=[],
621
+ name_mapping={
622
+ "protect_configuration_arn": "protectConfigurationArn",
623
+ "protect_configuration_id": "protectConfigurationId",
624
+ },
625
+ )
626
+ class ProtectConfigurationReference:
627
+ def __init__(
628
+ self,
629
+ *,
630
+ protect_configuration_arn: builtins.str,
631
+ protect_configuration_id: builtins.str,
632
+ ) -> None:
633
+ '''A reference to a ProtectConfiguration resource.
634
+
635
+ :param protect_configuration_arn: The ARN of the ProtectConfiguration resource.
636
+ :param protect_configuration_id: The ProtectConfigurationId of the ProtectConfiguration resource.
637
+
638
+ :exampleMetadata: fixture=_generated
639
+
640
+ Example::
641
+
642
+ # The code below shows an example of how to instantiate this type.
643
+ # The values are placeholders you should change.
644
+ from aws_cdk.interfaces import aws_smsvoice as interfaces_aws_smsvoice
645
+
646
+ protect_configuration_reference = interfaces_aws_smsvoice.ProtectConfigurationReference(
647
+ protect_configuration_arn="protectConfigurationArn",
648
+ protect_configuration_id="protectConfigurationId"
649
+ )
650
+ '''
651
+ if __debug__:
652
+ type_hints = typing.get_type_hints(_typecheckingstub__d7a573c31ffa2a3dbcab67f8fc27bcefd307f49af5d533c3d96ed3f9e17288f5)
653
+ check_type(argname="argument protect_configuration_arn", value=protect_configuration_arn, expected_type=type_hints["protect_configuration_arn"])
654
+ check_type(argname="argument protect_configuration_id", value=protect_configuration_id, expected_type=type_hints["protect_configuration_id"])
655
+ self._values: typing.Dict[builtins.str, typing.Any] = {
656
+ "protect_configuration_arn": protect_configuration_arn,
657
+ "protect_configuration_id": protect_configuration_id,
658
+ }
659
+
660
+ @builtins.property
661
+ def protect_configuration_arn(self) -> builtins.str:
662
+ '''The ARN of the ProtectConfiguration resource.'''
663
+ result = self._values.get("protect_configuration_arn")
664
+ assert result is not None, "Required property 'protect_configuration_arn' is missing"
665
+ return typing.cast(builtins.str, result)
666
+
667
+ @builtins.property
668
+ def protect_configuration_id(self) -> builtins.str:
669
+ '''The ProtectConfigurationId of the ProtectConfiguration resource.'''
670
+ result = self._values.get("protect_configuration_id")
671
+ assert result is not None, "Required property 'protect_configuration_id' is missing"
672
+ return typing.cast(builtins.str, result)
673
+
674
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
675
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
676
+
677
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
678
+ return not (rhs == self)
679
+
680
+ def __repr__(self) -> str:
681
+ return "ProtectConfigurationReference(%s)" % ", ".join(
682
+ k + "=" + repr(v) for k, v in self._values.items()
683
+ )
684
+
685
+
686
+ @jsii.data_type(
687
+ jsii_type="aws-cdk-lib.interfaces.aws_smsvoice.ResourcePolicyReference",
688
+ jsii_struct_bases=[],
689
+ name_mapping={"resource_arn": "resourceArn"},
690
+ )
691
+ class ResourcePolicyReference:
692
+ def __init__(self, *, resource_arn: builtins.str) -> None:
693
+ '''A reference to a ResourcePolicy resource.
694
+
695
+ :param resource_arn: The ResourceArn of the ResourcePolicy resource.
696
+
697
+ :exampleMetadata: fixture=_generated
698
+
699
+ Example::
700
+
701
+ # The code below shows an example of how to instantiate this type.
702
+ # The values are placeholders you should change.
703
+ from aws_cdk.interfaces import aws_smsvoice as interfaces_aws_smsvoice
704
+
705
+ resource_policy_reference = interfaces_aws_smsvoice.ResourcePolicyReference(
706
+ resource_arn="resourceArn"
707
+ )
708
+ '''
709
+ if __debug__:
710
+ type_hints = typing.get_type_hints(_typecheckingstub__b4e3f8cc42e17b187443815800b2d641d17f0860df1f5ec19e3aeb16b4072509)
711
+ check_type(argname="argument resource_arn", value=resource_arn, expected_type=type_hints["resource_arn"])
712
+ self._values: typing.Dict[builtins.str, typing.Any] = {
713
+ "resource_arn": resource_arn,
714
+ }
715
+
716
+ @builtins.property
717
+ def resource_arn(self) -> builtins.str:
718
+ '''The ResourceArn of the ResourcePolicy resource.'''
719
+ result = self._values.get("resource_arn")
720
+ assert result is not None, "Required property 'resource_arn' is missing"
721
+ return typing.cast(builtins.str, result)
722
+
723
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
724
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
725
+
726
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
727
+ return not (rhs == self)
728
+
729
+ def __repr__(self) -> str:
730
+ return "ResourcePolicyReference(%s)" % ", ".join(
731
+ k + "=" + repr(v) for k, v in self._values.items()
732
+ )
733
+
734
+
735
+ @jsii.data_type(
736
+ jsii_type="aws-cdk-lib.interfaces.aws_smsvoice.SenderIdReference",
737
+ jsii_struct_bases=[],
738
+ name_mapping={
739
+ "iso_country_code": "isoCountryCode",
740
+ "sender_id": "senderId",
741
+ "sender_id_arn": "senderIdArn",
742
+ },
743
+ )
744
+ class SenderIdReference:
745
+ def __init__(
746
+ self,
747
+ *,
748
+ iso_country_code: builtins.str,
749
+ sender_id: builtins.str,
750
+ sender_id_arn: builtins.str,
751
+ ) -> None:
752
+ '''A reference to a SenderId resource.
753
+
754
+ :param iso_country_code: The IsoCountryCode of the SenderId resource.
755
+ :param sender_id: The SenderId of the SenderId resource.
756
+ :param sender_id_arn: The ARN of the SenderId resource.
757
+
758
+ :exampleMetadata: fixture=_generated
759
+
760
+ Example::
761
+
762
+ # The code below shows an example of how to instantiate this type.
763
+ # The values are placeholders you should change.
764
+ from aws_cdk.interfaces import aws_smsvoice as interfaces_aws_smsvoice
765
+
766
+ sender_id_reference = interfaces_aws_smsvoice.SenderIdReference(
767
+ iso_country_code="isoCountryCode",
768
+ sender_id="senderId",
769
+ sender_id_arn="senderIdArn"
770
+ )
771
+ '''
772
+ if __debug__:
773
+ type_hints = typing.get_type_hints(_typecheckingstub__0ba8d95c82cd8ae22b8aa29f3c0b6b9b02e4d8ffd2e2cf690bd27ab2e3d024f4)
774
+ check_type(argname="argument iso_country_code", value=iso_country_code, expected_type=type_hints["iso_country_code"])
775
+ check_type(argname="argument sender_id", value=sender_id, expected_type=type_hints["sender_id"])
776
+ check_type(argname="argument sender_id_arn", value=sender_id_arn, expected_type=type_hints["sender_id_arn"])
777
+ self._values: typing.Dict[builtins.str, typing.Any] = {
778
+ "iso_country_code": iso_country_code,
779
+ "sender_id": sender_id,
780
+ "sender_id_arn": sender_id_arn,
781
+ }
782
+
783
+ @builtins.property
784
+ def iso_country_code(self) -> builtins.str:
785
+ '''The IsoCountryCode of the SenderId resource.'''
786
+ result = self._values.get("iso_country_code")
787
+ assert result is not None, "Required property 'iso_country_code' is missing"
788
+ return typing.cast(builtins.str, result)
789
+
790
+ @builtins.property
791
+ def sender_id(self) -> builtins.str:
792
+ '''The SenderId of the SenderId resource.'''
793
+ result = self._values.get("sender_id")
794
+ assert result is not None, "Required property 'sender_id' is missing"
795
+ return typing.cast(builtins.str, result)
796
+
797
+ @builtins.property
798
+ def sender_id_arn(self) -> builtins.str:
799
+ '''The ARN of the SenderId resource.'''
800
+ result = self._values.get("sender_id_arn")
801
+ assert result is not None, "Required property 'sender_id_arn' is missing"
802
+ return typing.cast(builtins.str, result)
803
+
804
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
805
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
806
+
807
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
808
+ return not (rhs == self)
809
+
810
+ def __repr__(self) -> str:
811
+ return "SenderIdReference(%s)" % ", ".join(
812
+ k + "=" + repr(v) for k, v in self._values.items()
813
+ )
814
+
815
+
816
+ __all__ = [
817
+ "ConfigurationSetReference",
818
+ "IConfigurationSetRef",
819
+ "IOptOutListRef",
820
+ "IPhoneNumberRef",
821
+ "IPoolRef",
822
+ "IProtectConfigurationRef",
823
+ "IResourcePolicyRef",
824
+ "ISenderIdRef",
825
+ "OptOutListReference",
826
+ "PhoneNumberReference",
827
+ "PoolReference",
828
+ "ProtectConfigurationReference",
829
+ "ResourcePolicyReference",
830
+ "SenderIdReference",
831
+ ]
832
+
833
+ publication.publish()
834
+
835
+ def _typecheckingstub__bfb39e554f6e12d2e0f782656ac6a33ba83d6aeeaeb2487ee28801dbe15f558d(
836
+ *,
837
+ configuration_set_arn: builtins.str,
838
+ configuration_set_name: builtins.str,
839
+ ) -> None:
840
+ """Type checking stubs"""
841
+ pass
842
+
843
+ def _typecheckingstub__43cbbd6644494d6e6917995b076d6eff7e0a8fae16fd1c29e2cb4a0769850cf9(
844
+ *,
845
+ opt_out_list_arn: builtins.str,
846
+ opt_out_list_name: builtins.str,
847
+ ) -> None:
848
+ """Type checking stubs"""
849
+ pass
850
+
851
+ def _typecheckingstub__453bd7ec7d509a3524a273a39756f965d62e5f124510d71db14e4c0eca91888b(
852
+ *,
853
+ phone_number_arn: builtins.str,
854
+ phone_number_id: builtins.str,
855
+ ) -> None:
856
+ """Type checking stubs"""
857
+ pass
858
+
859
+ def _typecheckingstub__3a18e0245425fe1d0408a83f73186ebf7f8da155158cc1a6fa8ad9d52335023e(
860
+ *,
861
+ pool_arn: builtins.str,
862
+ pool_id: builtins.str,
863
+ ) -> None:
864
+ """Type checking stubs"""
865
+ pass
866
+
867
+ def _typecheckingstub__d7a573c31ffa2a3dbcab67f8fc27bcefd307f49af5d533c3d96ed3f9e17288f5(
868
+ *,
869
+ protect_configuration_arn: builtins.str,
870
+ protect_configuration_id: builtins.str,
871
+ ) -> None:
872
+ """Type checking stubs"""
873
+ pass
874
+
875
+ def _typecheckingstub__b4e3f8cc42e17b187443815800b2d641d17f0860df1f5ec19e3aeb16b4072509(
876
+ *,
877
+ resource_arn: builtins.str,
878
+ ) -> None:
879
+ """Type checking stubs"""
880
+ pass
881
+
882
+ def _typecheckingstub__0ba8d95c82cd8ae22b8aa29f3c0b6b9b02e4d8ffd2e2cf690bd27ab2e3d024f4(
883
+ *,
884
+ iso_country_code: builtins.str,
885
+ sender_id: builtins.str,
886
+ sender_id_arn: builtins.str,
887
+ ) -> None:
888
+ """Type checking stubs"""
889
+ pass
890
+
891
+ for cls in [IConfigurationSetRef, IOptOutListRef, IPhoneNumberRef, IPoolRef, IProtectConfigurationRef, IResourcePolicyRef, ISenderIdRef]:
892
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])