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

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

Potentially problematic release.


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

Files changed (572) hide show
  1. aws_cdk/__init__.py +1806 -417
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.195.0.jsii.tgz → aws-cdk-lib@2.224.0.jsii.tgz} +0 -0
  4. aws_cdk/alexa_ask/__init__.py +12 -2
  5. aws_cdk/aws_accessanalyzer/__init__.py +323 -6
  6. aws_cdk/aws_acmpca/__init__.py +53 -10
  7. aws_cdk/aws_aiops/__init__.py +1019 -0
  8. aws_cdk/aws_amazonmq/__init__.py +357 -313
  9. aws_cdk/aws_amplify/__init__.py +173 -17
  10. aws_cdk/aws_amplifyuibuilder/__init__.py +35 -6
  11. aws_cdk/aws_apigateway/__init__.py +1245 -215
  12. aws_cdk/aws_apigatewayv2/__init__.py +3890 -476
  13. aws_cdk/aws_apigatewayv2_integrations/__init__.py +94 -16
  14. aws_cdk/aws_appconfig/__init__.py +618 -91
  15. aws_cdk/aws_appflow/__init__.py +151 -6
  16. aws_cdk/aws_appintegrations/__init__.py +546 -6
  17. aws_cdk/aws_applicationautoscaling/__init__.py +75 -10
  18. aws_cdk/aws_applicationinsights/__init__.py +13 -2
  19. aws_cdk/aws_applicationsignals/__init__.py +374 -6
  20. aws_cdk/aws_appmesh/__init__.py +136 -26
  21. aws_cdk/aws_apprunner/__init__.py +66 -18
  22. aws_cdk/aws_appstream/__init__.py +309 -55
  23. aws_cdk/aws_appsync/__init__.py +350 -94
  24. aws_cdk/aws_apptest/__init__.py +71 -2
  25. aws_cdk/aws_aps/__init__.py +2188 -94
  26. aws_cdk/aws_arcregionswitch/__init__.py +5095 -0
  27. aws_cdk/aws_arczonalshift/__init__.py +39 -12
  28. aws_cdk/aws_athena/__init__.py +365 -29
  29. aws_cdk/aws_auditmanager/__init__.py +71 -2
  30. aws_cdk/aws_autoscaling/__init__.py +165 -60
  31. aws_cdk/aws_autoscaling_common/__init__.py +3 -0
  32. aws_cdk/aws_autoscalingplans/__init__.py +13 -2
  33. aws_cdk/aws_b2bi/__init__.py +1819 -99
  34. aws_cdk/aws_backup/__init__.py +370 -42
  35. aws_cdk/aws_backupgateway/__init__.py +13 -2
  36. aws_cdk/aws_batch/__init__.py +1462 -163
  37. aws_cdk/aws_bcmdataexports/__init__.py +21 -2
  38. aws_cdk/aws_bedrock/__init__.py +7867 -727
  39. aws_cdk/aws_bedrockagentcore/__init__.py +10425 -0
  40. aws_cdk/aws_billingconductor/__init__.py +197 -11
  41. aws_cdk/aws_budgets/__init__.py +611 -4
  42. aws_cdk/aws_cassandra/__init__.py +247 -6
  43. aws_cdk/aws_ce/__init__.py +35 -6
  44. aws_cdk/aws_certificatemanager/__init__.py +258 -32
  45. aws_cdk/aws_chatbot/__init__.py +76 -6
  46. aws_cdk/aws_cleanrooms/__init__.py +709 -206
  47. aws_cdk/aws_cleanroomsml/__init__.py +13 -2
  48. aws_cdk/aws_cloud9/__init__.py +13 -2
  49. aws_cdk/aws_cloudformation/__init__.py +362 -189
  50. aws_cdk/aws_cloudfront/__init__.py +2188 -674
  51. aws_cdk/aws_cloudfront/experimental/__init__.py +114 -16
  52. aws_cdk/aws_cloudfront_origins/__init__.py +615 -74
  53. aws_cdk/aws_cloudtrail/__init__.py +311 -21
  54. aws_cdk/aws_cloudwatch/__init__.py +3093 -1038
  55. aws_cdk/aws_cloudwatch_actions/__init__.py +75 -1
  56. aws_cdk/aws_codeartifact/__init__.py +35 -6
  57. aws_cdk/aws_codebuild/__init__.py +1303 -135
  58. aws_cdk/aws_codecommit/__init__.py +29 -9
  59. aws_cdk/aws_codeconnections/__init__.py +13 -2
  60. aws_cdk/aws_codedeploy/__init__.py +130 -6
  61. aws_cdk/aws_codeguruprofiler/__init__.py +80 -2
  62. aws_cdk/aws_codegurureviewer/__init__.py +13 -2
  63. aws_cdk/aws_codepipeline/__init__.py +177 -71
  64. aws_cdk/aws_codepipeline_actions/__init__.py +753 -4
  65. aws_cdk/aws_codestar/__init__.py +13 -2
  66. aws_cdk/aws_codestarconnections/__init__.py +35 -6
  67. aws_cdk/aws_codestarnotifications/__init__.py +22 -2
  68. aws_cdk/aws_cognito/__init__.py +905 -92
  69. aws_cdk/aws_cognito_identitypool/__init__.py +23 -12
  70. aws_cdk/aws_comprehend/__init__.py +24 -4
  71. aws_cdk/aws_config/__init__.py +227 -30
  72. aws_cdk/aws_connect/__init__.py +2736 -191
  73. aws_cdk/aws_connectcampaigns/__init__.py +13 -2
  74. aws_cdk/aws_connectcampaignsv2/__init__.py +268 -6
  75. aws_cdk/aws_controltower/__init__.py +35 -6
  76. aws_cdk/aws_cur/__init__.py +100 -4
  77. aws_cdk/aws_customerprofiles/__init__.py +617 -27
  78. aws_cdk/aws_databrew/__init__.py +68 -12
  79. aws_cdk/aws_datapipeline/__init__.py +42 -2
  80. aws_cdk/aws_datasync/__init__.py +1514 -977
  81. aws_cdk/aws_datazone/__init__.py +7426 -1763
  82. aws_cdk/aws_dax/__init__.py +83 -6
  83. aws_cdk/aws_deadline/__init__.py +511 -36
  84. aws_cdk/aws_detective/__init__.py +35 -6
  85. aws_cdk/aws_devicefarm/__init__.py +68 -12
  86. aws_cdk/aws_devopsguru/__init__.py +37 -6
  87. aws_cdk/aws_directoryservice/__init__.py +53 -4
  88. aws_cdk/aws_dlm/__init__.py +13 -2
  89. aws_cdk/aws_dms/__init__.py +184 -27
  90. aws_cdk/aws_docdb/__init__.py +350 -49
  91. aws_cdk/aws_docdbelastic/__init__.py +13 -2
  92. aws_cdk/aws_dsql/__init__.py +386 -16
  93. aws_cdk/aws_dynamodb/__init__.py +1479 -170
  94. aws_cdk/aws_ec2/__init__.py +10465 -1335
  95. aws_cdk/aws_ecr/__init__.py +637 -43
  96. aws_cdk/aws_ecr_assets/__init__.py +10 -0
  97. aws_cdk/aws_ecs/__init__.py +6629 -490
  98. aws_cdk/aws_ecs_patterns/__init__.py +124 -12
  99. aws_cdk/aws_efs/__init__.py +276 -24
  100. aws_cdk/aws_eks/__init__.py +1132 -227
  101. aws_cdk/aws_elasticache/__init__.py +378 -25
  102. aws_cdk/aws_elasticbeanstalk/__init__.py +75 -8
  103. aws_cdk/aws_elasticloadbalancing/__init__.py +22 -2
  104. aws_cdk/aws_elasticloadbalancingv2/__init__.py +1796 -123
  105. aws_cdk/aws_elasticsearch/__init__.py +291 -9
  106. aws_cdk/aws_emr/__init__.py +219 -18
  107. aws_cdk/aws_emrcontainers/__init__.py +71 -2
  108. aws_cdk/aws_emrserverless/__init__.py +188 -3
  109. aws_cdk/aws_entityresolution/__init__.py +585 -58
  110. aws_cdk/aws_events/__init__.py +1007 -126
  111. aws_cdk/aws_events_targets/__init__.py +398 -65
  112. aws_cdk/aws_eventschemas/__init__.py +46 -8
  113. aws_cdk/aws_evidently/__init__.py +57 -10
  114. aws_cdk/aws_evs/__init__.py +2244 -0
  115. aws_cdk/aws_finspace/__init__.py +71 -2
  116. aws_cdk/aws_fis/__init__.py +26 -4
  117. aws_cdk/aws_fms/__init__.py +35 -6
  118. aws_cdk/aws_forecast/__init__.py +24 -4
  119. aws_cdk/aws_frauddetector/__init__.py +79 -14
  120. aws_cdk/aws_fsx/__init__.py +1349 -127
  121. aws_cdk/aws_gamelift/__init__.py +755 -94
  122. aws_cdk/aws_gameliftstreams/__init__.py +44 -22
  123. aws_cdk/aws_globalaccelerator/__init__.py +73 -14
  124. aws_cdk/aws_glue/__init__.py +1455 -378
  125. aws_cdk/aws_grafana/__init__.py +13 -2
  126. aws_cdk/aws_greengrass/__init__.py +654 -32
  127. aws_cdk/aws_greengrassv2/__init__.py +53 -4
  128. aws_cdk/aws_groundstation/__init__.py +122 -6
  129. aws_cdk/aws_guardduty/__init__.py +1613 -123
  130. aws_cdk/aws_healthimaging/__init__.py +71 -2
  131. aws_cdk/aws_healthlake/__init__.py +42 -2
  132. aws_cdk/aws_iam/__init__.py +921 -141
  133. aws_cdk/aws_identitystore/__init__.py +24 -4
  134. aws_cdk/aws_imagebuilder/__init__.py +1454 -199
  135. aws_cdk/aws_inspector/__init__.py +44 -6
  136. aws_cdk/aws_inspectorv2/__init__.py +2285 -243
  137. aws_cdk/aws_internetmonitor/__init__.py +71 -2
  138. aws_cdk/aws_invoicing/__init__.py +13 -2
  139. aws_cdk/aws_iot/__init__.py +1760 -64
  140. aws_cdk/aws_iotanalytics/__init__.py +162 -8
  141. aws_cdk/aws_iotcoredeviceadvisor/__init__.py +106 -40
  142. aws_cdk/aws_iotevents/__init__.py +122 -6
  143. aws_cdk/aws_iotfleethub/__init__.py +71 -2
  144. aws_cdk/aws_iotfleetwise/__init__.py +195 -14
  145. aws_cdk/aws_iotsitewise/__init__.py +1837 -89
  146. aws_cdk/aws_iotthingsgraph/__init__.py +13 -2
  147. aws_cdk/aws_iottwinmaker/__init__.py +115 -10
  148. aws_cdk/aws_iotwireless/__init__.py +649 -22
  149. aws_cdk/aws_ivs/__init__.py +561 -57
  150. aws_cdk/aws_ivschat/__init__.py +24 -4
  151. aws_cdk/aws_kafkaconnect/__init__.py +35 -6
  152. aws_cdk/aws_kendra/__init__.py +120 -28
  153. aws_cdk/aws_kendraranking/__init__.py +13 -2
  154. aws_cdk/aws_kinesis/__init__.py +641 -23
  155. aws_cdk/aws_kinesisanalytics/__init__.py +467 -96
  156. aws_cdk/aws_kinesisanalyticsv2/__init__.py +207 -19
  157. aws_cdk/aws_kinesisfirehose/__init__.py +3087 -295
  158. aws_cdk/aws_kinesisvideo/__init__.py +24 -4
  159. aws_cdk/aws_kms/__init__.py +204 -45
  160. aws_cdk/aws_lakeformation/__init__.py +80 -15
  161. aws_cdk/aws_lambda/__init__.py +2236 -297
  162. aws_cdk/aws_lambda_event_sources/__init__.py +638 -1
  163. aws_cdk/aws_lambda_nodejs/__init__.py +63 -24
  164. aws_cdk/aws_launchwizard/__init__.py +13 -2
  165. aws_cdk/aws_lex/__init__.py +2162 -212
  166. aws_cdk/aws_licensemanager/__init__.py +24 -4
  167. aws_cdk/aws_lightsail/__init__.py +2958 -1322
  168. aws_cdk/aws_location/__init__.py +618 -14
  169. aws_cdk/aws_logs/__init__.py +6014 -923
  170. aws_cdk/aws_lookoutequipment/__init__.py +13 -2
  171. aws_cdk/aws_lookoutmetrics/__init__.py +38 -6
  172. aws_cdk/aws_lookoutvision/__init__.py +71 -2
  173. aws_cdk/aws_m2/__init__.py +94 -19
  174. aws_cdk/aws_macie/__init__.py +49 -11
  175. aws_cdk/aws_managedblockchain/__init__.py +180 -6
  176. aws_cdk/aws_mediaconnect/__init__.py +101 -18
  177. aws_cdk/aws_mediaconvert/__init__.py +35 -6
  178. aws_cdk/aws_medialive/__init__.py +1938 -532
  179. aws_cdk/aws_mediapackage/__init__.py +59 -12
  180. aws_cdk/aws_mediapackagev2/__init__.py +1616 -233
  181. aws_cdk/aws_mediastore/__init__.py +13 -2
  182. aws_cdk/aws_mediatailor/__init__.py +583 -12
  183. aws_cdk/aws_memorydb/__init__.py +271 -12
  184. aws_cdk/aws_mpa/__init__.py +1495 -0
  185. aws_cdk/aws_msk/__init__.py +108 -22
  186. aws_cdk/aws_mwaa/__init__.py +121 -9
  187. aws_cdk/aws_neptune/__init__.py +290 -78
  188. aws_cdk/aws_neptunegraph/__init__.py +24 -4
  189. aws_cdk/aws_networkfirewall/__init__.py +1184 -164
  190. aws_cdk/aws_networkmanager/__init__.py +349 -33
  191. aws_cdk/aws_nimblestudio/__init__.py +283 -408
  192. aws_cdk/aws_notifications/__init__.py +317 -12
  193. aws_cdk/aws_notificationscontacts/__init__.py +13 -2
  194. aws_cdk/aws_oam/__init__.py +24 -4
  195. aws_cdk/aws_observabilityadmin/__init__.py +2561 -0
  196. aws_cdk/aws_odb/__init__.py +5872 -0
  197. aws_cdk/aws_omics/__init__.py +2967 -162
  198. aws_cdk/aws_opensearchserverless/__init__.py +312 -37
  199. aws_cdk/aws_opensearchservice/__init__.py +501 -19
  200. aws_cdk/aws_opsworks/__init__.py +235 -139
  201. aws_cdk/aws_opsworkscm/__init__.py +16 -52
  202. aws_cdk/aws_organizations/__init__.py +70 -10
  203. aws_cdk/aws_osis/__init__.py +167 -2
  204. aws_cdk/aws_panorama/__init__.py +181 -9
  205. aws_cdk/aws_paymentcryptography/__init__.py +24 -4
  206. aws_cdk/aws_pcaconnectorad/__init__.py +59 -10
  207. aws_cdk/aws_pcaconnectorscep/__init__.py +24 -4
  208. aws_cdk/aws_pcs/__init__.py +516 -64
  209. aws_cdk/aws_personalize/__init__.py +46 -8
  210. aws_cdk/aws_pinpoint/__init__.py +329 -38
  211. aws_cdk/aws_pinpointemail/__init__.py +48 -8
  212. aws_cdk/aws_pipes/__init__.py +12 -2
  213. aws_cdk/aws_proton/__init__.py +37 -6
  214. aws_cdk/aws_qbusiness/__init__.py +635 -34
  215. aws_cdk/aws_qldb/__init__.py +24 -4
  216. aws_cdk/aws_quicksight/__init__.py +7900 -1160
  217. aws_cdk/aws_ram/__init__.py +24 -4
  218. aws_cdk/aws_rbin/__init__.py +12 -2
  219. aws_cdk/aws_rds/__init__.py +3721 -573
  220. aws_cdk/aws_redshift/__init__.py +143 -20
  221. aws_cdk/aws_redshiftserverless/__init__.py +699 -11
  222. aws_cdk/aws_refactorspaces/__init__.py +64 -14
  223. aws_cdk/aws_rekognition/__init__.py +93 -6
  224. aws_cdk/aws_resiliencehub/__init__.py +24 -4
  225. aws_cdk/aws_resourceexplorer2/__init__.py +35 -6
  226. aws_cdk/aws_resourcegroups/__init__.py +82 -4
  227. aws_cdk/aws_robomaker/__init__.py +72 -12
  228. aws_cdk/aws_rolesanywhere/__init__.py +194 -19
  229. aws_cdk/aws_route53/__init__.py +3965 -1436
  230. aws_cdk/aws_route53_targets/__init__.py +3 -0
  231. aws_cdk/aws_route53profiles/__init__.py +37 -6
  232. aws_cdk/aws_route53recoverycontrol/__init__.py +46 -8
  233. aws_cdk/aws_route53recoveryreadiness/__init__.py +104 -8
  234. aws_cdk/aws_route53resolver/__init__.py +189 -40
  235. aws_cdk/aws_rtbfabric/__init__.py +3498 -0
  236. aws_cdk/aws_rum/__init__.py +13 -2
  237. aws_cdk/aws_s3/__init__.py +1742 -221
  238. aws_cdk/aws_s3_assets/__init__.py +11 -11
  239. aws_cdk/aws_s3_deployment/__init__.py +153 -11
  240. aws_cdk/aws_s3_notifications/__init__.py +7 -7
  241. aws_cdk/aws_s3express/__init__.py +1053 -6
  242. aws_cdk/aws_s3objectlambda/__init__.py +68 -16
  243. aws_cdk/aws_s3outposts/__init__.py +46 -8
  244. aws_cdk/aws_s3tables/__init__.py +2000 -323
  245. aws_cdk/aws_s3vectors/__init__.py +1378 -0
  246. aws_cdk/aws_sagemaker/__init__.py +6848 -373
  247. aws_cdk/aws_sam/__init__.py +79 -14
  248. aws_cdk/aws_scheduler/__init__.py +249 -4
  249. aws_cdk/aws_sdb/__init__.py +12 -2
  250. aws_cdk/aws_secretsmanager/__init__.py +194 -14
  251. aws_cdk/aws_securityhub/__init__.py +3121 -176
  252. aws_cdk/aws_securitylake/__init__.py +46 -8
  253. aws_cdk/aws_servicecatalog/__init__.py +429 -246
  254. aws_cdk/aws_servicecatalogappregistry/__init__.py +164 -8
  255. aws_cdk/aws_servicediscovery/__init__.py +188 -47
  256. aws_cdk/aws_ses/__init__.py +2265 -369
  257. aws_cdk/aws_shield/__init__.py +46 -8
  258. aws_cdk/aws_signer/__init__.py +33 -4
  259. aws_cdk/aws_simspaceweaver/__init__.py +42 -2
  260. aws_cdk/aws_smsvoice/__init__.py +4716 -0
  261. aws_cdk/aws_sns/__init__.py +263 -29
  262. aws_cdk/aws_sns_subscriptions/__init__.py +265 -2
  263. aws_cdk/aws_sqs/__init__.py +223 -14
  264. aws_cdk/aws_ssm/__init__.py +413 -58
  265. aws_cdk/aws_ssmcontacts/__init__.py +98 -9
  266. aws_cdk/aws_ssmguiconnect/__init__.py +20 -9
  267. aws_cdk/aws_ssmincidents/__init__.py +24 -4
  268. aws_cdk/aws_ssmquicksetup/__init__.py +393 -8
  269. aws_cdk/aws_sso/__init__.py +70 -12
  270. aws_cdk/aws_stepfunctions/__init__.py +823 -94
  271. aws_cdk/aws_stepfunctions_tasks/__init__.py +2323 -150
  272. aws_cdk/aws_supportapp/__init__.py +39 -6
  273. aws_cdk/aws_synthetics/__init__.py +1088 -126
  274. aws_cdk/aws_systemsmanagersap/__init__.py +13 -2
  275. aws_cdk/aws_timestream/__init__.py +104 -8
  276. aws_cdk/aws_transfer/__init__.py +784 -87
  277. aws_cdk/aws_verifiedpermissions/__init__.py +306 -13
  278. aws_cdk/aws_voiceid/__init__.py +54 -5
  279. aws_cdk/aws_vpclattice/__init__.py +589 -231
  280. aws_cdk/aws_waf/__init__.py +79 -14
  281. aws_cdk/aws_wafregional/__init__.py +123 -22
  282. aws_cdk/aws_wafv2/__init__.py +1183 -64
  283. aws_cdk/aws_wisdom/__init__.py +1403 -90
  284. aws_cdk/aws_workspaces/__init__.py +134 -6
  285. aws_cdk/aws_workspacesinstances/__init__.py +3940 -0
  286. aws_cdk/aws_workspacesthinclient/__init__.py +79 -10
  287. aws_cdk/aws_workspacesweb/__init__.py +1057 -141
  288. aws_cdk/aws_xray/__init__.py +48 -8
  289. aws_cdk/cloud_assembly_schema/__init__.py +368 -48
  290. aws_cdk/custom_resources/__init__.py +58 -12
  291. aws_cdk/cx_api/__init__.py +125 -21
  292. aws_cdk/interfaces/__init__.py +739 -0
  293. aws_cdk/interfaces/alexa_ask/__init__.py +146 -0
  294. aws_cdk/interfaces/aws_accessanalyzer/__init__.py +146 -0
  295. aws_cdk/interfaces/aws_acmpca/__init__.py +501 -0
  296. aws_cdk/interfaces/aws_aiops/__init__.py +146 -0
  297. aws_cdk/interfaces/aws_amazonmq/__init__.py +386 -0
  298. aws_cdk/interfaces/aws_amplify/__init__.py +352 -0
  299. aws_cdk/interfaces/aws_amplifyuibuilder/__init__.py +454 -0
  300. aws_cdk/interfaces/aws_apigateway/__init__.py +2486 -0
  301. aws_cdk/interfaces/aws_apigatewayv2/__init__.py +1651 -0
  302. aws_cdk/interfaces/aws_appconfig/__init__.py +1020 -0
  303. aws_cdk/interfaces/aws_appflow/__init__.py +404 -0
  304. aws_cdk/interfaces/aws_appintegrations/__init__.py +396 -0
  305. aws_cdk/interfaces/aws_applicationautoscaling/__init__.py +307 -0
  306. aws_cdk/interfaces/aws_applicationinsights/__init__.py +148 -0
  307. aws_cdk/interfaces/aws_applicationsignals/__init__.py +358 -0
  308. aws_cdk/interfaces/aws_appmesh/__init__.py +888 -0
  309. aws_cdk/interfaces/aws_apprunner/__init__.py +564 -0
  310. aws_cdk/interfaces/aws_appstream/__init__.py +1482 -0
  311. aws_cdk/interfaces/aws_appsync/__init__.py +1326 -0
  312. aws_cdk/interfaces/aws_apptest/__init__.py +163 -0
  313. aws_cdk/interfaces/aws_aps/__init__.py +558 -0
  314. aws_cdk/interfaces/aws_arcregionswitch/__init__.py +146 -0
  315. aws_cdk/interfaces/aws_arczonalshift/__init__.py +273 -0
  316. aws_cdk/interfaces/aws_athena/__init__.py +575 -0
  317. aws_cdk/interfaces/aws_auditmanager/__init__.py +163 -0
  318. aws_cdk/interfaces/aws_autoscaling/__init__.py +705 -0
  319. aws_cdk/interfaces/aws_autoscalingplans/__init__.py +148 -0
  320. aws_cdk/interfaces/aws_b2bi/__init__.py +524 -0
  321. aws_cdk/interfaces/aws_backup/__init__.py +955 -0
  322. aws_cdk/interfaces/aws_backupgateway/__init__.py +146 -0
  323. aws_cdk/interfaces/aws_batch/__init__.py +681 -0
  324. aws_cdk/interfaces/aws_bcmdataexports/__init__.py +146 -0
  325. aws_cdk/interfaces/aws_bedrock/__init__.py +1942 -0
  326. aws_cdk/interfaces/aws_bedrockagentcore/__init__.py +934 -0
  327. aws_cdk/interfaces/aws_billing/__init__.py +146 -0
  328. aws_cdk/interfaces/aws_billingconductor/__init__.py +463 -0
  329. aws_cdk/interfaces/aws_budgets/__init__.py +261 -0
  330. aws_cdk/interfaces/aws_cassandra/__init__.py +381 -0
  331. aws_cdk/interfaces/aws_ce/__init__.py +352 -0
  332. aws_cdk/interfaces/aws_certificatemanager/__init__.py +251 -0
  333. aws_cdk/interfaces/aws_chatbot/__init__.py +366 -0
  334. aws_cdk/interfaces/aws_cleanrooms/__init__.py +1103 -0
  335. aws_cdk/interfaces/aws_cleanroomsml/__init__.py +148 -0
  336. aws_cdk/interfaces/aws_cloud9/__init__.py +166 -0
  337. aws_cdk/interfaces/aws_cloudformation/__init__.py +1919 -0
  338. aws_cdk/interfaces/aws_cloudfront/__init__.py +1998 -0
  339. aws_cdk/interfaces/aws_cloudtrail/__init__.py +570 -0
  340. aws_cdk/interfaces/aws_cloudwatch/__init__.py +733 -0
  341. aws_cdk/interfaces/aws_codeartifact/__init__.py +352 -0
  342. aws_cdk/interfaces/aws_codebuild/__init__.py +487 -0
  343. aws_cdk/interfaces/aws_codecommit/__init__.py +163 -0
  344. aws_cdk/interfaces/aws_codeconnections/__init__.py +146 -0
  345. aws_cdk/interfaces/aws_codedeploy/__init__.py +352 -0
  346. aws_cdk/interfaces/aws_codeguruprofiler/__init__.py +168 -0
  347. aws_cdk/interfaces/aws_codegurureviewer/__init__.py +148 -0
  348. aws_cdk/interfaces/aws_codepipeline/__init__.py +388 -0
  349. aws_cdk/interfaces/aws_codestar/__init__.py +146 -0
  350. aws_cdk/interfaces/aws_codestarconnections/__init__.py +370 -0
  351. aws_cdk/interfaces/aws_codestarnotifications/__init__.py +148 -0
  352. aws_cdk/interfaces/aws_cognito/__init__.py +1929 -0
  353. aws_cdk/interfaces/aws_comprehend/__init__.py +251 -0
  354. aws_cdk/interfaces/aws_config/__init__.py +1165 -0
  355. aws_cdk/interfaces/aws_connect/__init__.py +2949 -0
  356. aws_cdk/interfaces/aws_connectcampaigns/__init__.py +146 -0
  357. aws_cdk/interfaces/aws_connectcampaignsv2/__init__.py +146 -0
  358. aws_cdk/interfaces/aws_controltower/__init__.py +394 -0
  359. aws_cdk/interfaces/aws_cur/__init__.py +146 -0
  360. aws_cdk/interfaces/aws_customerprofiles/__init__.py +915 -0
  361. aws_cdk/interfaces/aws_databrew/__init__.py +661 -0
  362. aws_cdk/interfaces/aws_datapipeline/__init__.py +146 -0
  363. aws_cdk/interfaces/aws_datasync/__init__.py +1384 -0
  364. aws_cdk/interfaces/aws_datazone/__init__.py +2238 -0
  365. aws_cdk/interfaces/aws_dax/__init__.py +364 -0
  366. aws_cdk/interfaces/aws_deadline/__init__.py +1303 -0
  367. aws_cdk/interfaces/aws_detective/__init__.py +364 -0
  368. aws_cdk/interfaces/aws_devicefarm/__init__.py +663 -0
  369. aws_cdk/interfaces/aws_devopsguru/__init__.py +362 -0
  370. aws_cdk/interfaces/aws_directoryservice/__init__.py +251 -0
  371. aws_cdk/interfaces/aws_dlm/__init__.py +166 -0
  372. aws_cdk/interfaces/aws_dms/__init__.py +1176 -0
  373. aws_cdk/interfaces/aws_docdb/__init__.py +560 -0
  374. aws_cdk/interfaces/aws_docdbelastic/__init__.py +146 -0
  375. aws_cdk/interfaces/aws_dsql/__init__.py +146 -0
  376. aws_cdk/interfaces/aws_dynamodb/__init__.py +278 -0
  377. aws_cdk/interfaces/aws_ec2/__init__.py +11963 -0
  378. aws_cdk/interfaces/aws_ecr/__init__.py +814 -0
  379. aws_cdk/interfaces/aws_ecs/__init__.py +845 -0
  380. aws_cdk/interfaces/aws_efs/__init__.py +392 -0
  381. aws_cdk/interfaces/aws_eks/__init__.py +948 -0
  382. aws_cdk/interfaces/aws_elasticache/__init__.py +1108 -0
  383. aws_cdk/interfaces/aws_elasticbeanstalk/__init__.py +503 -0
  384. aws_cdk/interfaces/aws_elasticloadbalancing/__init__.py +148 -0
  385. aws_cdk/interfaces/aws_elasticloadbalancingv2/__init__.py +795 -0
  386. aws_cdk/interfaces/aws_elasticsearch/__init__.py +158 -0
  387. aws_cdk/interfaces/aws_emr/__init__.py +913 -0
  388. aws_cdk/interfaces/aws_emrcontainers/__init__.py +168 -0
  389. aws_cdk/interfaces/aws_emrserverless/__init__.py +166 -0
  390. aws_cdk/interfaces/aws_entityresolution/__init__.py +608 -0
  391. aws_cdk/interfaces/aws_events/__init__.py +872 -0
  392. aws_cdk/interfaces/aws_eventschemas/__init__.py +455 -0
  393. aws_cdk/interfaces/aws_evidently/__init__.py +558 -0
  394. aws_cdk/interfaces/aws_evs/__init__.py +166 -0
  395. aws_cdk/interfaces/aws_finspace/__init__.py +166 -0
  396. aws_cdk/interfaces/aws_fis/__init__.py +271 -0
  397. aws_cdk/interfaces/aws_fms/__init__.py +364 -0
  398. aws_cdk/interfaces/aws_forecast/__init__.py +249 -0
  399. aws_cdk/interfaces/aws_frauddetector/__init__.py +764 -0
  400. aws_cdk/interfaces/aws_fsx/__init__.py +663 -0
  401. aws_cdk/interfaces/aws_gamelift/__init__.py +1325 -0
  402. aws_cdk/interfaces/aws_gameliftstreams/__init__.py +249 -0
  403. aws_cdk/interfaces/aws_globalaccelerator/__init__.py +461 -0
  404. aws_cdk/interfaces/aws_glue/__init__.py +2377 -0
  405. aws_cdk/interfaces/aws_grafana/__init__.py +146 -0
  406. aws_cdk/interfaces/aws_greengrass/__init__.py +1871 -0
  407. aws_cdk/interfaces/aws_greengrassv2/__init__.py +251 -0
  408. aws_cdk/interfaces/aws_groundstation/__init__.py +396 -0
  409. aws_cdk/interfaces/aws_guardduty/__init__.py +1225 -0
  410. aws_cdk/interfaces/aws_healthimaging/__init__.py +163 -0
  411. aws_cdk/interfaces/aws_healthlake/__init__.py +146 -0
  412. aws_cdk/interfaces/aws_iam/__init__.py +1803 -0
  413. aws_cdk/interfaces/aws_identitystore/__init__.py +288 -0
  414. aws_cdk/interfaces/aws_imagebuilder/__init__.py +984 -0
  415. aws_cdk/interfaces/aws_inspector/__init__.py +354 -0
  416. aws_cdk/interfaces/aws_inspectorv2/__init__.py +467 -0
  417. aws_cdk/interfaces/aws_internetmonitor/__init__.py +163 -0
  418. aws_cdk/interfaces/aws_invoicing/__init__.py +146 -0
  419. aws_cdk/interfaces/aws_iot/__init__.py +3483 -0
  420. aws_cdk/interfaces/aws_iotanalytics/__init__.py +455 -0
  421. aws_cdk/interfaces/aws_iotcoredeviceadvisor/__init__.py +168 -0
  422. aws_cdk/interfaces/aws_iotevents/__init__.py +352 -0
  423. aws_cdk/interfaces/aws_iotfleethub/__init__.py +166 -0
  424. aws_cdk/interfaces/aws_iotfleetwise/__init__.py +892 -0
  425. aws_cdk/interfaces/aws_iotsitewise/__init__.py +1097 -0
  426. aws_cdk/interfaces/aws_iotthingsgraph/__init__.py +146 -0
  427. aws_cdk/interfaces/aws_iottwinmaker/__init__.py +711 -0
  428. aws_cdk/interfaces/aws_iotwireless/__init__.py +1401 -0
  429. aws_cdk/interfaces/aws_ivs/__init__.py +1075 -0
  430. aws_cdk/interfaces/aws_ivschat/__init__.py +251 -0
  431. aws_cdk/interfaces/aws_kafkaconnect/__init__.py +354 -0
  432. aws_cdk/interfaces/aws_kendra/__init__.py +428 -0
  433. aws_cdk/interfaces/aws_kendraranking/__init__.py +166 -0
  434. aws_cdk/interfaces/aws_kinesis/__init__.py +364 -0
  435. aws_cdk/interfaces/aws_kinesisanalytics/__init__.py +364 -0
  436. aws_cdk/interfaces/aws_kinesisanalyticsv2/__init__.py +479 -0
  437. aws_cdk/interfaces/aws_kinesisfirehose/__init__.py +168 -0
  438. aws_cdk/interfaces/aws_kinesisvideo/__init__.py +283 -0
  439. aws_cdk/interfaces/aws_kms/__init__.py +376 -0
  440. aws_cdk/interfaces/aws_lakeformation/__init__.py +860 -0
  441. aws_cdk/interfaces/aws_lambda/__init__.py +1141 -0
  442. aws_cdk/interfaces/aws_launchwizard/__init__.py +146 -0
  443. aws_cdk/interfaces/aws_lex/__init__.py +513 -0
  444. aws_cdk/interfaces/aws_licensemanager/__init__.py +249 -0
  445. aws_cdk/interfaces/aws_lightsail/__init__.py +1744 -0
  446. aws_cdk/interfaces/aws_location/__init__.py +879 -0
  447. aws_cdk/interfaces/aws_logs/__init__.py +1667 -0
  448. aws_cdk/interfaces/aws_lookoutequipment/__init__.py +168 -0
  449. aws_cdk/interfaces/aws_lookoutmetrics/__init__.py +251 -0
  450. aws_cdk/interfaces/aws_lookoutvision/__init__.py +163 -0
  451. aws_cdk/interfaces/aws_m2/__init__.py +352 -0
  452. aws_cdk/interfaces/aws_macie/__init__.py +512 -0
  453. aws_cdk/interfaces/aws_managedblockchain/__init__.py +381 -0
  454. aws_cdk/interfaces/aws_mediaconnect/__init__.py +1028 -0
  455. aws_cdk/interfaces/aws_mediaconvert/__init__.py +396 -0
  456. aws_cdk/interfaces/aws_medialive/__init__.py +1755 -0
  457. aws_cdk/interfaces/aws_mediapackage/__init__.py +644 -0
  458. aws_cdk/interfaces/aws_mediapackagev2/__init__.py +618 -0
  459. aws_cdk/interfaces/aws_mediastore/__init__.py +146 -0
  460. aws_cdk/interfaces/aws_mediatailor/__init__.py +788 -0
  461. aws_cdk/interfaces/aws_memorydb/__init__.py +685 -0
  462. aws_cdk/interfaces/aws_mpa/__init__.py +249 -0
  463. aws_cdk/interfaces/aws_msk/__init__.py +764 -0
  464. aws_cdk/interfaces/aws_mwaa/__init__.py +166 -0
  465. aws_cdk/interfaces/aws_neptune/__init__.py +663 -0
  466. aws_cdk/interfaces/aws_neptunegraph/__init__.py +265 -0
  467. aws_cdk/interfaces/aws_networkfirewall/__init__.py +669 -0
  468. aws_cdk/interfaces/aws_networkmanager/__init__.py +1832 -0
  469. aws_cdk/interfaces/aws_nimblestudio/__init__.py +388 -0
  470. aws_cdk/interfaces/aws_notifications/__init__.py +868 -0
  471. aws_cdk/interfaces/aws_notificationscontacts/__init__.py +148 -0
  472. aws_cdk/interfaces/aws_oam/__init__.py +249 -0
  473. aws_cdk/interfaces/aws_observabilityadmin/__init__.py +362 -0
  474. aws_cdk/interfaces/aws_odb/__init__.py +562 -0
  475. aws_cdk/interfaces/aws_omics/__init__.py +838 -0
  476. aws_cdk/interfaces/aws_opensearchserverless/__init__.py +859 -0
  477. aws_cdk/interfaces/aws_opensearchservice/__init__.py +283 -0
  478. aws_cdk/interfaces/aws_opsworks/__init__.py +772 -0
  479. aws_cdk/interfaces/aws_opsworkscm/__init__.py +146 -0
  480. aws_cdk/interfaces/aws_organizations/__init__.py +646 -0
  481. aws_cdk/interfaces/aws_osis/__init__.py +146 -0
  482. aws_cdk/interfaces/aws_panorama/__init__.py +420 -0
  483. aws_cdk/interfaces/aws_paymentcryptography/__init__.py +249 -0
  484. aws_cdk/interfaces/aws_pcaconnectorad/__init__.py +608 -0
  485. aws_cdk/interfaces/aws_pcaconnectorscep/__init__.py +249 -0
  486. aws_cdk/interfaces/aws_pcs/__init__.py +352 -0
  487. aws_cdk/interfaces/aws_personalize/__init__.py +455 -0
  488. aws_cdk/interfaces/aws_pinpoint/__init__.py +2125 -0
  489. aws_cdk/interfaces/aws_pinpointemail/__init__.py +467 -0
  490. aws_cdk/interfaces/aws_pipes/__init__.py +158 -0
  491. aws_cdk/interfaces/aws_proton/__init__.py +360 -0
  492. aws_cdk/interfaces/aws_qbusiness/__init__.py +1122 -0
  493. aws_cdk/interfaces/aws_qldb/__init__.py +283 -0
  494. aws_cdk/interfaces/aws_quicksight/__init__.py +1566 -0
  495. aws_cdk/interfaces/aws_ram/__init__.py +249 -0
  496. aws_cdk/interfaces/aws_rbin/__init__.py +146 -0
  497. aws_cdk/interfaces/aws_rds/__init__.py +1780 -0
  498. aws_cdk/interfaces/aws_redshift/__init__.py +1104 -0
  499. aws_cdk/interfaces/aws_redshiftserverless/__init__.py +356 -0
  500. aws_cdk/interfaces/aws_refactorspaces/__init__.py +605 -0
  501. aws_cdk/interfaces/aws_rekognition/__init__.py +406 -0
  502. aws_cdk/interfaces/aws_resiliencehub/__init__.py +251 -0
  503. aws_cdk/interfaces/aws_resourceexplorer2/__init__.py +354 -0
  504. aws_cdk/interfaces/aws_resourcegroups/__init__.py +261 -0
  505. aws_cdk/interfaces/aws_robomaker/__init__.py +673 -0
  506. aws_cdk/interfaces/aws_rolesanywhere/__init__.py +384 -0
  507. aws_cdk/interfaces/aws_route53/__init__.py +804 -0
  508. aws_cdk/interfaces/aws_route53profiles/__init__.py +368 -0
  509. aws_cdk/interfaces/aws_route53recoverycontrol/__init__.py +463 -0
  510. aws_cdk/interfaces/aws_route53recoveryreadiness/__init__.py +535 -0
  511. aws_cdk/interfaces/aws_route53resolver/__init__.py +1356 -0
  512. aws_cdk/interfaces/aws_rtbfabric/__init__.py +352 -0
  513. aws_cdk/interfaces/aws_rum/__init__.py +146 -0
  514. aws_cdk/interfaces/aws_s3/__init__.py +1171 -0
  515. aws_cdk/interfaces/aws_s3express/__init__.py +392 -0
  516. aws_cdk/interfaces/aws_s3objectlambda/__init__.py +271 -0
  517. aws_cdk/interfaces/aws_s3outposts/__init__.py +455 -0
  518. aws_cdk/interfaces/aws_s3tables/__init__.py +575 -0
  519. aws_cdk/interfaces/aws_s3vectors/__init__.py +354 -0
  520. aws_cdk/interfaces/aws_sagemaker/__init__.py +3797 -0
  521. aws_cdk/interfaces/aws_sam/__init__.py +603 -0
  522. aws_cdk/interfaces/aws_scheduler/__init__.py +286 -0
  523. aws_cdk/interfaces/aws_sdb/__init__.py +146 -0
  524. aws_cdk/interfaces/aws_secretsmanager/__init__.py +461 -0
  525. aws_cdk/interfaces/aws_securityhub/__init__.py +1499 -0
  526. aws_cdk/interfaces/aws_securitylake/__init__.py +474 -0
  527. aws_cdk/interfaces/aws_servicecatalog/__init__.py +1829 -0
  528. aws_cdk/interfaces/aws_servicecatalogappregistry/__init__.py +557 -0
  529. aws_cdk/interfaces/aws_servicediscovery/__init__.py +636 -0
  530. aws_cdk/interfaces/aws_ses/__init__.py +2018 -0
  531. aws_cdk/interfaces/aws_shield/__init__.py +455 -0
  532. aws_cdk/interfaces/aws_signer/__init__.py +266 -0
  533. aws_cdk/interfaces/aws_simspaceweaver/__init__.py +146 -0
  534. aws_cdk/interfaces/aws_smsvoice/__init__.py +892 -0
  535. aws_cdk/interfaces/aws_sns/__init__.py +455 -0
  536. aws_cdk/interfaces/aws_sqs/__init__.py +364 -0
  537. aws_cdk/interfaces/aws_ssm/__init__.py +982 -0
  538. aws_cdk/interfaces/aws_ssmcontacts/__init__.py +455 -0
  539. aws_cdk/interfaces/aws_ssmguiconnect/__init__.py +146 -0
  540. aws_cdk/interfaces/aws_ssmincidents/__init__.py +249 -0
  541. aws_cdk/interfaces/aws_ssmquicksetup/__init__.py +253 -0
  542. aws_cdk/interfaces/aws_sso/__init__.py +797 -0
  543. aws_cdk/interfaces/aws_stepfunctions/__init__.py +459 -0
  544. aws_cdk/interfaces/aws_supportapp/__init__.py +372 -0
  545. aws_cdk/interfaces/aws_synthetics/__init__.py +249 -0
  546. aws_cdk/interfaces/aws_systemsmanagersap/__init__.py +148 -0
  547. aws_cdk/interfaces/aws_timestream/__init__.py +526 -0
  548. aws_cdk/interfaces/aws_transfer/__init__.py +967 -0
  549. aws_cdk/interfaces/aws_verifiedpermissions/__init__.py +538 -0
  550. aws_cdk/interfaces/aws_voiceid/__init__.py +146 -0
  551. aws_cdk/interfaces/aws_vpclattice/__init__.py +1418 -0
  552. aws_cdk/interfaces/aws_waf/__init__.py +764 -0
  553. aws_cdk/interfaces/aws_wafregional/__init__.py +1182 -0
  554. aws_cdk/interfaces/aws_wafv2/__init__.py +870 -0
  555. aws_cdk/interfaces/aws_wisdom/__init__.py +1556 -0
  556. aws_cdk/interfaces/aws_workspaces/__init__.py +352 -0
  557. aws_cdk/interfaces/aws_workspacesinstances/__init__.py +390 -0
  558. aws_cdk/interfaces/aws_workspacesthinclient/__init__.py +168 -0
  559. aws_cdk/interfaces/aws_workspacesweb/__init__.py +1085 -0
  560. aws_cdk/interfaces/aws_xray/__init__.py +457 -0
  561. aws_cdk/lambda_layer_awscli/__init__.py +6 -0
  562. aws_cdk/lambda_layer_node_proxy_agent/__init__.py +6 -0
  563. aws_cdk/pipelines/__init__.py +202 -52
  564. aws_cdk/region_info/__init__.py +3 -0
  565. aws_cdk/triggers/__init__.py +66 -18
  566. {aws_cdk_lib-2.195.0.dist-info → aws_cdk_lib-2.224.0.dist-info}/METADATA +418 -18
  567. aws_cdk_lib-2.224.0.dist-info/RECORD +584 -0
  568. aws_cdk_lib-2.195.0.dist-info/RECORD +0 -304
  569. {aws_cdk_lib-2.195.0.dist-info → aws_cdk_lib-2.224.0.dist-info}/LICENSE +0 -0
  570. {aws_cdk_lib-2.195.0.dist-info → aws_cdk_lib-2.224.0.dist-info}/NOTICE +0 -0
  571. {aws_cdk_lib-2.195.0.dist-info → aws_cdk_lib-2.224.0.dist-info}/WHEEL +0 -0
  572. {aws_cdk_lib-2.195.0.dist-info → aws_cdk_lib-2.224.0.dist-info}/top_level.txt +0 -0
