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
@@ -66,17 +66,25 @@ from .. import (
66
66
  TagManager as _TagManager_0a598cb3,
67
67
  TreeInspector as _TreeInspector_488e0dd5,
68
68
  )
69
+ from ..interfaces.aws_nimblestudio import (
70
+ ILaunchProfileRef as _ILaunchProfileRef_9b6fe344,
71
+ IStreamingImageRef as _IStreamingImageRef_efa672a8,
72
+ IStudioComponentRef as _IStudioComponentRef_fb2a919a,
73
+ IStudioRef as _IStudioRef_cc59155f,
74
+ LaunchProfileReference as _LaunchProfileReference_b1de3a22,
75
+ StreamingImageReference as _StreamingImageReference_5006716f,
76
+ StudioComponentReference as _StudioComponentReference_27998446,
77
+ StudioReference as _StudioReference_3b1a1109,
78
+ )
69
79
 
70
80
 
71
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
81
+ @jsii.implements(_IInspectable_c2943556, _ILaunchProfileRef_9b6fe344, _ITaggable_36806126)
72
82
  class CfnLaunchProfile(
73
83
  _CfnResource_9df397a6,
74
84
  metaclass=jsii.JSIIMeta,
75
85
  jsii_type="aws-cdk-lib.aws_nimblestudio.CfnLaunchProfile",
76
86
  ):
77
- '''The ``AWS::NimbleStudio::LaunchProfile`` resource represents access permissions for a set of studio components, including types of workstations, render farms, and shared file systems.
78
-
79
- Launch profiles are shared with studio users to give them access to the set of studio components.
87
+ '''http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-launchprofile.html.
80
88
 
81
89
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-launchprofile.html
82
90
  :cloudformationResource: AWS::NimbleStudio::LaunchProfile
@@ -146,17 +154,18 @@ class CfnLaunchProfile(
146
154
  description: typing.Optional[builtins.str] = None,
147
155
  tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
148
156
  ) -> None:
149
- '''
157
+ '''Create a new ``AWS::NimbleStudio::LaunchProfile``.
158
+
150
159
  :param scope: Scope in which this resource is defined.
151
160
  :param id: Construct identifier for this resource (unique in its scope).
152
- :param ec2_subnet_ids: Unique identifiers for a collection of EC2 subnets.
153
- :param launch_profile_protocol_versions: The version number of the protocol that is used by the launch profile. The only valid version is "2021-03-31".
154
- :param name: A friendly name for the launch profile.
155
- :param stream_configuration: A configuration for a streaming session.
156
- :param studio_component_ids: Unique identifiers for a collection of studio components that can be used with this launch profile.
157
- :param studio_id: The unique identifier for a studio resource. In Nimble Studio, all other resources are contained in a studio resource.
158
- :param description: A human-readable description of the launch profile.
159
- :param tags: An array of key-value pairs to apply to this resource. For more information, see `Tag <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html>`_ .
161
+ :param ec2_subnet_ids:
162
+ :param launch_profile_protocol_versions:
163
+ :param name:
164
+ :param stream_configuration:
165
+ :param studio_component_ids:
166
+ :param studio_id:
167
+ :param description:
168
+ :param tags:
160
169
  '''
161
170
  if __debug__:
162
171
  type_hints = typing.get_type_hints(_typecheckingstub__73431936cbffacfb1263654979458319433048ccdba564211a0c846e43353e93)
@@ -208,8 +217,7 @@ class CfnLaunchProfile(
208
217
  @builtins.property
209
218
  @jsii.member(jsii_name="attrLaunchProfileId")
210
219
  def attr_launch_profile_id(self) -> builtins.str:
211
- '''The unique identifier for the launch profile resource.
212
-
220
+ '''
213
221
  :cloudformationAttribute: LaunchProfileId
214
222
  '''
215
223
  return typing.cast(builtins.str, jsii.get(self, "attrLaunchProfileId"))
