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
@@ -0,0 +1,2125 @@
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_pinpoint.ADMChannelReference",
39
+ jsii_struct_bases=[],
40
+ name_mapping={"adm_channel_id": "admChannelId"},
41
+ )
42
+ class ADMChannelReference:
43
+ def __init__(self, *, adm_channel_id: builtins.str) -> None:
44
+ '''A reference to a ADMChannel resource.
45
+
46
+ :param adm_channel_id: The Id of the ADMChannel resource.
47
+
48
+ :exampleMetadata: fixture=_generated
49
+
50
+ Example::
51
+
52
+ # The code below shows an example of how to instantiate this type.
53
+ # The values are placeholders you should change.
54
+ from aws_cdk.interfaces import aws_pinpoint as interfaces_aws_pinpoint
55
+
56
+ a_dMChannel_reference = interfaces_aws_pinpoint.ADMChannelReference(
57
+ adm_channel_id="admChannelId"
58
+ )
59
+ '''
60
+ if __debug__:
61
+ type_hints = typing.get_type_hints(_typecheckingstub__c66344866d57b2c61e87a53457006c0e900b38b698cdb217466ed7caa7d21d30)
62
+ check_type(argname="argument adm_channel_id", value=adm_channel_id, expected_type=type_hints["adm_channel_id"])
63
+ self._values: typing.Dict[builtins.str, typing.Any] = {
64
+ "adm_channel_id": adm_channel_id,
65
+ }
66
+
67
+ @builtins.property
68
+ def adm_channel_id(self) -> builtins.str:
69
+ '''The Id of the ADMChannel resource.'''
70
+ result = self._values.get("adm_channel_id")
71
+ assert result is not None, "Required property 'adm_channel_id' is missing"
72
+ return typing.cast(builtins.str, result)
73
+
74
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
75
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
76
+
77
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
78
+ return not (rhs == self)
79
+
80
+ def __repr__(self) -> str:
81
+ return "ADMChannelReference(%s)" % ", ".join(
82
+ k + "=" + repr(v) for k, v in self._values.items()
83
+ )
84
+
85
+
86
+ @jsii.data_type(
87
+ jsii_type="aws-cdk-lib.interfaces.aws_pinpoint.APNSChannelReference",
88
+ jsii_struct_bases=[],
89
+ name_mapping={"apns_channel_id": "apnsChannelId"},
90
+ )
91
+ class APNSChannelReference:
92
+ def __init__(self, *, apns_channel_id: builtins.str) -> None:
93
+ '''A reference to a APNSChannel resource.
94
+
95
+ :param apns_channel_id: The Id of the APNSChannel resource.
96
+
97
+ :exampleMetadata: fixture=_generated
98
+
99
+ Example::
100
+
101
+ # The code below shows an example of how to instantiate this type.
102
+ # The values are placeholders you should change.
103
+ from aws_cdk.interfaces import aws_pinpoint as interfaces_aws_pinpoint
104
+
105
+ a_pNSChannel_reference = interfaces_aws_pinpoint.APNSChannelReference(
106
+ apns_channel_id="apnsChannelId"
107
+ )
108
+ '''
109
+ if __debug__:
110
+ type_hints = typing.get_type_hints(_typecheckingstub__a496ce49e220f7813d622667dcfaedd8e2168f11f3b2c9e2d2897832fd3ab9bd)
111
+ check_type(argname="argument apns_channel_id", value=apns_channel_id, expected_type=type_hints["apns_channel_id"])
112
+ self._values: typing.Dict[builtins.str, typing.Any] = {
113
+ "apns_channel_id": apns_channel_id,
114
+ }
115
+
116
+ @builtins.property
117
+ def apns_channel_id(self) -> builtins.str:
118
+ '''The Id of the APNSChannel resource.'''
119
+ result = self._values.get("apns_channel_id")
120
+ assert result is not None, "Required property 'apns_channel_id' is missing"
121
+ return typing.cast(builtins.str, result)
122
+
123
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
124
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
125
+
126
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
127
+ return not (rhs == self)
128
+
129
+ def __repr__(self) -> str:
130
+ return "APNSChannelReference(%s)" % ", ".join(
131
+ k + "=" + repr(v) for k, v in self._values.items()
132
+ )
133
+
134
+
135
+ @jsii.data_type(
136
+ jsii_type="aws-cdk-lib.interfaces.aws_pinpoint.APNSSandboxChannelReference",
137
+ jsii_struct_bases=[],
138
+ name_mapping={"apns_sandbox_channel_id": "apnsSandboxChannelId"},
139
+ )
140
+ class APNSSandboxChannelReference:
141
+ def __init__(self, *, apns_sandbox_channel_id: builtins.str) -> None:
142
+ '''A reference to a APNSSandboxChannel resource.
143
+
144
+ :param apns_sandbox_channel_id: The Id of the APNSSandboxChannel resource.
145
+
146
+ :exampleMetadata: fixture=_generated
147
+
148
+ Example::
149
+
150
+ # The code below shows an example of how to instantiate this type.
151
+ # The values are placeholders you should change.
152
+ from aws_cdk.interfaces import aws_pinpoint as interfaces_aws_pinpoint
153
+
154
+ a_pNSSandbox_channel_reference = interfaces_aws_pinpoint.APNSSandboxChannelReference(
155
+ apns_sandbox_channel_id="apnsSandboxChannelId"
156
+ )
157
+ '''
158
+ if __debug__:
159
+ type_hints = typing.get_type_hints(_typecheckingstub__b94d95c331fe8bd2e4c6c5e6e85996744c1a65f3b436aeac431abbb19e43dffd)
160
+ check_type(argname="argument apns_sandbox_channel_id", value=apns_sandbox_channel_id, expected_type=type_hints["apns_sandbox_channel_id"])
161
+ self._values: typing.Dict[builtins.str, typing.Any] = {
162
+ "apns_sandbox_channel_id": apns_sandbox_channel_id,
163
+ }
164
+
165
+ @builtins.property
166
+ def apns_sandbox_channel_id(self) -> builtins.str:
167
+ '''The Id of the APNSSandboxChannel resource.'''
168
+ result = self._values.get("apns_sandbox_channel_id")
169
+ assert result is not None, "Required property 'apns_sandbox_channel_id' is missing"
170
+ return typing.cast(builtins.str, result)
171
+
172
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
173
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
174
+
175
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
176
+ return not (rhs == self)
177
+
178
+ def __repr__(self) -> str:
179
+ return "APNSSandboxChannelReference(%s)" % ", ".join(
180
+ k + "=" + repr(v) for k, v in self._values.items()
181
+ )
182
+
183
+
184
+ @jsii.data_type(
185
+ jsii_type="aws-cdk-lib.interfaces.aws_pinpoint.APNSVoipChannelReference",
186
+ jsii_struct_bases=[],
187
+ name_mapping={"apns_voip_channel_id": "apnsVoipChannelId"},
188
+ )
189
+ class APNSVoipChannelReference:
190
+ def __init__(self, *, apns_voip_channel_id: builtins.str) -> None:
191
+ '''A reference to a APNSVoipChannel resource.
192
+
193
+ :param apns_voip_channel_id: The Id of the APNSVoipChannel resource.
194
+
195
+ :exampleMetadata: fixture=_generated
196
+
197
+ Example::
198
+
199
+ # The code below shows an example of how to instantiate this type.
200
+ # The values are placeholders you should change.
201
+ from aws_cdk.interfaces import aws_pinpoint as interfaces_aws_pinpoint
202
+
203
+ a_pNSVoip_channel_reference = interfaces_aws_pinpoint.APNSVoipChannelReference(
204
+ apns_voip_channel_id="apnsVoipChannelId"
205
+ )
206
+ '''
207
+ if __debug__:
208
+ type_hints = typing.get_type_hints(_typecheckingstub__d20e3efb22a5a77e26b385ce38c50e440a81f1b4039542add7de29ef13fb222a)
209
+ check_type(argname="argument apns_voip_channel_id", value=apns_voip_channel_id, expected_type=type_hints["apns_voip_channel_id"])
210
+ self._values: typing.Dict[builtins.str, typing.Any] = {
211
+ "apns_voip_channel_id": apns_voip_channel_id,
212
+ }
213
+
214
+ @builtins.property
215
+ def apns_voip_channel_id(self) -> builtins.str:
216
+ '''The Id of the APNSVoipChannel resource.'''
217
+ result = self._values.get("apns_voip_channel_id")
218
+ assert result is not None, "Required property 'apns_voip_channel_id' is missing"
219
+ return typing.cast(builtins.str, result)
220
+
221
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
222
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
223
+
224
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
225
+ return not (rhs == self)
226
+
227
+ def __repr__(self) -> str:
228
+ return "APNSVoipChannelReference(%s)" % ", ".join(
229
+ k + "=" + repr(v) for k, v in self._values.items()
230
+ )
231
+
232
+
233
+ @jsii.data_type(
234
+ jsii_type="aws-cdk-lib.interfaces.aws_pinpoint.APNSVoipSandboxChannelReference",
235
+ jsii_struct_bases=[],
236
+ name_mapping={"apns_voip_sandbox_channel_id": "apnsVoipSandboxChannelId"},
237
+ )
238
+ class APNSVoipSandboxChannelReference:
239
+ def __init__(self, *, apns_voip_sandbox_channel_id: builtins.str) -> None:
240
+ '''A reference to a APNSVoipSandboxChannel resource.
241
+
242
+ :param apns_voip_sandbox_channel_id: The Id of the APNSVoipSandboxChannel resource.
243
+
244
+ :exampleMetadata: fixture=_generated
245
+
246
+ Example::
247
+
248
+ # The code below shows an example of how to instantiate this type.
249
+ # The values are placeholders you should change.
250
+ from aws_cdk.interfaces import aws_pinpoint as interfaces_aws_pinpoint
251
+
252
+ a_pNSVoip_sandbox_channel_reference = interfaces_aws_pinpoint.APNSVoipSandboxChannelReference(
253
+ apns_voip_sandbox_channel_id="apnsVoipSandboxChannelId"
254
+ )
255
+ '''
256
+ if __debug__:
257
+ type_hints = typing.get_type_hints(_typecheckingstub__7f6b0a4afdfa151ba7b3ccd79e7b1be578515d0c8cd7e37dbd00c215e812d864)
258
+ check_type(argname="argument apns_voip_sandbox_channel_id", value=apns_voip_sandbox_channel_id, expected_type=type_hints["apns_voip_sandbox_channel_id"])
259
+ self._values: typing.Dict[builtins.str, typing.Any] = {
260
+ "apns_voip_sandbox_channel_id": apns_voip_sandbox_channel_id,
261
+ }
262
+
263
+ @builtins.property
264
+ def apns_voip_sandbox_channel_id(self) -> builtins.str:
265
+ '''The Id of the APNSVoipSandboxChannel resource.'''
266
+ result = self._values.get("apns_voip_sandbox_channel_id")
267
+ assert result is not None, "Required property 'apns_voip_sandbox_channel_id' is missing"
268
+ return typing.cast(builtins.str, result)
269
+
270
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
271
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
272
+
273
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
274
+ return not (rhs == self)
275
+
276
+ def __repr__(self) -> str:
277
+ return "APNSVoipSandboxChannelReference(%s)" % ", ".join(
278
+ k + "=" + repr(v) for k, v in self._values.items()
279
+ )
280
+
281
+
282
+ @jsii.data_type(
283
+ jsii_type="aws-cdk-lib.interfaces.aws_pinpoint.AppReference",
284
+ jsii_struct_bases=[],
285
+ name_mapping={"app_arn": "appArn", "app_id": "appId"},
286
+ )
287
+ class AppReference:
288
+ def __init__(self, *, app_arn: builtins.str, app_id: builtins.str) -> None:
289
+ '''A reference to a App resource.
290
+
291
+ :param app_arn: The ARN of the App resource.
292
+ :param app_id: The Id of the App resource.
293
+
294
+ :exampleMetadata: fixture=_generated
295
+
296
+ Example::
297
+
298
+ # The code below shows an example of how to instantiate this type.
299
+ # The values are placeholders you should change.
300
+ from aws_cdk.interfaces import aws_pinpoint as interfaces_aws_pinpoint
301
+
302
+ app_reference = interfaces_aws_pinpoint.AppReference(
303
+ app_arn="appArn",
304
+ app_id="appId"
305
+ )
306
+ '''
307
+ if __debug__:
308
+ type_hints = typing.get_type_hints(_typecheckingstub__47f9f51d19cf6bb2505181b94960ee58497234e95a8cb312c5b8b732fdfa2191)
309
+ check_type(argname="argument app_arn", value=app_arn, expected_type=type_hints["app_arn"])
310
+ check_type(argname="argument app_id", value=app_id, expected_type=type_hints["app_id"])
311
+ self._values: typing.Dict[builtins.str, typing.Any] = {
312
+ "app_arn": app_arn,
313
+ "app_id": app_id,
314
+ }
315
+
316
+ @builtins.property
317
+ def app_arn(self) -> builtins.str:
318
+ '''The ARN of the App resource.'''
319
+ result = self._values.get("app_arn")
320
+ assert result is not None, "Required property 'app_arn' is missing"
321
+ return typing.cast(builtins.str, result)
322
+
323
+ @builtins.property
324
+ def app_id(self) -> builtins.str:
325
+ '''The Id of the App resource.'''
326
+ result = self._values.get("app_id")
327
+ assert result is not None, "Required property 'app_id' is missing"
328
+ return typing.cast(builtins.str, result)
329
+
330
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
331
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
332
+
333
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
334
+ return not (rhs == self)
335
+
336
+ def __repr__(self) -> str:
337
+ return "AppReference(%s)" % ", ".join(
338
+ k + "=" + repr(v) for k, v in self._values.items()
339
+ )
340
+
341
+
342
+ @jsii.data_type(
343
+ jsii_type="aws-cdk-lib.interfaces.aws_pinpoint.ApplicationSettingsReference",
344
+ jsii_struct_bases=[],
345
+ name_mapping={"application_settings_id": "applicationSettingsId"},
346
+ )
347
+ class ApplicationSettingsReference:
348
+ def __init__(self, *, application_settings_id: builtins.str) -> None:
349
+ '''A reference to a ApplicationSettings resource.
350
+
351
+ :param application_settings_id: The Id of the ApplicationSettings resource.
352
+
353
+ :exampleMetadata: fixture=_generated
354
+
355
+ Example::
356
+
357
+ # The code below shows an example of how to instantiate this type.
358
+ # The values are placeholders you should change.
359
+ from aws_cdk.interfaces import aws_pinpoint as interfaces_aws_pinpoint
360
+
361
+ application_settings_reference = interfaces_aws_pinpoint.ApplicationSettingsReference(
362
+ application_settings_id="applicationSettingsId"
363
+ )
364
+ '''
365
+ if __debug__:
366
+ type_hints = typing.get_type_hints(_typecheckingstub__db9052113d2b53ec08d341c550acb86b274f0fc0ea21deb1b4345d037133c469)
367
+ check_type(argname="argument application_settings_id", value=application_settings_id, expected_type=type_hints["application_settings_id"])
368
+ self._values: typing.Dict[builtins.str, typing.Any] = {
369
+ "application_settings_id": application_settings_id,
370
+ }
371
+
372
+ @builtins.property
373
+ def application_settings_id(self) -> builtins.str:
374
+ '''The Id of the ApplicationSettings resource.'''
375
+ result = self._values.get("application_settings_id")
376
+ assert result is not None, "Required property 'application_settings_id' is missing"
377
+ return typing.cast(builtins.str, result)
378
+
379
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
380
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
381
+
382
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
383
+ return not (rhs == self)
384
+
385
+ def __repr__(self) -> str:
386
+ return "ApplicationSettingsReference(%s)" % ", ".join(
387
+ k + "=" + repr(v) for k, v in self._values.items()
388
+ )
389
+
390
+
391
+ @jsii.data_type(
392
+ jsii_type="aws-cdk-lib.interfaces.aws_pinpoint.BaiduChannelReference",
393
+ jsii_struct_bases=[],
394
+ name_mapping={"baidu_channel_id": "baiduChannelId"},
395
+ )
396
+ class BaiduChannelReference:
397
+ def __init__(self, *, baidu_channel_id: builtins.str) -> None:
398
+ '''A reference to a BaiduChannel resource.
399
+
400
+ :param baidu_channel_id: The Id of the BaiduChannel resource.
401
+
402
+ :exampleMetadata: fixture=_generated
403
+
404
+ Example::
405
+
406
+ # The code below shows an example of how to instantiate this type.
407
+ # The values are placeholders you should change.
408
+ from aws_cdk.interfaces import aws_pinpoint as interfaces_aws_pinpoint
409
+
410
+ baidu_channel_reference = interfaces_aws_pinpoint.BaiduChannelReference(
411
+ baidu_channel_id="baiduChannelId"
412
+ )
413
+ '''
414
+ if __debug__:
415
+ type_hints = typing.get_type_hints(_typecheckingstub__491989d5301704adbe9e8c97d33163a8252bcacb817aa52b0e5d7bcfbe90fcd1)
416
+ check_type(argname="argument baidu_channel_id", value=baidu_channel_id, expected_type=type_hints["baidu_channel_id"])
417
+ self._values: typing.Dict[builtins.str, typing.Any] = {
418
+ "baidu_channel_id": baidu_channel_id,
419
+ }
420
+
421
+ @builtins.property
422
+ def baidu_channel_id(self) -> builtins.str:
423
+ '''The Id of the BaiduChannel resource.'''
424
+ result = self._values.get("baidu_channel_id")
425
+ assert result is not None, "Required property 'baidu_channel_id' is missing"
426
+ return typing.cast(builtins.str, result)
427
+
428
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
429
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
430
+
431
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
432
+ return not (rhs == self)
433
+
434
+ def __repr__(self) -> str:
435
+ return "BaiduChannelReference(%s)" % ", ".join(
436
+ k + "=" + repr(v) for k, v in self._values.items()
437
+ )
438
+
439
+
440
+ @jsii.data_type(
441
+ jsii_type="aws-cdk-lib.interfaces.aws_pinpoint.CampaignReference",
442
+ jsii_struct_bases=[],
443
+ name_mapping={"campaign_arn": "campaignArn", "campaign_id": "campaignId"},
444
+ )
445
+ class CampaignReference:
446
+ def __init__(
447
+ self,
448
+ *,
449
+ campaign_arn: builtins.str,
450
+ campaign_id: builtins.str,
451
+ ) -> None:
452
+ '''A reference to a Campaign resource.
453
+
454
+ :param campaign_arn: The ARN of the Campaign resource.
455
+ :param campaign_id: The CampaignId of the Campaign resource.
456
+
457
+ :exampleMetadata: fixture=_generated
458
+
459
+ Example::
460
+
461
+ # The code below shows an example of how to instantiate this type.
462
+ # The values are placeholders you should change.
463
+ from aws_cdk.interfaces import aws_pinpoint as interfaces_aws_pinpoint
464
+
465
+ campaign_reference = interfaces_aws_pinpoint.CampaignReference(
466
+ campaign_arn="campaignArn",
467
+ campaign_id="campaignId"
468
+ )
469
+ '''
470
+ if __debug__:
471
+ type_hints = typing.get_type_hints(_typecheckingstub__dcf64db1b1596dc4aa37057576b9a0db604c629f6fab5b122a9fc764eeec65af)
472
+ check_type(argname="argument campaign_arn", value=campaign_arn, expected_type=type_hints["campaign_arn"])
473
+ check_type(argname="argument campaign_id", value=campaign_id, expected_type=type_hints["campaign_id"])
474
+ self._values: typing.Dict[builtins.str, typing.Any] = {
475
+ "campaign_arn": campaign_arn,
476
+ "campaign_id": campaign_id,
477
+ }
478
+
479
+ @builtins.property
480
+ def campaign_arn(self) -> builtins.str:
481
+ '''The ARN of the Campaign resource.'''
482
+ result = self._values.get("campaign_arn")
483
+ assert result is not None, "Required property 'campaign_arn' is missing"
484
+ return typing.cast(builtins.str, result)
485
+
486
+ @builtins.property
487
+ def campaign_id(self) -> builtins.str:
488
+ '''The CampaignId of the Campaign resource.'''
489
+ result = self._values.get("campaign_id")
490
+ assert result is not None, "Required property 'campaign_id' is missing"
491
+ return typing.cast(builtins.str, result)
492
+
493
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
494
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
495
+
496
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
497
+ return not (rhs == self)
498
+
499
+ def __repr__(self) -> str:
500
+ return "CampaignReference(%s)" % ", ".join(
501
+ k + "=" + repr(v) for k, v in self._values.items()
502
+ )
503
+
504
+
505
+ @jsii.data_type(
506
+ jsii_type="aws-cdk-lib.interfaces.aws_pinpoint.EmailChannelReference",
507
+ jsii_struct_bases=[],
508
+ name_mapping={"email_channel_id": "emailChannelId"},
509
+ )
510
+ class EmailChannelReference:
511
+ def __init__(self, *, email_channel_id: builtins.str) -> None:
512
+ '''A reference to a EmailChannel resource.
513
+
514
+ :param email_channel_id: The Id of the EmailChannel resource.
515
+
516
+ :exampleMetadata: fixture=_generated
517
+
518
+ Example::
519
+
520
+ # The code below shows an example of how to instantiate this type.
521
+ # The values are placeholders you should change.
522
+ from aws_cdk.interfaces import aws_pinpoint as interfaces_aws_pinpoint
523
+
524
+ email_channel_reference = interfaces_aws_pinpoint.EmailChannelReference(
525
+ email_channel_id="emailChannelId"
526
+ )
527
+ '''
528
+ if __debug__:
529
+ type_hints = typing.get_type_hints(_typecheckingstub__29d2c4016fc9671888b08731a815286889bd95745893730b746ec6246a930569)
530
+ check_type(argname="argument email_channel_id", value=email_channel_id, expected_type=type_hints["email_channel_id"])
531
+ self._values: typing.Dict[builtins.str, typing.Any] = {
532
+ "email_channel_id": email_channel_id,
533
+ }
534
+
535
+ @builtins.property
536
+ def email_channel_id(self) -> builtins.str:
537
+ '''The Id of the EmailChannel resource.'''
538
+ result = self._values.get("email_channel_id")
539
+ assert result is not None, "Required property 'email_channel_id' is missing"
540
+ return typing.cast(builtins.str, result)
541
+
542
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
543
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
544
+
545
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
546
+ return not (rhs == self)
547
+
548
+ def __repr__(self) -> str:
549
+ return "EmailChannelReference(%s)" % ", ".join(
550
+ k + "=" + repr(v) for k, v in self._values.items()
551
+ )
552
+
553
+
554
+ @jsii.data_type(
555
+ jsii_type="aws-cdk-lib.interfaces.aws_pinpoint.EmailTemplateReference",
556
+ jsii_struct_bases=[],
557
+ name_mapping={
558
+ "email_template_arn": "emailTemplateArn",
559
+ "email_template_id": "emailTemplateId",
560
+ },
561
+ )
562
+ class EmailTemplateReference:
563
+ def __init__(
564
+ self,
565
+ *,
566
+ email_template_arn: builtins.str,
567
+ email_template_id: builtins.str,
568
+ ) -> None:
569
+ '''A reference to a EmailTemplate resource.
570
+
571
+ :param email_template_arn: The ARN of the EmailTemplate resource.
572
+ :param email_template_id: The Id of the EmailTemplate resource.
573
+
574
+ :exampleMetadata: fixture=_generated
575
+
576
+ Example::
577
+
578
+ # The code below shows an example of how to instantiate this type.
579
+ # The values are placeholders you should change.
580
+ from aws_cdk.interfaces import aws_pinpoint as interfaces_aws_pinpoint
581
+
582
+ email_template_reference = interfaces_aws_pinpoint.EmailTemplateReference(
583
+ email_template_arn="emailTemplateArn",
584
+ email_template_id="emailTemplateId"
585
+ )
586
+ '''
587
+ if __debug__:
588
+ type_hints = typing.get_type_hints(_typecheckingstub__8869b0aa99806f8520c0ab61fa32beba3955adf2febe0942549ac0cce8fabf79)
589
+ check_type(argname="argument email_template_arn", value=email_template_arn, expected_type=type_hints["email_template_arn"])
590
+ check_type(argname="argument email_template_id", value=email_template_id, expected_type=type_hints["email_template_id"])
591
+ self._values: typing.Dict[builtins.str, typing.Any] = {
592
+ "email_template_arn": email_template_arn,
593
+ "email_template_id": email_template_id,
594
+ }
595
+
596
+ @builtins.property
597
+ def email_template_arn(self) -> builtins.str:
598
+ '''The ARN of the EmailTemplate resource.'''
599
+ result = self._values.get("email_template_arn")
600
+ assert result is not None, "Required property 'email_template_arn' is missing"
601
+ return typing.cast(builtins.str, result)
602
+
603
+ @builtins.property
604
+ def email_template_id(self) -> builtins.str:
605
+ '''The Id of the EmailTemplate resource.'''
606
+ result = self._values.get("email_template_id")
607
+ assert result is not None, "Required property 'email_template_id' is missing"
608
+ return typing.cast(builtins.str, result)
609
+
610
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
611
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
612
+
613
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
614
+ return not (rhs == self)
615
+
616
+ def __repr__(self) -> str:
617
+ return "EmailTemplateReference(%s)" % ", ".join(
618
+ k + "=" + repr(v) for k, v in self._values.items()
619
+ )
620
+
621
+
622
+ @jsii.data_type(
623
+ jsii_type="aws-cdk-lib.interfaces.aws_pinpoint.EventStreamReference",
624
+ jsii_struct_bases=[],
625
+ name_mapping={"event_stream_id": "eventStreamId"},
626
+ )
627
+ class EventStreamReference:
628
+ def __init__(self, *, event_stream_id: builtins.str) -> None:
629
+ '''A reference to a EventStream resource.
630
+
631
+ :param event_stream_id: The Id of the EventStream resource.
632
+
633
+ :exampleMetadata: fixture=_generated
634
+
635
+ Example::
636
+
637
+ # The code below shows an example of how to instantiate this type.
638
+ # The values are placeholders you should change.
639
+ from aws_cdk.interfaces import aws_pinpoint as interfaces_aws_pinpoint
640
+
641
+ event_stream_reference = interfaces_aws_pinpoint.EventStreamReference(
642
+ event_stream_id="eventStreamId"
643
+ )
644
+ '''
645
+ if __debug__:
646
+ type_hints = typing.get_type_hints(_typecheckingstub__8b3328b21045c7e33dc1f9e42d52efa3dd71cb2d8b7bd5d7f47167668d353ede)
647
+ check_type(argname="argument event_stream_id", value=event_stream_id, expected_type=type_hints["event_stream_id"])
648
+ self._values: typing.Dict[builtins.str, typing.Any] = {
649
+ "event_stream_id": event_stream_id,
650
+ }
651
+
652
+ @builtins.property
653
+ def event_stream_id(self) -> builtins.str:
654
+ '''The Id of the EventStream resource.'''
655
+ result = self._values.get("event_stream_id")
656
+ assert result is not None, "Required property 'event_stream_id' is missing"
657
+ return typing.cast(builtins.str, result)
658
+
659
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
660
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
661
+
662
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
663
+ return not (rhs == self)
664
+
665
+ def __repr__(self) -> str:
666
+ return "EventStreamReference(%s)" % ", ".join(
667
+ k + "=" + repr(v) for k, v in self._values.items()
668
+ )
669
+
670
+
671
+ @jsii.data_type(
672
+ jsii_type="aws-cdk-lib.interfaces.aws_pinpoint.GCMChannelReference",
673
+ jsii_struct_bases=[],
674
+ name_mapping={"gcm_channel_id": "gcmChannelId"},
675
+ )
676
+ class GCMChannelReference:
677
+ def __init__(self, *, gcm_channel_id: builtins.str) -> None:
678
+ '''A reference to a GCMChannel resource.
679
+
680
+ :param gcm_channel_id: The Id of the GCMChannel resource.
681
+
682
+ :exampleMetadata: fixture=_generated
683
+
684
+ Example::
685
+
686
+ # The code below shows an example of how to instantiate this type.
687
+ # The values are placeholders you should change.
688
+ from aws_cdk.interfaces import aws_pinpoint as interfaces_aws_pinpoint
689
+
690
+ g_cMChannel_reference = interfaces_aws_pinpoint.GCMChannelReference(
691
+ gcm_channel_id="gcmChannelId"
692
+ )
693
+ '''
694
+ if __debug__:
695
+ type_hints = typing.get_type_hints(_typecheckingstub__b116ef27b30e0b0006ee7bfa943a8e2906335c3cb406d959b4feae4b1c9c2f1d)
696
+ check_type(argname="argument gcm_channel_id", value=gcm_channel_id, expected_type=type_hints["gcm_channel_id"])
697
+ self._values: typing.Dict[builtins.str, typing.Any] = {
698
+ "gcm_channel_id": gcm_channel_id,
699
+ }
700
+
701
+ @builtins.property
702
+ def gcm_channel_id(self) -> builtins.str:
703
+ '''The Id of the GCMChannel resource.'''
704
+ result = self._values.get("gcm_channel_id")
705
+ assert result is not None, "Required property 'gcm_channel_id' is missing"
706
+ return typing.cast(builtins.str, result)
707
+
708
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
709
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
710
+
711
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
712
+ return not (rhs == self)
713
+
714
+ def __repr__(self) -> str:
715
+ return "GCMChannelReference(%s)" % ", ".join(
716
+ k + "=" + repr(v) for k, v in self._values.items()
717
+ )
718
+
719
+
720
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_pinpoint.IADMChannelRef")
721
+ class IADMChannelRef(
722
+ _constructs_77d1e7e8.IConstruct,
723
+ _IEnvironmentAware_f39049ee,
724
+ typing_extensions.Protocol,
725
+ ):
726
+ '''(experimental) Indicates that this resource can be referenced as a ADMChannel.
727
+
728
+ :stability: experimental
729
+ '''
730
+
731
+ @builtins.property
732
+ @jsii.member(jsii_name="admChannelRef")
733
+ def adm_channel_ref(self) -> ADMChannelReference:
734
+ '''(experimental) A reference to a ADMChannel resource.
735
+
736
+ :stability: experimental
737
+ '''
738
+ ...
739
+
740
+
741
+ class _IADMChannelRefProxy(
742
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
743
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
744
+ ):
745
+ '''(experimental) Indicates that this resource can be referenced as a ADMChannel.
746
+
747
+ :stability: experimental
748
+ '''
749
+
750
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_pinpoint.IADMChannelRef"
751
+
752
+ @builtins.property
753
+ @jsii.member(jsii_name="admChannelRef")
754
+ def adm_channel_ref(self) -> ADMChannelReference:
755
+ '''(experimental) A reference to a ADMChannel resource.
756
+
757
+ :stability: experimental
758
+ '''
759
+ return typing.cast(ADMChannelReference, jsii.get(self, "admChannelRef"))
760
+
761
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
762
+ typing.cast(typing.Any, IADMChannelRef).__jsii_proxy_class__ = lambda : _IADMChannelRefProxy
763
+
764
+
765
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_pinpoint.IAPNSChannelRef")
766
+ class IAPNSChannelRef(
767
+ _constructs_77d1e7e8.IConstruct,
768
+ _IEnvironmentAware_f39049ee,
769
+ typing_extensions.Protocol,
770
+ ):
771
+ '''(experimental) Indicates that this resource can be referenced as a APNSChannel.
772
+
773
+ :stability: experimental
774
+ '''
775
+
776
+ @builtins.property
777
+ @jsii.member(jsii_name="apnsChannelRef")
778
+ def apns_channel_ref(self) -> APNSChannelReference:
779
+ '''(experimental) A reference to a APNSChannel resource.
780
+
781
+ :stability: experimental
782
+ '''
783
+ ...
784
+
785
+
786
+ class _IAPNSChannelRefProxy(
787
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
788
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
789
+ ):
790
+ '''(experimental) Indicates that this resource can be referenced as a APNSChannel.
791
+
792
+ :stability: experimental
793
+ '''
794
+
795
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_pinpoint.IAPNSChannelRef"
796
+
797
+ @builtins.property
798
+ @jsii.member(jsii_name="apnsChannelRef")
799
+ def apns_channel_ref(self) -> APNSChannelReference:
800
+ '''(experimental) A reference to a APNSChannel resource.
801
+
802
+ :stability: experimental
803
+ '''
804
+ return typing.cast(APNSChannelReference, jsii.get(self, "apnsChannelRef"))
805
+
806
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
807
+ typing.cast(typing.Any, IAPNSChannelRef).__jsii_proxy_class__ = lambda : _IAPNSChannelRefProxy
808
+
809
+
810
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_pinpoint.IAPNSSandboxChannelRef")
811
+ class IAPNSSandboxChannelRef(
812
+ _constructs_77d1e7e8.IConstruct,
813
+ _IEnvironmentAware_f39049ee,
814
+ typing_extensions.Protocol,
815
+ ):
816
+ '''(experimental) Indicates that this resource can be referenced as a APNSSandboxChannel.
817
+
818
+ :stability: experimental
819
+ '''
820
+
821
+ @builtins.property
822
+ @jsii.member(jsii_name="apnsSandboxChannelRef")
823
+ def apns_sandbox_channel_ref(self) -> APNSSandboxChannelReference:
824
+ '''(experimental) A reference to a APNSSandboxChannel resource.
825
+
826
+ :stability: experimental
827
+ '''
828
+ ...
829
+
830
+
831
+ class _IAPNSSandboxChannelRefProxy(
832
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
833
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
834
+ ):
835
+ '''(experimental) Indicates that this resource can be referenced as a APNSSandboxChannel.
836
+
837
+ :stability: experimental
838
+ '''
839
+
840
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_pinpoint.IAPNSSandboxChannelRef"
841
+
842
+ @builtins.property
843
+ @jsii.member(jsii_name="apnsSandboxChannelRef")
844
+ def apns_sandbox_channel_ref(self) -> APNSSandboxChannelReference:
845
+ '''(experimental) A reference to a APNSSandboxChannel resource.
846
+
847
+ :stability: experimental
848
+ '''
849
+ return typing.cast(APNSSandboxChannelReference, jsii.get(self, "apnsSandboxChannelRef"))
850
+
851
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
852
+ typing.cast(typing.Any, IAPNSSandboxChannelRef).__jsii_proxy_class__ = lambda : _IAPNSSandboxChannelRefProxy
853
+
854
+
855
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_pinpoint.IAPNSVoipChannelRef")
856
+ class IAPNSVoipChannelRef(
857
+ _constructs_77d1e7e8.IConstruct,
858
+ _IEnvironmentAware_f39049ee,
859
+ typing_extensions.Protocol,
860
+ ):
861
+ '''(experimental) Indicates that this resource can be referenced as a APNSVoipChannel.
862
+
863
+ :stability: experimental
864
+ '''
865
+
866
+ @builtins.property
867
+ @jsii.member(jsii_name="apnsVoipChannelRef")
868
+ def apns_voip_channel_ref(self) -> APNSVoipChannelReference:
869
+ '''(experimental) A reference to a APNSVoipChannel resource.
870
+
871
+ :stability: experimental
872
+ '''
873
+ ...
874
+
875
+
876
+ class _IAPNSVoipChannelRefProxy(
877
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
878
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
879
+ ):
880
+ '''(experimental) Indicates that this resource can be referenced as a APNSVoipChannel.
881
+
882
+ :stability: experimental
883
+ '''
884
+
885
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_pinpoint.IAPNSVoipChannelRef"
886
+
887
+ @builtins.property
888
+ @jsii.member(jsii_name="apnsVoipChannelRef")
889
+ def apns_voip_channel_ref(self) -> APNSVoipChannelReference:
890
+ '''(experimental) A reference to a APNSVoipChannel resource.
891
+
892
+ :stability: experimental
893
+ '''
894
+ return typing.cast(APNSVoipChannelReference, jsii.get(self, "apnsVoipChannelRef"))
895
+
896
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
897
+ typing.cast(typing.Any, IAPNSVoipChannelRef).__jsii_proxy_class__ = lambda : _IAPNSVoipChannelRefProxy
898
+
899
+
900
+ @jsii.interface(
901
+ jsii_type="aws-cdk-lib.interfaces.aws_pinpoint.IAPNSVoipSandboxChannelRef"
902
+ )
903
+ class IAPNSVoipSandboxChannelRef(
904
+ _constructs_77d1e7e8.IConstruct,
905
+ _IEnvironmentAware_f39049ee,
906
+ typing_extensions.Protocol,
907
+ ):
908
+ '''(experimental) Indicates that this resource can be referenced as a APNSVoipSandboxChannel.
909
+
910
+ :stability: experimental
911
+ '''
912
+
913
+ @builtins.property
914
+ @jsii.member(jsii_name="apnsVoipSandboxChannelRef")
915
+ def apns_voip_sandbox_channel_ref(self) -> APNSVoipSandboxChannelReference:
916
+ '''(experimental) A reference to a APNSVoipSandboxChannel resource.
917
+
918
+ :stability: experimental
919
+ '''
920
+ ...
921
+
922
+
923
+ class _IAPNSVoipSandboxChannelRefProxy(
924
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
925
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
926
+ ):
927
+ '''(experimental) Indicates that this resource can be referenced as a APNSVoipSandboxChannel.
928
+
929
+ :stability: experimental
930
+ '''
931
+
932
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_pinpoint.IAPNSVoipSandboxChannelRef"
933
+
934
+ @builtins.property
935
+ @jsii.member(jsii_name="apnsVoipSandboxChannelRef")
936
+ def apns_voip_sandbox_channel_ref(self) -> APNSVoipSandboxChannelReference:
937
+ '''(experimental) A reference to a APNSVoipSandboxChannel resource.
938
+
939
+ :stability: experimental
940
+ '''
941
+ return typing.cast(APNSVoipSandboxChannelReference, jsii.get(self, "apnsVoipSandboxChannelRef"))
942
+
943
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
944
+ typing.cast(typing.Any, IAPNSVoipSandboxChannelRef).__jsii_proxy_class__ = lambda : _IAPNSVoipSandboxChannelRefProxy
945
+
946
+
947
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_pinpoint.IAppRef")
948
+ class IAppRef(
949
+ _constructs_77d1e7e8.IConstruct,
950
+ _IEnvironmentAware_f39049ee,
951
+ typing_extensions.Protocol,
952
+ ):
953
+ '''(experimental) Indicates that this resource can be referenced as a App.
954
+
955
+ :stability: experimental
956
+ '''
957
+
958
+ @builtins.property
959
+ @jsii.member(jsii_name="appRef")
960
+ def app_ref(self) -> AppReference:
961
+ '''(experimental) A reference to a App resource.
962
+
963
+ :stability: experimental
964
+ '''
965
+ ...
966
+
967
+
968
+ class _IAppRefProxy(
969
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
970
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
971
+ ):
972
+ '''(experimental) Indicates that this resource can be referenced as a App.
973
+
974
+ :stability: experimental
975
+ '''
976
+
977
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_pinpoint.IAppRef"
978
+
979
+ @builtins.property
980
+ @jsii.member(jsii_name="appRef")
981
+ def app_ref(self) -> AppReference:
982
+ '''(experimental) A reference to a App resource.
983
+
984
+ :stability: experimental
985
+ '''
986
+ return typing.cast(AppReference, jsii.get(self, "appRef"))
987
+
988
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
989
+ typing.cast(typing.Any, IAppRef).__jsii_proxy_class__ = lambda : _IAppRefProxy
990
+
991
+
992
+ @jsii.interface(
993
+ jsii_type="aws-cdk-lib.interfaces.aws_pinpoint.IApplicationSettingsRef"
994
+ )
995
+ class IApplicationSettingsRef(
996
+ _constructs_77d1e7e8.IConstruct,
997
+ _IEnvironmentAware_f39049ee,
998
+ typing_extensions.Protocol,
999
+ ):
1000
+ '''(experimental) Indicates that this resource can be referenced as a ApplicationSettings.
1001
+
1002
+ :stability: experimental
1003
+ '''
1004
+
1005
+ @builtins.property
1006
+ @jsii.member(jsii_name="applicationSettingsRef")
1007
+ def application_settings_ref(self) -> ApplicationSettingsReference:
1008
+ '''(experimental) A reference to a ApplicationSettings resource.
1009
+
1010
+ :stability: experimental
1011
+ '''
1012
+ ...
1013
+
1014
+
1015
+ class _IApplicationSettingsRefProxy(
1016
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
1017
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
1018
+ ):
1019
+ '''(experimental) Indicates that this resource can be referenced as a ApplicationSettings.
1020
+
1021
+ :stability: experimental
1022
+ '''
1023
+
1024
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_pinpoint.IApplicationSettingsRef"
1025
+
1026
+ @builtins.property
1027
+ @jsii.member(jsii_name="applicationSettingsRef")
1028
+ def application_settings_ref(self) -> ApplicationSettingsReference:
1029
+ '''(experimental) A reference to a ApplicationSettings resource.
1030
+
1031
+ :stability: experimental
1032
+ '''
1033
+ return typing.cast(ApplicationSettingsReference, jsii.get(self, "applicationSettingsRef"))
1034
+
1035
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
1036
+ typing.cast(typing.Any, IApplicationSettingsRef).__jsii_proxy_class__ = lambda : _IApplicationSettingsRefProxy
1037
+
1038
+
1039
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_pinpoint.IBaiduChannelRef")
1040
+ class IBaiduChannelRef(
1041
+ _constructs_77d1e7e8.IConstruct,
1042
+ _IEnvironmentAware_f39049ee,
1043
+ typing_extensions.Protocol,
1044
+ ):
1045
+ '''(experimental) Indicates that this resource can be referenced as a BaiduChannel.
1046
+
1047
+ :stability: experimental
1048
+ '''
1049
+
1050
+ @builtins.property
1051
+ @jsii.member(jsii_name="baiduChannelRef")
1052
+ def baidu_channel_ref(self) -> BaiduChannelReference:
1053
+ '''(experimental) A reference to a BaiduChannel resource.
1054
+
1055
+ :stability: experimental
1056
+ '''
1057
+ ...
1058
+
1059
+
1060
+ class _IBaiduChannelRefProxy(
1061
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
1062
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
1063
+ ):
1064
+ '''(experimental) Indicates that this resource can be referenced as a BaiduChannel.
1065
+
1066
+ :stability: experimental
1067
+ '''
1068
+
1069
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_pinpoint.IBaiduChannelRef"
1070
+
1071
+ @builtins.property
1072
+ @jsii.member(jsii_name="baiduChannelRef")
1073
+ def baidu_channel_ref(self) -> BaiduChannelReference:
1074
+ '''(experimental) A reference to a BaiduChannel resource.
1075
+
1076
+ :stability: experimental
1077
+ '''
1078
+ return typing.cast(BaiduChannelReference, jsii.get(self, "baiduChannelRef"))
1079
+
1080
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
1081
+ typing.cast(typing.Any, IBaiduChannelRef).__jsii_proxy_class__ = lambda : _IBaiduChannelRefProxy
1082
+
1083
+
1084
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_pinpoint.ICampaignRef")
1085
+ class ICampaignRef(
1086
+ _constructs_77d1e7e8.IConstruct,
1087
+ _IEnvironmentAware_f39049ee,
1088
+ typing_extensions.Protocol,
1089
+ ):
1090
+ '''(experimental) Indicates that this resource can be referenced as a Campaign.
1091
+
1092
+ :stability: experimental
1093
+ '''
1094
+
1095
+ @builtins.property
1096
+ @jsii.member(jsii_name="campaignRef")
1097
+ def campaign_ref(self) -> CampaignReference:
1098
+ '''(experimental) A reference to a Campaign resource.
1099
+
1100
+ :stability: experimental
1101
+ '''
1102
+ ...
1103
+
1104
+
1105
+ class _ICampaignRefProxy(
1106
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
1107
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
1108
+ ):
1109
+ '''(experimental) Indicates that this resource can be referenced as a Campaign.
1110
+
1111
+ :stability: experimental
1112
+ '''
1113
+
1114
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_pinpoint.ICampaignRef"
1115
+
1116
+ @builtins.property
1117
+ @jsii.member(jsii_name="campaignRef")
1118
+ def campaign_ref(self) -> CampaignReference:
1119
+ '''(experimental) A reference to a Campaign resource.
1120
+
1121
+ :stability: experimental
1122
+ '''
1123
+ return typing.cast(CampaignReference, jsii.get(self, "campaignRef"))
1124
+
1125
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
1126
+ typing.cast(typing.Any, ICampaignRef).__jsii_proxy_class__ = lambda : _ICampaignRefProxy
1127
+
1128
+
1129
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_pinpoint.IEmailChannelRef")
1130
+ class IEmailChannelRef(
1131
+ _constructs_77d1e7e8.IConstruct,
1132
+ _IEnvironmentAware_f39049ee,
1133
+ typing_extensions.Protocol,
1134
+ ):
1135
+ '''(experimental) Indicates that this resource can be referenced as a EmailChannel.
1136
+
1137
+ :stability: experimental
1138
+ '''
1139
+
1140
+ @builtins.property
1141
+ @jsii.member(jsii_name="emailChannelRef")
1142
+ def email_channel_ref(self) -> EmailChannelReference:
1143
+ '''(experimental) A reference to a EmailChannel resource.
1144
+
1145
+ :stability: experimental
1146
+ '''
1147
+ ...
1148
+
1149
+
1150
+ class _IEmailChannelRefProxy(
1151
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
1152
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
1153
+ ):
1154
+ '''(experimental) Indicates that this resource can be referenced as a EmailChannel.
1155
+
1156
+ :stability: experimental
1157
+ '''
1158
+
1159
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_pinpoint.IEmailChannelRef"
1160
+
1161
+ @builtins.property
1162
+ @jsii.member(jsii_name="emailChannelRef")
1163
+ def email_channel_ref(self) -> EmailChannelReference:
1164
+ '''(experimental) A reference to a EmailChannel resource.
1165
+
1166
+ :stability: experimental
1167
+ '''
1168
+ return typing.cast(EmailChannelReference, jsii.get(self, "emailChannelRef"))
1169
+
1170
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
1171
+ typing.cast(typing.Any, IEmailChannelRef).__jsii_proxy_class__ = lambda : _IEmailChannelRefProxy
1172
+
1173
+
1174
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_pinpoint.IEmailTemplateRef")
1175
+ class IEmailTemplateRef(
1176
+ _constructs_77d1e7e8.IConstruct,
1177
+ _IEnvironmentAware_f39049ee,
1178
+ typing_extensions.Protocol,
1179
+ ):
1180
+ '''(experimental) Indicates that this resource can be referenced as a EmailTemplate.
1181
+
1182
+ :stability: experimental
1183
+ '''
1184
+
1185
+ @builtins.property
1186
+ @jsii.member(jsii_name="emailTemplateRef")
1187
+ def email_template_ref(self) -> EmailTemplateReference:
1188
+ '''(experimental) A reference to a EmailTemplate resource.
1189
+
1190
+ :stability: experimental
1191
+ '''
1192
+ ...
1193
+
1194
+
1195
+ class _IEmailTemplateRefProxy(
1196
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
1197
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
1198
+ ):
1199
+ '''(experimental) Indicates that this resource can be referenced as a EmailTemplate.
1200
+
1201
+ :stability: experimental
1202
+ '''
1203
+
1204
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_pinpoint.IEmailTemplateRef"
1205
+
1206
+ @builtins.property
1207
+ @jsii.member(jsii_name="emailTemplateRef")
1208
+ def email_template_ref(self) -> EmailTemplateReference:
1209
+ '''(experimental) A reference to a EmailTemplate resource.
1210
+
1211
+ :stability: experimental
1212
+ '''
1213
+ return typing.cast(EmailTemplateReference, jsii.get(self, "emailTemplateRef"))
1214
+
1215
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
1216
+ typing.cast(typing.Any, IEmailTemplateRef).__jsii_proxy_class__ = lambda : _IEmailTemplateRefProxy
1217
+
1218
+
1219
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_pinpoint.IEventStreamRef")
1220
+ class IEventStreamRef(
1221
+ _constructs_77d1e7e8.IConstruct,
1222
+ _IEnvironmentAware_f39049ee,
1223
+ typing_extensions.Protocol,
1224
+ ):
1225
+ '''(experimental) Indicates that this resource can be referenced as a EventStream.
1226
+
1227
+ :stability: experimental
1228
+ '''
1229
+
1230
+ @builtins.property
1231
+ @jsii.member(jsii_name="eventStreamRef")
1232
+ def event_stream_ref(self) -> EventStreamReference:
1233
+ '''(experimental) A reference to a EventStream resource.
1234
+
1235
+ :stability: experimental
1236
+ '''
1237
+ ...
1238
+
1239
+
1240
+ class _IEventStreamRefProxy(
1241
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
1242
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
1243
+ ):
1244
+ '''(experimental) Indicates that this resource can be referenced as a EventStream.
1245
+
1246
+ :stability: experimental
1247
+ '''
1248
+
1249
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_pinpoint.IEventStreamRef"
1250
+
1251
+ @builtins.property
1252
+ @jsii.member(jsii_name="eventStreamRef")
1253
+ def event_stream_ref(self) -> EventStreamReference:
1254
+ '''(experimental) A reference to a EventStream resource.
1255
+
1256
+ :stability: experimental
1257
+ '''
1258
+ return typing.cast(EventStreamReference, jsii.get(self, "eventStreamRef"))
1259
+
1260
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
1261
+ typing.cast(typing.Any, IEventStreamRef).__jsii_proxy_class__ = lambda : _IEventStreamRefProxy
1262
+
1263
+
1264
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_pinpoint.IGCMChannelRef")
1265
+ class IGCMChannelRef(
1266
+ _constructs_77d1e7e8.IConstruct,
1267
+ _IEnvironmentAware_f39049ee,
1268
+ typing_extensions.Protocol,
1269
+ ):
1270
+ '''(experimental) Indicates that this resource can be referenced as a GCMChannel.
1271
+
1272
+ :stability: experimental
1273
+ '''
1274
+
1275
+ @builtins.property
1276
+ @jsii.member(jsii_name="gcmChannelRef")
1277
+ def gcm_channel_ref(self) -> GCMChannelReference:
1278
+ '''(experimental) A reference to a GCMChannel resource.
1279
+
1280
+ :stability: experimental
1281
+ '''
1282
+ ...
1283
+
1284
+
1285
+ class _IGCMChannelRefProxy(
1286
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
1287
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
1288
+ ):
1289
+ '''(experimental) Indicates that this resource can be referenced as a GCMChannel.
1290
+
1291
+ :stability: experimental
1292
+ '''
1293
+
1294
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_pinpoint.IGCMChannelRef"
1295
+
1296
+ @builtins.property
1297
+ @jsii.member(jsii_name="gcmChannelRef")
1298
+ def gcm_channel_ref(self) -> GCMChannelReference:
1299
+ '''(experimental) A reference to a GCMChannel resource.
1300
+
1301
+ :stability: experimental
1302
+ '''
1303
+ return typing.cast(GCMChannelReference, jsii.get(self, "gcmChannelRef"))
1304
+
1305
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
1306
+ typing.cast(typing.Any, IGCMChannelRef).__jsii_proxy_class__ = lambda : _IGCMChannelRefProxy
1307
+
1308
+
1309
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_pinpoint.IInAppTemplateRef")
1310
+ class IInAppTemplateRef(
1311
+ _constructs_77d1e7e8.IConstruct,
1312
+ _IEnvironmentAware_f39049ee,
1313
+ typing_extensions.Protocol,
1314
+ ):
1315
+ '''(experimental) Indicates that this resource can be referenced as a InAppTemplate.
1316
+
1317
+ :stability: experimental
1318
+ '''
1319
+
1320
+ @builtins.property
1321
+ @jsii.member(jsii_name="inAppTemplateRef")
1322
+ def in_app_template_ref(self) -> "InAppTemplateReference":
1323
+ '''(experimental) A reference to a InAppTemplate resource.
1324
+
1325
+ :stability: experimental
1326
+ '''
1327
+ ...
1328
+
1329
+
1330
+ class _IInAppTemplateRefProxy(
1331
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
1332
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
1333
+ ):
1334
+ '''(experimental) Indicates that this resource can be referenced as a InAppTemplate.
1335
+
1336
+ :stability: experimental
1337
+ '''
1338
+
1339
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_pinpoint.IInAppTemplateRef"
1340
+
1341
+ @builtins.property
1342
+ @jsii.member(jsii_name="inAppTemplateRef")
1343
+ def in_app_template_ref(self) -> "InAppTemplateReference":
1344
+ '''(experimental) A reference to a InAppTemplate resource.
1345
+
1346
+ :stability: experimental
1347
+ '''
1348
+ return typing.cast("InAppTemplateReference", jsii.get(self, "inAppTemplateRef"))
1349
+
1350
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
1351
+ typing.cast(typing.Any, IInAppTemplateRef).__jsii_proxy_class__ = lambda : _IInAppTemplateRefProxy
1352
+
1353
+
1354
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_pinpoint.IPushTemplateRef")
1355
+ class IPushTemplateRef(
1356
+ _constructs_77d1e7e8.IConstruct,
1357
+ _IEnvironmentAware_f39049ee,
1358
+ typing_extensions.Protocol,
1359
+ ):
1360
+ '''(experimental) Indicates that this resource can be referenced as a PushTemplate.
1361
+
1362
+ :stability: experimental
1363
+ '''
1364
+
1365
+ @builtins.property
1366
+ @jsii.member(jsii_name="pushTemplateRef")
1367
+ def push_template_ref(self) -> "PushTemplateReference":
1368
+ '''(experimental) A reference to a PushTemplate resource.
1369
+
1370
+ :stability: experimental
1371
+ '''
1372
+ ...
1373
+
1374
+
1375
+ class _IPushTemplateRefProxy(
1376
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
1377
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
1378
+ ):
1379
+ '''(experimental) Indicates that this resource can be referenced as a PushTemplate.
1380
+
1381
+ :stability: experimental
1382
+ '''
1383
+
1384
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_pinpoint.IPushTemplateRef"
1385
+
1386
+ @builtins.property
1387
+ @jsii.member(jsii_name="pushTemplateRef")
1388
+ def push_template_ref(self) -> "PushTemplateReference":
1389
+ '''(experimental) A reference to a PushTemplate resource.
1390
+
1391
+ :stability: experimental
1392
+ '''
1393
+ return typing.cast("PushTemplateReference", jsii.get(self, "pushTemplateRef"))
1394
+
1395
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
1396
+ typing.cast(typing.Any, IPushTemplateRef).__jsii_proxy_class__ = lambda : _IPushTemplateRefProxy
1397
+
1398
+
1399
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_pinpoint.ISMSChannelRef")
1400
+ class ISMSChannelRef(
1401
+ _constructs_77d1e7e8.IConstruct,
1402
+ _IEnvironmentAware_f39049ee,
1403
+ typing_extensions.Protocol,
1404
+ ):
1405
+ '''(experimental) Indicates that this resource can be referenced as a SMSChannel.
1406
+
1407
+ :stability: experimental
1408
+ '''
1409
+
1410
+ @builtins.property
1411
+ @jsii.member(jsii_name="smsChannelRef")
1412
+ def sms_channel_ref(self) -> "SMSChannelReference":
1413
+ '''(experimental) A reference to a SMSChannel resource.
1414
+
1415
+ :stability: experimental
1416
+ '''
1417
+ ...
1418
+
1419
+
1420
+ class _ISMSChannelRefProxy(
1421
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
1422
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
1423
+ ):
1424
+ '''(experimental) Indicates that this resource can be referenced as a SMSChannel.
1425
+
1426
+ :stability: experimental
1427
+ '''
1428
+
1429
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_pinpoint.ISMSChannelRef"
1430
+
1431
+ @builtins.property
1432
+ @jsii.member(jsii_name="smsChannelRef")
1433
+ def sms_channel_ref(self) -> "SMSChannelReference":
1434
+ '''(experimental) A reference to a SMSChannel resource.
1435
+
1436
+ :stability: experimental
1437
+ '''
1438
+ return typing.cast("SMSChannelReference", jsii.get(self, "smsChannelRef"))
1439
+
1440
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
1441
+ typing.cast(typing.Any, ISMSChannelRef).__jsii_proxy_class__ = lambda : _ISMSChannelRefProxy
1442
+
1443
+
1444
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_pinpoint.ISegmentRef")
1445
+ class ISegmentRef(
1446
+ _constructs_77d1e7e8.IConstruct,
1447
+ _IEnvironmentAware_f39049ee,
1448
+ typing_extensions.Protocol,
1449
+ ):
1450
+ '''(experimental) Indicates that this resource can be referenced as a Segment.
1451
+
1452
+ :stability: experimental
1453
+ '''
1454
+
1455
+ @builtins.property
1456
+ @jsii.member(jsii_name="segmentRef")
1457
+ def segment_ref(self) -> "SegmentReference":
1458
+ '''(experimental) A reference to a Segment resource.
1459
+
1460
+ :stability: experimental
1461
+ '''
1462
+ ...
1463
+
1464
+
1465
+ class _ISegmentRefProxy(
1466
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
1467
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
1468
+ ):
1469
+ '''(experimental) Indicates that this resource can be referenced as a Segment.
1470
+
1471
+ :stability: experimental
1472
+ '''
1473
+
1474
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_pinpoint.ISegmentRef"
1475
+
1476
+ @builtins.property
1477
+ @jsii.member(jsii_name="segmentRef")
1478
+ def segment_ref(self) -> "SegmentReference":
1479
+ '''(experimental) A reference to a Segment resource.
1480
+
1481
+ :stability: experimental
1482
+ '''
1483
+ return typing.cast("SegmentReference", jsii.get(self, "segmentRef"))
1484
+
1485
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
1486
+ typing.cast(typing.Any, ISegmentRef).__jsii_proxy_class__ = lambda : _ISegmentRefProxy
1487
+
1488
+
1489
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_pinpoint.ISmsTemplateRef")
1490
+ class ISmsTemplateRef(
1491
+ _constructs_77d1e7e8.IConstruct,
1492
+ _IEnvironmentAware_f39049ee,
1493
+ typing_extensions.Protocol,
1494
+ ):
1495
+ '''(experimental) Indicates that this resource can be referenced as a SmsTemplate.
1496
+
1497
+ :stability: experimental
1498
+ '''
1499
+
1500
+ @builtins.property
1501
+ @jsii.member(jsii_name="smsTemplateRef")
1502
+ def sms_template_ref(self) -> "SmsTemplateReference":
1503
+ '''(experimental) A reference to a SmsTemplate resource.
1504
+
1505
+ :stability: experimental
1506
+ '''
1507
+ ...
1508
+
1509
+
1510
+ class _ISmsTemplateRefProxy(
1511
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
1512
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
1513
+ ):
1514
+ '''(experimental) Indicates that this resource can be referenced as a SmsTemplate.
1515
+
1516
+ :stability: experimental
1517
+ '''
1518
+
1519
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_pinpoint.ISmsTemplateRef"
1520
+
1521
+ @builtins.property
1522
+ @jsii.member(jsii_name="smsTemplateRef")
1523
+ def sms_template_ref(self) -> "SmsTemplateReference":
1524
+ '''(experimental) A reference to a SmsTemplate resource.
1525
+
1526
+ :stability: experimental
1527
+ '''
1528
+ return typing.cast("SmsTemplateReference", jsii.get(self, "smsTemplateRef"))
1529
+
1530
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
1531
+ typing.cast(typing.Any, ISmsTemplateRef).__jsii_proxy_class__ = lambda : _ISmsTemplateRefProxy
1532
+
1533
+
1534
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_pinpoint.IVoiceChannelRef")
1535
+ class IVoiceChannelRef(
1536
+ _constructs_77d1e7e8.IConstruct,
1537
+ _IEnvironmentAware_f39049ee,
1538
+ typing_extensions.Protocol,
1539
+ ):
1540
+ '''(experimental) Indicates that this resource can be referenced as a VoiceChannel.
1541
+
1542
+ :stability: experimental
1543
+ '''
1544
+
1545
+ @builtins.property
1546
+ @jsii.member(jsii_name="voiceChannelRef")
1547
+ def voice_channel_ref(self) -> "VoiceChannelReference":
1548
+ '''(experimental) A reference to a VoiceChannel resource.
1549
+
1550
+ :stability: experimental
1551
+ '''
1552
+ ...
1553
+
1554
+
1555
+ class _IVoiceChannelRefProxy(
1556
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
1557
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
1558
+ ):
1559
+ '''(experimental) Indicates that this resource can be referenced as a VoiceChannel.
1560
+
1561
+ :stability: experimental
1562
+ '''
1563
+
1564
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_pinpoint.IVoiceChannelRef"
1565
+
1566
+ @builtins.property
1567
+ @jsii.member(jsii_name="voiceChannelRef")
1568
+ def voice_channel_ref(self) -> "VoiceChannelReference":
1569
+ '''(experimental) A reference to a VoiceChannel resource.
1570
+
1571
+ :stability: experimental
1572
+ '''
1573
+ return typing.cast("VoiceChannelReference", jsii.get(self, "voiceChannelRef"))
1574
+
1575
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
1576
+ typing.cast(typing.Any, IVoiceChannelRef).__jsii_proxy_class__ = lambda : _IVoiceChannelRefProxy
1577
+
1578
+
1579
+ @jsii.data_type(
1580
+ jsii_type="aws-cdk-lib.interfaces.aws_pinpoint.InAppTemplateReference",
1581
+ jsii_struct_bases=[],
1582
+ name_mapping={
1583
+ "in_app_template_arn": "inAppTemplateArn",
1584
+ "template_name": "templateName",
1585
+ },
1586
+ )
1587
+ class InAppTemplateReference:
1588
+ def __init__(
1589
+ self,
1590
+ *,
1591
+ in_app_template_arn: builtins.str,
1592
+ template_name: builtins.str,
1593
+ ) -> None:
1594
+ '''A reference to a InAppTemplate resource.
1595
+
1596
+ :param in_app_template_arn: The ARN of the InAppTemplate resource.
1597
+ :param template_name: The TemplateName of the InAppTemplate resource.
1598
+
1599
+ :exampleMetadata: fixture=_generated
1600
+
1601
+ Example::
1602
+
1603
+ # The code below shows an example of how to instantiate this type.
1604
+ # The values are placeholders you should change.
1605
+ from aws_cdk.interfaces import aws_pinpoint as interfaces_aws_pinpoint
1606
+
1607
+ in_app_template_reference = interfaces_aws_pinpoint.InAppTemplateReference(
1608
+ in_app_template_arn="inAppTemplateArn",
1609
+ template_name="templateName"
1610
+ )
1611
+ '''
1612
+ if __debug__:
1613
+ type_hints = typing.get_type_hints(_typecheckingstub__5f56c47521e8d4b1931531ec9e0af0b2b3b6bc5b13f909a73d6266fc1af62ac4)
1614
+ check_type(argname="argument in_app_template_arn", value=in_app_template_arn, expected_type=type_hints["in_app_template_arn"])
1615
+ check_type(argname="argument template_name", value=template_name, expected_type=type_hints["template_name"])
1616
+ self._values: typing.Dict[builtins.str, typing.Any] = {
1617
+ "in_app_template_arn": in_app_template_arn,
1618
+ "template_name": template_name,
1619
+ }
1620
+
1621
+ @builtins.property
1622
+ def in_app_template_arn(self) -> builtins.str:
1623
+ '''The ARN of the InAppTemplate resource.'''
1624
+ result = self._values.get("in_app_template_arn")
1625
+ assert result is not None, "Required property 'in_app_template_arn' is missing"
1626
+ return typing.cast(builtins.str, result)
1627
+
1628
+ @builtins.property
1629
+ def template_name(self) -> builtins.str:
1630
+ '''The TemplateName of the InAppTemplate resource.'''
1631
+ result = self._values.get("template_name")
1632
+ assert result is not None, "Required property 'template_name' is missing"
1633
+ return typing.cast(builtins.str, result)
1634
+
1635
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
1636
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
1637
+
1638
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
1639
+ return not (rhs == self)
1640
+
1641
+ def __repr__(self) -> str:
1642
+ return "InAppTemplateReference(%s)" % ", ".join(
1643
+ k + "=" + repr(v) for k, v in self._values.items()
1644
+ )
1645
+
1646
+
1647
+ @jsii.data_type(
1648
+ jsii_type="aws-cdk-lib.interfaces.aws_pinpoint.PushTemplateReference",
1649
+ jsii_struct_bases=[],
1650
+ name_mapping={
1651
+ "push_template_arn": "pushTemplateArn",
1652
+ "push_template_id": "pushTemplateId",
1653
+ },
1654
+ )
1655
+ class PushTemplateReference:
1656
+ def __init__(
1657
+ self,
1658
+ *,
1659
+ push_template_arn: builtins.str,
1660
+ push_template_id: builtins.str,
1661
+ ) -> None:
1662
+ '''A reference to a PushTemplate resource.
1663
+
1664
+ :param push_template_arn: The ARN of the PushTemplate resource.
1665
+ :param push_template_id: The Id of the PushTemplate resource.
1666
+
1667
+ :exampleMetadata: fixture=_generated
1668
+
1669
+ Example::
1670
+
1671
+ # The code below shows an example of how to instantiate this type.
1672
+ # The values are placeholders you should change.
1673
+ from aws_cdk.interfaces import aws_pinpoint as interfaces_aws_pinpoint
1674
+
1675
+ push_template_reference = interfaces_aws_pinpoint.PushTemplateReference(
1676
+ push_template_arn="pushTemplateArn",
1677
+ push_template_id="pushTemplateId"
1678
+ )
1679
+ '''
1680
+ if __debug__:
1681
+ type_hints = typing.get_type_hints(_typecheckingstub__48eecae18daf78c49e57e56d7965bed0531fa14f9e724b6502d1de79e49720d7)
1682
+ check_type(argname="argument push_template_arn", value=push_template_arn, expected_type=type_hints["push_template_arn"])
1683
+ check_type(argname="argument push_template_id", value=push_template_id, expected_type=type_hints["push_template_id"])
1684
+ self._values: typing.Dict[builtins.str, typing.Any] = {
1685
+ "push_template_arn": push_template_arn,
1686
+ "push_template_id": push_template_id,
1687
+ }
1688
+
1689
+ @builtins.property
1690
+ def push_template_arn(self) -> builtins.str:
1691
+ '''The ARN of the PushTemplate resource.'''
1692
+ result = self._values.get("push_template_arn")
1693
+ assert result is not None, "Required property 'push_template_arn' is missing"
1694
+ return typing.cast(builtins.str, result)
1695
+
1696
+ @builtins.property
1697
+ def push_template_id(self) -> builtins.str:
1698
+ '''The Id of the PushTemplate resource.'''
1699
+ result = self._values.get("push_template_id")
1700
+ assert result is not None, "Required property 'push_template_id' is missing"
1701
+ return typing.cast(builtins.str, result)
1702
+
1703
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
1704
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
1705
+
1706
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
1707
+ return not (rhs == self)
1708
+
1709
+ def __repr__(self) -> str:
1710
+ return "PushTemplateReference(%s)" % ", ".join(
1711
+ k + "=" + repr(v) for k, v in self._values.items()
1712
+ )
1713
+
1714
+
1715
+ @jsii.data_type(
1716
+ jsii_type="aws-cdk-lib.interfaces.aws_pinpoint.SMSChannelReference",
1717
+ jsii_struct_bases=[],
1718
+ name_mapping={"sms_channel_id": "smsChannelId"},
1719
+ )
1720
+ class SMSChannelReference:
1721
+ def __init__(self, *, sms_channel_id: builtins.str) -> None:
1722
+ '''A reference to a SMSChannel resource.
1723
+
1724
+ :param sms_channel_id: The Id of the SMSChannel resource.
1725
+
1726
+ :exampleMetadata: fixture=_generated
1727
+
1728
+ Example::
1729
+
1730
+ # The code below shows an example of how to instantiate this type.
1731
+ # The values are placeholders you should change.
1732
+ from aws_cdk.interfaces import aws_pinpoint as interfaces_aws_pinpoint
1733
+
1734
+ s_mSChannel_reference = interfaces_aws_pinpoint.SMSChannelReference(
1735
+ sms_channel_id="smsChannelId"
1736
+ )
1737
+ '''
1738
+ if __debug__:
1739
+ type_hints = typing.get_type_hints(_typecheckingstub__d8cdc01c61bd6bad4cbba03bd46f565e09a4008938a8bcdbb113e8647fcb345f)
1740
+ check_type(argname="argument sms_channel_id", value=sms_channel_id, expected_type=type_hints["sms_channel_id"])
1741
+ self._values: typing.Dict[builtins.str, typing.Any] = {
1742
+ "sms_channel_id": sms_channel_id,
1743
+ }
1744
+
1745
+ @builtins.property
1746
+ def sms_channel_id(self) -> builtins.str:
1747
+ '''The Id of the SMSChannel resource.'''
1748
+ result = self._values.get("sms_channel_id")
1749
+ assert result is not None, "Required property 'sms_channel_id' is missing"
1750
+ return typing.cast(builtins.str, result)
1751
+
1752
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
1753
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
1754
+
1755
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
1756
+ return not (rhs == self)
1757
+
1758
+ def __repr__(self) -> str:
1759
+ return "SMSChannelReference(%s)" % ", ".join(
1760
+ k + "=" + repr(v) for k, v in self._values.items()
1761
+ )
1762
+
1763
+
1764
+ @jsii.data_type(
1765
+ jsii_type="aws-cdk-lib.interfaces.aws_pinpoint.SegmentReference",
1766
+ jsii_struct_bases=[],
1767
+ name_mapping={"segment_arn": "segmentArn", "segment_id": "segmentId"},
1768
+ )
1769
+ class SegmentReference:
1770
+ def __init__(self, *, segment_arn: builtins.str, segment_id: builtins.str) -> None:
1771
+ '''A reference to a Segment resource.
1772
+
1773
+ :param segment_arn: The ARN of the Segment resource.
1774
+ :param segment_id: The SegmentId of the Segment resource.
1775
+
1776
+ :exampleMetadata: fixture=_generated
1777
+
1778
+ Example::
1779
+
1780
+ # The code below shows an example of how to instantiate this type.
1781
+ # The values are placeholders you should change.
1782
+ from aws_cdk.interfaces import aws_pinpoint as interfaces_aws_pinpoint
1783
+
1784
+ segment_reference = interfaces_aws_pinpoint.SegmentReference(
1785
+ segment_arn="segmentArn",
1786
+ segment_id="segmentId"
1787
+ )
1788
+ '''
1789
+ if __debug__:
1790
+ type_hints = typing.get_type_hints(_typecheckingstub__43027cfe742ea4d035f9110cff172e42150a9c6d345f6e871757fb682dc7463d)
1791
+ check_type(argname="argument segment_arn", value=segment_arn, expected_type=type_hints["segment_arn"])
1792
+ check_type(argname="argument segment_id", value=segment_id, expected_type=type_hints["segment_id"])
1793
+ self._values: typing.Dict[builtins.str, typing.Any] = {
1794
+ "segment_arn": segment_arn,
1795
+ "segment_id": segment_id,
1796
+ }
1797
+
1798
+ @builtins.property
1799
+ def segment_arn(self) -> builtins.str:
1800
+ '''The ARN of the Segment resource.'''
1801
+ result = self._values.get("segment_arn")
1802
+ assert result is not None, "Required property 'segment_arn' is missing"
1803
+ return typing.cast(builtins.str, result)
1804
+
1805
+ @builtins.property
1806
+ def segment_id(self) -> builtins.str:
1807
+ '''The SegmentId of the Segment resource.'''
1808
+ result = self._values.get("segment_id")
1809
+ assert result is not None, "Required property 'segment_id' is missing"
1810
+ return typing.cast(builtins.str, result)
1811
+
1812
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
1813
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
1814
+
1815
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
1816
+ return not (rhs == self)
1817
+
1818
+ def __repr__(self) -> str:
1819
+ return "SegmentReference(%s)" % ", ".join(
1820
+ k + "=" + repr(v) for k, v in self._values.items()
1821
+ )
1822
+
1823
+
1824
+ @jsii.data_type(
1825
+ jsii_type="aws-cdk-lib.interfaces.aws_pinpoint.SmsTemplateReference",
1826
+ jsii_struct_bases=[],
1827
+ name_mapping={
1828
+ "sms_template_arn": "smsTemplateArn",
1829
+ "sms_template_id": "smsTemplateId",
1830
+ },
1831
+ )
1832
+ class SmsTemplateReference:
1833
+ def __init__(
1834
+ self,
1835
+ *,
1836
+ sms_template_arn: builtins.str,
1837
+ sms_template_id: builtins.str,
1838
+ ) -> None:
1839
+ '''A reference to a SmsTemplate resource.
1840
+
1841
+ :param sms_template_arn: The ARN of the SmsTemplate resource.
1842
+ :param sms_template_id: The Id of the SmsTemplate resource.
1843
+
1844
+ :exampleMetadata: fixture=_generated
1845
+
1846
+ Example::
1847
+
1848
+ # The code below shows an example of how to instantiate this type.
1849
+ # The values are placeholders you should change.
1850
+ from aws_cdk.interfaces import aws_pinpoint as interfaces_aws_pinpoint
1851
+
1852
+ sms_template_reference = interfaces_aws_pinpoint.SmsTemplateReference(
1853
+ sms_template_arn="smsTemplateArn",
1854
+ sms_template_id="smsTemplateId"
1855
+ )
1856
+ '''
1857
+ if __debug__:
1858
+ type_hints = typing.get_type_hints(_typecheckingstub__d53d3d1c75d95f24190fb2b5a34a27c2c9fce6930823096aef9e4b60c0f5b678)
1859
+ check_type(argname="argument sms_template_arn", value=sms_template_arn, expected_type=type_hints["sms_template_arn"])
1860
+ check_type(argname="argument sms_template_id", value=sms_template_id, expected_type=type_hints["sms_template_id"])
1861
+ self._values: typing.Dict[builtins.str, typing.Any] = {
1862
+ "sms_template_arn": sms_template_arn,
1863
+ "sms_template_id": sms_template_id,
1864
+ }
1865
+
1866
+ @builtins.property
1867
+ def sms_template_arn(self) -> builtins.str:
1868
+ '''The ARN of the SmsTemplate resource.'''
1869
+ result = self._values.get("sms_template_arn")
1870
+ assert result is not None, "Required property 'sms_template_arn' is missing"
1871
+ return typing.cast(builtins.str, result)
1872
+
1873
+ @builtins.property
1874
+ def sms_template_id(self) -> builtins.str:
1875
+ '''The Id of the SmsTemplate resource.'''
1876
+ result = self._values.get("sms_template_id")
1877
+ assert result is not None, "Required property 'sms_template_id' is missing"
1878
+ return typing.cast(builtins.str, result)
1879
+
1880
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
1881
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
1882
+
1883
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
1884
+ return not (rhs == self)
1885
+
1886
+ def __repr__(self) -> str:
1887
+ return "SmsTemplateReference(%s)" % ", ".join(
1888
+ k + "=" + repr(v) for k, v in self._values.items()
1889
+ )
1890
+
1891
+
1892
+ @jsii.data_type(
1893
+ jsii_type="aws-cdk-lib.interfaces.aws_pinpoint.VoiceChannelReference",
1894
+ jsii_struct_bases=[],
1895
+ name_mapping={"voice_channel_id": "voiceChannelId"},
1896
+ )
1897
+ class VoiceChannelReference:
1898
+ def __init__(self, *, voice_channel_id: builtins.str) -> None:
1899
+ '''A reference to a VoiceChannel resource.
1900
+
1901
+ :param voice_channel_id: The Id of the VoiceChannel resource.
1902
+
1903
+ :exampleMetadata: fixture=_generated
1904
+
1905
+ Example::
1906
+
1907
+ # The code below shows an example of how to instantiate this type.
1908
+ # The values are placeholders you should change.
1909
+ from aws_cdk.interfaces import aws_pinpoint as interfaces_aws_pinpoint
1910
+
1911
+ voice_channel_reference = interfaces_aws_pinpoint.VoiceChannelReference(
1912
+ voice_channel_id="voiceChannelId"
1913
+ )
1914
+ '''
1915
+ if __debug__:
1916
+ type_hints = typing.get_type_hints(_typecheckingstub__0f7509afe29cd2d53cd659467ac40979b94a308d323f9d02abea3143e0d45790)
1917
+ check_type(argname="argument voice_channel_id", value=voice_channel_id, expected_type=type_hints["voice_channel_id"])
1918
+ self._values: typing.Dict[builtins.str, typing.Any] = {
1919
+ "voice_channel_id": voice_channel_id,
1920
+ }
1921
+
1922
+ @builtins.property
1923
+ def voice_channel_id(self) -> builtins.str:
1924
+ '''The Id of the VoiceChannel resource.'''
1925
+ result = self._values.get("voice_channel_id")
1926
+ assert result is not None, "Required property 'voice_channel_id' is missing"
1927
+ return typing.cast(builtins.str, result)
1928
+
1929
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
1930
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
1931
+
1932
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
1933
+ return not (rhs == self)
1934
+
1935
+ def __repr__(self) -> str:
1936
+ return "VoiceChannelReference(%s)" % ", ".join(
1937
+ k + "=" + repr(v) for k, v in self._values.items()
1938
+ )
1939
+
1940
+
1941
+ __all__ = [
1942
+ "ADMChannelReference",
1943
+ "APNSChannelReference",
1944
+ "APNSSandboxChannelReference",
1945
+ "APNSVoipChannelReference",
1946
+ "APNSVoipSandboxChannelReference",
1947
+ "AppReference",
1948
+ "ApplicationSettingsReference",
1949
+ "BaiduChannelReference",
1950
+ "CampaignReference",
1951
+ "EmailChannelReference",
1952
+ "EmailTemplateReference",
1953
+ "EventStreamReference",
1954
+ "GCMChannelReference",
1955
+ "IADMChannelRef",
1956
+ "IAPNSChannelRef",
1957
+ "IAPNSSandboxChannelRef",
1958
+ "IAPNSVoipChannelRef",
1959
+ "IAPNSVoipSandboxChannelRef",
1960
+ "IAppRef",
1961
+ "IApplicationSettingsRef",
1962
+ "IBaiduChannelRef",
1963
+ "ICampaignRef",
1964
+ "IEmailChannelRef",
1965
+ "IEmailTemplateRef",
1966
+ "IEventStreamRef",
1967
+ "IGCMChannelRef",
1968
+ "IInAppTemplateRef",
1969
+ "IPushTemplateRef",
1970
+ "ISMSChannelRef",
1971
+ "ISegmentRef",
1972
+ "ISmsTemplateRef",
1973
+ "IVoiceChannelRef",
1974
+ "InAppTemplateReference",
1975
+ "PushTemplateReference",
1976
+ "SMSChannelReference",
1977
+ "SegmentReference",
1978
+ "SmsTemplateReference",
1979
+ "VoiceChannelReference",
1980
+ ]
1981
+
1982
+ publication.publish()
1983
+
1984
+ def _typecheckingstub__c66344866d57b2c61e87a53457006c0e900b38b698cdb217466ed7caa7d21d30(
1985
+ *,
1986
+ adm_channel_id: builtins.str,
1987
+ ) -> None:
1988
+ """Type checking stubs"""
1989
+ pass
1990
+
1991
+ def _typecheckingstub__a496ce49e220f7813d622667dcfaedd8e2168f11f3b2c9e2d2897832fd3ab9bd(
1992
+ *,
1993
+ apns_channel_id: builtins.str,
1994
+ ) -> None:
1995
+ """Type checking stubs"""
1996
+ pass
1997
+
1998
+ def _typecheckingstub__b94d95c331fe8bd2e4c6c5e6e85996744c1a65f3b436aeac431abbb19e43dffd(
1999
+ *,
2000
+ apns_sandbox_channel_id: builtins.str,
2001
+ ) -> None:
2002
+ """Type checking stubs"""
2003
+ pass
2004
+
2005
+ def _typecheckingstub__d20e3efb22a5a77e26b385ce38c50e440a81f1b4039542add7de29ef13fb222a(
2006
+ *,
2007
+ apns_voip_channel_id: builtins.str,
2008
+ ) -> None:
2009
+ """Type checking stubs"""
2010
+ pass
2011
+
2012
+ def _typecheckingstub__7f6b0a4afdfa151ba7b3ccd79e7b1be578515d0c8cd7e37dbd00c215e812d864(
2013
+ *,
2014
+ apns_voip_sandbox_channel_id: builtins.str,
2015
+ ) -> None:
2016
+ """Type checking stubs"""
2017
+ pass
2018
+
2019
+ def _typecheckingstub__47f9f51d19cf6bb2505181b94960ee58497234e95a8cb312c5b8b732fdfa2191(
2020
+ *,
2021
+ app_arn: builtins.str,
2022
+ app_id: builtins.str,
2023
+ ) -> None:
2024
+ """Type checking stubs"""
2025
+ pass
2026
+
2027
+ def _typecheckingstub__db9052113d2b53ec08d341c550acb86b274f0fc0ea21deb1b4345d037133c469(
2028
+ *,
2029
+ application_settings_id: builtins.str,
2030
+ ) -> None:
2031
+ """Type checking stubs"""
2032
+ pass
2033
+
2034
+ def _typecheckingstub__491989d5301704adbe9e8c97d33163a8252bcacb817aa52b0e5d7bcfbe90fcd1(
2035
+ *,
2036
+ baidu_channel_id: builtins.str,
2037
+ ) -> None:
2038
+ """Type checking stubs"""
2039
+ pass
2040
+
2041
+ def _typecheckingstub__dcf64db1b1596dc4aa37057576b9a0db604c629f6fab5b122a9fc764eeec65af(
2042
+ *,
2043
+ campaign_arn: builtins.str,
2044
+ campaign_id: builtins.str,
2045
+ ) -> None:
2046
+ """Type checking stubs"""
2047
+ pass
2048
+
2049
+ def _typecheckingstub__29d2c4016fc9671888b08731a815286889bd95745893730b746ec6246a930569(
2050
+ *,
2051
+ email_channel_id: builtins.str,
2052
+ ) -> None:
2053
+ """Type checking stubs"""
2054
+ pass
2055
+
2056
+ def _typecheckingstub__8869b0aa99806f8520c0ab61fa32beba3955adf2febe0942549ac0cce8fabf79(
2057
+ *,
2058
+ email_template_arn: builtins.str,
2059
+ email_template_id: builtins.str,
2060
+ ) -> None:
2061
+ """Type checking stubs"""
2062
+ pass
2063
+
2064
+ def _typecheckingstub__8b3328b21045c7e33dc1f9e42d52efa3dd71cb2d8b7bd5d7f47167668d353ede(
2065
+ *,
2066
+ event_stream_id: builtins.str,
2067
+ ) -> None:
2068
+ """Type checking stubs"""
2069
+ pass
2070
+
2071
+ def _typecheckingstub__b116ef27b30e0b0006ee7bfa943a8e2906335c3cb406d959b4feae4b1c9c2f1d(
2072
+ *,
2073
+ gcm_channel_id: builtins.str,
2074
+ ) -> None:
2075
+ """Type checking stubs"""
2076
+ pass
2077
+
2078
+ def _typecheckingstub__5f56c47521e8d4b1931531ec9e0af0b2b3b6bc5b13f909a73d6266fc1af62ac4(
2079
+ *,
2080
+ in_app_template_arn: builtins.str,
2081
+ template_name: builtins.str,
2082
+ ) -> None:
2083
+ """Type checking stubs"""
2084
+ pass
2085
+
2086
+ def _typecheckingstub__48eecae18daf78c49e57e56d7965bed0531fa14f9e724b6502d1de79e49720d7(
2087
+ *,
2088
+ push_template_arn: builtins.str,
2089
+ push_template_id: builtins.str,
2090
+ ) -> None:
2091
+ """Type checking stubs"""
2092
+ pass
2093
+
2094
+ def _typecheckingstub__d8cdc01c61bd6bad4cbba03bd46f565e09a4008938a8bcdbb113e8647fcb345f(
2095
+ *,
2096
+ sms_channel_id: builtins.str,
2097
+ ) -> None:
2098
+ """Type checking stubs"""
2099
+ pass
2100
+
2101
+ def _typecheckingstub__43027cfe742ea4d035f9110cff172e42150a9c6d345f6e871757fb682dc7463d(
2102
+ *,
2103
+ segment_arn: builtins.str,
2104
+ segment_id: builtins.str,
2105
+ ) -> None:
2106
+ """Type checking stubs"""
2107
+ pass
2108
+
2109
+ def _typecheckingstub__d53d3d1c75d95f24190fb2b5a34a27c2c9fce6930823096aef9e4b60c0f5b678(
2110
+ *,
2111
+ sms_template_arn: builtins.str,
2112
+ sms_template_id: builtins.str,
2113
+ ) -> None:
2114
+ """Type checking stubs"""
2115
+ pass
2116
+
2117
+ def _typecheckingstub__0f7509afe29cd2d53cd659467ac40979b94a308d323f9d02abea3143e0d45790(
2118
+ *,
2119
+ voice_channel_id: builtins.str,
2120
+ ) -> None:
2121
+ """Type checking stubs"""
2122
+ pass
2123
+
2124
+ for cls in [IADMChannelRef, IAPNSChannelRef, IAPNSSandboxChannelRef, IAPNSVoipChannelRef, IAPNSVoipSandboxChannelRef, IAppRef, IApplicationSettingsRef, IBaiduChannelRef, ICampaignRef, IEmailChannelRef, IEmailTemplateRef, IEventStreamRef, IGCMChannelRef, IInAppTemplateRef, IPushTemplateRef, ISMSChannelRef, ISegmentRef, ISmsTemplateRef, IVoiceChannelRef]:
2125
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])