@@ -68,9 +68,37 @@ from .. import (
68
68
  TagManager as _TagManager_0a598cb3,
69
69
  TreeInspector as _TreeInspector_488e0dd5,
70
70
  )
71
+ from ..interfaces.aws_appstream import (
72
+ AppBlockBuilderReference as _AppBlockBuilderReference_bce53ba0,
73
+ AppBlockReference as _AppBlockReference_1e5e2364,
74
+ ApplicationEntitlementAssociationReference as _ApplicationEntitlementAssociationReference_5595d2d7,
75
+ ApplicationFleetAssociationReference as _ApplicationFleetAssociationReference_4d05f789,
76
+ ApplicationReference as _ApplicationReference_d6d0d747,
77
+ DirectoryConfigReference as _DirectoryConfigReference_228c09c6,
78
+ EntitlementReference as _EntitlementReference_d31b16d8,
79
+ FleetReference as _FleetReference_282934ad,
80
+ IAppBlockBuilderRef as _IAppBlockBuilderRef_173a2da9,
81
+ IAppBlockRef as _IAppBlockRef_a928bdd4,
82
+ IApplicationEntitlementAssociationRef as _IApplicationEntitlementAssociationRef_9ff71acb,
83
+ IApplicationFleetAssociationRef as _IApplicationFleetAssociationRef_6d4f7425,
84
+ IApplicationRef as _IApplicationRef_eb705613,
85
+ IDirectoryConfigRef as _IDirectoryConfigRef_db861b03,
86
+ IEntitlementRef as _IEntitlementRef_f656e92e,
87
+ IFleetRef as _IFleetRef_607aaa51,
88
+ IImageBuilderRef as _IImageBuilderRef_0aae8b7e,
89
+ IStackFleetAssociationRef as _IStackFleetAssociationRef_ba9e925c,
90
+ IStackRef as _IStackRef_8745962d,
91
+ IStackUserAssociationRef as _IStackUserAssociationRef_a7277656,
92
+ IUserRef as _IUserRef_10289f91,
93
+ ImageBuilderReference as _ImageBuilderReference_e9c7a3cf,
94
+ StackFleetAssociationReference as _StackFleetAssociationReference_36085df3,
95
+ StackReference as _StackReference_4ab8d5cc,
96
+ StackUserAssociationReference as _StackUserAssociationReference_41f4b8fc,
97
+ UserReference as _UserReference_5b323d0c,
98
+ )
71
99
 