@@ -219,6 +227,12 @@ class CfnLaunchProfile(
219
227
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
220
228
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
221
229
 
230
+ @builtins.property
231
+ @jsii.member(jsii_name="launchProfileRef")
232
+ def launch_profile_ref(self) -> _LaunchProfileReference_b1de3a22:
233
+ '''A reference to a LaunchProfile resource.'''
234
+ return typing.cast(_LaunchProfileReference_b1de3a22, jsii.get(self, "launchProfileRef"))
235
+
222
236
  @builtins.property
223
237
  @jsii.member(jsii_name="tags")
224
238
  def tags(self) -> _TagManager_0a598cb3:
@@ -228,7 +242,6 @@ class CfnLaunchProfile(
228
242
  @builtins.property
229
243
  @jsii.member(jsii_name="ec2SubnetIds")
230
244
  def ec2_subnet_ids(self) -> typing.List[builtins.str]:
231
- '''Unique identifiers for a collection of EC2 subnets.'''
232
245
  return typing.cast(typing.List[builtins.str], jsii.get(self, "ec2SubnetIds"))
233
246
 
234
247
  @ec2_subnet_ids.setter
@@ -241,7 +254,6 @@ class CfnLaunchProfile(
241
254
  @builtins.property
242
255
  @jsii.member(jsii_name="launchProfileProtocolVersions")
243
256
  def launch_profile_protocol_versions(self) -> typing.List[builtins.str]:
244
- '''The version number of the protocol that is used by the launch profile.'''
245
257
  return typing.cast(typing.List[builtins.str], jsii.get(self, "launchProfileProtocolVersions"))
246
258
 
247
259
  @launch_profile_protocol_versions.setter
@@ -257,7 +269,6 @@ class CfnLaunchProfile(
257
269
  @builtins.property
258
270
  @jsii.member(jsii_name="name")
259
271
  def name(self) -> builtins.str:
260
- '''A friendly name for the launch profile.'''
261
272
  return typing.cast(builtins.str, jsii.get(self, "name"))
262
273
 
263
274
  @name.setter
@@ -272,7 +283,6 @@ class CfnLaunchProfile(
272
283
  def stream_configuration(
273
284
  self,
274
285
  ) -> typing.Union[_IResolvable_da3f097b, "CfnLaunchProfile.StreamConfigurationProperty"]:
275
- '''A configuration for a streaming session.'''
276
286
  return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnLaunchProfile.StreamConfigurationProperty"], jsii.get(self, "streamConfiguration"))
277
287
 
278
288
  @stream_configuration.setter
@@ -288,7 +298,6 @@ class CfnLaunchProfile(
288
298
  @builtins.property
289
299
  @jsii.member(jsii_name="studioComponentIds")
290
300
  def studio_component_ids(self) -> typing.List[builtins.str]:
291
- '''Unique identifiers for a collection of studio components that can be used with this launch profile.'''
292
301
  return typing.cast(typing.List[builtins.str], jsii.get(self, "studioComponentIds"))
293
302
 
294
303
  @studio_component_ids.setter
@@ -301,7 +310,6 @@ class CfnLaunchProfile(
301
310
  @builtins.property
302
311
  @jsii.member(jsii_name="studioId")
303
312
  def studio_id(self) -> builtins.str:
304
- '''The unique identifier for a studio resource.'''
305
313
  return typing.cast(builtins.str, jsii.get(self, "studioId"))
306
314
 
307
315
  @studio_id.setter
@@ -314,7 +322,6 @@ class CfnLaunchProfile(
314
322
  @builtins.property
315
323
  @jsii.member(jsii_name="description")
316
324
  def description(self) -> typing.Optional[builtins.str]:
317
- '''A human-readable description of the launch profile.'''
318
325
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "description"))
319
326
 
320
327
  @description.setter
@@ -327,7 +334,6 @@ class CfnLaunchProfile(
327
334
  @builtins.property
328
335
  @jsii.member(jsii_name="tagsRaw")
329
336
  def tags_raw(self) -> typing.Optional[typing.Mapping[builtins.str, builtins.str]]:
330
- '''An array of key-value pairs to apply to this resource.'''
331
337
  return typing.cast(typing.Optional[typing.Mapping[builtins.str, builtins.str]], jsii.get(self, "tagsRaw"))
332
338
 
333
339
  @tags_raw.setter
@@ -371,18 +377,17 @@ class CfnLaunchProfile(
371
377
  session_storage: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnLaunchProfile.StreamConfigurationSessionStorageProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
372
378
  volume_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnLaunchProfile.VolumeConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
373
379
  ) -> None:
374
- '''A configuration for a streaming session.
375
-
376
- :param clipboard_mode: Allows or deactivates the use of the system clipboard to copy and paste between the streaming session and streaming client.
377
- :param ec2_instance_types: The EC2 instance types that users can select from when launching a streaming session with this launch profile.
378
- :param streaming_image_ids: The streaming images that users can select from when launching a streaming session with this launch profile.
379
- :param automatic_termination_mode: Indicates if a streaming session created from this launch profile should be terminated automatically or retained without termination after being in a ``STOPPED`` state. - When ``ACTIVATED`` , the streaming session is scheduled for termination after being in the ``STOPPED`` state for the time specified in ``maxStoppedSessionLengthInMinutes`` . - When ``DEACTIVATED`` , the streaming session can remain in the ``STOPPED`` state indefinitely. This parameter is only allowed when ``sessionPersistenceMode`` is ``ACTIVATED`` . When allowed, the default value for this parameter is ``DEACTIVATED`` .
380
- :param max_session_length_in_minutes: The length of time, in minutes, that a streaming session can be active before it is stopped or terminated. After this point, Nimble Studio automatically terminates or stops the session. The default length of time is 690 minutes, and the maximum length of time is 30 days.
381
- :param max_stopped_session_length_in_minutes: Integer that determines if you can start and stop your sessions and how long a session can stay in the ``STOPPED`` state. The default value is 0. The maximum value is 5760. This field is allowed only when ``sessionPersistenceMode`` is ``ACTIVATED`` and ``automaticTerminationMode`` is ``ACTIVATED`` . If the value is set to 0, your sessions can’t be ``STOPPED`` . If you then call ``StopStreamingSession`` , the session fails. If the time that a session stays in the ``READY`` state exceeds the ``maxSessionLengthInMinutes`` value, the session will automatically be terminated (instead of ``STOPPED`` ). If the value is set to a positive number, the session can be stopped. You can call ``StopStreamingSession`` to stop sessions in the ``READY`` state. If the time that a session stays in the ``READY`` state exceeds the ``maxSessionLengthInMinutes`` value, the session will automatically be stopped (instead of terminated).
382
- :param session_backup: Information about the streaming session backup.
383
- :param session_persistence_mode: Determine if a streaming session created from this launch profile can configure persistent storage. This means that ``volumeConfiguration`` and ``automaticTerminationMode`` are configured.
384
- :param session_storage: The upload storage for a streaming session.
385
- :param volume_configuration: Custom volume configuration for the root volumes that are attached to streaming sessions. This parameter is only allowed when ``sessionPersistenceMode`` is ``ACTIVATED`` .
380
+ '''
381
+ :param clipboard_mode:
382
+ :param ec2_instance_types:
383
+ :param streaming_image_ids:
384
+ :param automatic_termination_mode:
385
+ :param max_session_length_in_minutes:
386
+ :param max_stopped_session_length_in_minutes:
387
+ :param session_backup:
388
+ :param session_persistence_mode:
389
+ :param session_storage:
390
+ :param volume_configuration:
386
391
 
387
392
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-streamconfiguration.html
388
393
  :exampleMetadata: fixture=_generated
@@ -457,8 +462,7 @@ class CfnLaunchProfile(
457
462
 
458
463
  @builtins.property
459
464
  def clipboard_mode(self) -> builtins.str:
460
- '''Allows or deactivates the use of the system clipboard to copy and paste between the streaming session and streaming client.
461
-
465
+ '''
462
466
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-streamconfiguration.html#cfn-nimblestudio-launchprofile-streamconfiguration-clipboardmode
463
467
  '''
464
468
  result = self._values.get("clipboard_mode")
@@ -467,8 +471,7 @@ class CfnLaunchProfile(
467
471
 
468
472
  @builtins.property
469
473
  def ec2_instance_types(self) -> typing.List[builtins.str]:
470
- '''The EC2 instance types that users can select from when launching a streaming session with this launch profile.
471
-
474
+ '''
472
475
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-streamconfiguration.html#cfn-nimblestudio-launchprofile-streamconfiguration-ec2instancetypes
473
476
  '''
474
477
  result = self._values.get("ec2_instance_types")
@@ -477,8 +480,7 @@ class CfnLaunchProfile(
477
480
 
478
481
  @builtins.property
479
482
  def streaming_image_ids(self) -> typing.List[builtins.str]:
480
- '''The streaming images that users can select from when launching a streaming session with this launch profile.
481
-
483
+ '''
482
484
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-streamconfiguration.html#cfn-nimblestudio-launchprofile-streamconfiguration-streamingimageids
483
485
  '''
484
486
  result = self._values.get("streaming_image_ids")
@@ -487,13 +489,7 @@ class CfnLaunchProfile(
487
489
 
488
490
  @builtins.property
489
491
  def automatic_termination_mode(self) -> typing.Optional[builtins.str]:
490
- '''Indicates if a streaming session created from this launch profile should be terminated automatically or retained without termination after being in a ``STOPPED`` state.
491
-
492
- - When ``ACTIVATED`` , the streaming session is scheduled for termination after being in the ``STOPPED`` state for the time specified in ``maxStoppedSessionLengthInMinutes`` .
493
- - When ``DEACTIVATED`` , the streaming session can remain in the ``STOPPED`` state indefinitely.
494
-
495
- This parameter is only allowed when ``sessionPersistenceMode`` is ``ACTIVATED`` . When allowed, the default value for this parameter is ``DEACTIVATED`` .
496
-
492
+ '''
497
493
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-streamconfiguration.html#cfn-nimblestudio-launchprofile-streamconfiguration-automaticterminationmode
498
494
  '''
499
495
  result = self._values.get("automatic_termination_mode")
@@ -501,10 +497,7 @@ class CfnLaunchProfile(
501
497
 
502
498
  @builtins.property
503
499
  def max_session_length_in_minutes(self) -> typing.Optional[jsii.Number]:
504
- '''The length of time, in minutes, that a streaming session can be active before it is stopped or terminated.
505
-
506
- After this point, Nimble Studio automatically terminates or stops the session. The default length of time is 690 minutes, and the maximum length of time is 30 days.
507
-
500
+ '''
508
501
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-streamconfiguration.html#cfn-nimblestudio-launchprofile-streamconfiguration-maxsessionlengthinminutes
509
502
  '''
510
503
  result = self._values.get("max_session_length_in_minutes")
@@ -512,16 +505,7 @@ class CfnLaunchProfile(
512
505
 
513
506
  @builtins.property
514
507
  def max_stopped_session_length_in_minutes(self) -> typing.Optional[jsii.Number]:
515
- '''Integer that determines if you can start and stop your sessions and how long a session can stay in the ``STOPPED`` state.
516
-
517
- The default value is 0. The maximum value is 5760.
518
-
519
- This field is allowed only when ``sessionPersistenceMode`` is ``ACTIVATED`` and ``automaticTerminationMode`` is ``ACTIVATED`` .
520
-
521
- If the value is set to 0, your sessions can’t be ``STOPPED`` . If you then call ``StopStreamingSession`` , the session fails. If the time that a session stays in the ``READY`` state exceeds the ``maxSessionLengthInMinutes`` value, the session will automatically be terminated (instead of ``STOPPED`` ).
522
-
523
- If the value is set to a positive number, the session can be stopped. You can call ``StopStreamingSession`` to stop sessions in the ``READY`` state. If the time that a session stays in the ``READY`` state exceeds the ``maxSessionLengthInMinutes`` value, the session will automatically be stopped (instead of terminated).
524
-
508
+ '''
525
509
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-streamconfiguration.html#cfn-nimblestudio-launchprofile-streamconfiguration-maxstoppedsessionlengthinminutes
526
510
  '''
527
511
  result = self._values.get("max_stopped_session_length_in_minutes")
@@ -531,8 +515,7 @@ class CfnLaunchProfile(
531
515
  def session_backup(
532
516
  self,
533
517
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnLaunchProfile.StreamConfigurationSessionBackupProperty"]]:
534
- '''Information about the streaming session backup.
535
-
518
+ '''
536
519
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-streamconfiguration.html#cfn-nimblestudio-launchprofile-streamconfiguration-sessionbackup
537
520
  '''
538
521
  result = self._values.get("session_backup")
@@ -540,10 +523,7 @@ class CfnLaunchProfile(
540
523
 
541
524
  @builtins.property
542
525
  def session_persistence_mode(self) -> typing.Optional[builtins.str]:
543
- '''Determine if a streaming session created from this launch profile can configure persistent storage.
544
-
545
- This means that ``volumeConfiguration`` and ``automaticTerminationMode`` are configured.
546
-
526
+ '''
547
527
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-streamconfiguration.html#cfn-nimblestudio-launchprofile-streamconfiguration-sessionpersistencemode
548
528
  '''
549
529
  result = self._values.get("session_persistence_mode")
@@ -553,8 +533,7 @@ class CfnLaunchProfile(
553
533
  def session_storage(
554
534
  self,
555
535
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnLaunchProfile.StreamConfigurationSessionStorageProperty"]]:
556
- '''The upload storage for a streaming session.
557
-
536
+ '''
558
537
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-streamconfiguration.html#cfn-nimblestudio-launchprofile-streamconfiguration-sessionstorage
559
538
  '''
560
539
  result = self._values.get("session_storage")
@@ -564,10 +543,7 @@ class CfnLaunchProfile(
564
543
  def volume_configuration(
565
544
  self,
566
545
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnLaunchProfile.VolumeConfigurationProperty"]]:
567
- '''Custom volume configuration for the root volumes that are attached to streaming sessions.
568
-
569
- This parameter is only allowed when ``sessionPersistenceMode`` is ``ACTIVATED`` .
570
-
546
+ '''
571
547
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-streamconfiguration.html#cfn-nimblestudio-launchprofile-streamconfiguration-volumeconfiguration
572
548
  '''
573
549
  result = self._values.get("volume_configuration")
@@ -596,10 +572,9 @@ class CfnLaunchProfile(
596
572
  max_backups_to_retain: typing.Optional[jsii.Number] = None,
597
573
  mode: typing.Optional[builtins.str] = None,
598
574
  ) -> None:
599
- '''Configures how streaming sessions are backed up when launched from this launch profile.
600
-
601
- :param max_backups_to_retain: The maximum number of backups that each streaming session created from this launch profile can have.
602
- :param mode: Specifies how artists sessions are backed up. Configures backups for streaming sessions launched with this launch profile. The default value is ``DEACTIVATED`` , which means that backups are deactivated. To allow backups, set this value to ``AUTOMATIC`` .
575
+ '''
576
+ :param max_backups_to_retain:
577
+ :param mode:
603
578
 
604
579
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-streamconfigurationsessionbackup.html
605
580
  :exampleMetadata: fixture=_generated
@@ -627,8 +602,7 @@ class CfnLaunchProfile(
627
602
 
628
603
  @builtins.property
629
604
  def max_backups_to_retain(self) -> typing.Optional[jsii.Number]:
630
- '''The maximum number of backups that each streaming session created from this launch profile can have.
631
-
605
+ '''
632
606
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-streamconfigurationsessionbackup.html#cfn-nimblestudio-launchprofile-streamconfigurationsessionbackup-maxbackupstoretain
633
607
  '''
634
608
  result = self._values.get("max_backups_to_retain")
@@ -636,10 +610,7 @@ class CfnLaunchProfile(
636
610
 
637
611
  @builtins.property
638
612
  def mode(self) -> typing.Optional[builtins.str]:
639
- '''Specifies how artists sessions are backed up.
640
-
641
- Configures backups for streaming sessions launched with this launch profile. The default value is ``DEACTIVATED`` , which means that backups are deactivated. To allow backups, set this value to ``AUTOMATIC`` .
642
-
613
+ '''
643
614
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-streamconfigurationsessionbackup.html#cfn-nimblestudio-launchprofile-streamconfigurationsessionbackup-mode
644
615
  '''
645
616
  result = self._values.get("mode")
@@ -668,10 +639,9 @@ class CfnLaunchProfile(
668
639
  mode: typing.Sequence[builtins.str],
669
640
  root: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnLaunchProfile.StreamingSessionStorageRootProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
670
641
  ) -> None:
671
- '''The configuration for a streaming session’s upload storage.
672
-
673
- :param mode: Allows artists to upload files to their workstations. The only valid option is ``UPLOAD`` .
674
- :param root: The configuration for the upload storage root of the streaming session.
642
+ '''
643
+ :param mode:
644
+ :param root:
675
645
 
676
646
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-streamconfigurationsessionstorage.html
677
647
  :exampleMetadata: fixture=_generated
@@ -704,10 +674,7 @@ class CfnLaunchProfile(
704
674
 
705
675
  @builtins.property
706
676
  def mode(self) -> typing.List[builtins.str]:
707
- '''Allows artists to upload files to their workstations.
708
-
709
- The only valid option is ``UPLOAD`` .
710
-
677
+ '''
711
678
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-streamconfigurationsessionstorage.html#cfn-nimblestudio-launchprofile-streamconfigurationsessionstorage-mode
712
679
  '''
713
680
  result = self._values.get("mode")
@@ -718,8 +685,7 @@ class CfnLaunchProfile(
718
685
  def root(
719
686
  self,
720
687
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnLaunchProfile.StreamingSessionStorageRootProperty"]]:
721
- '''The configuration for the upload storage root of the streaming session.
722
-
688
+ '''
723
689
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-streamconfigurationsessionstorage.html#cfn-nimblestudio-launchprofile-streamconfigurationsessionstorage-root
724
690
  '''
725
691
  result = self._values.get("root")
@@ -748,10 +714,9 @@ class CfnLaunchProfile(
748
714
  linux: typing.Optional[builtins.str] = None,
749
715
  windows: typing.Optional[builtins.str] = None,
750
716
  ) -> None:
751
- '''The upload storage root location (folder) on streaming workstations where files are uploaded.
752
-
753
- :param linux: The folder path in Linux workstations where files are uploaded.
754
- :param windows: The folder path in Windows workstations where files are uploaded.
717
+ '''
718
+ :param linux:
719
+ :param windows:
755
720
 
756
721
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-streamingsessionstorageroot.html
757
722
  :exampleMetadata: fixture=_generated
@@ -779,8 +744,7 @@ class CfnLaunchProfile(
779
744
 
780
745
  @builtins.property
781
746
  def linux(self) -> typing.Optional[builtins.str]:
782
- '''The folder path in Linux workstations where files are uploaded.
783
-
747
+ '''
784
748
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-streamingsessionstorageroot.html#cfn-nimblestudio-launchprofile-streamingsessionstorageroot-linux
785
749
  '''
786
750
  result = self._values.get("linux")
@@ -788,8 +752,7 @@ class CfnLaunchProfile(
788
752
 
789
753
  @builtins.property
790
754
  def windows(self) -> typing.Optional[builtins.str]:
791
- '''The folder path in Windows workstations where files are uploaded.
792
-
755
+ '''
793
756
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-streamingsessionstorageroot.html#cfn-nimblestudio-launchprofile-streamingsessionstorageroot-windows
794
757
  '''
795
758
  result = self._values.get("windows")
@@ -819,13 +782,10 @@ class CfnLaunchProfile(
819
782
  size: typing.Optional[jsii.Number] = None,
820
783
  throughput: typing.Optional[jsii.Number] = None,
821
784
  ) -> None:
822
- '''Custom volume configuration for the root volumes that are attached to streaming sessions.
823
-
824
- This parameter is only allowed when ``sessionPersistenceMode`` is ``ACTIVATED`` .
825
-
826
- :param iops: The number of I/O operations per second for the root volume that is attached to streaming session.
827
- :param size: The size of the root volume that is attached to the streaming session. The root volume size is measured in GiBs.
828
- :param throughput: The throughput to provision for the root volume that is attached to the streaming session. The throughput is measured in MiB/s.
785
+ '''
786
+ :param iops:
787
+ :param size:
788
+ :param throughput:
829
789
 
830
790
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-volumeconfiguration.html
831
791
  :exampleMetadata: fixture=_generated
@@ -857,8 +817,7 @@ class CfnLaunchProfile(
857
817
 
858
818
  @builtins.property
859
819
  def iops(self) -> typing.Optional[jsii.Number]:
860
- '''The number of I/O operations per second for the root volume that is attached to streaming session.
861
-
820
+ '''
862
821
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-volumeconfiguration.html#cfn-nimblestudio-launchprofile-volumeconfiguration-iops
863
822
  '''
864
823
  result = self._values.get("iops")
@@ -866,10 +825,7 @@ class CfnLaunchProfile(
866
825
 
867
826
  @builtins.property
868
827
  def size(self) -> typing.Optional[jsii.Number]:
869
- '''The size of the root volume that is attached to the streaming session.
870
-
871
- The root volume size is measured in GiBs.
872
-
828
+ '''
873
829
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-volumeconfiguration.html#cfn-nimblestudio-launchprofile-volumeconfiguration-size
874
830
  '''
875
831
  result = self._values.get("size")
@@ -877,10 +833,7 @@ class CfnLaunchProfile(
877
833
 
878
834
  @builtins.property
879
835
  def throughput(self) -> typing.Optional[jsii.Number]:
880
- '''The throughput to provision for the root volume that is attached to the streaming session.
881
-
882
- The throughput is measured in MiB/s.
883
-
836
+ '''
884
837
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-volumeconfiguration.html#cfn-nimblestudio-launchprofile-volumeconfiguration-throughput
885
838
  '''
886
839
  result = self._values.get("throughput")
@@ -927,14 +880,14 @@ class CfnLaunchProfileProps:
927
880
  ) -> None:
928
881
  '''Properties for defining a ``CfnLaunchProfile``.
929
882
 
930
- :param ec2_subnet_ids: Unique identifiers for a collection of EC2 subnets.
931
- :param launch_profile_protocol_versions: The version number of the protocol that is used by the launch profile. The only valid version is "2021-03-31".
932
- :param name: A friendly name for the launch profile.
933
- :param stream_configuration: A configuration for a streaming session.
934
- :param studio_component_ids: Unique identifiers for a collection of studio components that can be used with this launch profile.
935
- :param studio_id: The unique identifier for a studio resource. In Nimble Studio, all other resources are contained in a studio resource.
936
- :param description: A human-readable description of the launch profile.
937
- :param tags: An array of key-value pairs to apply to this resource. For more information, see `Tag <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html>`_ .
883
+ :param ec2_subnet_ids:
884
+ :param launch_profile_protocol_versions:
885
+ :param name:
886
+ :param stream_configuration:
887
+ :param studio_component_ids:
888
+ :param studio_id:
889
+ :param description:
890
+ :param tags:
938
891
 
939
892
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-launchprofile.html
940
893
  :exampleMetadata: fixture=_generated
@@ -1013,8 +966,7 @@ class CfnLaunchProfileProps:
1013
966
 
1014
967
  @builtins.property
1015
968
  def ec2_subnet_ids(self) -> typing.List[builtins.str]:
1016
- '''Unique identifiers for a collection of EC2 subnets.
1017
-
969
+ '''
1018
970
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-launchprofile.html#cfn-nimblestudio-launchprofile-ec2subnetids
1019
971
  '''
1020
972
  result = self._values.get("ec2_subnet_ids")
@@ -1023,10 +975,7 @@ class CfnLaunchProfileProps:
1023
975
 
1024
976
  @builtins.property
1025
977
  def launch_profile_protocol_versions(self) -> typing.List[builtins.str]:
1026
- '''The version number of the protocol that is used by the launch profile.
1027
-
1028
- The only valid version is "2021-03-31".
1029
-
978
+ '''
1030
979
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-launchprofile.html#cfn-nimblestudio-launchprofile-launchprofileprotocolversions
1031
980
  '''
1032
981
  result = self._values.get("launch_profile_protocol_versions")
@@ -1035,8 +984,7 @@ class CfnLaunchProfileProps:
1035
984
 
1036
985
  @builtins.property
1037
986
  def name(self) -> builtins.str:
1038
- '''A friendly name for the launch profile.
1039
-
987
+ '''
1040
988
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-launchprofile.html#cfn-nimblestudio-launchprofile-name
1041
989
  '''
1042
990
  result = self._values.get("name")
@@ -1047,8 +995,7 @@ class CfnLaunchProfileProps:
1047
995
  def stream_configuration(
1048
996
  self,
1049
997
  ) -> typing.Union[_IResolvable_da3f097b, CfnLaunchProfile.StreamConfigurationProperty]:
1050
- '''A configuration for a streaming session.
1051
-
998
+ '''
1052
999
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-launchprofile.html#cfn-nimblestudio-launchprofile-streamconfiguration
1053
1000
  '''
1054
1001
  result = self._values.get("stream_configuration")
@@ -1057,8 +1004,7 @@ class CfnLaunchProfileProps:
1057
1004
 
1058
1005
  @builtins.property
1059
1006
  def studio_component_ids(self) -> typing.List[builtins.str]:
1060
- '''Unique identifiers for a collection of studio components that can be used with this launch profile.
1061
-
1007
+ '''
1062
1008
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-launchprofile.html#cfn-nimblestudio-launchprofile-studiocomponentids
1063
1009
  '''
1064
1010
  result = self._values.get("studio_component_ids")
@@ -1067,10 +1013,7 @@ class CfnLaunchProfileProps:
1067
1013
 
1068
1014
  @builtins.property
1069
1015
  def studio_id(self) -> builtins.str:
1070
- '''The unique identifier for a studio resource.
1071
-
1072
- In Nimble Studio, all other resources are contained in a studio resource.
1073
-
1016
+ '''
1074
1017
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-launchprofile.html#cfn-nimblestudio-launchprofile-studioid
1075
1018
  '''
1076
1019
  result = self._values.get("studio_id")
@@ -1079,8 +1022,7 @@ class CfnLaunchProfileProps:
1079
1022
 
1080
1023
  @builtins.property
1081
1024
  def description(self) -> typing.Optional[builtins.str]:
1082
- '''A human-readable description of the launch profile.
1083
-
1025
+ '''
1084
1026
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-launchprofile.html#cfn-nimblestudio-launchprofile-description
1085
1027
  '''
1086
1028
  result = self._values.get("description")
@@ -1088,10 +1030,7 @@ class CfnLaunchProfileProps:
1088
1030
 
1089
1031
  @builtins.property
1090
1032
  def tags(self) -> typing.Optional[typing.Mapping[builtins.str, builtins.str]]:
1091
- '''An array of key-value pairs to apply to this resource.
1092
-
1093
- For more information, see `Tag <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html>`_ .
1094
-
1033
+ '''
1095
1034
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-launchprofile.html#cfn-nimblestudio-launchprofile-tags
1096
1035
  '''
1097
1036
  result = self._values.get("tags")
@@ -1109,15 +1048,13 @@ class CfnLaunchProfileProps:
1109
1048
  )
1110
1049
 
1111
1050
 
1112
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
1051
+ @jsii.implements(_IInspectable_c2943556, _IStreamingImageRef_efa672a8, _ITaggable_36806126)
1113
1052
  class CfnStreamingImage(
1114
1053
  _CfnResource_9df397a6,
1115
1054
  metaclass=jsii.JSIIMeta,
1116
1055
  jsii_type="aws-cdk-lib.aws_nimblestudio.CfnStreamingImage",
1117
1056
  ):
1118
- '''The ``AWS::NimbleStudio::StreamingImage`` resource creates a streaming image in a studio.
1119
-
1120
- A streaming image defines the operating system and software to be used in an streaming session.
1057
+ '''http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-streamingimage.html.
1121
1058
 
1122
1059
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-streamingimage.html
1123
1060
  :cloudformationResource: AWS::NimbleStudio::StreamingImage
@@ -1153,14 +1090,15 @@ class CfnStreamingImage(
1153
1090
  description: typing.Optional[builtins.str] = None,
1154
1091
  tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
1155
1092
  ) -> None:
1156
- '''
1093
+ '''Create a new ``AWS::NimbleStudio::StreamingImage``.
1094
+
1157
1095
  :param scope: Scope in which this resource is defined.
1158
1096
  :param id: Construct identifier for this resource (unique in its scope).
1159
- :param ec2_image_id: The ID of an EC2 machine image with which to create the streaming image.
1160
- :param name: A friendly name for a streaming image resource.
1161
- :param studio_id: The unique identifier for a studio resource. In Nimble Studio, all other resources are contained in a studio resource.
1162
- :param description: A human-readable description of the streaming image.
1163
- :param tags: An array of key-value pairs to apply to this resource. For more information, see `Tag <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html>`_ .
1097
+ :param ec2_image_id:
1098
+ :param name:
1099
+ :param studio_id:
1100
+ :param description:
1101
+ :param tags:
1164
1102
  '''
1165
1103
  if __debug__:
1166
1104
  type_hints = typing.get_type_hints(_typecheckingstub__71d825f7da9831b1c19a5c5c864573313899a2423aac6b5af05a411a54526743)
@@ -1233,8 +1171,7 @@ class CfnStreamingImage(
1233
1171
  @builtins.property
1234
1172
  @jsii.member(jsii_name="attrEulaIds")
1235
1173
  def attr_eula_ids(self) -> typing.List[builtins.str]:
1236
- '''The list of IDs of EULAs that must be accepted before a streaming session can be started using this streaming image.
1237
-
1174
+ '''
1238
1175
  :cloudformationAttribute: EulaIds
1239
1176
  '''
1240
1177
  return typing.cast(typing.List[builtins.str], jsii.get(self, "attrEulaIds"))
@@ -1242,8 +1179,7 @@ class CfnStreamingImage(
1242
1179
  @builtins.property
1243
1180
  @jsii.member(jsii_name="attrOwner")
1244
1181
  def attr_owner(self) -> builtins.str:
1245
- '''The owner of the streaming image, either the studioId that contains the streaming image or 'amazon' for images that are provided by .
1246
-
1182
+ '''
1247
1183
  :cloudformationAttribute: Owner
1248
1184
  '''
1249
1185
  return typing.cast(builtins.str, jsii.get(self, "attrOwner"))
@@ -1251,8 +1187,7 @@ class CfnStreamingImage(
1251
1187
  @builtins.property
1252
1188
  @jsii.member(jsii_name="attrPlatform")
1253
1189
  def attr_platform(self) -> builtins.str:
1254
- '''The platform of the streaming image, either WINDOWS or LINUX.
1255
-
1190
+ '''
1256
1191
  :cloudformationAttribute: Platform
1257
1192
  '''
1258
1193
  return typing.cast(builtins.str, jsii.get(self, "attrPlatform"))
@@ -1260,8 +1195,7 @@ class CfnStreamingImage(
1260
1195
  @builtins.property
1261
1196
  @jsii.member(jsii_name="attrStreamingImageId")
1262
1197
  def attr_streaming_image_id(self) -> builtins.str:
1263
- '''The unique identifier for the streaming image resource.
1264
-
1198
+ '''
1265
1199
  :cloudformationAttribute: StreamingImageId
1266
1200
  '''
1267
1201
  return typing.cast(builtins.str, jsii.get(self, "attrStreamingImageId"))
@@ -1271,6 +1205,12 @@ class CfnStreamingImage(
1271
1205
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
1272
1206
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
1273
1207
 
1208
+ @builtins.property
1209
+ @jsii.member(jsii_name="streamingImageRef")
1210
+ def streaming_image_ref(self) -> _StreamingImageReference_5006716f:
1211
+ '''A reference to a StreamingImage resource.'''
1212
+ return typing.cast(_StreamingImageReference_5006716f, jsii.get(self, "streamingImageRef"))
1213
+
1274
1214
  @builtins.property
1275
1215
  @jsii.member(jsii_name="tags")
1276
1216
  def tags(self) -> _TagManager_0a598cb3:
@@ -1280,7 +1220,6 @@ class CfnStreamingImage(
1280
1220
  @builtins.property
1281
1221
  @jsii.member(jsii_name="ec2ImageId")
1282
1222
  def ec2_image_id(self) -> builtins.str:
1283
- '''The ID of an EC2 machine image with which to create the streaming image.'''
1284
1223
  return typing.cast(builtins.str, jsii.get(self, "ec2ImageId"))
1285
1224
 
1286
1225
  @ec2_image_id.setter
@@ -1293,7 +1232,6 @@ class CfnStreamingImage(
1293
1232
  @builtins.property
1294
1233
  @jsii.member(jsii_name="name")
1295
1234
  def name(self) -> builtins.str:
1296
- '''A friendly name for a streaming image resource.'''
1297
1235
  return typing.cast(builtins.str, jsii.get(self, "name"))
1298
1236
 
1299
1237
  @name.setter
@@ -1306,7 +1244,6 @@ class CfnStreamingImage(
1306
1244
  @builtins.property
1307
1245
  @jsii.member(jsii_name="studioId")
1308
1246
  def studio_id(self) -> builtins.str:
1309
- '''The unique identifier for a studio resource.'''
1310
1247
  return typing.cast(builtins.str, jsii.get(self, "studioId"))
1311
1248
 
1312
1249
  @studio_id.setter
@@ -1319,7 +1256,6 @@ class CfnStreamingImage(
1319
1256
  @builtins.property
1320
1257
  @jsii.member(jsii_name="description")
1321
1258
  def description(self) -> typing.Optional[builtins.str]:
1322
- '''A human-readable description of the streaming image.'''
1323
1259
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "description"))
1324
1260
 
1325
1261
  @description.setter
@@ -1332,7 +1268,6 @@ class CfnStreamingImage(
1332
1268
  @builtins.property
1333
1269
  @jsii.member(jsii_name="tagsRaw")
1334
1270
  def tags_raw(self) -> typing.Optional[typing.Mapping[builtins.str, builtins.str]]:
1335
- '''An array of key-value pairs to apply to this resource.'''
1336
1271
  return typing.cast(typing.Optional[typing.Mapping[builtins.str, builtins.str]], jsii.get(self, "tagsRaw"))
1337
1272
 
1338
1273
  @tags_raw.setter
@@ -1357,10 +1292,9 @@ class CfnStreamingImage(
1357
1292
  key_type: builtins.str,
1358
1293
  key_arn: typing.Optional[builtins.str] = None,
1359
1294
  ) -> None:
1360
- '''Specifies how a streaming image is encrypted.
1361
-
1362
- :param key_type: The type of KMS key that is used to encrypt studio data.
1363
- :param key_arn: The ARN for a KMS key that is used to encrypt studio data.
1295
+ '''
1296
+ :param key_type:
1297
+ :param key_arn:
1364
1298
 
1365
1299
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-streamingimage-streamingimageencryptionconfiguration.html
1366
1300
  :exampleMetadata: fixture=_generated
@@ -1390,8 +1324,7 @@ class CfnStreamingImage(
1390
1324
 
1391
1325
  @builtins.property
1392
1326
  def key_type(self) -> builtins.str:
1393
- '''The type of KMS key that is used to encrypt studio data.
1394
-
1327
+ '''
1395
1328
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-streamingimage-streamingimageencryptionconfiguration.html#cfn-nimblestudio-streamingimage-streamingimageencryptionconfiguration-keytype
1396
1329
  '''
1397
1330
  result = self._values.get("key_type")
@@ -1400,8 +1333,7 @@ class CfnStreamingImage(
1400
1333
 
1401
1334
  @builtins.property
1402
1335
  def key_arn(self) -> typing.Optional[builtins.str]:
1403
- '''The ARN for a KMS key that is used to encrypt studio data.
1404
-
1336
+ '''
1405
1337
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-streamingimage-streamingimageencryptionconfiguration.html#cfn-nimblestudio-streamingimage-streamingimageencryptionconfiguration-keyarn
1406
1338
  '''
1407
1339
  result = self._values.get("key_arn")
@@ -1442,11 +1374,11 @@ class CfnStreamingImageProps:
1442
1374
  ) -> None:
1443
1375
  '''Properties for defining a ``CfnStreamingImage``.
1444
1376
 
1445
- :param ec2_image_id: The ID of an EC2 machine image with which to create the streaming image.
1446
- :param name: A friendly name for a streaming image resource.
1447
- :param studio_id: The unique identifier for a studio resource. In Nimble Studio, all other resources are contained in a studio resource.
1448
- :param description: A human-readable description of the streaming image.
1449
- :param tags: An array of key-value pairs to apply to this resource. For more information, see `Tag <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html>`_ .
1377
+ :param ec2_image_id:
1378
+ :param name:
1379
+ :param studio_id:
1380
+ :param description:
1381
+ :param tags:
1450
1382
 
1451
1383
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-streamingimage.html
1452
1384
  :exampleMetadata: fixture=_generated
@@ -1488,8 +1420,7 @@ class CfnStreamingImageProps:
1488
1420
 
1489
1421
  @builtins.property
1490
1422
  def ec2_image_id(self) -> builtins.str:
1491
- '''The ID of an EC2 machine image with which to create the streaming image.
1492
-
1423
+ '''
1493
1424
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-streamingimage.html#cfn-nimblestudio-streamingimage-ec2imageid
1494
1425
  '''
1495
1426
  result = self._values.get("ec2_image_id")
@@ -1498,8 +1429,7 @@ class CfnStreamingImageProps:
1498
1429
 
1499
1430
  @builtins.property
1500
1431
  def name(self) -> builtins.str:
1501
- '''A friendly name for a streaming image resource.
1502
-
1432
+ '''
1503
1433
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-streamingimage.html#cfn-nimblestudio-streamingimage-name
1504
1434
  '''
1505
1435
  result = self._values.get("name")
@@ -1508,10 +1438,7 @@ class CfnStreamingImageProps:
1508
1438
 
1509
1439
  @builtins.property
1510
1440
  def studio_id(self) -> builtins.str:
1511
- '''The unique identifier for a studio resource.
1512
-
1513
- In Nimble Studio, all other resources are contained in a studio resource.
1514
-
1441
+ '''
1515
1442
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-streamingimage.html#cfn-nimblestudio-streamingimage-studioid
1516
1443
  '''
1517
1444
  result = self._values.get("studio_id")
@@ -1520,8 +1447,7 @@ class CfnStreamingImageProps:
1520
1447
 
1521
1448
  @builtins.property
1522
1449
  def description(self) -> typing.Optional[builtins.str]:
1523
- '''A human-readable description of the streaming image.
1524
-
1450
+ '''
1525
1451
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-streamingimage.html#cfn-nimblestudio-streamingimage-description
1526
1452
  '''
1527
1453
  result = self._values.get("description")
@@ -1529,10 +1455,7 @@ class CfnStreamingImageProps:
1529
1455
 
1530
1456
  @builtins.property
1531
1457
  def tags(self) -> typing.Optional[typing.Mapping[builtins.str, builtins.str]]:
1532
- '''An array of key-value pairs to apply to this resource.
1533
-
1534
- For more information, see `Tag <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html>`_ .
1535
-
1458
+ '''
1536
1459
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-streamingimage.html#cfn-nimblestudio-streamingimage-tags
1537
1460
  '''
1538
1461
  result = self._values.get("tags")
@@ -1550,17 +1473,13 @@ class CfnStreamingImageProps:
1550
1473
  )
1551
1474
 
1552
1475
 
1553
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
1476
+ @jsii.implements(_IInspectable_c2943556, _IStudioRef_cc59155f, _ITaggable_36806126)
1554
1477
  class CfnStudio(
1555
1478
  _CfnResource_9df397a6,
1556
1479
  metaclass=jsii.JSIIMeta,
1557
1480
  jsii_type="aws-cdk-lib.aws_nimblestudio.CfnStudio",
1558
1481
  ):
1559
- '''The ``AWS::NimbleStudio::Studio`` resource creates a new studio resource. In , all other resources are contained in a studio.
1560
-
1561
- When creating a studio, two IAM roles must be provided: the admin role and the user role. These roles are assumed by your users when they log in to the portal. The user role must have the AmazonNimbleStudio-StudioUser managed policy attached for the portal to function properly. The Admin Role must have the AmazonNimbleStudio-StudioAdmin managed policy attached for the portal to function properly.
1562
-
1563
- You can optionally specify an AWS Key Management Service key in the StudioEncryptionConfiguration. In Nimble Studio, resource names, descriptions, initialization scripts, and other data you provide are always encrypted at rest using an AWS Key Management Service key. By default, this key is owned by AWS and managed on your behalf. You may provide your own AWS Key Management Service key when calling CreateStudio to encrypt this data using a key that you own and manage. When providing an AWS Key Management Service key during studio creation, creates AWS Key Management Service grants in your account to provide your studio user and admin roles access to these AWS Key Management Service keys. If you delete this grant, the studio will no longer be accessible to your portal users. If you delete the studio AWS Key Management Service key, your studio will no longer be accessible.
1482
+ '''http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studio.html.
1564
1483
 
1565
1484
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studio.html
1566
1485
  :cloudformationResource: AWS::NimbleStudio::Studio
@@ -1603,15 +1522,16 @@ class CfnStudio(
1603
1522
  studio_encryption_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnStudio.StudioEncryptionConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
1604
1523
  tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
1605
1524
  ) -> None:
1606
- '''
1525
+ '''Create a new ``AWS::NimbleStudio::Studio``.
1526
+
1607
1527
  :param scope: Scope in which this resource is defined.
1608
1528
  :param id: Construct identifier for this resource (unique in its scope).
1609
- :param admin_role_arn: The IAM role that studio admins assume when logging in to the Nimble Studio portal.
1610
- :param display_name: A friendly name for the studio.
1611
- :param studio_name: The name of the studio, as included in the URL when accessing it in the Nimble Studio portal.
1612
- :param user_role_arn: The IAM role that studio users assume when logging in to the Nimble Studio portal.
1613
- :param studio_encryption_configuration: Configuration of the encryption method that is used for the studio.
1614
- :param tags: An array of key-value pairs to apply to this resource. For more information, see `Tag <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html>`_ .
1529
+ :param admin_role_arn:
1530
+ :param display_name:
1531
+ :param studio_name:
1532
+ :param user_role_arn:
1533
+ :param studio_encryption_configuration:
1534
+ :param tags:
1615
1535
  '''
1616
1536
  if __debug__:
1617
1537
  type_hints = typing.get_type_hints(_typecheckingstub__45420baa577c3a8eb786b8d20404bcbc5573494502885eb1f55a897024f77af2)
@@ -1628,6 +1548,27 @@ class CfnStudio(
1628
1548
 
1629
1549
  jsii.create(self.__class__, self, [scope, id, props])
1630
1550
 
1551
+ @jsii.member(jsii_name="fromStudioId")
1552
+ @builtins.classmethod
1553
+ def from_studio_id(
1554
+ cls,
1555
+ scope: _constructs_77d1e7e8.Construct,
1556
+ id: builtins.str,
1557
+ studio_id: builtins.str,
1558
+ ) -> _IStudioRef_cc59155f:
1559
+ '''Creates a new IStudioRef from a studioId.
1560
+
1561
+ :param scope: -
1562
+ :param id: -
1563
+ :param studio_id: -
1564
+ '''
1565
+ if __debug__:
1566
+ type_hints = typing.get_type_hints(_typecheckingstub__bd2bf748ce8156650a8f97cdc57655ec8a309bab4bf87feae2916f958649aee9)
1567
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
1568
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
1569
+ check_type(argname="argument studio_id", value=studio_id, expected_type=type_hints["studio_id"])
1570
+ return typing.cast(_IStudioRef_cc59155f, jsii.sinvoke(cls, "fromStudioId", [scope, id, studio_id]))
1571
+
1631
1572
  @jsii.member(jsii_name="inspect")
1632
1573
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
1633
1574
  '''Examines the CloudFormation resource and discloses attributes.
@@ -1661,10 +1602,7 @@ class CfnStudio(
1661
1602
  @builtins.property
1662
1603
  @jsii.member(jsii_name="attrHomeRegion")
1663
1604
  def attr_home_region(self) -> builtins.str:
1664
- '''The AWS Region where the studio resource is located.
1665
-
1666
- For example, ``us-west-2`` .
1667
-
1605
+ '''
1668
1606
  :cloudformationAttribute: HomeRegion
1669
1607
  '''
1670
1608
  return typing.cast(builtins.str, jsii.get(self, "attrHomeRegion"))
@@ -1672,8 +1610,7 @@ class CfnStudio(
1672
1610
  @builtins.property
1673
1611
  @jsii.member(jsii_name="attrSsoClientId")
1674
1612
  def attr_sso_client_id(self) -> builtins.str:
1675
- '''The IAM Identity Center application client ID that is used to integrate with IAM Identity Center , which enables IAM Identity Center users to log into the portal.
1676
-
1613
+ '''
1677
1614
  :cloudformationAttribute: SsoClientId
1678
1615
  '''
1679
1616
  return typing.cast(builtins.str, jsii.get(self, "attrSsoClientId"))
@@ -1681,8 +1618,7 @@ class CfnStudio(
1681
1618
  @builtins.property
1682
1619
  @jsii.member(jsii_name="attrStudioId")
1683
1620
  def attr_studio_id(self) -> builtins.str:
1684
- '''The unique identifier for the studio resource.
1685
-
1621
+ '''
1686
1622
  :cloudformationAttribute: StudioId
1687
1623
  '''
1688
1624
  return typing.cast(builtins.str, jsii.get(self, "attrStudioId"))
@@ -1690,8 +1626,7 @@ class CfnStudio(
1690
1626
  @builtins.property
1691
1627
  @jsii.member(jsii_name="attrStudioUrl")
1692
1628
  def attr_studio_url(self) -> builtins.str:
1693
- '''The unique identifier for the studio resource.
1694
-
1629
+ '''
1695
1630
  :cloudformationAttribute: StudioUrl
1696
1631
  '''
1697
1632
  return typing.cast(builtins.str, jsii.get(self, "attrStudioUrl"))
@@ -1701,6 +1636,12 @@ class CfnStudio(
1701
1636
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
1702
1637
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
1703
1638
 
1639
+ @builtins.property
1640
+ @jsii.member(jsii_name="studioRef")
1641
+ def studio_ref(self) -> _StudioReference_3b1a1109:
1642
+ '''A reference to a Studio resource.'''
1643
+ return typing.cast(_StudioReference_3b1a1109, jsii.get(self, "studioRef"))
1644
+
1704
1645
  @builtins.property
1705
1646
  @jsii.member(jsii_name="tags")
1706
1647
  def tags(self) -> _TagManager_0a598cb3:
@@ -1710,7 +1651,6 @@ class CfnStudio(
1710
1651
  @builtins.property
1711
1652
  @jsii.member(jsii_name="adminRoleArn")
1712
1653
  def admin_role_arn(self) -> builtins.str:
1713
- '''The IAM role that studio admins assume when logging in to the Nimble Studio portal.'''
1714
1654
  return typing.cast(builtins.str, jsii.get(self, "adminRoleArn"))
1715
1655
 
1716
1656
  @admin_role_arn.setter
@@ -1723,7 +1663,6 @@ class CfnStudio(
1723
1663
  @builtins.property
1724
1664
  @jsii.member(jsii_name="displayName")
1725
1665
  def display_name(self) -> builtins.str:
1726
- '''A friendly name for the studio.'''
1727
1666
  return typing.cast(builtins.str, jsii.get(self, "displayName"))
1728
1667
 
1729
1668
  @display_name.setter
@@ -1736,7 +1675,6 @@ class CfnStudio(
1736
1675
  @builtins.property
1737
1676
  @jsii.member(jsii_name="studioName")
1738
1677
  def studio_name(self) -> builtins.str:
1739
- '''The name of the studio, as included in the URL when accessing it in the Nimble Studio portal.'''
1740
1678
  return typing.cast(builtins.str, jsii.get(self, "studioName"))
1741
1679
 
1742
1680
  @studio_name.setter
@@ -1749,7 +1687,6 @@ class CfnStudio(
1749
1687
  @builtins.property
1750
1688
  @jsii.member(jsii_name="userRoleArn")
1751
1689
  def user_role_arn(self) -> builtins.str:
1752
- '''The IAM role that studio users assume when logging in to the Nimble Studio portal.'''
1753
1690
  return typing.cast(builtins.str, jsii.get(self, "userRoleArn"))
1754
1691
 
1755
1692
  @user_role_arn.setter
@@ -1764,7 +1701,6 @@ class CfnStudio(
1764
1701
  def studio_encryption_configuration(
1765
1702
  self,
1766
1703
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnStudio.StudioEncryptionConfigurationProperty"]]:
1767
- '''Configuration of the encryption method that is used for the studio.'''
1768
1704
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnStudio.StudioEncryptionConfigurationProperty"]], jsii.get(self, "studioEncryptionConfiguration"))
1769
1705
 
1770
1706
  @studio_encryption_configuration.setter
@@ -1780,7 +1716,6 @@ class CfnStudio(
1780
1716
  @builtins.property
1781
1717
  @jsii.member(jsii_name="tagsRaw")
1782
1718
  def tags_raw(self) -> typing.Optional[typing.Mapping[builtins.str, builtins.str]]:
1783
- '''An array of key-value pairs to apply to this resource.'''
1784
1719
  return typing.cast(typing.Optional[typing.Mapping[builtins.str, builtins.str]], jsii.get(self, "tagsRaw"))
1785
1720
 
1786
1721
  @tags_raw.setter
@@ -1805,10 +1740,9 @@ class CfnStudio(
1805
1740
  key_type: builtins.str,
1806
1741
  key_arn: typing.Optional[builtins.str] = None,
1807
1742
  ) -> None:
1808
- '''Configuration of the encryption method that is used for the studio.
1809
-
1810
- :param key_type: The type of KMS key that is used to encrypt studio data.
1811
- :param key_arn: The ARN for a KMS key that is used to encrypt studio data.
1743
+ '''
1744
+ :param key_type:
1745
+ :param key_arn:
1812
1746
 
1813
1747
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studio-studioencryptionconfiguration.html
1814
1748
  :exampleMetadata: fixture=_generated
@@ -1838,8 +1772,7 @@ class CfnStudio(
1838
1772
 
1839
1773
  @builtins.property
1840
1774
  def key_type(self) -> builtins.str:
1841
- '''The type of KMS key that is used to encrypt studio data.
1842
-
1775
+ '''
1843
1776
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studio-studioencryptionconfiguration.html#cfn-nimblestudio-studio-studioencryptionconfiguration-keytype
1844
1777
  '''
1845
1778
  result = self._values.get("key_type")
@@ -1848,8 +1781,7 @@ class CfnStudio(
1848
1781
 
1849
1782
  @builtins.property
1850
1783
  def key_arn(self) -> typing.Optional[builtins.str]:
1851
- '''The ARN for a KMS key that is used to encrypt studio data.
1852
-
1784
+ '''
1853
1785
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studio-studioencryptionconfiguration.html#cfn-nimblestudio-studio-studioencryptionconfiguration-keyarn
1854
1786
  '''
1855
1787
  result = self._values.get("key_arn")
@@ -1867,19 +1799,13 @@ class CfnStudio(
1867
1799
  )
1868
1800
 
1869
1801
 
1870
- @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
1802
+ @jsii.implements(_IInspectable_c2943556, _IStudioComponentRef_fb2a919a, _ITaggable_36806126)
1871
1803
  class CfnStudioComponent(
1872
1804
  _CfnResource_9df397a6,
1873
1805
  metaclass=jsii.JSIIMeta,
1874
1806
  jsii_type="aws-cdk-lib.aws_nimblestudio.CfnStudioComponent",
1875
1807
  ):
1876
- '''The ``AWS::NimbleStudio::StudioComponent`` resource represents a network resource that is used by a studio's users and workflows.
1877
-
1878
- A typical studio contains studio components for the following: a render farm, an Active Directory, a licensing service, and a shared file system.
1879
-
1880
- Access to a studio component is managed by specifying security groups for the resource, as well as its endpoint.
1881
-
1882
- A studio component also has a set of initialization scripts, which are returned by ``GetLaunchProfileInitialization`` . These initialization scripts run on streaming sessions when they start. They provide users with flexibility in controlling how studio resources are configured on a streaming session.
1808
+ '''http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studiocomponent.html.
1883
1809
 
1884
1810
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studiocomponent.html
1885
1811
  :cloudformationResource: AWS::NimbleStudio::StudioComponent
@@ -1956,19 +1882,20 @@ class CfnStudioComponent(
1956
1882
  subtype: typing.Optional[builtins.str] = None,
1957
1883
  tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
1958
1884
  ) -> None:
1959
- '''
1885
+ '''Create a new ``AWS::NimbleStudio::StudioComponent``.
1886
+
1960
1887
  :param scope: Scope in which this resource is defined.
1961
1888
  :param id: Construct identifier for this resource (unique in its scope).
1962
- :param name: A friendly name for the studio component resource.
1963
- :param studio_id: The unique identifier for a studio resource. In Nimble Studio, all other resources are contained in a studio resource.
1964
- :param type: The type of the studio component.
1965
- :param configuration: The configuration of the studio component, based on component type.
1966
- :param description: A human-readable description for the studio component resource.
1967
- :param ec2_security_group_ids: The EC2 security groups that control access to the studio component.
1968
- :param initialization_scripts: Initialization scripts for studio components.
1969
- :param script_parameters: Parameters for the studio component scripts.
1970
- :param subtype: The specific subtype of a studio component.
1971
- :param tags: An array of key-value pairs to apply to this resource. For more information, see `Tag <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html>`_ .
1889
+ :param name:
1890
+ :param studio_id:
1891
+ :param type:
1892
+ :param configuration:
1893
+ :param description:
1894
+ :param ec2_security_group_ids:
1895
+ :param initialization_scripts:
1896
+ :param script_parameters:
1897
+ :param subtype:
1898
+ :param tags:
1972
1899
  '''
1973
1900
  if __debug__:
1974
1901
  type_hints = typing.get_type_hints(_typecheckingstub__c22fe0082d9b44d07e4ef368d5f042dd2864628399c458b780e181e7bd4c1351)
@@ -2022,8 +1949,7 @@ class CfnStudioComponent(
2022
1949
  @builtins.property
2023
1950
  @jsii.member(jsii_name="attrStudioComponentId")
2024
1951
  def attr_studio_component_id(self) -> builtins.str:
2025
- '''The unique identifier for the studio component resource.
2026
-
1952
+ '''
2027
1953
  :cloudformationAttribute: StudioComponentId
2028
1954
  '''
2029
1955
  return typing.cast(builtins.str, jsii.get(self, "attrStudioComponentId"))
@@ -2033,6 +1959,12 @@ class CfnStudioComponent(
2033
1959
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
2034
1960
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
2035
1961
 
1962
+ @builtins.property
1963
+ @jsii.member(jsii_name="studioComponentRef")
1964
+ def studio_component_ref(self) -> _StudioComponentReference_27998446:
1965
+ '''A reference to a StudioComponent resource.'''
1966
+ return typing.cast(_StudioComponentReference_27998446, jsii.get(self, "studioComponentRef"))
1967
+
2036
1968
  @builtins.property
2037
1969
  @jsii.member(jsii_name="tags")
2038
1970
  def tags(self) -> _TagManager_0a598cb3:
@@ -2042,7 +1974,6 @@ class CfnStudioComponent(
2042
1974
  @builtins.property
2043
1975
  @jsii.member(jsii_name="name")
2044
1976
  def name(self) -> builtins.str:
2045
- '''A friendly name for the studio component resource.'''
2046
1977
  return typing.cast(builtins.str, jsii.get(self, "name"))
2047
1978
 
2048
1979
  @name.setter
@@ -2055,7 +1986,6 @@ class CfnStudioComponent(
2055
1986
  @builtins.property
2056
1987
  @jsii.member(jsii_name="studioId")
2057
1988
  def studio_id(self) -> builtins.str:
2058
- '''The unique identifier for a studio resource.'''
2059
1989
  return typing.cast(builtins.str, jsii.get(self, "studioId"))
2060
1990
 
2061
1991
  @studio_id.setter
@@ -2068,7 +1998,6 @@ class CfnStudioComponent(
2068
1998
  @builtins.property
2069
1999
  @jsii.member(jsii_name="type")
2070
2000
  def type(self) -> builtins.str:
2071
- '''The type of the studio component.'''
2072
2001
  return typing.cast(builtins.str, jsii.get(self, "type"))
2073
2002
 
2074
2003
  @type.setter
@@ -2083,7 +2012,6 @@ class CfnStudioComponent(
2083
2012
  def configuration(
2084
2013
  self,
2085
2014
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnStudioComponent.StudioComponentConfigurationProperty"]]:
2086
- '''The configuration of the studio component, based on component type.'''
2087
2015
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnStudioComponent.StudioComponentConfigurationProperty"]], jsii.get(self, "configuration"))
2088
2016
 
2089
2017
  @configuration.setter
@@ -2099,7 +2027,6 @@ class CfnStudioComponent(
2099
2027
  @builtins.property
2100
2028
  @jsii.member(jsii_name="description")
2101
2029
  def description(self) -> typing.Optional[builtins.str]:
2102
- '''A human-readable description for the studio component resource.'''
2103
2030
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "description"))
2104
2031
 
2105
2032
  @description.setter
@@ -2112,7 +2039,6 @@ class CfnStudioComponent(
2112
2039
  @builtins.property
2113
2040
  @jsii.member(jsii_name="ec2SecurityGroupIds")
2114
2041
  def ec2_security_group_ids(self) -> typing.Optional[typing.List[builtins.str]]:
2115
- '''The EC2 security groups that control access to the studio component.'''
2116
2042
  return typing.cast(typing.Optional[typing.List[builtins.str]], jsii.get(self, "ec2SecurityGroupIds"))
2117
2043
 
2118
2044
  @ec2_security_group_ids.setter
@@ -2130,7 +2056,6 @@ class CfnStudioComponent(
2130
2056
  def initialization_scripts(
2131
2057
  self,
2132
2058
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnStudioComponent.StudioComponentInitializationScriptProperty"]]]]:
2133
- '''Initialization scripts for studio components.'''
2134
2059
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnStudioComponent.StudioComponentInitializationScriptProperty"]]]], jsii.get(self, "initializationScripts"))
2135
2060
 
2136
2061
  @initialization_scripts.setter
@@ -2148,7 +2073,6 @@ class CfnStudioComponent(
2148
2073
  def script_parameters(
2149
2074
  self,
2150
2075
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnStudioComponent.ScriptParameterKeyValueProperty"]]]]:
2151
- '''Parameters for the studio component scripts.'''
2152
2076
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnStudioComponent.ScriptParameterKeyValueProperty"]]]], jsii.get(self, "scriptParameters"))
2153
2077
 
2154
2078
  @script_parameters.setter
@@ -2164,7 +2088,6 @@ class CfnStudioComponent(
2164
2088
  @builtins.property
2165
2089
  @jsii.member(jsii_name="subtype")
2166
2090
  def subtype(self) -> typing.Optional[builtins.str]:
2167
- '''The specific subtype of a studio component.'''
2168
2091
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "subtype"))
2169
2092
 
2170
2093
  @subtype.setter
@@ -2177,7 +2100,6 @@ class CfnStudioComponent(
2177
2100
  @builtins.property
2178
2101
  @jsii.member(jsii_name="tagsRaw")
2179
2102
  def tags_raw(self) -> typing.Optional[typing.Mapping[builtins.str, builtins.str]]:
2180
- '''An array of key-value pairs to apply to this resource.'''
2181
2103
  return typing.cast(typing.Optional[typing.Mapping[builtins.str, builtins.str]], jsii.get(self, "tagsRaw"))
2182
2104
 
2183
2105
  @tags_raw.setter
@@ -2202,10 +2124,9 @@ class CfnStudioComponent(
2202
2124
  name: typing.Optional[builtins.str] = None,
2203
2125
  value: typing.Optional[builtins.str] = None,
2204
2126
  ) -> None:
2205
- '''An LDAP attribute of an Active Directory computer account, in the form of a name:value pair.
2206
-
2207
- :param name: The name for the LDAP attribute.
2208
- :param value: The value for the LDAP attribute.
2127
+ '''
2128
+ :param name:
2129
+ :param value:
2209
2130
 
2210
2131
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-activedirectorycomputerattribute.html
2211
2132
  :exampleMetadata: fixture=_generated
@@ -2233,8 +2154,7 @@ class CfnStudioComponent(
2233
2154
 
2234
2155
  @builtins.property
2235
2156
  def name(self) -> typing.Optional[builtins.str]:
2236
- '''The name for the LDAP attribute.
2237
-
2157
+ '''
2238
2158
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-activedirectorycomputerattribute.html#cfn-nimblestudio-studiocomponent-activedirectorycomputerattribute-name
2239
2159
  '''
2240
2160
  result = self._values.get("name")
@@ -2242,8 +2162,7 @@ class CfnStudioComponent(
2242
2162
 
2243
2163
  @builtins.property
2244
2164
  def value(self) -> typing.Optional[builtins.str]:
2245
- '''The value for the LDAP attribute.
2246
-
2165
+ '''
2247
2166
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-activedirectorycomputerattribute.html#cfn-nimblestudio-studiocomponent-activedirectorycomputerattribute-value
2248
2167
  '''
2249
2168
  result = self._values.get("value")
@@ -2277,11 +2196,10 @@ class CfnStudioComponent(
2277
2196
  directory_id: typing.Optional[builtins.str] = None,
2278
2197
  organizational_unit_distinguished_name: typing.Optional[builtins.str] = None,
2279
2198
  ) -> None:
2280
- '''The configuration for a AWS Directory Service for Microsoft Active Directory studio resource.
2281
-
2282
- :param computer_attributes: A collection of custom attributes for an Active Directory computer.
2283
- :param directory_id: The directory ID of the AWS Directory Service for Microsoft Active Directory to access using this studio component.
2284
- :param organizational_unit_distinguished_name: The distinguished name (DN) and organizational unit (OU) of an Active Directory computer.
2199
+ '''
2200
+ :param computer_attributes:
2201
+ :param directory_id:
2202
+ :param organizational_unit_distinguished_name:
2285
2203
 
2286
2204
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-activedirectoryconfiguration.html
2287
2205
  :exampleMetadata: fixture=_generated
@@ -2318,8 +2236,7 @@ class CfnStudioComponent(
2318
2236
  def computer_attributes(
2319
2237
  self,
2320
2238
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnStudioComponent.ActiveDirectoryComputerAttributeProperty"]]]]:
2321
- '''A collection of custom attributes for an Active Directory computer.
2322
-
2239
+ '''
2323
2240
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-activedirectoryconfiguration.html#cfn-nimblestudio-studiocomponent-activedirectoryconfiguration-computerattributes
2324
2241
  '''
2325
2242
  result = self._values.get("computer_attributes")
@@ -2327,8 +2244,7 @@ class CfnStudioComponent(
2327
2244
 
2328
2245
  @builtins.property
2329
2246
  def directory_id(self) -> typing.Optional[builtins.str]:
2330
- '''The directory ID of the AWS Directory Service for Microsoft Active Directory to access using this studio component.
2331
-
2247
+ '''
2332
2248
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-activedirectoryconfiguration.html#cfn-nimblestudio-studiocomponent-activedirectoryconfiguration-directoryid
2333
2249
  '''
2334
2250
  result = self._values.get("directory_id")
@@ -2338,8 +2254,7 @@ class CfnStudioComponent(
2338
2254
  def organizational_unit_distinguished_name(
2339
2255
  self,
2340
2256
  ) -> typing.Optional[builtins.str]:
2341
- '''The distinguished name (DN) and organizational unit (OU) of an Active Directory computer.
2342
-
2257
+ '''
2343
2258
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-activedirectoryconfiguration.html#cfn-nimblestudio-studiocomponent-activedirectoryconfiguration-organizationalunitdistinguishedname
2344
2259
  '''
2345
2260
  result = self._values.get("organizational_unit_distinguished_name")
@@ -2371,10 +2286,9 @@ class CfnStudioComponent(
2371
2286
  active_directory_user: typing.Optional[builtins.str] = None,
2372
2287
  endpoint: typing.Optional[builtins.str] = None,
2373
2288
  ) -> None:
2374
- '''The configuration for a render farm that is associated with a studio resource.
2375
-
2376
- :param active_directory_user: The name of an Active Directory user that is used on ComputeFarm worker instances.
2377
- :param endpoint: The endpoint of the ComputeFarm that is accessed by the studio component resource.
2289
+ '''
2290
+ :param active_directory_user:
2291
+ :param endpoint:
2378
2292
 
2379
2293
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-computefarmconfiguration.html
2380
2294
  :exampleMetadata: fixture=_generated
@@ -2402,8 +2316,7 @@ class CfnStudioComponent(
2402
2316
 
2403
2317
  @builtins.property
2404
2318
  def active_directory_user(self) -> typing.Optional[builtins.str]:
2405
- '''The name of an Active Directory user that is used on ComputeFarm worker instances.
2406
-
2319
+ '''
2407
2320
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-computefarmconfiguration.html#cfn-nimblestudio-studiocomponent-computefarmconfiguration-activedirectoryuser
2408
2321
  '''
2409
2322
  result = self._values.get("active_directory_user")
@@ -2411,8 +2324,7 @@ class CfnStudioComponent(
2411
2324
 
2412
2325
  @builtins.property
2413
2326
  def endpoint(self) -> typing.Optional[builtins.str]:
2414
- '''The endpoint of the ComputeFarm that is accessed by the studio component resource.
2415
-
2327
+ '''
2416
2328
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-computefarmconfiguration.html#cfn-nimblestudio-studiocomponent-computefarmconfiguration-endpoint
2417
2329
  '''
2418
2330
  result = self._values.get("endpoint")
@@ -2436,9 +2348,8 @@ class CfnStudioComponent(
2436
2348
  )
2437
2349
  class LicenseServiceConfigurationProperty:
2438
2350
  def __init__(self, *, endpoint: typing.Optional[builtins.str] = None) -> None:
2439
- '''The configuration for a license service that is associated with a studio resource.
2440
-
2441
- :param endpoint: The endpoint of the license service that is accessed by the studio component resource.
2351
+ '''
2352
+ :param endpoint:
2442
2353
 
2443
2354
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-licenseserviceconfiguration.html
2444
2355
  :exampleMetadata: fixture=_generated
@@ -2462,8 +2373,7 @@ class CfnStudioComponent(
2462
2373
 
2463
2374
  @builtins.property
2464
2375
  def endpoint(self) -> typing.Optional[builtins.str]:
2465
- '''The endpoint of the license service that is accessed by the studio component resource.
2466
-
2376
+ '''
2467
2377
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-licenseserviceconfiguration.html#cfn-nimblestudio-studiocomponent-licenseserviceconfiguration-endpoint
2468
2378
  '''
2469
2379
  result = self._values.get("endpoint")
@@ -2492,10 +2402,9 @@ class CfnStudioComponent(
2492
2402
  key: typing.Optional[builtins.str] = None,
2493
2403
  value: typing.Optional[builtins.str] = None,
2494
2404
  ) -> None:
2495
- '''A parameter for a studio component script, in the form of a key-value pair.
2496
-
2497
- :param key: A script parameter key.
2498
- :param value: A script parameter value.
2405
+ '''
2406
+ :param key:
2407
+ :param value:
2499
2408
 
2500
2409
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-scriptparameterkeyvalue.html
2501
2410
  :exampleMetadata: fixture=_generated
@@ -2523,8 +2432,7 @@ class CfnStudioComponent(
2523
2432
 
2524
2433
  @builtins.property
2525
2434
  def key(self) -> typing.Optional[builtins.str]:
2526
- '''A script parameter key.
2527
-
2435
+ '''
2528
2436
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-scriptparameterkeyvalue.html#cfn-nimblestudio-studiocomponent-scriptparameterkeyvalue-key
2529
2437
  '''
2530
2438
  result = self._values.get("key")
@@ -2532,8 +2440,7 @@ class CfnStudioComponent(
2532
2440
 
2533
2441
  @builtins.property
2534
2442
  def value(self) -> typing.Optional[builtins.str]:
2535
- '''A script parameter value.
2536
-
2443
+ '''
2537
2444
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-scriptparameterkeyvalue.html#cfn-nimblestudio-studiocomponent-scriptparameterkeyvalue-value
2538
2445
  '''
2539
2446
  result = self._values.get("value")
@@ -2571,13 +2478,12 @@ class CfnStudioComponent(
2571
2478
  share_name: typing.Optional[builtins.str] = None,
2572
2479
  windows_mount_drive: typing.Optional[builtins.str] = None,
2573
2480
  ) -> None:
2574
- '''The configuration for a shared file storage system that is associated with a studio resource.
2575
-
2576
- :param endpoint: The endpoint of the shared file system that is accessed by the studio component resource.
2577
- :param file_system_id: The unique identifier for a file system.
2578
- :param linux_mount_point: The mount location for a shared file system on a Linux virtual workstation.
2579
- :param share_name: The name of the file share.
2580
- :param windows_mount_drive: The mount location for a shared file system on a Windows virtual workstation.
2481
+ '''
2482
+ :param endpoint:
2483
+ :param file_system_id:
2484
+ :param linux_mount_point:
2485
+ :param share_name:
2486
+ :param windows_mount_drive:
2581
2487
 
2582
2488
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-sharedfilesystemconfiguration.html
2583
2489
  :exampleMetadata: fixture=_generated
@@ -2617,8 +2523,7 @@ class CfnStudioComponent(
2617
2523
 
2618
2524
  @builtins.property
2619
2525
  def endpoint(self) -> typing.Optional[builtins.str]:
2620
- '''The endpoint of the shared file system that is accessed by the studio component resource.
2621
-
2526
+ '''
2622
2527
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-sharedfilesystemconfiguration.html#cfn-nimblestudio-studiocomponent-sharedfilesystemconfiguration-endpoint
2623
2528
  '''
2624
2529
  result = self._values.get("endpoint")
@@ -2626,8 +2531,7 @@ class CfnStudioComponent(
2626
2531
 
2627
2532
  @builtins.property
2628
2533
  def file_system_id(self) -> typing.Optional[builtins.str]:
2629
- '''The unique identifier for a file system.
2630
-
2534
+ '''
2631
2535
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-sharedfilesystemconfiguration.html#cfn-nimblestudio-studiocomponent-sharedfilesystemconfiguration-filesystemid
2632
2536
  '''
2633
2537
  result = self._values.get("file_system_id")
@@ -2635,8 +2539,7 @@ class CfnStudioComponent(
2635
2539
 
2636
2540
  @builtins.property
2637
2541
  def linux_mount_point(self) -> typing.Optional[builtins.str]:
2638
- '''The mount location for a shared file system on a Linux virtual workstation.
2639
-
2542
+ '''
2640
2543
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-sharedfilesystemconfiguration.html#cfn-nimblestudio-studiocomponent-sharedfilesystemconfiguration-linuxmountpoint
2641
2544
  '''
2642
2545
  result = self._values.get("linux_mount_point")
@@ -2644,8 +2547,7 @@ class CfnStudioComponent(
2644
2547
 
2645
2548
  @builtins.property
2646
2549
  def share_name(self) -> typing.Optional[builtins.str]:
2647
- '''The name of the file share.
2648
-
2550
+ '''
2649
2551
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-sharedfilesystemconfiguration.html#cfn-nimblestudio-studiocomponent-sharedfilesystemconfiguration-sharename
2650
2552
  '''
2651
2553
  result = self._values.get("share_name")
@@ -2653,8 +2555,7 @@ class CfnStudioComponent(
2653
2555
 
2654
2556
  @builtins.property
2655
2557
  def windows_mount_drive(self) -> typing.Optional[builtins.str]:
2656
- '''The mount location for a shared file system on a Windows virtual workstation.
2657
-
2558
+ '''
2658
2559
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-sharedfilesystemconfiguration.html#cfn-nimblestudio-studiocomponent-sharedfilesystemconfiguration-windowsmountdrive
2659
2560
  '''
2660
2561
  result = self._values.get("windows_mount_drive")
@@ -2690,12 +2591,11 @@ class CfnStudioComponent(
2690
2591
  license_service_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnStudioComponent.LicenseServiceConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
2691
2592
  shared_file_system_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnStudioComponent.SharedFileSystemConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
2692
2593
  ) -> None:
2693
- '''The configuration of the studio component, based on component type.
2694
-
2695
- :param active_directory_configuration: The configuration for a AWS Directory Service for Microsoft Active Directory studio resource.
2696
- :param compute_farm_configuration: The configuration for a render farm that is associated with a studio resource.
2697
- :param license_service_configuration: The configuration for a license service that is associated with a studio resource.
2698
- :param shared_file_system_configuration: The configuration for a shared file storage system that is associated with a studio resource.
2594
+ '''
2595
+ :param active_directory_configuration:
2596
+ :param compute_farm_configuration:
2597
+ :param license_service_configuration:
2598
+ :param shared_file_system_configuration:
2699
2599
 
2700
2600
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-studiocomponentconfiguration.html
2701
2601
  :exampleMetadata: fixture=_generated
@@ -2751,8 +2651,7 @@ class CfnStudioComponent(
2751
2651
  def active_directory_configuration(
2752
2652
  self,
2753
2653
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnStudioComponent.ActiveDirectoryConfigurationProperty"]]:
2754
- '''The configuration for a AWS Directory Service for Microsoft Active Directory studio resource.
2755
-
2654
+ '''
2756
2655
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-studiocomponentconfiguration.html#cfn-nimblestudio-studiocomponent-studiocomponentconfiguration-activedirectoryconfiguration
2757
2656
  '''
2758
2657
  result = self._values.get("active_directory_configuration")
@@ -2762,8 +2661,7 @@ class CfnStudioComponent(
2762
2661
  def compute_farm_configuration(
2763
2662
  self,
2764
2663
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnStudioComponent.ComputeFarmConfigurationProperty"]]:
2765
- '''The configuration for a render farm that is associated with a studio resource.
2766
-
2664
+ '''
2767
2665
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-studiocomponentconfiguration.html#cfn-nimblestudio-studiocomponent-studiocomponentconfiguration-computefarmconfiguration
2768
2666
  '''
2769
2667
  result = self._values.get("compute_farm_configuration")
@@ -2773,8 +2671,7 @@ class CfnStudioComponent(
2773
2671
  def license_service_configuration(
2774
2672
  self,
2775
2673
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnStudioComponent.LicenseServiceConfigurationProperty"]]:
2776
- '''The configuration for a license service that is associated with a studio resource.
2777
-
2674
+ '''
2778
2675
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-studiocomponentconfiguration.html#cfn-nimblestudio-studiocomponent-studiocomponentconfiguration-licenseserviceconfiguration
2779
2676
  '''
2780
2677
  result = self._values.get("license_service_configuration")
@@ -2784,8 +2681,7 @@ class CfnStudioComponent(
2784
2681
  def shared_file_system_configuration(
2785
2682
  self,
2786
2683
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnStudioComponent.SharedFileSystemConfigurationProperty"]]:
2787
- '''The configuration for a shared file storage system that is associated with a studio resource.
2788
-
2684
+ '''
2789
2685
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-studiocomponentconfiguration.html#cfn-nimblestudio-studiocomponent-studiocomponentconfiguration-sharedfilesystemconfiguration
2790
2686
  '''
2791
2687
  result = self._values.get("shared_file_system_configuration")
@@ -2821,12 +2717,11 @@ class CfnStudioComponent(
2821
2717
  run_context: typing.Optional[builtins.str] = None,
2822
2718
  script: typing.Optional[builtins.str] = None,
2823
2719
  ) -> None:
2824
- '''Initialization scripts for studio components.
2825
-
2826
- :param launch_profile_protocol_version: The version number of the protocol that is used by the launch profile. The only valid version is "2021-03-31".
2827
- :param platform: The platform of the initialization script, either Windows or Linux.
2828
- :param run_context: The method to use when running the initialization script.
2829
- :param script: The initialization script.
2720
+ '''
2721
+ :param launch_profile_protocol_version:
2722
+ :param platform:
2723
+ :param run_context:
2724
+ :param script:
2830
2725
 
2831
2726
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-studiocomponentinitializationscript.html
2832
2727
  :exampleMetadata: fixture=_generated
@@ -2862,10 +2757,7 @@ class CfnStudioComponent(
2862
2757
 
2863
2758
  @builtins.property
2864
2759
  def launch_profile_protocol_version(self) -> typing.Optional[builtins.str]:
2865
- '''The version number of the protocol that is used by the launch profile.
2866
-
2867
- The only valid version is "2021-03-31".
2868
-
2760
+ '''
2869
2761
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-studiocomponentinitializationscript.html#cfn-nimblestudio-studiocomponent-studiocomponentinitializationscript-launchprofileprotocolversion
2870
2762
  '''
2871
2763
  result = self._values.get("launch_profile_protocol_version")
@@ -2873,8 +2765,7 @@ class CfnStudioComponent(
2873
2765
 
2874
2766
  @builtins.property
2875
2767
  def platform(self) -> typing.Optional[builtins.str]:
2876
- '''The platform of the initialization script, either Windows or Linux.
2877
-
2768
+ '''
2878
2769
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-studiocomponentinitializationscript.html#cfn-nimblestudio-studiocomponent-studiocomponentinitializationscript-platform
2879
2770
  '''
2880
2771
  result = self._values.get("platform")
@@ -2882,8 +2773,7 @@ class CfnStudioComponent(
2882
2773
 
2883
2774
  @builtins.property
2884
2775
  def run_context(self) -> typing.Optional[builtins.str]:
2885
- '''The method to use when running the initialization script.
2886
-
2776
+ '''
2887
2777
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-studiocomponentinitializationscript.html#cfn-nimblestudio-studiocomponent-studiocomponentinitializationscript-runcontext
2888
2778
  '''
2889
2779
  result = self._values.get("run_context")
@@ -2891,8 +2781,7 @@ class CfnStudioComponent(
2891
2781
 
2892
2782
  @builtins.property
2893
2783
  def script(self) -> typing.Optional[builtins.str]:
2894
- '''The initialization script.
2895
-
2784
+ '''
2896
2785
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-studiocomponentinitializationscript.html#cfn-nimblestudio-studiocomponent-studiocomponentinitializationscript-script
2897
2786
  '''
2898
2787
  result = self._values.get("script")
@@ -2943,16 +2832,16 @@ class CfnStudioComponentProps:
2943
2832
  ) -> None:
2944
2833
  '''Properties for defining a ``CfnStudioComponent``.
2945
2834
 
2946
- :param name: A friendly name for the studio component resource.
2947
- :param studio_id: The unique identifier for a studio resource. In Nimble Studio, all other resources are contained in a studio resource.
2948
- :param type: The type of the studio component.
2949
- :param configuration: The configuration of the studio component, based on component type.
2950
- :param description: A human-readable description for the studio component resource.
2951
- :param ec2_security_group_ids: The EC2 security groups that control access to the studio component.
2952
- :param initialization_scripts: Initialization scripts for studio components.
2953
- :param script_parameters: Parameters for the studio component scripts.
2954
- :param subtype: The specific subtype of a studio component.
2955
- :param tags: An array of key-value pairs to apply to this resource. For more information, see `Tag <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html>`_ .
2835
+ :param name:
2836
+ :param studio_id:
2837
+ :param type:
2838
+ :param configuration:
2839
+ :param description:
2840
+ :param ec2_security_group_ids:
2841
+ :param initialization_scripts:
2842
+ :param script_parameters:
2843
+ :param subtype:
2844
+ :param tags:
2956
2845
 
2957
2846
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studiocomponent.html
2958
2847
  :exampleMetadata: fixture=_generated
@@ -3045,8 +2934,7 @@ class CfnStudioComponentProps:
3045
2934
 
3046
2935
  @builtins.property
3047
2936
  def name(self) -> builtins.str:
3048
- '''A friendly name for the studio component resource.
3049
-
2937
+ '''
3050
2938
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studiocomponent.html#cfn-nimblestudio-studiocomponent-name
3051
2939
  '''
3052
2940
  result = self._values.get("name")
@@ -3055,10 +2943,7 @@ class CfnStudioComponentProps:
3055
2943
 
3056
2944
  @builtins.property
3057
2945
  def studio_id(self) -> builtins.str:
3058
- '''The unique identifier for a studio resource.
3059
-
3060
- In Nimble Studio, all other resources are contained in a studio resource.
3061
-
2946
+ '''
3062
2947
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studiocomponent.html#cfn-nimblestudio-studiocomponent-studioid
3063
2948
  '''
3064
2949
  result = self._values.get("studio_id")
@@ -3067,8 +2952,7 @@ class CfnStudioComponentProps:
3067
2952
 
3068
2953
  @builtins.property
3069
2954
  def type(self) -> builtins.str:
3070
- '''The type of the studio component.
3071
-
2955
+ '''
3072
2956
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studiocomponent.html#cfn-nimblestudio-studiocomponent-type
3073
2957
  '''
3074
2958
  result = self._values.get("type")
@@ -3079,8 +2963,7 @@ class CfnStudioComponentProps:
3079
2963
  def configuration(
3080
2964
  self,
3081
2965
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnStudioComponent.StudioComponentConfigurationProperty]]:
3082
- '''The configuration of the studio component, based on component type.
3083
-
2966
+ '''
3084
2967
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studiocomponent.html#cfn-nimblestudio-studiocomponent-configuration
3085
2968
  '''
3086
2969
  result = self._values.get("configuration")
@@ -3088,8 +2971,7 @@ class CfnStudioComponentProps:
3088
2971
 
3089
2972
  @builtins.property
3090
2973
  def description(self) -> typing.Optional[builtins.str]:
3091
- '''A human-readable description for the studio component resource.
3092
-
2974
+ '''
3093
2975
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studiocomponent.html#cfn-nimblestudio-studiocomponent-description
3094
2976
  '''
3095
2977
  result = self._values.get("description")
@@ -3097,8 +2979,7 @@ class CfnStudioComponentProps:
3097
2979
 
3098
2980
  @builtins.property
3099
2981
  def ec2_security_group_ids(self) -> typing.Optional[typing.List[builtins.str]]:
3100
- '''The EC2 security groups that control access to the studio component.
3101
-
2982
+ '''
3102
2983
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studiocomponent.html#cfn-nimblestudio-studiocomponent-ec2securitygroupids
3103
2984
  '''
3104
2985
  result = self._values.get("ec2_security_group_ids")
@@ -3108,8 +2989,7 @@ class CfnStudioComponentProps:
3108
2989
  def initialization_scripts(
3109
2990
  self,
3110
2991
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnStudioComponent.StudioComponentInitializationScriptProperty]]]]:
3111
- '''Initialization scripts for studio components.
3112
-
2992
+ '''
3113
2993
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studiocomponent.html#cfn-nimblestudio-studiocomponent-initializationscripts
3114
2994
  '''
3115
2995
  result = self._values.get("initialization_scripts")
@@ -3119,8 +2999,7 @@ class CfnStudioComponentProps:
3119
2999
  def script_parameters(
3120
3000
  self,
3121
3001
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnStudioComponent.ScriptParameterKeyValueProperty]]]]:
3122
- '''Parameters for the studio component scripts.
3123
-
3002
+ '''
3124
3003
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studiocomponent.html#cfn-nimblestudio-studiocomponent-scriptparameters
3125
3004
  '''
3126
3005
  result = self._values.get("script_parameters")
@@ -3128,8 +3007,7 @@ class CfnStudioComponentProps:
3128
3007
 
3129
3008
  @builtins.property
3130
3009
  def subtype(self) -> typing.Optional[builtins.str]:
3131
- '''The specific subtype of a studio component.
3132
-
3010
+ '''
3133
3011
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studiocomponent.html#cfn-nimblestudio-studiocomponent-subtype
3134
3012
  '''
3135
3013
  result = self._values.get("subtype")
@@ -3137,10 +3015,7 @@ class CfnStudioComponentProps:
3137
3015
 
3138
3016
  @builtins.property
3139
3017
  def tags(self) -> typing.Optional[typing.Mapping[builtins.str, builtins.str]]:
3140
- '''An array of key-value pairs to apply to this resource.
3141
-
3142
- For more information, see `Tag <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html>`_ .
3143
-
3018
+ '''
3144
3019
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studiocomponent.html#cfn-nimblestudio-studiocomponent-tags
3145
3020
  '''
3146
3021
  result = self._values.get("tags")
@@ -3183,12 +3058,12 @@ class CfnStudioProps:
3183
3058
  ) -> None:
3184
3059
  '''Properties for defining a ``CfnStudio``.
3185
3060
 
3186
- :param admin_role_arn: The IAM role that studio admins assume when logging in to the Nimble Studio portal.
3187
- :param display_name: A friendly name for the studio.
3188
- :param studio_name: The name of the studio, as included in the URL when accessing it in the Nimble Studio portal.
3189
- :param user_role_arn: The IAM role that studio users assume when logging in to the Nimble Studio portal.
3190
- :param studio_encryption_configuration: Configuration of the encryption method that is used for the studio.
3191
- :param tags: An array of key-value pairs to apply to this resource. For more information, see `Tag <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html>`_ .
3061
+ :param admin_role_arn:
3062
+ :param display_name:
3063
+ :param studio_name:
3064
+ :param user_role_arn:
3065
+ :param studio_encryption_configuration:
3066
+ :param tags:
3192
3067
 
3193
3068
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studio.html
3194
3069
  :exampleMetadata: fixture=_generated
@@ -3238,8 +3113,7 @@ class CfnStudioProps:
3238
3113
 
3239
3114
  @builtins.property
3240
3115
  def admin_role_arn(self) -> builtins.str:
3241
- '''The IAM role that studio admins assume when logging in to the Nimble Studio portal.
3242
-
3116
+ '''
3243
3117
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studio.html#cfn-nimblestudio-studio-adminrolearn
3244
3118
  '''
3245
3119
  result = self._values.get("admin_role_arn")
@@ -3248,8 +3122,7 @@ class CfnStudioProps:
3248
3122
 
3249
3123
  @builtins.property
3250
3124
  def display_name(self) -> builtins.str:
3251
- '''A friendly name for the studio.
3252
-
3125
+ '''
3253
3126
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studio.html#cfn-nimblestudio-studio-displayname
3254
3127
  '''
3255
3128
  result = self._values.get("display_name")
@@ -3258,8 +3131,7 @@ class CfnStudioProps:
3258
3131
 
3259
3132
  @builtins.property
3260
3133
  def studio_name(self) -> builtins.str:
3261
- '''The name of the studio, as included in the URL when accessing it in the Nimble Studio portal.
3262
-
3134
+ '''
3263
3135
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studio.html#cfn-nimblestudio-studio-studioname
3264
3136
  '''
3265
3137
  result = self._values.get("studio_name")
@@ -3268,8 +3140,7 @@ class CfnStudioProps:
3268
3140
 
3269
3141
  @builtins.property
3270
3142
  def user_role_arn(self) -> builtins.str:
3271
- '''The IAM role that studio users assume when logging in to the Nimble Studio portal.
3272
-
3143
+ '''
3273
3144
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studio.html#cfn-nimblestudio-studio-userrolearn
3274
3145
  '''
3275
3146
  result = self._values.get("user_role_arn")
@@ -3280,8 +3151,7 @@ class CfnStudioProps:
3280
3151
  def studio_encryption_configuration(
3281
3152
  self,
3282
3153
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnStudio.StudioEncryptionConfigurationProperty]]:
3283
- '''Configuration of the encryption method that is used for the studio.
3284
-
3154
+ '''
3285
3155
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studio.html#cfn-nimblestudio-studio-studioencryptionconfiguration
3286
3156
  '''
3287
3157
  result = self._values.get("studio_encryption_configuration")
@@ -3289,10 +3159,7 @@ class CfnStudioProps:
3289
3159
 
3290
3160
  @builtins.property
3291
3161
  def tags(self) -> typing.Optional[typing.Mapping[builtins.str, builtins.str]]:
3292
- '''An array of key-value pairs to apply to this resource.
3293
-
3294
- For more information, see `Tag <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html>`_ .
3295
-
3162
+ '''
3296
3163
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studio.html#cfn-nimblestudio-studio-tags
3297
3164
  '''
3298
3165
  result = self._values.get("tags")
@@ -3550,6 +3417,14 @@ def _typecheckingstub__45420baa577c3a8eb786b8d20404bcbc5573494502885eb1f55a89702
3550
3417
  """Type checking stubs"""
3551
3418
  pass
3552
3419
 
3420
+ def _typecheckingstub__bd2bf748ce8156650a8f97cdc57655ec8a309bab4bf87feae2916f958649aee9(
3421
+ scope: _constructs_77d1e7e8.Construct,
3422
+ id: builtins.str,
3423
+ studio_id: builtins.str,
3424
+ ) -> None:
3425
+ """Type checking stubs"""
3426
+ pass
3427
+
3553
3428
  def _typecheckingstub__a95feb38c2ffd266287aa8d0e3539b938c3d8fffe708542e910fcb088e43f36e(
3554
3429
  inspector: _TreeInspector_488e0dd5,
3555
3430
  ) -> None: