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,1482 @@
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_appstream.AppBlockBuilderReference",
39
+ jsii_struct_bases=[],
40
+ name_mapping={
41
+ "app_block_builder_arn": "appBlockBuilderArn",
42
+ "app_block_builder_name": "appBlockBuilderName",
43
+ },
44
+ )
45
+ class AppBlockBuilderReference:
46
+ def __init__(
47
+ self,
48
+ *,
49
+ app_block_builder_arn: builtins.str,
50
+ app_block_builder_name: builtins.str,
51
+ ) -> None:
52
+ '''A reference to a AppBlockBuilder resource.
53
+
54
+ :param app_block_builder_arn: The ARN of the AppBlockBuilder resource.
55
+ :param app_block_builder_name: The Name of the AppBlockBuilder resource.
56
+
57
+ :exampleMetadata: fixture=_generated
58
+
59
+ Example::
60
+
61
+ # The code below shows an example of how to instantiate this type.
62
+ # The values are placeholders you should change.
63
+ from aws_cdk.interfaces import aws_appstream as interfaces_aws_appstream
64
+
65
+ app_block_builder_reference = interfaces_aws_appstream.AppBlockBuilderReference(
66
+ app_block_builder_arn="appBlockBuilderArn",
67
+ app_block_builder_name="appBlockBuilderName"
68
+ )
69
+ '''
70
+ if __debug__:
71
+ type_hints = typing.get_type_hints(_typecheckingstub__3ccf44c8df86ddb2aaa3dd1c1344df0034b12c7bbaed1ab37b6250d970e02b0f)
72
+ check_type(argname="argument app_block_builder_arn", value=app_block_builder_arn, expected_type=type_hints["app_block_builder_arn"])
73
+ check_type(argname="argument app_block_builder_name", value=app_block_builder_name, expected_type=type_hints["app_block_builder_name"])
74
+ self._values: typing.Dict[builtins.str, typing.Any] = {
75
+ "app_block_builder_arn": app_block_builder_arn,
76
+ "app_block_builder_name": app_block_builder_name,
77
+ }
78
+
79
+ @builtins.property
80
+ def app_block_builder_arn(self) -> builtins.str:
81
+ '''The ARN of the AppBlockBuilder resource.'''
82
+ result = self._values.get("app_block_builder_arn")
83
+ assert result is not None, "Required property 'app_block_builder_arn' is missing"
84
+ return typing.cast(builtins.str, result)
85
+
86
+ @builtins.property
87
+ def app_block_builder_name(self) -> builtins.str:
88
+ '''The Name of the AppBlockBuilder resource.'''
89
+ result = self._values.get("app_block_builder_name")
90
+ assert result is not None, "Required property 'app_block_builder_name' is missing"
91
+ return typing.cast(builtins.str, result)
92
+
93
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
94
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
95
+
96
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
97
+ return not (rhs == self)
98
+
99
+ def __repr__(self) -> str:
100
+ return "AppBlockBuilderReference(%s)" % ", ".join(
101
+ k + "=" + repr(v) for k, v in self._values.items()
102
+ )
103
+
104
+
105
+ @jsii.data_type(
106
+ jsii_type="aws-cdk-lib.interfaces.aws_appstream.AppBlockReference",
107
+ jsii_struct_bases=[],
108
+ name_mapping={"app_block_arn": "appBlockArn"},
109
+ )
110
+ class AppBlockReference:
111
+ def __init__(self, *, app_block_arn: builtins.str) -> None:
112
+ '''A reference to a AppBlock resource.
113
+
114
+ :param app_block_arn: The Arn of the AppBlock resource.
115
+
116
+ :exampleMetadata: fixture=_generated
117
+
118
+ Example::
119
+
120
+ # The code below shows an example of how to instantiate this type.
121
+ # The values are placeholders you should change.
122
+ from aws_cdk.interfaces import aws_appstream as interfaces_aws_appstream
123
+
124
+ app_block_reference = interfaces_aws_appstream.AppBlockReference(
125
+ app_block_arn="appBlockArn"
126
+ )
127
+ '''
128
+ if __debug__:
129
+ type_hints = typing.get_type_hints(_typecheckingstub__999361d2192091ecfd78bba01c6482ad6b51ef4092d3d6e058fcf3faa9dbd0e2)
130
+ check_type(argname="argument app_block_arn", value=app_block_arn, expected_type=type_hints["app_block_arn"])
131
+ self._values: typing.Dict[builtins.str, typing.Any] = {
132
+ "app_block_arn": app_block_arn,
133
+ }
134
+
135
+ @builtins.property
136
+ def app_block_arn(self) -> builtins.str:
137
+ '''The Arn of the AppBlock resource.'''
138
+ result = self._values.get("app_block_arn")
139
+ assert result is not None, "Required property 'app_block_arn' is missing"
140
+ return typing.cast(builtins.str, result)
141
+
142
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
143
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
144
+
145
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
146
+ return not (rhs == self)
147
+
148
+ def __repr__(self) -> str:
149
+ return "AppBlockReference(%s)" % ", ".join(
150
+ k + "=" + repr(v) for k, v in self._values.items()
151
+ )
152
+
153
+
154
+ @jsii.data_type(
155
+ jsii_type="aws-cdk-lib.interfaces.aws_appstream.ApplicationEntitlementAssociationReference",
156
+ jsii_struct_bases=[],
157
+ name_mapping={
158
+ "application_identifier": "applicationIdentifier",
159
+ "entitlement_name": "entitlementName",
160
+ "stack_name": "stackName",
161
+ },
162
+ )
163
+ class ApplicationEntitlementAssociationReference:
164
+ def __init__(
165
+ self,
166
+ *,
167
+ application_identifier: builtins.str,
168
+ entitlement_name: builtins.str,
169
+ stack_name: builtins.str,
170
+ ) -> None:
171
+ '''A reference to a ApplicationEntitlementAssociation resource.
172
+
173
+ :param application_identifier: The ApplicationIdentifier of the ApplicationEntitlementAssociation resource.
174
+ :param entitlement_name: The EntitlementName of the ApplicationEntitlementAssociation resource.
175
+ :param stack_name: The StackName of the ApplicationEntitlementAssociation resource.
176
+
177
+ :exampleMetadata: fixture=_generated
178
+
179
+ Example::
180
+
181
+ # The code below shows an example of how to instantiate this type.
182
+ # The values are placeholders you should change.
183
+ from aws_cdk.interfaces import aws_appstream as interfaces_aws_appstream
184
+
185
+ application_entitlement_association_reference = interfaces_aws_appstream.ApplicationEntitlementAssociationReference(
186
+ application_identifier="applicationIdentifier",
187
+ entitlement_name="entitlementName",
188
+ stack_name="stackName"
189
+ )
190
+ '''
191
+ if __debug__:
192
+ type_hints = typing.get_type_hints(_typecheckingstub__ed86ac6d622d5886a019c6a70ccba7b459759e3530109ee3fcb194657d268885)
193
+ check_type(argname="argument application_identifier", value=application_identifier, expected_type=type_hints["application_identifier"])
194
+ check_type(argname="argument entitlement_name", value=entitlement_name, expected_type=type_hints["entitlement_name"])
195
+ check_type(argname="argument stack_name", value=stack_name, expected_type=type_hints["stack_name"])
196
+ self._values: typing.Dict[builtins.str, typing.Any] = {
197
+ "application_identifier": application_identifier,
198
+ "entitlement_name": entitlement_name,
199
+ "stack_name": stack_name,
200
+ }
201
+
202
+ @builtins.property
203
+ def application_identifier(self) -> builtins.str:
204
+ '''The ApplicationIdentifier of the ApplicationEntitlementAssociation resource.'''
205
+ result = self._values.get("application_identifier")
206
+ assert result is not None, "Required property 'application_identifier' is missing"
207
+ return typing.cast(builtins.str, result)
208
+
209
+ @builtins.property
210
+ def entitlement_name(self) -> builtins.str:
211
+ '''The EntitlementName of the ApplicationEntitlementAssociation resource.'''
212
+ result = self._values.get("entitlement_name")
213
+ assert result is not None, "Required property 'entitlement_name' is missing"
214
+ return typing.cast(builtins.str, result)
215
+
216
+ @builtins.property
217
+ def stack_name(self) -> builtins.str:
218
+ '''The StackName of the ApplicationEntitlementAssociation resource.'''
219
+ result = self._values.get("stack_name")
220
+ assert result is not None, "Required property 'stack_name' is missing"
221
+ return typing.cast(builtins.str, result)
222
+
223
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
224
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
225
+
226
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
227
+ return not (rhs == self)
228
+
229
+ def __repr__(self) -> str:
230
+ return "ApplicationEntitlementAssociationReference(%s)" % ", ".join(
231
+ k + "=" + repr(v) for k, v in self._values.items()
232
+ )
233
+
234
+
235
+ @jsii.data_type(
236
+ jsii_type="aws-cdk-lib.interfaces.aws_appstream.ApplicationFleetAssociationReference",
237
+ jsii_struct_bases=[],
238
+ name_mapping={"application_arn": "applicationArn", "fleet_name": "fleetName"},
239
+ )
240
+ class ApplicationFleetAssociationReference:
241
+ def __init__(
242
+ self,
243
+ *,
244
+ application_arn: builtins.str,
245
+ fleet_name: builtins.str,
246
+ ) -> None:
247
+ '''A reference to a ApplicationFleetAssociation resource.
248
+
249
+ :param application_arn: The ApplicationArn of the ApplicationFleetAssociation resource.
250
+ :param fleet_name: The FleetName of the ApplicationFleetAssociation resource.
251
+
252
+ :exampleMetadata: fixture=_generated
253
+
254
+ Example::
255
+
256
+ # The code below shows an example of how to instantiate this type.
257
+ # The values are placeholders you should change.
258
+ from aws_cdk.interfaces import aws_appstream as interfaces_aws_appstream
259
+
260
+ application_fleet_association_reference = interfaces_aws_appstream.ApplicationFleetAssociationReference(
261
+ application_arn="applicationArn",
262
+ fleet_name="fleetName"
263
+ )
264
+ '''
265
+ if __debug__:
266
+ type_hints = typing.get_type_hints(_typecheckingstub__769a3917223ace7abfe471cf26313b453db8d1524a1dbbc471df0cb4285f6e51)
267
+ check_type(argname="argument application_arn", value=application_arn, expected_type=type_hints["application_arn"])
268
+ check_type(argname="argument fleet_name", value=fleet_name, expected_type=type_hints["fleet_name"])
269
+ self._values: typing.Dict[builtins.str, typing.Any] = {
270
+ "application_arn": application_arn,
271
+ "fleet_name": fleet_name,
272
+ }
273
+
274
+ @builtins.property
275
+ def application_arn(self) -> builtins.str:
276
+ '''The ApplicationArn of the ApplicationFleetAssociation resource.'''
277
+ result = self._values.get("application_arn")
278
+ assert result is not None, "Required property 'application_arn' is missing"
279
+ return typing.cast(builtins.str, result)
280
+
281
+ @builtins.property
282
+ def fleet_name(self) -> builtins.str:
283
+ '''The FleetName of the ApplicationFleetAssociation resource.'''
284
+ result = self._values.get("fleet_name")
285
+ assert result is not None, "Required property 'fleet_name' is missing"
286
+ return typing.cast(builtins.str, result)
287
+
288
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
289
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
290
+
291
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
292
+ return not (rhs == self)
293
+
294
+ def __repr__(self) -> str:
295
+ return "ApplicationFleetAssociationReference(%s)" % ", ".join(
296
+ k + "=" + repr(v) for k, v in self._values.items()
297
+ )
298
+
299
+
300
+ @jsii.data_type(
301
+ jsii_type="aws-cdk-lib.interfaces.aws_appstream.ApplicationReference",
302
+ jsii_struct_bases=[],
303
+ name_mapping={"application_arn": "applicationArn"},
304
+ )
305
+ class ApplicationReference:
306
+ def __init__(self, *, application_arn: builtins.str) -> None:
307
+ '''A reference to a Application resource.
308
+
309
+ :param application_arn: The Arn of the Application resource.
310
+
311
+ :exampleMetadata: fixture=_generated
312
+
313
+ Example::
314
+
315
+ # The code below shows an example of how to instantiate this type.
316
+ # The values are placeholders you should change.
317
+ from aws_cdk.interfaces import aws_appstream as interfaces_aws_appstream
318
+
319
+ application_reference = interfaces_aws_appstream.ApplicationReference(
320
+ application_arn="applicationArn"
321
+ )
322
+ '''
323
+ if __debug__:
324
+ type_hints = typing.get_type_hints(_typecheckingstub__20e27f24e60cc84ecd4863218985a438ab83cddfd32614837a12eaccaef5b26d)
325
+ check_type(argname="argument application_arn", value=application_arn, expected_type=type_hints["application_arn"])
326
+ self._values: typing.Dict[builtins.str, typing.Any] = {
327
+ "application_arn": application_arn,
328
+ }
329
+
330
+ @builtins.property
331
+ def application_arn(self) -> builtins.str:
332
+ '''The Arn of the Application resource.'''
333
+ result = self._values.get("application_arn")
334
+ assert result is not None, "Required property 'application_arn' is missing"
335
+ return typing.cast(builtins.str, result)
336
+
337
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
338
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
339
+
340
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
341
+ return not (rhs == self)
342
+
343
+ def __repr__(self) -> str:
344
+ return "ApplicationReference(%s)" % ", ".join(
345
+ k + "=" + repr(v) for k, v in self._values.items()
346
+ )
347
+
348
+
349
+ @jsii.data_type(
350
+ jsii_type="aws-cdk-lib.interfaces.aws_appstream.DirectoryConfigReference",
351
+ jsii_struct_bases=[],
352
+ name_mapping={"directory_name": "directoryName"},
353
+ )
354
+ class DirectoryConfigReference:
355
+ def __init__(self, *, directory_name: builtins.str) -> None:
356
+ '''A reference to a DirectoryConfig resource.
357
+
358
+ :param directory_name: The DirectoryName of the DirectoryConfig resource.
359
+
360
+ :exampleMetadata: fixture=_generated
361
+
362
+ Example::
363
+
364
+ # The code below shows an example of how to instantiate this type.
365
+ # The values are placeholders you should change.
366
+ from aws_cdk.interfaces import aws_appstream as interfaces_aws_appstream
367
+
368
+ directory_config_reference = interfaces_aws_appstream.DirectoryConfigReference(
369
+ directory_name="directoryName"
370
+ )
371
+ '''
372
+ if __debug__:
373
+ type_hints = typing.get_type_hints(_typecheckingstub__0769cbea8784800cc76f29c4da14a24e3f6a31b7b69f3317cd404dd3dc7e2c51)
374
+ check_type(argname="argument directory_name", value=directory_name, expected_type=type_hints["directory_name"])
375
+ self._values: typing.Dict[builtins.str, typing.Any] = {
376
+ "directory_name": directory_name,
377
+ }
378
+
379
+ @builtins.property
380
+ def directory_name(self) -> builtins.str:
381
+ '''The DirectoryName of the DirectoryConfig resource.'''
382
+ result = self._values.get("directory_name")
383
+ assert result is not None, "Required property 'directory_name' is missing"
384
+ return typing.cast(builtins.str, result)
385
+
386
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
387
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
388
+
389
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
390
+ return not (rhs == self)
391
+
392
+ def __repr__(self) -> str:
393
+ return "DirectoryConfigReference(%s)" % ", ".join(
394
+ k + "=" + repr(v) for k, v in self._values.items()
395
+ )
396
+
397
+
398
+ @jsii.data_type(
399
+ jsii_type="aws-cdk-lib.interfaces.aws_appstream.EntitlementReference",
400
+ jsii_struct_bases=[],
401
+ name_mapping={"entitlement_name": "entitlementName", "stack_name": "stackName"},
402
+ )
403
+ class EntitlementReference:
404
+ def __init__(
405
+ self,
406
+ *,
407
+ entitlement_name: builtins.str,
408
+ stack_name: builtins.str,
409
+ ) -> None:
410
+ '''A reference to a Entitlement resource.
411
+
412
+ :param entitlement_name: The Name of the Entitlement resource.
413
+ :param stack_name: The StackName of the Entitlement resource.
414
+
415
+ :exampleMetadata: fixture=_generated
416
+
417
+ Example::
418
+
419
+ # The code below shows an example of how to instantiate this type.
420
+ # The values are placeholders you should change.
421
+ from aws_cdk.interfaces import aws_appstream as interfaces_aws_appstream
422
+
423
+ entitlement_reference = interfaces_aws_appstream.EntitlementReference(
424
+ entitlement_name="entitlementName",
425
+ stack_name="stackName"
426
+ )
427
+ '''
428
+ if __debug__:
429
+ type_hints = typing.get_type_hints(_typecheckingstub__5da2f4531a553fc09946f90e2f23bdd0a0a94f048a8afd6773a3cee741fdb4db)
430
+ check_type(argname="argument entitlement_name", value=entitlement_name, expected_type=type_hints["entitlement_name"])
431
+ check_type(argname="argument stack_name", value=stack_name, expected_type=type_hints["stack_name"])
432
+ self._values: typing.Dict[builtins.str, typing.Any] = {
433
+ "entitlement_name": entitlement_name,
434
+ "stack_name": stack_name,
435
+ }
436
+
437
+ @builtins.property
438
+ def entitlement_name(self) -> builtins.str:
439
+ '''The Name of the Entitlement resource.'''
440
+ result = self._values.get("entitlement_name")
441
+ assert result is not None, "Required property 'entitlement_name' is missing"
442
+ return typing.cast(builtins.str, result)
443
+
444
+ @builtins.property
445
+ def stack_name(self) -> builtins.str:
446
+ '''The StackName of the Entitlement resource.'''
447
+ result = self._values.get("stack_name")
448
+ assert result is not None, "Required property 'stack_name' is missing"
449
+ return typing.cast(builtins.str, result)
450
+
451
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
452
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
453
+
454
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
455
+ return not (rhs == self)
456
+
457
+ def __repr__(self) -> str:
458
+ return "EntitlementReference(%s)" % ", ".join(
459
+ k + "=" + repr(v) for k, v in self._values.items()
460
+ )
461
+
462
+
463
+ @jsii.data_type(
464
+ jsii_type="aws-cdk-lib.interfaces.aws_appstream.FleetReference",
465
+ jsii_struct_bases=[],
466
+ name_mapping={"fleet_id": "fleetId"},
467
+ )
468
+ class FleetReference:
469
+ def __init__(self, *, fleet_id: builtins.str) -> None:
470
+ '''A reference to a Fleet resource.
471
+
472
+ :param fleet_id: The Id of the Fleet resource.
473
+
474
+ :exampleMetadata: fixture=_generated
475
+
476
+ Example::
477
+
478
+ # The code below shows an example of how to instantiate this type.
479
+ # The values are placeholders you should change.
480
+ from aws_cdk.interfaces import aws_appstream as interfaces_aws_appstream
481
+
482
+ fleet_reference = interfaces_aws_appstream.FleetReference(
483
+ fleet_id="fleetId"
484
+ )
485
+ '''
486
+ if __debug__:
487
+ type_hints = typing.get_type_hints(_typecheckingstub__7ff6eedaec7cca9f61d584878f912a02aa3f25654ba401a7b5a184b2cbc6dd3e)
488
+ check_type(argname="argument fleet_id", value=fleet_id, expected_type=type_hints["fleet_id"])
489
+ self._values: typing.Dict[builtins.str, typing.Any] = {
490
+ "fleet_id": fleet_id,
491
+ }
492
+
493
+ @builtins.property
494
+ def fleet_id(self) -> builtins.str:
495
+ '''The Id of the Fleet resource.'''
496
+ result = self._values.get("fleet_id")
497
+ assert result is not None, "Required property 'fleet_id' is missing"
498
+ return typing.cast(builtins.str, result)
499
+
500
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
501
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
502
+
503
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
504
+ return not (rhs == self)
505
+
506
+ def __repr__(self) -> str:
507
+ return "FleetReference(%s)" % ", ".join(
508
+ k + "=" + repr(v) for k, v in self._values.items()
509
+ )
510
+
511
+
512
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_appstream.IAppBlockBuilderRef")
513
+ class IAppBlockBuilderRef(
514
+ _constructs_77d1e7e8.IConstruct,
515
+ _IEnvironmentAware_f39049ee,
516
+ typing_extensions.Protocol,
517
+ ):
518
+ '''(experimental) Indicates that this resource can be referenced as a AppBlockBuilder.
519
+
520
+ :stability: experimental
521
+ '''
522
+
523
+ @builtins.property
524
+ @jsii.member(jsii_name="appBlockBuilderRef")
525
+ def app_block_builder_ref(self) -> AppBlockBuilderReference:
526
+ '''(experimental) A reference to a AppBlockBuilder resource.
527
+
528
+ :stability: experimental
529
+ '''
530
+ ...
531
+
532
+
533
+ class _IAppBlockBuilderRefProxy(
534
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
535
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
536
+ ):
537
+ '''(experimental) Indicates that this resource can be referenced as a AppBlockBuilder.
538
+
539
+ :stability: experimental
540
+ '''
541
+
542
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_appstream.IAppBlockBuilderRef"
543
+
544
+ @builtins.property
545
+ @jsii.member(jsii_name="appBlockBuilderRef")
546
+ def app_block_builder_ref(self) -> AppBlockBuilderReference:
547
+ '''(experimental) A reference to a AppBlockBuilder resource.
548
+
549
+ :stability: experimental
550
+ '''
551
+ return typing.cast(AppBlockBuilderReference, jsii.get(self, "appBlockBuilderRef"))
552
+
553
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
554
+ typing.cast(typing.Any, IAppBlockBuilderRef).__jsii_proxy_class__ = lambda : _IAppBlockBuilderRefProxy
555
+
556
+
557
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_appstream.IAppBlockRef")
558
+ class IAppBlockRef(
559
+ _constructs_77d1e7e8.IConstruct,
560
+ _IEnvironmentAware_f39049ee,
561
+ typing_extensions.Protocol,
562
+ ):
563
+ '''(experimental) Indicates that this resource can be referenced as a AppBlock.
564
+
565
+ :stability: experimental
566
+ '''
567
+
568
+ @builtins.property
569
+ @jsii.member(jsii_name="appBlockRef")
570
+ def app_block_ref(self) -> AppBlockReference:
571
+ '''(experimental) A reference to a AppBlock resource.
572
+
573
+ :stability: experimental
574
+ '''
575
+ ...
576
+
577
+
578
+ class _IAppBlockRefProxy(
579
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
580
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
581
+ ):
582
+ '''(experimental) Indicates that this resource can be referenced as a AppBlock.
583
+
584
+ :stability: experimental
585
+ '''
586
+
587
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_appstream.IAppBlockRef"
588
+
589
+ @builtins.property
590
+ @jsii.member(jsii_name="appBlockRef")
591
+ def app_block_ref(self) -> AppBlockReference:
592
+ '''(experimental) A reference to a AppBlock resource.
593
+
594
+ :stability: experimental
595
+ '''
596
+ return typing.cast(AppBlockReference, jsii.get(self, "appBlockRef"))
597
+
598
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
599
+ typing.cast(typing.Any, IAppBlockRef).__jsii_proxy_class__ = lambda : _IAppBlockRefProxy
600
+
601
+
602
+ @jsii.interface(
603
+ jsii_type="aws-cdk-lib.interfaces.aws_appstream.IApplicationEntitlementAssociationRef"
604
+ )
605
+ class IApplicationEntitlementAssociationRef(
606
+ _constructs_77d1e7e8.IConstruct,
607
+ _IEnvironmentAware_f39049ee,
608
+ typing_extensions.Protocol,
609
+ ):
610
+ '''(experimental) Indicates that this resource can be referenced as a ApplicationEntitlementAssociation.
611
+
612
+ :stability: experimental
613
+ '''
614
+
615
+ @builtins.property
616
+ @jsii.member(jsii_name="applicationEntitlementAssociationRef")
617
+ def application_entitlement_association_ref(
618
+ self,
619
+ ) -> ApplicationEntitlementAssociationReference:
620
+ '''(experimental) A reference to a ApplicationEntitlementAssociation resource.
621
+
622
+ :stability: experimental
623
+ '''
624
+ ...
625
+
626
+
627
+ class _IApplicationEntitlementAssociationRefProxy(
628
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
629
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
630
+ ):
631
+ '''(experimental) Indicates that this resource can be referenced as a ApplicationEntitlementAssociation.
632
+
633
+ :stability: experimental
634
+ '''
635
+
636
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_appstream.IApplicationEntitlementAssociationRef"
637
+
638
+ @builtins.property
639
+ @jsii.member(jsii_name="applicationEntitlementAssociationRef")
640
+ def application_entitlement_association_ref(
641
+ self,
642
+ ) -> ApplicationEntitlementAssociationReference:
643
+ '''(experimental) A reference to a ApplicationEntitlementAssociation resource.
644
+
645
+ :stability: experimental
646
+ '''
647
+ return typing.cast(ApplicationEntitlementAssociationReference, jsii.get(self, "applicationEntitlementAssociationRef"))
648
+
649
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
650
+ typing.cast(typing.Any, IApplicationEntitlementAssociationRef).__jsii_proxy_class__ = lambda : _IApplicationEntitlementAssociationRefProxy
651
+
652
+
653
+ @jsii.interface(
654
+ jsii_type="aws-cdk-lib.interfaces.aws_appstream.IApplicationFleetAssociationRef"
655
+ )
656
+ class IApplicationFleetAssociationRef(
657
+ _constructs_77d1e7e8.IConstruct,
658
+ _IEnvironmentAware_f39049ee,
659
+ typing_extensions.Protocol,
660
+ ):
661
+ '''(experimental) Indicates that this resource can be referenced as a ApplicationFleetAssociation.
662
+
663
+ :stability: experimental
664
+ '''
665
+
666
+ @builtins.property
667
+ @jsii.member(jsii_name="applicationFleetAssociationRef")
668
+ def application_fleet_association_ref(self) -> ApplicationFleetAssociationReference:
669
+ '''(experimental) A reference to a ApplicationFleetAssociation resource.
670
+
671
+ :stability: experimental
672
+ '''
673
+ ...
674
+
675
+
676
+ class _IApplicationFleetAssociationRefProxy(
677
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
678
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
679
+ ):
680
+ '''(experimental) Indicates that this resource can be referenced as a ApplicationFleetAssociation.
681
+
682
+ :stability: experimental
683
+ '''
684
+
685
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_appstream.IApplicationFleetAssociationRef"
686
+
687
+ @builtins.property
688
+ @jsii.member(jsii_name="applicationFleetAssociationRef")
689
+ def application_fleet_association_ref(self) -> ApplicationFleetAssociationReference:
690
+ '''(experimental) A reference to a ApplicationFleetAssociation resource.
691
+
692
+ :stability: experimental
693
+ '''
694
+ return typing.cast(ApplicationFleetAssociationReference, jsii.get(self, "applicationFleetAssociationRef"))
695
+
696
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
697
+ typing.cast(typing.Any, IApplicationFleetAssociationRef).__jsii_proxy_class__ = lambda : _IApplicationFleetAssociationRefProxy
698
+
699
+
700
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_appstream.IApplicationRef")
701
+ class IApplicationRef(
702
+ _constructs_77d1e7e8.IConstruct,
703
+ _IEnvironmentAware_f39049ee,
704
+ typing_extensions.Protocol,
705
+ ):
706
+ '''(experimental) Indicates that this resource can be referenced as a Application.
707
+
708
+ :stability: experimental
709
+ '''
710
+
711
+ @builtins.property
712
+ @jsii.member(jsii_name="applicationRef")
713
+ def application_ref(self) -> ApplicationReference:
714
+ '''(experimental) A reference to a Application resource.
715
+
716
+ :stability: experimental
717
+ '''
718
+ ...
719
+
720
+
721
+ class _IApplicationRefProxy(
722
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
723
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
724
+ ):
725
+ '''(experimental) Indicates that this resource can be referenced as a Application.
726
+
727
+ :stability: experimental
728
+ '''
729
+
730
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_appstream.IApplicationRef"
731
+
732
+ @builtins.property
733
+ @jsii.member(jsii_name="applicationRef")
734
+ def application_ref(self) -> ApplicationReference:
735
+ '''(experimental) A reference to a Application resource.
736
+
737
+ :stability: experimental
738
+ '''
739
+ return typing.cast(ApplicationReference, jsii.get(self, "applicationRef"))
740
+
741
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
742
+ typing.cast(typing.Any, IApplicationRef).__jsii_proxy_class__ = lambda : _IApplicationRefProxy
743
+
744
+
745
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_appstream.IDirectoryConfigRef")
746
+ class IDirectoryConfigRef(
747
+ _constructs_77d1e7e8.IConstruct,
748
+ _IEnvironmentAware_f39049ee,
749
+ typing_extensions.Protocol,
750
+ ):
751
+ '''(experimental) Indicates that this resource can be referenced as a DirectoryConfig.
752
+
753
+ :stability: experimental
754
+ '''
755
+
756
+ @builtins.property
757
+ @jsii.member(jsii_name="directoryConfigRef")
758
+ def directory_config_ref(self) -> DirectoryConfigReference:
759
+ '''(experimental) A reference to a DirectoryConfig resource.
760
+
761
+ :stability: experimental
762
+ '''
763
+ ...
764
+
765
+
766
+ class _IDirectoryConfigRefProxy(
767
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
768
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
769
+ ):
770
+ '''(experimental) Indicates that this resource can be referenced as a DirectoryConfig.
771
+
772
+ :stability: experimental
773
+ '''
774
+
775
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_appstream.IDirectoryConfigRef"
776
+
777
+ @builtins.property
778
+ @jsii.member(jsii_name="directoryConfigRef")
779
+ def directory_config_ref(self) -> DirectoryConfigReference:
780
+ '''(experimental) A reference to a DirectoryConfig resource.
781
+
782
+ :stability: experimental
783
+ '''
784
+ return typing.cast(DirectoryConfigReference, jsii.get(self, "directoryConfigRef"))
785
+
786
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
787
+ typing.cast(typing.Any, IDirectoryConfigRef).__jsii_proxy_class__ = lambda : _IDirectoryConfigRefProxy
788
+
789
+
790
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_appstream.IEntitlementRef")
791
+ class IEntitlementRef(
792
+ _constructs_77d1e7e8.IConstruct,
793
+ _IEnvironmentAware_f39049ee,
794
+ typing_extensions.Protocol,
795
+ ):
796
+ '''(experimental) Indicates that this resource can be referenced as a Entitlement.
797
+
798
+ :stability: experimental
799
+ '''
800
+
801
+ @builtins.property
802
+ @jsii.member(jsii_name="entitlementRef")
803
+ def entitlement_ref(self) -> EntitlementReference:
804
+ '''(experimental) A reference to a Entitlement resource.
805
+
806
+ :stability: experimental
807
+ '''
808
+ ...
809
+
810
+
811
+ class _IEntitlementRefProxy(
812
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
813
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
814
+ ):
815
+ '''(experimental) Indicates that this resource can be referenced as a Entitlement.
816
+
817
+ :stability: experimental
818
+ '''
819
+
820
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_appstream.IEntitlementRef"
821
+
822
+ @builtins.property
823
+ @jsii.member(jsii_name="entitlementRef")
824
+ def entitlement_ref(self) -> EntitlementReference:
825
+ '''(experimental) A reference to a Entitlement resource.
826
+
827
+ :stability: experimental
828
+ '''
829
+ return typing.cast(EntitlementReference, jsii.get(self, "entitlementRef"))
830
+
831
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
832
+ typing.cast(typing.Any, IEntitlementRef).__jsii_proxy_class__ = lambda : _IEntitlementRefProxy
833
+
834
+
835
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_appstream.IFleetRef")
836
+ class IFleetRef(
837
+ _constructs_77d1e7e8.IConstruct,
838
+ _IEnvironmentAware_f39049ee,
839
+ typing_extensions.Protocol,
840
+ ):
841
+ '''(experimental) Indicates that this resource can be referenced as a Fleet.
842
+
843
+ :stability: experimental
844
+ '''
845
+
846
+ @builtins.property
847
+ @jsii.member(jsii_name="fleetRef")
848
+ def fleet_ref(self) -> FleetReference:
849
+ '''(experimental) A reference to a Fleet resource.
850
+
851
+ :stability: experimental
852
+ '''
853
+ ...
854
+
855
+
856
+ class _IFleetRefProxy(
857
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
858
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
859
+ ):
860
+ '''(experimental) Indicates that this resource can be referenced as a Fleet.
861
+
862
+ :stability: experimental
863
+ '''
864
+
865
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_appstream.IFleetRef"
866
+
867
+ @builtins.property
868
+ @jsii.member(jsii_name="fleetRef")
869
+ def fleet_ref(self) -> FleetReference:
870
+ '''(experimental) A reference to a Fleet resource.
871
+
872
+ :stability: experimental
873
+ '''
874
+ return typing.cast(FleetReference, jsii.get(self, "fleetRef"))
875
+
876
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
877
+ typing.cast(typing.Any, IFleetRef).__jsii_proxy_class__ = lambda : _IFleetRefProxy
878
+
879
+
880
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_appstream.IImageBuilderRef")
881
+ class IImageBuilderRef(
882
+ _constructs_77d1e7e8.IConstruct,
883
+ _IEnvironmentAware_f39049ee,
884
+ typing_extensions.Protocol,
885
+ ):
886
+ '''(experimental) Indicates that this resource can be referenced as a ImageBuilder.
887
+
888
+ :stability: experimental
889
+ '''
890
+
891
+ @builtins.property
892
+ @jsii.member(jsii_name="imageBuilderRef")
893
+ def image_builder_ref(self) -> "ImageBuilderReference":
894
+ '''(experimental) A reference to a ImageBuilder resource.
895
+
896
+ :stability: experimental
897
+ '''
898
+ ...
899
+
900
+
901
+ class _IImageBuilderRefProxy(
902
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
903
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
904
+ ):
905
+ '''(experimental) Indicates that this resource can be referenced as a ImageBuilder.
906
+
907
+ :stability: experimental
908
+ '''
909
+
910
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_appstream.IImageBuilderRef"
911
+
912
+ @builtins.property
913
+ @jsii.member(jsii_name="imageBuilderRef")
914
+ def image_builder_ref(self) -> "ImageBuilderReference":
915
+ '''(experimental) A reference to a ImageBuilder resource.
916
+
917
+ :stability: experimental
918
+ '''
919
+ return typing.cast("ImageBuilderReference", jsii.get(self, "imageBuilderRef"))
920
+
921
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
922
+ typing.cast(typing.Any, IImageBuilderRef).__jsii_proxy_class__ = lambda : _IImageBuilderRefProxy
923
+
924
+
925
+ @jsii.interface(
926
+ jsii_type="aws-cdk-lib.interfaces.aws_appstream.IStackFleetAssociationRef"
927
+ )
928
+ class IStackFleetAssociationRef(
929
+ _constructs_77d1e7e8.IConstruct,
930
+ _IEnvironmentAware_f39049ee,
931
+ typing_extensions.Protocol,
932
+ ):
933
+ '''(experimental) Indicates that this resource can be referenced as a StackFleetAssociation.
934
+
935
+ :stability: experimental
936
+ '''
937
+
938
+ @builtins.property
939
+ @jsii.member(jsii_name="stackFleetAssociationRef")
940
+ def stack_fleet_association_ref(self) -> "StackFleetAssociationReference":
941
+ '''(experimental) A reference to a StackFleetAssociation resource.
942
+
943
+ :stability: experimental
944
+ '''
945
+ ...
946
+
947
+
948
+ class _IStackFleetAssociationRefProxy(
949
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
950
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
951
+ ):
952
+ '''(experimental) Indicates that this resource can be referenced as a StackFleetAssociation.
953
+
954
+ :stability: experimental
955
+ '''
956
+
957
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_appstream.IStackFleetAssociationRef"
958
+
959
+ @builtins.property
960
+ @jsii.member(jsii_name="stackFleetAssociationRef")
961
+ def stack_fleet_association_ref(self) -> "StackFleetAssociationReference":
962
+ '''(experimental) A reference to a StackFleetAssociation resource.
963
+
964
+ :stability: experimental
965
+ '''
966
+ return typing.cast("StackFleetAssociationReference", jsii.get(self, "stackFleetAssociationRef"))
967
+
968
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
969
+ typing.cast(typing.Any, IStackFleetAssociationRef).__jsii_proxy_class__ = lambda : _IStackFleetAssociationRefProxy
970
+
971
+
972
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_appstream.IStackRef")
973
+ class IStackRef(
974
+ _constructs_77d1e7e8.IConstruct,
975
+ _IEnvironmentAware_f39049ee,
976
+ typing_extensions.Protocol,
977
+ ):
978
+ '''(experimental) Indicates that this resource can be referenced as a Stack.
979
+
980
+ :stability: experimental
981
+ '''
982
+
983
+ @builtins.property
984
+ @jsii.member(jsii_name="stackRef")
985
+ def stack_ref(self) -> "StackReference":
986
+ '''(experimental) A reference to a Stack resource.
987
+
988
+ :stability: experimental
989
+ '''
990
+ ...
991
+
992
+
993
+ class _IStackRefProxy(
994
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
995
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
996
+ ):
997
+ '''(experimental) Indicates that this resource can be referenced as a Stack.
998
+
999
+ :stability: experimental
1000
+ '''
1001
+
1002
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_appstream.IStackRef"
1003
+
1004
+ @builtins.property
1005
+ @jsii.member(jsii_name="stackRef")
1006
+ def stack_ref(self) -> "StackReference":
1007
+ '''(experimental) A reference to a Stack resource.
1008
+
1009
+ :stability: experimental
1010
+ '''
1011
+ return typing.cast("StackReference", jsii.get(self, "stackRef"))
1012
+
1013
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
1014
+ typing.cast(typing.Any, IStackRef).__jsii_proxy_class__ = lambda : _IStackRefProxy
1015
+
1016
+
1017
+ @jsii.interface(
1018
+ jsii_type="aws-cdk-lib.interfaces.aws_appstream.IStackUserAssociationRef"
1019
+ )
1020
+ class IStackUserAssociationRef(
1021
+ _constructs_77d1e7e8.IConstruct,
1022
+ _IEnvironmentAware_f39049ee,
1023
+ typing_extensions.Protocol,
1024
+ ):
1025
+ '''(experimental) Indicates that this resource can be referenced as a StackUserAssociation.
1026
+
1027
+ :stability: experimental
1028
+ '''
1029
+
1030
+ @builtins.property
1031
+ @jsii.member(jsii_name="stackUserAssociationRef")
1032
+ def stack_user_association_ref(self) -> "StackUserAssociationReference":
1033
+ '''(experimental) A reference to a StackUserAssociation resource.
1034
+
1035
+ :stability: experimental
1036
+ '''
1037
+ ...
1038
+
1039
+
1040
+ class _IStackUserAssociationRefProxy(
1041
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
1042
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
1043
+ ):
1044
+ '''(experimental) Indicates that this resource can be referenced as a StackUserAssociation.
1045
+
1046
+ :stability: experimental
1047
+ '''
1048
+
1049
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_appstream.IStackUserAssociationRef"
1050
+
1051
+ @builtins.property
1052
+ @jsii.member(jsii_name="stackUserAssociationRef")
1053
+ def stack_user_association_ref(self) -> "StackUserAssociationReference":
1054
+ '''(experimental) A reference to a StackUserAssociation resource.
1055
+
1056
+ :stability: experimental
1057
+ '''
1058
+ return typing.cast("StackUserAssociationReference", jsii.get(self, "stackUserAssociationRef"))
1059
+
1060
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
1061
+ typing.cast(typing.Any, IStackUserAssociationRef).__jsii_proxy_class__ = lambda : _IStackUserAssociationRefProxy
1062
+
1063
+
1064
+ @jsii.interface(jsii_type="aws-cdk-lib.interfaces.aws_appstream.IUserRef")
1065
+ class IUserRef(
1066
+ _constructs_77d1e7e8.IConstruct,
1067
+ _IEnvironmentAware_f39049ee,
1068
+ typing_extensions.Protocol,
1069
+ ):
1070
+ '''(experimental) Indicates that this resource can be referenced as a User.
1071
+
1072
+ :stability: experimental
1073
+ '''
1074
+
1075
+ @builtins.property
1076
+ @jsii.member(jsii_name="userRef")
1077
+ def user_ref(self) -> "UserReference":
1078
+ '''(experimental) A reference to a User resource.
1079
+
1080
+ :stability: experimental
1081
+ '''
1082
+ ...
1083
+
1084
+
1085
+ class _IUserRefProxy(
1086
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
1087
+ jsii.proxy_for(_IEnvironmentAware_f39049ee), # type: ignore[misc]
1088
+ ):
1089
+ '''(experimental) Indicates that this resource can be referenced as a User.
1090
+
1091
+ :stability: experimental
1092
+ '''
1093
+
1094
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.interfaces.aws_appstream.IUserRef"
1095
+
1096
+ @builtins.property
1097
+ @jsii.member(jsii_name="userRef")
1098
+ def user_ref(self) -> "UserReference":
1099
+ '''(experimental) A reference to a User resource.
1100
+
1101
+ :stability: experimental
1102
+ '''
1103
+ return typing.cast("UserReference", jsii.get(self, "userRef"))
1104
+
1105
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
1106
+ typing.cast(typing.Any, IUserRef).__jsii_proxy_class__ = lambda : _IUserRefProxy
1107
+
1108
+
1109
+ @jsii.data_type(
1110
+ jsii_type="aws-cdk-lib.interfaces.aws_appstream.ImageBuilderReference",
1111
+ jsii_struct_bases=[],
1112
+ name_mapping={"image_builder_name": "imageBuilderName"},
1113
+ )
1114
+ class ImageBuilderReference:
1115
+ def __init__(self, *, image_builder_name: builtins.str) -> None:
1116
+ '''A reference to a ImageBuilder resource.
1117
+
1118
+ :param image_builder_name: The Name of the ImageBuilder resource.
1119
+
1120
+ :exampleMetadata: fixture=_generated
1121
+
1122
+ Example::
1123
+
1124
+ # The code below shows an example of how to instantiate this type.
1125
+ # The values are placeholders you should change.
1126
+ from aws_cdk.interfaces import aws_appstream as interfaces_aws_appstream
1127
+
1128
+ image_builder_reference = interfaces_aws_appstream.ImageBuilderReference(
1129
+ image_builder_name="imageBuilderName"
1130
+ )
1131
+ '''
1132
+ if __debug__:
1133
+ type_hints = typing.get_type_hints(_typecheckingstub__efd8c28dc257befffc80371dd057b43178b4a6070998fd325b2917af4c7b13dd)
1134
+ check_type(argname="argument image_builder_name", value=image_builder_name, expected_type=type_hints["image_builder_name"])
1135
+ self._values: typing.Dict[builtins.str, typing.Any] = {
1136
+ "image_builder_name": image_builder_name,
1137
+ }
1138
+
1139
+ @builtins.property
1140
+ def image_builder_name(self) -> builtins.str:
1141
+ '''The Name of the ImageBuilder resource.'''
1142
+ result = self._values.get("image_builder_name")
1143
+ assert result is not None, "Required property 'image_builder_name' is missing"
1144
+ return typing.cast(builtins.str, result)
1145
+
1146
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
1147
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
1148
+
1149
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
1150
+ return not (rhs == self)
1151
+
1152
+ def __repr__(self) -> str:
1153
+ return "ImageBuilderReference(%s)" % ", ".join(
1154
+ k + "=" + repr(v) for k, v in self._values.items()
1155
+ )
1156
+
1157
+
1158
+ @jsii.data_type(
1159
+ jsii_type="aws-cdk-lib.interfaces.aws_appstream.StackFleetAssociationReference",
1160
+ jsii_struct_bases=[],
1161
+ name_mapping={"stack_fleet_association_id": "stackFleetAssociationId"},
1162
+ )
1163
+ class StackFleetAssociationReference:
1164
+ def __init__(self, *, stack_fleet_association_id: builtins.str) -> None:
1165
+ '''A reference to a StackFleetAssociation resource.
1166
+
1167
+ :param stack_fleet_association_id: The Id of the StackFleetAssociation resource.
1168
+
1169
+ :exampleMetadata: fixture=_generated
1170
+
1171
+ Example::
1172
+
1173
+ # The code below shows an example of how to instantiate this type.
1174
+ # The values are placeholders you should change.
1175
+ from aws_cdk.interfaces import aws_appstream as interfaces_aws_appstream
1176
+
1177
+ stack_fleet_association_reference = interfaces_aws_appstream.StackFleetAssociationReference(
1178
+ stack_fleet_association_id="stackFleetAssociationId"
1179
+ )
1180
+ '''
1181
+ if __debug__:
1182
+ type_hints = typing.get_type_hints(_typecheckingstub__75af852a1fd8c23c7edb9bd59224cb6cbb18155271a51d4cad9dbd81f024f528)
1183
+ check_type(argname="argument stack_fleet_association_id", value=stack_fleet_association_id, expected_type=type_hints["stack_fleet_association_id"])
1184
+ self._values: typing.Dict[builtins.str, typing.Any] = {
1185
+ "stack_fleet_association_id": stack_fleet_association_id,
1186
+ }
1187
+
1188
+ @builtins.property
1189
+ def stack_fleet_association_id(self) -> builtins.str:
1190
+ '''The Id of the StackFleetAssociation resource.'''
1191
+ result = self._values.get("stack_fleet_association_id")
1192
+ assert result is not None, "Required property 'stack_fleet_association_id' is missing"
1193
+ return typing.cast(builtins.str, result)
1194
+
1195
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
1196
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
1197
+
1198
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
1199
+ return not (rhs == self)
1200
+
1201
+ def __repr__(self) -> str:
1202
+ return "StackFleetAssociationReference(%s)" % ", ".join(
1203
+ k + "=" + repr(v) for k, v in self._values.items()
1204
+ )
1205
+
1206
+
1207
+ @jsii.data_type(
1208
+ jsii_type="aws-cdk-lib.interfaces.aws_appstream.StackReference",
1209
+ jsii_struct_bases=[],
1210
+ name_mapping={"stack_id": "stackId"},
1211
+ )
1212
+ class StackReference:
1213
+ def __init__(self, *, stack_id: builtins.str) -> None:
1214
+ '''A reference to a Stack resource.
1215
+
1216
+ :param stack_id: The Id of the Stack resource.
1217
+
1218
+ :exampleMetadata: fixture=_generated
1219
+
1220
+ Example::
1221
+
1222
+ # The code below shows an example of how to instantiate this type.
1223
+ # The values are placeholders you should change.
1224
+ from aws_cdk.interfaces import aws_appstream as interfaces_aws_appstream
1225
+
1226
+ stack_reference = interfaces_aws_appstream.StackReference(
1227
+ stack_id="stackId"
1228
+ )
1229
+ '''
1230
+ if __debug__:
1231
+ type_hints = typing.get_type_hints(_typecheckingstub__18e2db2f88ee8958e1ce93ecd8dee4f9694f7bd4fd83892ea90f8bae81bdabfb)
1232
+ check_type(argname="argument stack_id", value=stack_id, expected_type=type_hints["stack_id"])
1233
+ self._values: typing.Dict[builtins.str, typing.Any] = {
1234
+ "stack_id": stack_id,
1235
+ }
1236
+
1237
+ @builtins.property
1238
+ def stack_id(self) -> builtins.str:
1239
+ '''The Id of the Stack resource.'''
1240
+ result = self._values.get("stack_id")
1241
+ assert result is not None, "Required property 'stack_id' is missing"
1242
+ return typing.cast(builtins.str, result)
1243
+
1244
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
1245
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
1246
+
1247
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
1248
+ return not (rhs == self)
1249
+
1250
+ def __repr__(self) -> str:
1251
+ return "StackReference(%s)" % ", ".join(
1252
+ k + "=" + repr(v) for k, v in self._values.items()
1253
+ )
1254
+
1255
+
1256
+ @jsii.data_type(
1257
+ jsii_type="aws-cdk-lib.interfaces.aws_appstream.StackUserAssociationReference",
1258
+ jsii_struct_bases=[],
1259
+ name_mapping={"stack_user_association_id": "stackUserAssociationId"},
1260
+ )
1261
+ class StackUserAssociationReference:
1262
+ def __init__(self, *, stack_user_association_id: builtins.str) -> None:
1263
+ '''A reference to a StackUserAssociation resource.
1264
+
1265
+ :param stack_user_association_id: The Id of the StackUserAssociation resource.
1266
+
1267
+ :exampleMetadata: fixture=_generated
1268
+
1269
+ Example::
1270
+
1271
+ # The code below shows an example of how to instantiate this type.
1272
+ # The values are placeholders you should change.
1273
+ from aws_cdk.interfaces import aws_appstream as interfaces_aws_appstream
1274
+
1275
+ stack_user_association_reference = interfaces_aws_appstream.StackUserAssociationReference(
1276
+ stack_user_association_id="stackUserAssociationId"
1277
+ )
1278
+ '''
1279
+ if __debug__:
1280
+ type_hints = typing.get_type_hints(_typecheckingstub__b2130170f8c1e17f1e893b413b87fa336531a5bfd65795c1f55dd180b4c23cb2)
1281
+ check_type(argname="argument stack_user_association_id", value=stack_user_association_id, expected_type=type_hints["stack_user_association_id"])
1282
+ self._values: typing.Dict[builtins.str, typing.Any] = {
1283
+ "stack_user_association_id": stack_user_association_id,
1284
+ }
1285
+
1286
+ @builtins.property
1287
+ def stack_user_association_id(self) -> builtins.str:
1288
+ '''The Id of the StackUserAssociation resource.'''
1289
+ result = self._values.get("stack_user_association_id")
1290
+ assert result is not None, "Required property 'stack_user_association_id' is missing"
1291
+ return typing.cast(builtins.str, result)
1292
+
1293
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
1294
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
1295
+
1296
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
1297
+ return not (rhs == self)
1298
+
1299
+ def __repr__(self) -> str:
1300
+ return "StackUserAssociationReference(%s)" % ", ".join(
1301
+ k + "=" + repr(v) for k, v in self._values.items()
1302
+ )
1303
+
1304
+
1305
+ @jsii.data_type(
1306
+ jsii_type="aws-cdk-lib.interfaces.aws_appstream.UserReference",
1307
+ jsii_struct_bases=[],
1308
+ name_mapping={"user_id": "userId"},
1309
+ )
1310
+ class UserReference:
1311
+ def __init__(self, *, user_id: builtins.str) -> None:
1312
+ '''A reference to a User resource.
1313
+
1314
+ :param user_id: The Id of the User resource.
1315
+
1316
+ :exampleMetadata: fixture=_generated
1317
+
1318
+ Example::
1319
+
1320
+ # The code below shows an example of how to instantiate this type.
1321
+ # The values are placeholders you should change.
1322
+ from aws_cdk.interfaces import aws_appstream as interfaces_aws_appstream
1323
+
1324
+ user_reference = interfaces_aws_appstream.UserReference(
1325
+ user_id="userId"
1326
+ )
1327
+ '''
1328
+ if __debug__:
1329
+ type_hints = typing.get_type_hints(_typecheckingstub__6ebf6320aef40f4a25ef1a995b2ab69386c3f385461a0216574eee343afd525e)
1330
+ check_type(argname="argument user_id", value=user_id, expected_type=type_hints["user_id"])
1331
+ self._values: typing.Dict[builtins.str, typing.Any] = {
1332
+ "user_id": user_id,
1333
+ }
1334
+
1335
+ @builtins.property
1336
+ def user_id(self) -> builtins.str:
1337
+ '''The Id of the User resource.'''
1338
+ result = self._values.get("user_id")
1339
+ assert result is not None, "Required property 'user_id' is missing"
1340
+ return typing.cast(builtins.str, result)
1341
+
1342
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
1343
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
1344
+
1345
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
1346
+ return not (rhs == self)
1347
+
1348
+ def __repr__(self) -> str:
1349
+ return "UserReference(%s)" % ", ".join(
1350
+ k + "=" + repr(v) for k, v in self._values.items()
1351
+ )
1352
+
1353
+
1354
+ __all__ = [
1355
+ "AppBlockBuilderReference",
1356
+ "AppBlockReference",
1357
+ "ApplicationEntitlementAssociationReference",
1358
+ "ApplicationFleetAssociationReference",
1359
+ "ApplicationReference",
1360
+ "DirectoryConfigReference",
1361
+ "EntitlementReference",
1362
+ "FleetReference",
1363
+ "IAppBlockBuilderRef",
1364
+ "IAppBlockRef",
1365
+ "IApplicationEntitlementAssociationRef",
1366
+ "IApplicationFleetAssociationRef",
1367
+ "IApplicationRef",
1368
+ "IDirectoryConfigRef",
1369
+ "IEntitlementRef",
1370
+ "IFleetRef",
1371
+ "IImageBuilderRef",
1372
+ "IStackFleetAssociationRef",
1373
+ "IStackRef",
1374
+ "IStackUserAssociationRef",
1375
+ "IUserRef",
1376
+ "ImageBuilderReference",
1377
+ "StackFleetAssociationReference",
1378
+ "StackReference",
1379
+ "StackUserAssociationReference",
1380
+ "UserReference",
1381
+ ]
1382
+
1383
+ publication.publish()
1384
+
1385
+ def _typecheckingstub__3ccf44c8df86ddb2aaa3dd1c1344df0034b12c7bbaed1ab37b6250d970e02b0f(
1386
+ *,
1387
+ app_block_builder_arn: builtins.str,
1388
+ app_block_builder_name: builtins.str,
1389
+ ) -> None:
1390
+ """Type checking stubs"""
1391
+ pass
1392
+
1393
+ def _typecheckingstub__999361d2192091ecfd78bba01c6482ad6b51ef4092d3d6e058fcf3faa9dbd0e2(
1394
+ *,
1395
+ app_block_arn: builtins.str,
1396
+ ) -> None:
1397
+ """Type checking stubs"""
1398
+ pass
1399
+
1400
+ def _typecheckingstub__ed86ac6d622d5886a019c6a70ccba7b459759e3530109ee3fcb194657d268885(
1401
+ *,
1402
+ application_identifier: builtins.str,
1403
+ entitlement_name: builtins.str,
1404
+ stack_name: builtins.str,
1405
+ ) -> None:
1406
+ """Type checking stubs"""
1407
+ pass
1408
+
1409
+ def _typecheckingstub__769a3917223ace7abfe471cf26313b453db8d1524a1dbbc471df0cb4285f6e51(
1410
+ *,
1411
+ application_arn: builtins.str,
1412
+ fleet_name: builtins.str,
1413
+ ) -> None:
1414
+ """Type checking stubs"""
1415
+ pass
1416
+
1417
+ def _typecheckingstub__20e27f24e60cc84ecd4863218985a438ab83cddfd32614837a12eaccaef5b26d(
1418
+ *,
1419
+ application_arn: builtins.str,
1420
+ ) -> None:
1421
+ """Type checking stubs"""
1422
+ pass
1423
+
1424
+ def _typecheckingstub__0769cbea8784800cc76f29c4da14a24e3f6a31b7b69f3317cd404dd3dc7e2c51(
1425
+ *,
1426
+ directory_name: builtins.str,
1427
+ ) -> None:
1428
+ """Type checking stubs"""
1429
+ pass
1430
+
1431
+ def _typecheckingstub__5da2f4531a553fc09946f90e2f23bdd0a0a94f048a8afd6773a3cee741fdb4db(
1432
+ *,
1433
+ entitlement_name: builtins.str,
1434
+ stack_name: builtins.str,
1435
+ ) -> None:
1436
+ """Type checking stubs"""
1437
+ pass
1438
+
1439
+ def _typecheckingstub__7ff6eedaec7cca9f61d584878f912a02aa3f25654ba401a7b5a184b2cbc6dd3e(
1440
+ *,
1441
+ fleet_id: builtins.str,
1442
+ ) -> None:
1443
+ """Type checking stubs"""
1444
+ pass
1445
+
1446
+ def _typecheckingstub__efd8c28dc257befffc80371dd057b43178b4a6070998fd325b2917af4c7b13dd(
1447
+ *,
1448
+ image_builder_name: builtins.str,
1449
+ ) -> None:
1450
+ """Type checking stubs"""
1451
+ pass
1452
+
1453
+ def _typecheckingstub__75af852a1fd8c23c7edb9bd59224cb6cbb18155271a51d4cad9dbd81f024f528(
1454
+ *,
1455
+ stack_fleet_association_id: builtins.str,
1456
+ ) -> None:
1457
+ """Type checking stubs"""
1458
+ pass
1459
+
1460
+ def _typecheckingstub__18e2db2f88ee8958e1ce93ecd8dee4f9694f7bd4fd83892ea90f8bae81bdabfb(
1461
+ *,
1462
+ stack_id: builtins.str,
1463
+ ) -> None:
1464
+ """Type checking stubs"""
1465
+ pass
1466
+
1467
+ def _typecheckingstub__b2130170f8c1e17f1e893b413b87fa336531a5bfd65795c1f55dd180b4c23cb2(
1468
+ *,
1469
+ stack_user_association_id: builtins.str,
1470
+ ) -> None:
1471
+ """Type checking stubs"""
1472
+ pass
1473
+
1474
+ def _typecheckingstub__6ebf6320aef40f4a25ef1a995b2ab69386c3f385461a0216574eee343afd525e(
1475
+ *,
1476
+ user_id: builtins.str,
1477
+ ) -> None:
1478
+ """Type checking stubs"""
1479
+ pass
1480
+
1481
+ for cls in [IAppBlockBuilderRef, IAppBlockRef, IApplicationEntitlementAssociationRef, IApplicationFleetAssociationRef, IApplicationRef, IDirectoryConfigRef, IEntitlementRef, IFleetRef, IImageBuilderRef, IStackFleetAssociationRef, IStackRef, IStackUserAssociationRef, IUserRef]:
1482
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])