72
100
 
73
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
101
+ @jsii.implements(_IInspectable_c2943556, _IAppBlockRef_a928bdd4, _ITaggable_36806126)
74
102
  class CfnAppBlock(
75
103
  _CfnResource_9df397a6,
76
104
  metaclass=jsii.JSIIMeta,
@@ -150,7 +178,8 @@ class CfnAppBlock(
150
178
  setup_script_details: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAppBlock.ScriptDetailsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
151
179
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
152
180
  ) -> None:
153
- '''
181
+ '''Create a new ``AWS::AppStream::AppBlock``.
182
+
154
183
  :param scope: Scope in which this resource is defined.
155
184
  :param id: Construct identifier for this resource (unique in its scope).
156
185
  :param name: The name of the app block. *Pattern* : ``^[a-zA-Z0-9][a-zA-Z0-9_.-]{0,100}$``
@@ -209,6 +238,12 @@ class CfnAppBlock(
209
238
  '''The CloudFormation resource type name for this resource class.'''
210
239
  return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
211
240
 
241
+ @builtins.property
242
+ @jsii.member(jsii_name="appBlockRef")
243
+ def app_block_ref(self) -> _AppBlockReference_1e5e2364:
244
+ '''A reference to a AppBlock resource.'''
245
+ return typing.cast(_AppBlockReference_1e5e2364, jsii.get(self, "appBlockRef"))
246
+
212
247
  @builtins.property
213
248
  @jsii.member(jsii_name="attrArn")
214
249
  def attr_arn(self) -> builtins.str:
@@ -548,7 +583,7 @@ class CfnAppBlock(
548
583
  )
549
584
 
550
585
 
551
- @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
586
+ @jsii.implements(_IInspectable_c2943556, _IAppBlockBuilderRef_173a2da9, _ITaggableV2_4e6798f8)
552
587
  class CfnAppBlockBuilder(
553
588
  _CfnResource_9df397a6,
554
589
  metaclass=jsii.JSIIMeta,
@@ -609,7 +644,8 @@ class CfnAppBlockBuilder(
609
644
  iam_role_arn: typing.Optional[builtins.str] = None,
610
645
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
611
646
  ) -> None:
612
- '''
647
+ '''Create a new ``AWS::AppStream::AppBlockBuilder``.
648
+
613
649
  :param scope: Scope in which this resource is defined.
614
650
  :param id: Construct identifier for this resource (unique in its scope).
615
651
  :param instance_type: The instance type of the app block builder.
@@ -644,6 +680,48 @@ class CfnAppBlockBuilder(
644
680
 
645
681
  jsii.create(self.__class__, self, [scope, id, props])
646
682
 
683
+ @jsii.member(jsii_name="fromAppBlockBuilderArn")
684
+ @builtins.classmethod
685
+ def from_app_block_builder_arn(
686
+ cls,
687
+ scope: _constructs_77d1e7e8.Construct,
688
+ id: builtins.str,
689
+ arn: builtins.str,
690
+ ) -> _IAppBlockBuilderRef_173a2da9:
691
+ '''Creates a new IAppBlockBuilderRef from an ARN.
692
+
693
+ :param scope: -
694
+ :param id: -
695
+ :param arn: -
696
+ '''
697
+ if __debug__:
698
+ type_hints = typing.get_type_hints(_typecheckingstub__ca5515f8f8fac8a38a30eba99d4e972ef68627c6c23c2c67500523a86f302b1e)
699
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
700
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
701
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
702
+ return typing.cast(_IAppBlockBuilderRef_173a2da9, jsii.sinvoke(cls, "fromAppBlockBuilderArn", [scope, id, arn]))
703
+
704
+ @jsii.member(jsii_name="fromAppBlockBuilderName")
705
+ @builtins.classmethod
706
+ def from_app_block_builder_name(
707
+ cls,
708
+ scope: _constructs_77d1e7e8.Construct,
709
+ id: builtins.str,
710
+ app_block_builder_name: builtins.str,
711
+ ) -> _IAppBlockBuilderRef_173a2da9:
712
+ '''Creates a new IAppBlockBuilderRef from a appBlockBuilderName.
713
+
714
+ :param scope: -
715
+ :param id: -
716
+ :param app_block_builder_name: -
717
+ '''
718
+ if __debug__:
719
+ type_hints = typing.get_type_hints(_typecheckingstub__6a9f18ac6c35e2ca99250cd6430503031deeb8ca02f9722e26f4755394f3595c)
720
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
721
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
722
+ check_type(argname="argument app_block_builder_name", value=app_block_builder_name, expected_type=type_hints["app_block_builder_name"])
723
+ return typing.cast(_IAppBlockBuilderRef_173a2da9, jsii.sinvoke(cls, "fromAppBlockBuilderName", [scope, id, app_block_builder_name]))
724
+
647
725
  @jsii.member(jsii_name="inspect")
648
726
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
649
727
  '''Examines the CloudFormation resource and discloses attributes.
@@ -674,6 +752,12 @@ class CfnAppBlockBuilder(
674
752
  '''The CloudFormation resource type name for this resource class.'''
675
753
  return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
676
754
 
755
+ @builtins.property
756
+ @jsii.member(jsii_name="appBlockBuilderRef")
757
+ def app_block_builder_ref(self) -> _AppBlockBuilderReference_bce53ba0:
758
+ '''A reference to a AppBlockBuilder resource.'''
759
+ return typing.cast(_AppBlockBuilderReference_bce53ba0, jsii.get(self, "appBlockBuilderRef"))
760
+
677
761
  @builtins.property
678
762
  @jsii.member(jsii_name="attrArn")
679
763
  def attr_arn(self) -> builtins.str:
@@ -1461,7 +1545,7 @@ class CfnAppBlockProps:
1461
1545
  )
1462
1546
 
1463
1547
 
1464
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
1548
+ @jsii.implements(_IInspectable_c2943556, _IApplicationRef_eb705613, _ITaggable_36806126)
1465
1549
  class CfnApplication(
1466
1550
  _CfnResource_9df397a6,
1467
1551
  metaclass=jsii.JSIIMeta,
@@ -1523,7 +1607,8 @@ class CfnApplication(
1523
1607
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
1524
1608
  working_directory: typing.Optional[builtins.str] = None,
1525
1609
  ) -> None:
1526
- '''
1610
+ '''Create a new ``AWS::AppStream::Application``.
1611
+
1527
1612
  :param scope: Scope in which this resource is defined.
1528
1613
  :param id: Construct identifier for this resource (unique in its scope).
1529
1614
  :param app_block_arn: The app block ARN with which the application should be associated.
@@ -1590,6 +1675,12 @@ class CfnApplication(
1590
1675
  '''The CloudFormation resource type name for this resource class.'''
1591
1676
  return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
1592
1677
 
1678
+ @builtins.property
1679
+ @jsii.member(jsii_name="applicationRef")
1680
+ def application_ref(self) -> _ApplicationReference_d6d0d747:
1681
+ '''A reference to a Application resource.'''
1682
+ return typing.cast(_ApplicationReference_d6d0d747, jsii.get(self, "applicationRef"))
1683
+
1593
1684
  @builtins.property
1594
1685
  @jsii.member(jsii_name="attrArn")
1595
1686
  def attr_arn(self) -> builtins.str:
@@ -1850,7 +1941,7 @@ class CfnApplication(
1850
1941
  )
1851
1942
 
1852
1943
 
1853
- @jsii.implements(_IInspectable_c2943556)
1944
+ @jsii.implements(_IInspectable_c2943556, _IApplicationEntitlementAssociationRef_9ff71acb)
1854
1945
  class CfnApplicationEntitlementAssociation(
1855
1946
  _CfnResource_9df397a6,
1856
1947
  metaclass=jsii.JSIIMeta,
@@ -1884,7 +1975,8 @@ class CfnApplicationEntitlementAssociation(
1884
1975
  entitlement_name: builtins.str,
1885
1976
  stack_name: builtins.str,
1886
1977
  ) -> None:
1887
- '''
1978
+ '''Create a new ``AWS::AppStream::ApplicationEntitlementAssociation``.
1979
+
1888
1980
  :param scope: Scope in which this resource is defined.
1889
1981
  :param id: Construct identifier for this resource (unique in its scope).
1890
1982
  :param application_identifier: The identifier of the application.
@@ -1933,6 +2025,14 @@ class CfnApplicationEntitlementAssociation(
1933
2025
  '''The CloudFormation resource type name for this resource class.'''
1934
2026
  return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
1935
2027
 
2028
+ @builtins.property
2029
+ @jsii.member(jsii_name="applicationEntitlementAssociationRef")
2030
+ def application_entitlement_association_ref(
2031
+ self,
2032
+ ) -> _ApplicationEntitlementAssociationReference_5595d2d7:
2033
+ '''A reference to a ApplicationEntitlementAssociation resource.'''
2034
+ return typing.cast(_ApplicationEntitlementAssociationReference_5595d2d7, jsii.get(self, "applicationEntitlementAssociationRef"))
2035
+
1936
2036
  @builtins.property
1937
2037
  @jsii.member(jsii_name="cfnProperties")
1938
2038
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
@@ -2069,7 +2169,7 @@ class CfnApplicationEntitlementAssociationProps:
2069
2169
  )
2070
2170
 
2071
2171
 
2072
- @jsii.implements(_IInspectable_c2943556)
2172
+ @jsii.implements(_IInspectable_c2943556, _IApplicationFleetAssociationRef_6d4f7425)
2073
2173
  class CfnApplicationFleetAssociation(
2074
2174
  _CfnResource_9df397a6,
2075
2175
  metaclass=jsii.JSIIMeta,
@@ -2103,7 +2203,8 @@ class CfnApplicationFleetAssociation(
2103
2203
  application_arn: builtins.str,
2104
2204
  fleet_name: builtins.str,
2105
2205
  ) -> None:
2106
- '''
2206
+ '''Create a new ``AWS::AppStream::ApplicationFleetAssociation``.
2207
+
2107
2208
  :param scope: Scope in which this resource is defined.
2108
2209
  :param id: Construct identifier for this resource (unique in its scope).
2109
2210
  :param application_arn: The ARN of the application.
@@ -2149,6 +2250,14 @@ class CfnApplicationFleetAssociation(
2149
2250
  '''The CloudFormation resource type name for this resource class.'''
2150
2251
  return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
2151
2252
 
2253
+ @builtins.property
2254
+ @jsii.member(jsii_name="applicationFleetAssociationRef")
2255
+ def application_fleet_association_ref(
2256
+ self,
2257
+ ) -> _ApplicationFleetAssociationReference_4d05f789:
2258
+ '''A reference to a ApplicationFleetAssociation resource.'''
2259
+ return typing.cast(_ApplicationFleetAssociationReference_4d05f789, jsii.get(self, "applicationFleetAssociationRef"))
2260
+
2152
2261
  @builtins.property
2153
2262
  @jsii.member(jsii_name="cfnProperties")
2154
2263
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
@@ -2508,7 +2617,7 @@ class CfnApplicationProps:
2508
2617
  )
2509
2618
 
2510
2619
 
2511
- @jsii.implements(_IInspectable_c2943556)
2620
+ @jsii.implements(_IInspectable_c2943556, _IDirectoryConfigRef_db861b03)
2512
2621
  class CfnDirectoryConfig(
2513
2622
  _CfnResource_9df397a6,
2514
2623
  metaclass=jsii.JSIIMeta,
@@ -2552,7 +2661,8 @@ class CfnDirectoryConfig(
2552
2661
  service_account_credentials: typing.Union[_IResolvable_da3f097b, typing.Union["CfnDirectoryConfig.ServiceAccountCredentialsProperty", typing.Dict[builtins.str, typing.Any]]],
2553
2662
  certificate_based_auth_properties: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDirectoryConfig.CertificateBasedAuthPropertiesProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
2554
2663
  ) -> None:
2555
- '''
2664
+ '''Create a new ``AWS::AppStream::DirectoryConfig``.
2665
+
2556
2666
  :param scope: Scope in which this resource is defined.
2557
2667
  :param id: Construct identifier for this resource (unique in its scope).
2558
2668
  :param directory_name: The fully qualified name of the directory (for example, corp.example.com).
@@ -2608,6 +2718,12 @@ class CfnDirectoryConfig(
2608
2718
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
2609
2719
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
2610
2720
 
2721
+ @builtins.property
2722
+ @jsii.member(jsii_name="directoryConfigRef")
2723
+ def directory_config_ref(self) -> _DirectoryConfigReference_228c09c6:
2724
+ '''A reference to a DirectoryConfig resource.'''
2725
+ return typing.cast(_DirectoryConfigReference_228c09c6, jsii.get(self, "directoryConfigRef"))
2726
+
2611
2727
  @builtins.property
2612
2728
  @jsii.member(jsii_name="directoryName")
2613
2729
  def directory_name(self) -> builtins.str:
@@ -2946,7 +3062,7 @@ class CfnDirectoryConfigProps:
2946
3062
  )
2947
3063
 
2948
3064
 
2949
- @jsii.implements(_IInspectable_c2943556)
3065
+ @jsii.implements(_IInspectable_c2943556, _IEntitlementRef_f656e92e)
2950
3066
  class CfnEntitlement(
2951
3067
  _CfnResource_9df397a6,
2952
3068
  metaclass=jsii.JSIIMeta,
@@ -2991,7 +3107,8 @@ class CfnEntitlement(
2991
3107
  stack_name: builtins.str,
2992
3108
  description: typing.Optional[builtins.str] = None,
2993
3109
  ) -> None:
2994
- '''
3110
+ '''Create a new ``AWS::AppStream::Entitlement``.
3111
+
2995
3112
  :param scope: Scope in which this resource is defined.
2996
3113
  :param id: Construct identifier for this resource (unique in its scope).
2997
3114
  :param app_visibility: Specifies whether to entitle all apps or only selected apps.
@@ -3067,6 +3184,12 @@ class CfnEntitlement(
3067
3184
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
3068
3185
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
3069
3186
 
3187
+ @builtins.property
3188
+ @jsii.member(jsii_name="entitlementRef")
3189
+ def entitlement_ref(self) -> _EntitlementReference_d31b16d8:
3190
+ '''A reference to a Entitlement resource.'''
3191
+ return typing.cast(_EntitlementReference_d31b16d8, jsii.get(self, "entitlementRef"))
3192
+
3070
3193
  @builtins.property
3071
3194
  @jsii.member(jsii_name="appVisibility")
3072
3195
  def app_visibility(self) -> builtins.str:
@@ -3346,7 +3469,7 @@ class CfnEntitlementProps:
3346
3469
  )
3347
3470
 
3348
3471
 
3349
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
3472
+ @jsii.implements(_IInspectable_c2943556, _IFleetRef_607aaa51, _ITaggable_36806126)
3350
3473
  class CfnFleet(
3351
3474
  _CfnResource_9df397a6,
3352
3475
  metaclass=jsii.JSIIMeta,
@@ -3401,10 +3524,11 @@ class CfnFleet(
3401
3524
  usb_device_filter_strings: typing.Optional[typing.Sequence[builtins.str]] = None,
3402
3525
  vpc_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnFleet.VpcConfigProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
3403
3526
  ) -> None:
3404
- '''
3527
+ '''Create a new ``AWS::AppStream::Fleet``.
3528
+
3405
3529
  :param scope: Scope in which this resource is defined.
3406
3530
  :param id: Construct identifier for this resource (unique in its scope).
3407
- :param instance_type: The instance type to use when launching fleet instances. The following instance types are available for non-Elastic fleets:. - stream.standard.small - stream.standard.medium - stream.standard.large - stream.compute.large - stream.compute.xlarge - stream.compute.2xlarge - stream.compute.4xlarge - stream.compute.8xlarge - stream.memory.large - stream.memory.xlarge - stream.memory.2xlarge - stream.memory.4xlarge - stream.memory.8xlarge - stream.memory.z1d.large - stream.memory.z1d.xlarge - stream.memory.z1d.2xlarge - stream.memory.z1d.3xlarge - stream.memory.z1d.6xlarge - stream.memory.z1d.12xlarge - stream.graphics-design.large - stream.graphics-design.xlarge - stream.graphics-design.2xlarge - stream.graphics-design.4xlarge - stream.graphics-desktop.2xlarge - stream.graphics.g4dn.xlarge - stream.graphics.g4dn.2xlarge - stream.graphics.g4dn.4xlarge - stream.graphics.g4dn.8xlarge - stream.graphics.g4dn.12xlarge - stream.graphics.g4dn.16xlarge - stream.graphics-pro.4xlarge - stream.graphics-pro.8xlarge - stream.graphics-pro.16xlarge The following instance types are available for Elastic fleets: - stream.standard.small - stream.standard.medium
3531
+ :param instance_type: The instance type to use when launching fleet instances. The following instance types are available for non-Elastic fleets:. - stream.standard.small - stream.standard.medium - stream.standard.large - stream.compute.large - stream.compute.xlarge - stream.compute.2xlarge - stream.compute.4xlarge - stream.compute.8xlarge - stream.memory.large - stream.memory.xlarge - stream.memory.2xlarge - stream.memory.4xlarge - stream.memory.8xlarge - stream.memory.z1d.large - stream.memory.z1d.xlarge - stream.memory.z1d.2xlarge - stream.memory.z1d.3xlarge - stream.memory.z1d.6xlarge - stream.memory.z1d.12xlarge - stream.graphics-design.large - stream.graphics-design.xlarge - stream.graphics-design.2xlarge - stream.graphics-design.4xlarge - stream.graphics.g4dn.xlarge - stream.graphics.g4dn.2xlarge - stream.graphics.g4dn.4xlarge - stream.graphics.g4dn.8xlarge - stream.graphics.g4dn.12xlarge - stream.graphics.g4dn.16xlarge - stream.graphics.g5.xlarge - stream.graphics.g5.2xlarge - stream.graphics.g5.4xlarge - stream.graphics.g5.8xlarge - stream.graphics.g5.16xlarge - stream.graphics.g5.12xlarge - stream.graphics.g5.24xlarge - stream.graphics.g6.xlarge - stream.graphics.g6.2xlarge - stream.graphics.g6.4xlarge - stream.graphics.g6.8xlarge - stream.graphics.g6.16xlarge - stream.graphics.g6.12xlarge - stream.graphics.g6.24xlarge - stream.graphics.gr6.4xlarge - stream.graphics.gr6.8xlarge - stream.graphics.g6f.large - stream.graphics.g6f.xlarge - stream.graphics.g6f.2xlarge - stream.graphics.g6f.4xlarge - stream.graphics.gr6f.4xlarge The following instance types are available for Elastic fleets: - stream.standard.small - stream.standard.medium
3408
3532
  :param name: A unique name for the fleet.
3409
3533
  :param compute_capacity: The desired capacity for the fleet. This is not allowed for Elastic fleets.
3410
3534
  :param description: The description to display.
@@ -3422,7 +3546,7 @@ class CfnFleet(
3422
3546
  :param max_user_duration_in_seconds: The maximum amount of time that a streaming session can remain active, in seconds. If users are still connected to a streaming instance five minutes before this limit is reached, they are prompted to save any open documents before being disconnected. After this time elapses, the instance is terminated and replaced by a new instance. Specify a value between 600 and 432000.
3423
3547
  :param platform: The platform of the fleet. Platform is a required setting for Elastic fleets, and is not used for other fleet types.
3424
3548
  :param session_script_s3_location: The S3 location of the session scripts configuration zip file. This only applies to Elastic fleets.
3425
- :param stream_view: The AppStream 2.0 view that is displayed to your users when they stream from the fleet. When ``APP`` is specified, only the windows of applications opened by users display. When ``DESKTOP`` is specified, the standard desktop that is provided by the operating system displays. The default value is ``APP`` .
3549
+ :param stream_view: The WorkSpaces Applications view that is displayed to your users when they stream from the fleet. When ``APP`` is specified, only the windows of applications opened by users display. When ``DESKTOP`` is specified, the standard desktop that is provided by the operating system displays. The default value is ``APP`` .
3426
3550
  :param tags: An array of key-value pairs.
3427
3551
  :param usb_device_filter_strings: The USB device filter strings that specify which USB devices a user can redirect to the fleet streaming session, when using the Windows native client. This is allowed but not required for Elastic fleets.
3428
3552
  :param vpc_config: The VPC configuration for the fleet. This is required for Elastic fleets, but not required for other fleet types.
@@ -3501,6 +3625,12 @@ class CfnFleet(
3501
3625
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
3502
3626
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
3503
3627
 
3628
+ @builtins.property
3629
+ @jsii.member(jsii_name="fleetRef")
3630
+ def fleet_ref(self) -> _FleetReference_282934ad:
3631
+ '''A reference to a Fleet resource.'''
3632
+ return typing.cast(_FleetReference_282934ad, jsii.get(self, "fleetRef"))
3633
+
3504
3634
  @builtins.property
3505
3635
  @jsii.member(jsii_name="tags")
3506
3636
  def tags(self) -> _TagManager_0a598cb3:
@@ -3773,7 +3903,7 @@ class CfnFleet(
3773
3903
  @builtins.property
3774
3904
  @jsii.member(jsii_name="streamView")
3775
3905
  def stream_view(self) -> typing.Optional[builtins.str]:
3776
- '''The AppStream 2.0 view that is displayed to your users when they stream from the fleet. When ``APP`` is specified, only the windows of applications opened by users display. When ``DESKTOP`` is specified, the standard desktop that is provided by the operating system displays.'''
3906
+ '''The WorkSpaces Applications view that is displayed to your users when they stream from the fleet.'''
3777
3907
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "streamView"))
3778
3908
 
3779
3909
  @stream_view.setter
@@ -4181,7 +4311,7 @@ class CfnFleetProps:
4181
4311
  ) -> None:
4182
4312
  '''Properties for defining a ``CfnFleet``.
4183
4313
 
4184
- :param instance_type: The instance type to use when launching fleet instances. The following instance types are available for non-Elastic fleets:. - stream.standard.small - stream.standard.medium - stream.standard.large - stream.compute.large - stream.compute.xlarge - stream.compute.2xlarge - stream.compute.4xlarge - stream.compute.8xlarge - stream.memory.large - stream.memory.xlarge - stream.memory.2xlarge - stream.memory.4xlarge - stream.memory.8xlarge - stream.memory.z1d.large - stream.memory.z1d.xlarge - stream.memory.z1d.2xlarge - stream.memory.z1d.3xlarge - stream.memory.z1d.6xlarge - stream.memory.z1d.12xlarge - stream.graphics-design.large - stream.graphics-design.xlarge - stream.graphics-design.2xlarge - stream.graphics-design.4xlarge - stream.graphics-desktop.2xlarge - stream.graphics.g4dn.xlarge - stream.graphics.g4dn.2xlarge - stream.graphics.g4dn.4xlarge - stream.graphics.g4dn.8xlarge - stream.graphics.g4dn.12xlarge - stream.graphics.g4dn.16xlarge - stream.graphics-pro.4xlarge - stream.graphics-pro.8xlarge - stream.graphics-pro.16xlarge The following instance types are available for Elastic fleets: - stream.standard.small - stream.standard.medium
4314
+ :param instance_type: The instance type to use when launching fleet instances. The following instance types are available for non-Elastic fleets:. - stream.standard.small - stream.standard.medium - stream.standard.large - stream.compute.large - stream.compute.xlarge - stream.compute.2xlarge - stream.compute.4xlarge - stream.compute.8xlarge - stream.memory.large - stream.memory.xlarge - stream.memory.2xlarge - stream.memory.4xlarge - stream.memory.8xlarge - stream.memory.z1d.large - stream.memory.z1d.xlarge - stream.memory.z1d.2xlarge - stream.memory.z1d.3xlarge - stream.memory.z1d.6xlarge - stream.memory.z1d.12xlarge - stream.graphics-design.large - stream.graphics-design.xlarge - stream.graphics-design.2xlarge - stream.graphics-design.4xlarge - stream.graphics.g4dn.xlarge - stream.graphics.g4dn.2xlarge - stream.graphics.g4dn.4xlarge - stream.graphics.g4dn.8xlarge - stream.graphics.g4dn.12xlarge - stream.graphics.g4dn.16xlarge - stream.graphics.g5.xlarge - stream.graphics.g5.2xlarge - stream.graphics.g5.4xlarge - stream.graphics.g5.8xlarge - stream.graphics.g5.16xlarge - stream.graphics.g5.12xlarge - stream.graphics.g5.24xlarge - stream.graphics.g6.xlarge - stream.graphics.g6.2xlarge - stream.graphics.g6.4xlarge - stream.graphics.g6.8xlarge - stream.graphics.g6.16xlarge - stream.graphics.g6.12xlarge - stream.graphics.g6.24xlarge - stream.graphics.gr6.4xlarge - stream.graphics.gr6.8xlarge - stream.graphics.g6f.large - stream.graphics.g6f.xlarge - stream.graphics.g6f.2xlarge - stream.graphics.g6f.4xlarge - stream.graphics.gr6f.4xlarge The following instance types are available for Elastic fleets: - stream.standard.small - stream.standard.medium
4185
4315
  :param name: A unique name for the fleet.
4186
4316
  :param compute_capacity: The desired capacity for the fleet. This is not allowed for Elastic fleets.
4187
4317
  :param description: The description to display.
@@ -4199,7 +4329,7 @@ class CfnFleetProps:
4199
4329
  :param max_user_duration_in_seconds: The maximum amount of time that a streaming session can remain active, in seconds. If users are still connected to a streaming instance five minutes before this limit is reached, they are prompted to save any open documents before being disconnected. After this time elapses, the instance is terminated and replaced by a new instance. Specify a value between 600 and 432000.
4200
4330
  :param platform: The platform of the fleet. Platform is a required setting for Elastic fleets, and is not used for other fleet types.
4201
4331
  :param session_script_s3_location: The S3 location of the session scripts configuration zip file. This only applies to Elastic fleets.
4202
- :param stream_view: The AppStream 2.0 view that is displayed to your users when they stream from the fleet. When ``APP`` is specified, only the windows of applications opened by users display. When ``DESKTOP`` is specified, the standard desktop that is provided by the operating system displays. The default value is ``APP`` .
4332
+ :param stream_view: The WorkSpaces Applications view that is displayed to your users when they stream from the fleet. When ``APP`` is specified, only the windows of applications opened by users display. When ``DESKTOP`` is specified, the standard desktop that is provided by the operating system displays. The default value is ``APP`` .
4203
4333
  :param tags: An array of key-value pairs.
4204
4334
  :param usb_device_filter_strings: The USB device filter strings that specify which USB devices a user can redirect to the fleet streaming session, when using the Windows native client. This is allowed but not required for Elastic fleets.
4205
4335
  :param vpc_config: The VPC configuration for the fleet. This is required for Elastic fleets, but not required for other fleet types.
@@ -4317,16 +4447,33 @@ class CfnFleetProps:
4317
4447
  - stream.graphics-design.xlarge
4318
4448
  - stream.graphics-design.2xlarge
4319
4449
  - stream.graphics-design.4xlarge
4320
- - stream.graphics-desktop.2xlarge
4321
4450
  - stream.graphics.g4dn.xlarge
4322
4451
  - stream.graphics.g4dn.2xlarge
4323
4452
  - stream.graphics.g4dn.4xlarge
4324
4453
  - stream.graphics.g4dn.8xlarge
4325
4454
  - stream.graphics.g4dn.12xlarge
4326
4455
  - stream.graphics.g4dn.16xlarge
4327
- - stream.graphics-pro.4xlarge
4328
- - stream.graphics-pro.8xlarge
4329
- - stream.graphics-pro.16xlarge
4456
+ - stream.graphics.g5.xlarge
4457
+ - stream.graphics.g5.2xlarge
4458
+ - stream.graphics.g5.4xlarge
4459
+ - stream.graphics.g5.8xlarge
4460
+ - stream.graphics.g5.16xlarge
4461
+ - stream.graphics.g5.12xlarge
4462
+ - stream.graphics.g5.24xlarge
4463
+ - stream.graphics.g6.xlarge
4464
+ - stream.graphics.g6.2xlarge
4465
+ - stream.graphics.g6.4xlarge
4466
+ - stream.graphics.g6.8xlarge
4467
+ - stream.graphics.g6.16xlarge
4468
+ - stream.graphics.g6.12xlarge
4469
+ - stream.graphics.g6.24xlarge
4470
+ - stream.graphics.gr6.4xlarge
4471
+ - stream.graphics.gr6.8xlarge
4472
+ - stream.graphics.g6f.large
4473
+ - stream.graphics.g6f.xlarge
4474
+ - stream.graphics.g6f.2xlarge
4475
+ - stream.graphics.g6f.4xlarge
4476
+ - stream.graphics.gr6f.4xlarge
4330
4477
 
4331
4478
  The following instance types are available for Elastic fleets:
4332
4479
 
@@ -4539,7 +4686,9 @@ class CfnFleetProps:
4539
4686
 
4540
4687
  @builtins.property
4541
4688
  def stream_view(self) -> typing.Optional[builtins.str]:
4542
- '''The AppStream 2.0 view that is displayed to your users when they stream from the fleet. When ``APP`` is specified, only the windows of applications opened by users display. When ``DESKTOP`` is specified, the standard desktop that is provided by the operating system displays.
4689
+ '''The WorkSpaces Applications view that is displayed to your users when they stream from the fleet.
4690
+
4691
+ When ``APP`` is specified, only the windows of applications opened by users display. When ``DESKTOP`` is specified, the standard desktop that is provided by the operating system displays.
4543
4692
 
4544
4693
  The default value is ``APP`` .
4545
4694
 
@@ -4593,7 +4742,7 @@ class CfnFleetProps:
4593
4742
  )
4594
4743
 
4595
4744
 
4596
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
4745
+ @jsii.implements(_IInspectable_c2943556, _IImageBuilderRef_0aae8b7e, _ITaggable_36806126)
4597
4746
  class CfnImageBuilder(
4598
4747
  _CfnResource_9df397a6,
4599
4748
  metaclass=jsii.JSIIMeta,
@@ -4663,13 +4812,14 @@ class CfnImageBuilder(
4663
4812
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
4664
4813
  vpc_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnImageBuilder.VpcConfigProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
4665
4814
  ) -> None:
4666
- '''
4815
+ '''Create a new ``AWS::AppStream::ImageBuilder``.
4816
+
4667
4817
  :param scope: Scope in which this resource is defined.
4668
4818
  :param id: Construct identifier for this resource (unique in its scope).
4669
- :param instance_type: The instance type to use when launching the image builder. The following instance types are available:. - stream.standard.small - stream.standard.medium - stream.standard.large - stream.compute.large - stream.compute.xlarge - stream.compute.2xlarge - stream.compute.4xlarge - stream.compute.8xlarge - stream.memory.large - stream.memory.xlarge - stream.memory.2xlarge - stream.memory.4xlarge - stream.memory.8xlarge - stream.memory.z1d.large - stream.memory.z1d.xlarge - stream.memory.z1d.2xlarge - stream.memory.z1d.3xlarge - stream.memory.z1d.6xlarge - stream.memory.z1d.12xlarge - stream.graphics-design.large - stream.graphics-design.xlarge - stream.graphics-design.2xlarge - stream.graphics-design.4xlarge - stream.graphics-desktop.2xlarge - stream.graphics.g4dn.xlarge - stream.graphics.g4dn.2xlarge - stream.graphics.g4dn.4xlarge - stream.graphics.g4dn.8xlarge - stream.graphics.g4dn.12xlarge - stream.graphics.g4dn.16xlarge - stream.graphics-pro.4xlarge - stream.graphics-pro.8xlarge - stream.graphics-pro.16xlarge
4819
+ :param instance_type: The instance type to use when launching the image builder. The following instance types are available:. - stream.standard.small - stream.standard.medium - stream.standard.large - stream.compute.large - stream.compute.xlarge - stream.compute.2xlarge - stream.compute.4xlarge - stream.compute.8xlarge - stream.memory.large - stream.memory.xlarge - stream.memory.2xlarge - stream.memory.4xlarge - stream.memory.8xlarge - stream.memory.z1d.large - stream.memory.z1d.xlarge - stream.memory.z1d.2xlarge - stream.memory.z1d.3xlarge - stream.memory.z1d.6xlarge - stream.memory.z1d.12xlarge - stream.graphics-design.large - stream.graphics-design.xlarge - stream.graphics-design.2xlarge - stream.graphics-design.4xlarge - stream.graphics.g4dn.xlarge - stream.graphics.g4dn.2xlarge - stream.graphics.g4dn.4xlarge - stream.graphics.g4dn.8xlarge - stream.graphics.g4dn.12xlarge - stream.graphics.g4dn.16xlarge - stream.graphics.g5.xlarge - stream.graphics.g5.2xlarge - stream.graphics.g5.4xlarge - stream.graphics.g5.8xlarge - stream.graphics.g5.16xlarge - stream.graphics.g5.12xlarge - stream.graphics.g5.24xlarge - stream.graphics.g6.xlarge - stream.graphics.g6.2xlarge - stream.graphics.g6.4xlarge - stream.graphics.g6.8xlarge - stream.graphics.g6.16xlarge - stream.graphics.g6.12xlarge - stream.graphics.g6.24xlarge - stream.graphics.gr6.4xlarge - stream.graphics.gr6.8xlarge - stream.graphics.g6f.large - stream.graphics.g6f.xlarge - stream.graphics.g6f.2xlarge - stream.graphics.g6f.4xlarge - stream.graphics.gr6f.4xlarge
4670
4820
  :param name: A unique name for the image builder.
4671
4821
  :param access_endpoints: The list of virtual private cloud (VPC) interface endpoint objects. Administrators can connect to the image builder only through the specified endpoints.
4672
- :param appstream_agent_version: The version of the AppStream 2.0 agent to use for this image builder. To use the latest version of the AppStream 2.0 agent, specify [LATEST].
4822
+ :param appstream_agent_version: The version of the WorkSpaces Applications agent to use for this image builder. To use the latest version of the WorkSpaces Applications agent, specify [LATEST].
4673
4823
  :param description: The description to display.
4674
4824
  :param display_name: The image builder name to display.
4675
4825
  :param domain_join_info: The name of the directory and organizational unit (OU) to use to join the image builder to a Microsoft Active Directory domain.
@@ -4702,6 +4852,27 @@ class CfnImageBuilder(
4702
4852
 
4703
4853
  jsii.create(self.__class__, self, [scope, id, props])
4704
4854
 
4855
+ @jsii.member(jsii_name="fromImageBuilderName")
4856
+ @builtins.classmethod
4857
+ def from_image_builder_name(
4858
+ cls,
4859
+ scope: _constructs_77d1e7e8.Construct,
4860
+ id: builtins.str,
4861
+ image_builder_name: builtins.str,
4862
+ ) -> _IImageBuilderRef_0aae8b7e:
4863
+ '''Creates a new IImageBuilderRef from a imageBuilderName.
4864
+
4865
+ :param scope: -
4866
+ :param id: -
4867
+ :param image_builder_name: -
4868
+ '''
4869
+ if __debug__:
4870
+ type_hints = typing.get_type_hints(_typecheckingstub__4520f8cce80ece1ce2b95953e6e5a9c2280c7161f0bd40ebd19cf52cb565939a)
4871
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
4872
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
4873
+ check_type(argname="argument image_builder_name", value=image_builder_name, expected_type=type_hints["image_builder_name"])
4874
+ return typing.cast(_IImageBuilderRef_0aae8b7e, jsii.sinvoke(cls, "fromImageBuilderName", [scope, id, image_builder_name]))
4875
+
4705
4876
  @jsii.member(jsii_name="inspect")
4706
4877
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
4707
4878
  '''Examines the CloudFormation resource and discloses attributes.
@@ -4746,6 +4917,12 @@ class CfnImageBuilder(
4746
4917
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
4747
4918
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
4748
4919
 
4920
+ @builtins.property
4921
+ @jsii.member(jsii_name="imageBuilderRef")
4922
+ def image_builder_ref(self) -> _ImageBuilderReference_e9c7a3cf:
4923
+ '''A reference to a ImageBuilder resource.'''
4924
+ return typing.cast(_ImageBuilderReference_e9c7a3cf, jsii.get(self, "imageBuilderRef"))
4925
+
4749
4926
  @builtins.property
4750
4927
  @jsii.member(jsii_name="tags")
4751
4928
  def tags(self) -> _TagManager_0a598cb3:
@@ -4802,7 +4979,7 @@ class CfnImageBuilder(
4802
4979
  @builtins.property
4803
4980
  @jsii.member(jsii_name="appstreamAgentVersion")
4804
4981
  def appstream_agent_version(self) -> typing.Optional[builtins.str]:
4805
- '''The version of the AppStream 2.0 agent to use for this image builder. To use the latest version of the AppStream 2.0 agent, specify [LATEST].'''
4982
+ '''The version of the WorkSpaces Applications agent to use for this image builder.'''
4806
4983
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "appstreamAgentVersion"))
4807
4984
 
4808
4985
  @appstream_agent_version.setter
@@ -4956,7 +5133,9 @@ class CfnImageBuilder(
4956
5133
  endpoint_type: builtins.str,
4957
5134
  vpce_id: builtins.str,
4958
5135
  ) -> None:
4959
- '''Describes an interface VPC endpoint (interface endpoint) that lets you create a private connection between the virtual private cloud (VPC) that you specify and AppStream 2.0. When you specify an interface endpoint for a stack, users of the stack can connect to AppStream 2.0 only through that endpoint. When you specify an interface endpoint for an image builder, administrators can connect to the image builder only through that endpoint.
5136
+ '''Describes an interface VPC endpoint (interface endpoint) that lets you create a private connection between the virtual private cloud (VPC) that you specify and WorkSpaces Applications.
5137
+
5138
+ When you specify an interface endpoint for a stack, users of the stack can connect to WorkSpaces Applications only through that endpoint. When you specify an interface endpoint for an image builder, administrators can connect to the image builder only through that endpoint.
4960
5139
 
4961
5140
  :param endpoint_type: The type of interface endpoint.
4962
5141
  :param vpce_id: The identifier (ID) of the VPC in which the interface endpoint is used.
@@ -5205,10 +5384,10 @@ class CfnImageBuilderProps:
5205
5384
  ) -> None:
5206
5385
  '''Properties for defining a ``CfnImageBuilder``.
5207
5386
 
5208
- :param instance_type: The instance type to use when launching the image builder. The following instance types are available:. - stream.standard.small - stream.standard.medium - stream.standard.large - stream.compute.large - stream.compute.xlarge - stream.compute.2xlarge - stream.compute.4xlarge - stream.compute.8xlarge - stream.memory.large - stream.memory.xlarge - stream.memory.2xlarge - stream.memory.4xlarge - stream.memory.8xlarge - stream.memory.z1d.large - stream.memory.z1d.xlarge - stream.memory.z1d.2xlarge - stream.memory.z1d.3xlarge - stream.memory.z1d.6xlarge - stream.memory.z1d.12xlarge - stream.graphics-design.large - stream.graphics-design.xlarge - stream.graphics-design.2xlarge - stream.graphics-design.4xlarge - stream.graphics-desktop.2xlarge - stream.graphics.g4dn.xlarge - stream.graphics.g4dn.2xlarge - stream.graphics.g4dn.4xlarge - stream.graphics.g4dn.8xlarge - stream.graphics.g4dn.12xlarge - stream.graphics.g4dn.16xlarge - stream.graphics-pro.4xlarge - stream.graphics-pro.8xlarge - stream.graphics-pro.16xlarge
5387
+ :param instance_type: The instance type to use when launching the image builder. The following instance types are available:. - stream.standard.small - stream.standard.medium - stream.standard.large - stream.compute.large - stream.compute.xlarge - stream.compute.2xlarge - stream.compute.4xlarge - stream.compute.8xlarge - stream.memory.large - stream.memory.xlarge - stream.memory.2xlarge - stream.memory.4xlarge - stream.memory.8xlarge - stream.memory.z1d.large - stream.memory.z1d.xlarge - stream.memory.z1d.2xlarge - stream.memory.z1d.3xlarge - stream.memory.z1d.6xlarge - stream.memory.z1d.12xlarge - stream.graphics-design.large - stream.graphics-design.xlarge - stream.graphics-design.2xlarge - stream.graphics-design.4xlarge - stream.graphics.g4dn.xlarge - stream.graphics.g4dn.2xlarge - stream.graphics.g4dn.4xlarge - stream.graphics.g4dn.8xlarge - stream.graphics.g4dn.12xlarge - stream.graphics.g4dn.16xlarge - stream.graphics.g5.xlarge - stream.graphics.g5.2xlarge - stream.graphics.g5.4xlarge - stream.graphics.g5.8xlarge - stream.graphics.g5.16xlarge - stream.graphics.g5.12xlarge - stream.graphics.g5.24xlarge - stream.graphics.g6.xlarge - stream.graphics.g6.2xlarge - stream.graphics.g6.4xlarge - stream.graphics.g6.8xlarge - stream.graphics.g6.16xlarge - stream.graphics.g6.12xlarge - stream.graphics.g6.24xlarge - stream.graphics.gr6.4xlarge - stream.graphics.gr6.8xlarge - stream.graphics.g6f.large - stream.graphics.g6f.xlarge - stream.graphics.g6f.2xlarge - stream.graphics.g6f.4xlarge - stream.graphics.gr6f.4xlarge
5209
5388
  :param name: A unique name for the image builder.
5210
5389
  :param access_endpoints: The list of virtual private cloud (VPC) interface endpoint objects. Administrators can connect to the image builder only through the specified endpoints.
5211
- :param appstream_agent_version: The version of the AppStream 2.0 agent to use for this image builder. To use the latest version of the AppStream 2.0 agent, specify [LATEST].
5390
+ :param appstream_agent_version: The version of the WorkSpaces Applications agent to use for this image builder. To use the latest version of the WorkSpaces Applications agent, specify [LATEST].
5212
5391
  :param description: The description to display.
5213
5392
  :param display_name: The image builder name to display.
5214
5393
  :param domain_join_info: The name of the directory and organizational unit (OU) to use to join the image builder to a Microsoft Active Directory domain.
@@ -5327,16 +5506,33 @@ class CfnImageBuilderProps:
5327
5506
  - stream.graphics-design.xlarge
5328
5507
  - stream.graphics-design.2xlarge
5329
5508
  - stream.graphics-design.4xlarge
5330
- - stream.graphics-desktop.2xlarge
5331
5509
  - stream.graphics.g4dn.xlarge
5332
5510
  - stream.graphics.g4dn.2xlarge
5333
5511
  - stream.graphics.g4dn.4xlarge
5334
5512
  - stream.graphics.g4dn.8xlarge
5335
5513
  - stream.graphics.g4dn.12xlarge
5336
5514
  - stream.graphics.g4dn.16xlarge
5337
- - stream.graphics-pro.4xlarge
5338
- - stream.graphics-pro.8xlarge
5339
- - stream.graphics-pro.16xlarge
5515
+ - stream.graphics.g5.xlarge
5516
+ - stream.graphics.g5.2xlarge
5517
+ - stream.graphics.g5.4xlarge
5518
+ - stream.graphics.g5.8xlarge
5519
+ - stream.graphics.g5.16xlarge
5520
+ - stream.graphics.g5.12xlarge
5521
+ - stream.graphics.g5.24xlarge
5522
+ - stream.graphics.g6.xlarge
5523
+ - stream.graphics.g6.2xlarge
5524
+ - stream.graphics.g6.4xlarge
5525
+ - stream.graphics.g6.8xlarge
5526
+ - stream.graphics.g6.16xlarge
5527
+ - stream.graphics.g6.12xlarge
5528
+ - stream.graphics.g6.24xlarge
5529
+ - stream.graphics.gr6.4xlarge
5530
+ - stream.graphics.gr6.8xlarge
5531
+ - stream.graphics.g6f.large
5532
+ - stream.graphics.g6f.xlarge
5533
+ - stream.graphics.g6f.2xlarge
5534
+ - stream.graphics.g6f.4xlarge
5535
+ - stream.graphics.gr6f.4xlarge
5340
5536
 
5341
5537
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-instancetype
5342
5538
  '''
@@ -5369,7 +5565,9 @@ class CfnImageBuilderProps:
5369
5565
 
5370
5566
  @builtins.property
5371
5567
  def appstream_agent_version(self) -> typing.Optional[builtins.str]:
5372
- '''The version of the AppStream 2.0 agent to use for this image builder. To use the latest version of the AppStream 2.0 agent, specify [LATEST].
5568
+ '''The version of the WorkSpaces Applications agent to use for this image builder.
5569
+
5570
+ To use the latest version of the WorkSpaces Applications agent, specify [LATEST].
5373
5571
 
5374
5572
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-appstreamagentversion
5375
5573
  '''
@@ -5481,7 +5679,7 @@ class CfnImageBuilderProps:
5481
5679
  )
5482
5680
 
5483
5681
 
5484
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
5682
+ @jsii.implements(_IInspectable_c2943556, _IStackRef_8745962d, _ITaggable_36806126)
5485
5683
  class CfnStack(
5486
5684
  _CfnResource_9df397a6,
5487
5685
  metaclass=jsii.JSIIMeta,
@@ -5562,16 +5760,17 @@ class CfnStack(
5562
5760
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
5563
5761
  user_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnStack.UserSettingProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
5564
5762
  ) -> None:
5565
- '''
5763
+ '''Create a new ``AWS::AppStream::Stack``.
5764
+
5566
5765
  :param scope: Scope in which this resource is defined.
5567
5766
  :param id: Construct identifier for this resource (unique in its scope).
5568
- :param access_endpoints: The list of virtual private cloud (VPC) interface endpoint objects. Users of the stack can connect to AppStream 2.0 only through the specified endpoints.
5767
+ :param access_endpoints: The list of virtual private cloud (VPC) interface endpoint objects. Users of the stack can connect to WorkSpaces Applications only through the specified endpoints.
5569
5768
  :param application_settings: The persistent application settings for users of the stack. When these settings are enabled, changes that users make to applications and Windows settings are automatically saved after each session and applied to the next session.
5570
5769
  :param attributes_to_delete: The stack attributes to delete.
5571
5770
  :param delete_storage_connectors: *This parameter has been deprecated.*. Deletes the storage connectors currently enabled for the stack.
5572
5771
  :param description: The description to display.
5573
5772
  :param display_name: The stack name to display.
5574
- :param embed_host_domains: The domains where AppStream 2.0 streaming sessions can be embedded in an iframe. You must approve the domains that you want to host embedded AppStream 2.0 streaming sessions.
5773
+ :param embed_host_domains: The domains where WorkSpaces Applications streaming sessions can be embedded in an iframe. You must approve the domains that you want to host embedded WorkSpaces Applications streaming sessions.
5575
5774
  :param feedback_url: The URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.
5576
5775
  :param name: The name of the stack.
5577
5776
  :param redirect_url: The URL that users are redirected to after their streaming session ends.
@@ -5646,6 +5845,12 @@ class CfnStack(
5646
5845
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
5647
5846
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
5648
5847
 
5848
+ @builtins.property
5849
+ @jsii.member(jsii_name="stackRef")
5850
+ def stack_ref(self) -> _StackReference_4ab8d5cc:
5851
+ '''A reference to a Stack resource.'''
5852
+ return typing.cast(_StackReference_4ab8d5cc, jsii.get(self, "stackRef"))
5853
+
5649
5854
  @builtins.property
5650
5855
  @jsii.member(jsii_name="tags")
5651
5856
  def tags(self) -> _TagManager_0a598cb3:
@@ -5751,7 +5956,7 @@ class CfnStack(
5751
5956
  @builtins.property
5752
5957
  @jsii.member(jsii_name="embedHostDomains")
5753
5958
  def embed_host_domains(self) -> typing.Optional[typing.List[builtins.str]]:
5754
- '''The domains where AppStream 2.0 streaming sessions can be embedded in an iframe. You must approve the domains that you want to host embedded AppStream 2.0 streaming sessions.'''
5959
+ '''The domains where WorkSpaces Applications streaming sessions can be embedded in an iframe.'''
5755
5960
  return typing.cast(typing.Optional[typing.List[builtins.str]], jsii.get(self, "embedHostDomains"))
5756
5961
 
5757
5962
  @embed_host_domains.setter
@@ -5882,7 +6087,9 @@ class CfnStack(
5882
6087
  endpoint_type: builtins.str,
5883
6088
  vpce_id: builtins.str,
5884
6089
  ) -> None:
5885
- '''Describes an interface VPC endpoint (interface endpoint) that lets you create a private connection between the virtual private cloud (VPC) that you specify and AppStream 2.0. When you specify an interface endpoint for a stack, users of the stack can connect to AppStream 2.0 only through that endpoint. When you specify an interface endpoint for an image builder, administrators can connect to the image builder only through that endpoint.
6090
+ '''Describes an interface VPC endpoint (interface endpoint) that lets you create a private connection between the virtual private cloud (VPC) that you specify and WorkSpaces Applications.
6091
+
6092
+ When you specify an interface endpoint for a stack, users of the stack can connect to WorkSpaces Applications only through that endpoint. When you specify an interface endpoint for an image builder, administrators can connect to the image builder only through that endpoint.
5886
6093
 
5887
6094
  :param endpoint_type: The type of interface endpoint.
5888
6095
  :param vpce_id: The identifier (ID) of the VPC in which the interface endpoint is used.
@@ -6264,7 +6471,7 @@ class CfnStack(
6264
6471
  )
6265
6472
 
6266
6473
 
6267
- @jsii.implements(_IInspectable_c2943556)
6474
+ @jsii.implements(_IInspectable_c2943556, _IStackFleetAssociationRef_ba9e925c)
6268
6475
  class CfnStackFleetAssociation(
6269
6476
  _CfnResource_9df397a6,
6270
6477
  metaclass=jsii.JSIIMeta,
@@ -6296,7 +6503,8 @@ class CfnStackFleetAssociation(
6296
6503
  fleet_name: builtins.str,
6297
6504
  stack_name: builtins.str,
6298
6505
  ) -> None:
6299
- '''
6506
+ '''Create a new ``AWS::AppStream::StackFleetAssociation``.
6507
+
6300
6508
  :param scope: Scope in which this resource is defined.
6301
6509
  :param id: Construct identifier for this resource (unique in its scope).
6302
6510
  :param fleet_name: The name of the fleet. To associate a fleet with a stack, you must specify a dependency on the fleet resource. For more information, see `DependsOn Attribute <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-dependson.html>`_ .
@@ -6355,6 +6563,12 @@ class CfnStackFleetAssociation(
6355
6563
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
6356
6564
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
6357
6565
 
6566
+ @builtins.property
6567
+ @jsii.member(jsii_name="stackFleetAssociationRef")
6568
+ def stack_fleet_association_ref(self) -> _StackFleetAssociationReference_36085df3:
6569
+ '''A reference to a StackFleetAssociation resource.'''
6570
+ return typing.cast(_StackFleetAssociationReference_36085df3, jsii.get(self, "stackFleetAssociationRef"))
6571
+
6358
6572
  @builtins.property
6359
6573
  @jsii.member(jsii_name="fleetName")
6360
6574
  def fleet_name(self) -> builtins.str:
@@ -6494,13 +6708,13 @@ class CfnStackProps:
6494
6708
  ) -> None:
6495
6709
  '''Properties for defining a ``CfnStack``.
6496
6710
 
6497
- :param access_endpoints: The list of virtual private cloud (VPC) interface endpoint objects. Users of the stack can connect to AppStream 2.0 only through the specified endpoints.
6711
+ :param access_endpoints: The list of virtual private cloud (VPC) interface endpoint objects. Users of the stack can connect to WorkSpaces Applications only through the specified endpoints.
6498
6712
  :param application_settings: The persistent application settings for users of the stack. When these settings are enabled, changes that users make to applications and Windows settings are automatically saved after each session and applied to the next session.
6499
6713
  :param attributes_to_delete: The stack attributes to delete.
6500
6714
  :param delete_storage_connectors: *This parameter has been deprecated.*. Deletes the storage connectors currently enabled for the stack.
6501
6715
  :param description: The description to display.
6502
6716
  :param display_name: The stack name to display.
6503
- :param embed_host_domains: The domains where AppStream 2.0 streaming sessions can be embedded in an iframe. You must approve the domains that you want to host embedded AppStream 2.0 streaming sessions.
6717
+ :param embed_host_domains: The domains where WorkSpaces Applications streaming sessions can be embedded in an iframe. You must approve the domains that you want to host embedded WorkSpaces Applications streaming sessions.
6504
6718
  :param feedback_url: The URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.
6505
6719
  :param name: The name of the stack.
6506
6720
  :param redirect_url: The URL that users are redirected to after their streaming session ends.
@@ -6612,7 +6826,7 @@ class CfnStackProps:
6612
6826
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnStack.AccessEndpointProperty]]]]:
6613
6827
  '''The list of virtual private cloud (VPC) interface endpoint objects.
6614
6828
 
6615
- Users of the stack can connect to AppStream 2.0 only through the specified endpoints.
6829
+ Users of the stack can connect to WorkSpaces Applications only through the specified endpoints.
6616
6830
 
6617
6831
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html#cfn-appstream-stack-accessendpoints
6618
6832
  '''
@@ -6674,7 +6888,9 @@ class CfnStackProps:
6674
6888
 
6675
6889
  @builtins.property
6676
6890
  def embed_host_domains(self) -> typing.Optional[typing.List[builtins.str]]:
6677
- '''The domains where AppStream 2.0 streaming sessions can be embedded in an iframe. You must approve the domains that you want to host embedded AppStream 2.0 streaming sessions.
6891
+ '''The domains where WorkSpaces Applications streaming sessions can be embedded in an iframe.
6892
+
6893
+ You must approve the domains that you want to host embedded WorkSpaces Applications streaming sessions.
6678
6894
 
6679
6895
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-stack.html#cfn-appstream-stack-embedhostdomains
6680
6896
  '''
@@ -6768,7 +6984,7 @@ class CfnStackProps:
6768
6984
  )
6769
6985
 
6770
6986
 
6771
- @jsii.implements(_IInspectable_c2943556)
6987
+ @jsii.implements(_IInspectable_c2943556, _IStackUserAssociationRef_a7277656)
6772
6988
  class CfnStackUserAssociation(
6773
6989
  _CfnResource_9df397a6,
6774
6990
  metaclass=jsii.JSIIMeta,
@@ -6806,7 +7022,8 @@ class CfnStackUserAssociation(
6806
7022
  user_name: builtins.str,
6807
7023
  send_email_notification: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
6808
7024
  ) -> None:
6809
- '''
7025
+ '''Create a new ``AWS::AppStream::StackUserAssociation``.
7026
+
6810
7027
  :param scope: Scope in which this resource is defined.
6811
7028
  :param id: Construct identifier for this resource (unique in its scope).
6812
7029
  :param authentication_type: The authentication type for the user who is associated with the stack. You must specify USERPOOL.
@@ -6870,6 +7087,12 @@ class CfnStackUserAssociation(
6870
7087
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
6871
7088
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
6872
7089
 
7090
+ @builtins.property
7091
+ @jsii.member(jsii_name="stackUserAssociationRef")
7092
+ def stack_user_association_ref(self) -> _StackUserAssociationReference_41f4b8fc:
7093
+ '''A reference to a StackUserAssociation resource.'''
7094
+ return typing.cast(_StackUserAssociationReference_41f4b8fc, jsii.get(self, "stackUserAssociationRef"))
7095
+
6873
7096
  @builtins.property
6874
7097
  @jsii.member(jsii_name="authenticationType")
6875
7098
  def authentication_type(self) -> builtins.str:
@@ -7045,7 +7268,7 @@ class CfnStackUserAssociationProps:
7045
7268
  )
7046
7269
 
7047
7270
 
7048
- @jsii.implements(_IInspectable_c2943556)
7271
+ @jsii.implements(_IInspectable_c2943556, _IUserRef_10289f91)
7049
7272
  class CfnUser(
7050
7273
  _CfnResource_9df397a6,
7051
7274
  metaclass=jsii.JSIIMeta,
@@ -7085,7 +7308,8 @@ class CfnUser(
7085
7308
  last_name: typing.Optional[builtins.str] = None,
7086
7309
  message_action: typing.Optional[builtins.str] = None,
7087
7310
  ) -> None:
7088
- '''
7311
+ '''Create a new ``AWS::AppStream::User``.
7312
+
7089
7313
  :param scope: Scope in which this resource is defined.
7090
7314
  :param id: Construct identifier for this resource (unique in its scope).
7091
7315
  :param authentication_type: The authentication type for the user. You must specify USERPOOL.
@@ -7151,6 +7375,12 @@ class CfnUser(
7151
7375
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
7152
7376
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
7153
7377
 
7378
+ @builtins.property
7379
+ @jsii.member(jsii_name="userRef")
7380
+ def user_ref(self) -> _UserReference_5b323d0c:
7381
+ '''A reference to a User resource.'''
7382
+ return typing.cast(_UserReference_5b323d0c, jsii.get(self, "userRef"))
7383
+
7154
7384
  @builtins.property
7155
7385
  @jsii.member(jsii_name="authenticationType")
7156
7386
  def authentication_type(self) -> builtins.str:
@@ -7495,6 +7725,22 @@ def _typecheckingstub__f2dbe872e5cba24425b73eff2bd90d7b1c6af7a2b3b47d455ff4683fb
7495
7725
  """Type checking stubs"""
7496
7726
  pass
7497
7727
 
7728
+ def _typecheckingstub__ca5515f8f8fac8a38a30eba99d4e972ef68627c6c23c2c67500523a86f302b1e(
7729
+ scope: _constructs_77d1e7e8.Construct,
7730
+ id: builtins.str,
7731
+ arn: builtins.str,
7732
+ ) -> None:
7733
+ """Type checking stubs"""
7734
+ pass
7735
+
7736
+ def _typecheckingstub__6a9f18ac6c35e2ca99250cd6430503031deeb8ca02f9722e26f4755394f3595c(
7737
+ scope: _constructs_77d1e7e8.Construct,
7738
+ id: builtins.str,
7739
+ app_block_builder_name: builtins.str,
7740
+ ) -> None:
7741
+ """Type checking stubs"""
7742
+ pass
7743
+
7498
7744
  def _typecheckingstub__560ef45e47870972c6b9d1538088c62bf2a04bfeb5ca9a51c7fe0b65e8ec8511(
7499
7745
  inspector: _TreeInspector_488e0dd5,
7500
7746
  ) -> None:
@@ -8245,6 +8491,14 @@ def _typecheckingstub__25dccb4354e677f39c5c97fd983d6a76f7631b1133ab64219d2975708
8245
8491
  """Type checking stubs"""
8246
8492
  pass
8247
8493
 
8494
+ def _typecheckingstub__4520f8cce80ece1ce2b95953e6e5a9c2280c7161f0bd40ebd19cf52cb565939a(
8495
+ scope: _constructs_77d1e7e8.Construct,
8496
+ id: builtins.str,
8497
+ image_builder_name: builtins.str,
8498
+ ) -> None:
8499
+ """Type checking stubs"""
8500
+ pass
8501
+
8248
8502
  def _typecheckingstub__2ec74adc688e0bdb7f0a14897529e4e6caef09d76aeb15844a23cc95502d7639(
8249
8503
  inspector: _TreeInspector_488e0dd5,
8250
8504
  ) -> None: