aws-cdk-lib 2.199.0__py3-none-any.whl → 2.200.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 (49) hide show
  1. aws_cdk/__init__.py +22 -24
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.199.0.jsii.tgz → aws-cdk-lib@2.200.0.jsii.tgz} +0 -0
  4. aws_cdk/aws_acmpca/__init__.py +1 -1
  5. aws_cdk/aws_apigateway/__init__.py +1 -1
  6. aws_cdk/aws_applicationautoscaling/__init__.py +4 -4
  7. aws_cdk/aws_aps/__init__.py +38 -30
  8. aws_cdk/aws_autoscaling/__init__.py +4 -4
  9. aws_cdk/aws_bedrock/__init__.py +73 -48
  10. aws_cdk/aws_cloudformation/__init__.py +17 -23
  11. aws_cdk/aws_cloudfront_origins/__init__.py +1 -1
  12. aws_cdk/aws_cloudtrail/__init__.py +4 -4
  13. aws_cdk/aws_cloudwatch/__init__.py +50 -1
  14. aws_cdk/aws_codebuild/__init__.py +116 -0
  15. aws_cdk/aws_datazone/__init__.py +699 -9
  16. aws_cdk/aws_deadline/__init__.py +38 -10
  17. aws_cdk/aws_ec2/__init__.py +78 -20
  18. aws_cdk/aws_elasticloadbalancingv2/__init__.py +7 -7
  19. aws_cdk/aws_emr/__init__.py +36 -2
  20. aws_cdk/aws_fsx/__init__.py +122 -0
  21. aws_cdk/aws_glue/__init__.py +55 -26
  22. aws_cdk/aws_iam/__init__.py +376 -2
  23. aws_cdk/aws_iot/__init__.py +57 -5
  24. aws_cdk/aws_kinesisfirehose/__init__.py +5 -1
  25. aws_cdk/aws_lambda/__init__.py +65 -45
  26. aws_cdk/aws_lex/__init__.py +27 -13
  27. aws_cdk/aws_lightsail/__init__.py +452 -0
  28. aws_cdk/aws_medialive/__init__.py +699 -497
  29. aws_cdk/aws_msk/__init__.py +4 -4
  30. aws_cdk/aws_networkfirewall/__init__.py +9 -5
  31. aws_cdk/aws_nimblestudio/__init__.py +208 -400
  32. aws_cdk/aws_panorama/__init__.py +30 -3
  33. aws_cdk/aws_pcs/__init__.py +12 -5
  34. aws_cdk/aws_rds/__init__.py +22 -10
  35. aws_cdk/aws_s3/__init__.py +367 -6
  36. aws_cdk/aws_s3express/__init__.py +789 -0
  37. aws_cdk/aws_ses/__init__.py +300 -32
  38. aws_cdk/aws_sns_subscriptions/__init__.py +256 -1
  39. aws_cdk/aws_stepfunctions/__init__.py +55 -17
  40. aws_cdk/aws_synthetics/__init__.py +26 -16
  41. aws_cdk/aws_voiceid/__init__.py +13 -3
  42. aws_cdk/cloud_assembly_schema/__init__.py +137 -42
  43. aws_cdk/cx_api/__init__.py +7 -7
  44. {aws_cdk_lib-2.199.0.dist-info → aws_cdk_lib-2.200.0.dist-info}/METADATA +2 -2
  45. {aws_cdk_lib-2.199.0.dist-info → aws_cdk_lib-2.200.0.dist-info}/RECORD +49 -49
  46. {aws_cdk_lib-2.199.0.dist-info → aws_cdk_lib-2.200.0.dist-info}/LICENSE +0 -0
  47. {aws_cdk_lib-2.199.0.dist-info → aws_cdk_lib-2.200.0.dist-info}/NOTICE +0 -0
  48. {aws_cdk_lib-2.199.0.dist-info → aws_cdk_lib-2.200.0.dist-info}/WHEEL +0 -0
  49. {aws_cdk_lib-2.199.0.dist-info → aws_cdk_lib-2.200.0.dist-info}/top_level.txt +0 -0
@@ -74,9 +74,7 @@ class CfnLaunchProfile(
74
74
  metaclass=jsii.JSIIMeta,
75
75
  jsii_type="aws-cdk-lib.aws_nimblestudio.CfnLaunchProfile",
76
76
  ):
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.
77
+ '''http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-launchprofile.html.
80
78
 
81
79
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-launchprofile.html
82
80
  :cloudformationResource: AWS::NimbleStudio::LaunchProfile
@@ -149,14 +147,14 @@ class CfnLaunchProfile(
149
147
  '''
150
148
  :param scope: Scope in which this resource is defined.
151
149
  :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>`_ .
150
+ :param ec2_subnet_ids:
151
+ :param launch_profile_protocol_versions:
152
+ :param name:
153
+ :param stream_configuration:
154
+ :param studio_component_ids:
155
+ :param studio_id:
156
+ :param description:
157
+ :param tags:
160
158
  '''
161
159
  if __debug__:
162
160
  type_hints = typing.get_type_hints(_typecheckingstub__73431936cbffacfb1263654979458319433048ccdba564211a0c846e43353e93)
@@ -208,8 +206,7 @@ class CfnLaunchProfile(
208
206
  @builtins.property
209
207
  @jsii.member(jsii_name="attrLaunchProfileId")
210
208
  def attr_launch_profile_id(self) -> builtins.str:
211
- '''The unique identifier for the launch profile resource.
212
-
209
+ '''
213
210
  :cloudformationAttribute: LaunchProfileId
214
211
  '''
215
212
  return typing.cast(builtins.str, jsii.get(self, "attrLaunchProfileId"))
@@ -228,7 +225,6 @@ class CfnLaunchProfile(
228
225
  @builtins.property
229
226
  @jsii.member(jsii_name="ec2SubnetIds")
230
227
  def ec2_subnet_ids(self) -> typing.List[builtins.str]:
231
- '''Unique identifiers for a collection of EC2 subnets.'''
232
228
  return typing.cast(typing.List[builtins.str], jsii.get(self, "ec2SubnetIds"))
233
229
 
234
230
  @ec2_subnet_ids.setter
@@ -241,7 +237,6 @@ class CfnLaunchProfile(
241
237
  @builtins.property
242
238
  @jsii.member(jsii_name="launchProfileProtocolVersions")
243
239
  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
240
  return typing.cast(typing.List[builtins.str], jsii.get(self, "launchProfileProtocolVersions"))
246
241
 
247
242
  @launch_profile_protocol_versions.setter
@@ -257,7 +252,6 @@ class CfnLaunchProfile(
257
252
  @builtins.property
258
253
  @jsii.member(jsii_name="name")
259
254
  def name(self) -> builtins.str:
260
- '''A friendly name for the launch profile.'''
261
255
  return typing.cast(builtins.str, jsii.get(self, "name"))
262
256
 
263
257
  @name.setter
@@ -272,7 +266,6 @@ class CfnLaunchProfile(
272
266
  def stream_configuration(
273
267
  self,
274
268
  ) -> typing.Union[_IResolvable_da3f097b, "CfnLaunchProfile.StreamConfigurationProperty"]:
275
- '''A configuration for a streaming session.'''
276
269
  return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnLaunchProfile.StreamConfigurationProperty"], jsii.get(self, "streamConfiguration"))
277
270
 
278
271
  @stream_configuration.setter
@@ -288,7 +281,6 @@ class CfnLaunchProfile(
288
281
  @builtins.property
289
282
  @jsii.member(jsii_name="studioComponentIds")
290
283
  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
284
  return typing.cast(typing.List[builtins.str], jsii.get(self, "studioComponentIds"))
293
285
 
294
286
  @studio_component_ids.setter
@@ -301,7 +293,6 @@ class CfnLaunchProfile(
301
293
  @builtins.property
302
294
  @jsii.member(jsii_name="studioId")
303
295
  def studio_id(self) -> builtins.str:
304
- '''The unique identifier for a studio resource.'''
305
296
  return typing.cast(builtins.str, jsii.get(self, "studioId"))
306
297
 
307
298
  @studio_id.setter
@@ -314,7 +305,6 @@ class CfnLaunchProfile(
314
305
  @builtins.property
315
306
  @jsii.member(jsii_name="description")
316
307
  def description(self) -> typing.Optional[builtins.str]:
317
- '''A human-readable description of the launch profile.'''
318
308
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "description"))
319
309
 
320
310
  @description.setter
@@ -327,7 +317,6 @@ class CfnLaunchProfile(
327
317
  @builtins.property
328
318
  @jsii.member(jsii_name="tagsRaw")
329
319
  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
320
  return typing.cast(typing.Optional[typing.Mapping[builtins.str, builtins.str]], jsii.get(self, "tagsRaw"))
332
321
 
333
322
  @tags_raw.setter
@@ -371,18 +360,17 @@ class CfnLaunchProfile(
371
360
  session_storage: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnLaunchProfile.StreamConfigurationSessionStorageProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
372
361
  volume_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnLaunchProfile.VolumeConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
373
362
  ) -> 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`` .
363
+ '''
364
+ :param clipboard_mode:
365
+ :param ec2_instance_types:
366
+ :param streaming_image_ids:
367
+ :param automatic_termination_mode:
368
+ :param max_session_length_in_minutes:
369
+ :param max_stopped_session_length_in_minutes:
370
+ :param session_backup:
371
+ :param session_persistence_mode:
372
+ :param session_storage:
373
+ :param volume_configuration:
386
374
 
387
375
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-streamconfiguration.html
388
376
  :exampleMetadata: fixture=_generated
@@ -457,8 +445,7 @@ class CfnLaunchProfile(
457
445
 
458
446
  @builtins.property
459
447
  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
-
448
+ '''
462
449
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-streamconfiguration.html#cfn-nimblestudio-launchprofile-streamconfiguration-clipboardmode
463
450
  '''
464
451
  result = self._values.get("clipboard_mode")
@@ -467,8 +454,7 @@ class CfnLaunchProfile(
467
454
 
468
455
  @builtins.property
469
456
  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
-
457
+ '''
472
458
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-streamconfiguration.html#cfn-nimblestudio-launchprofile-streamconfiguration-ec2instancetypes
473
459
  '''
474
460
  result = self._values.get("ec2_instance_types")
@@ -477,8 +463,7 @@ class CfnLaunchProfile(
477
463
 
478
464
  @builtins.property
479
465
  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
-
466
+ '''
482
467
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-streamconfiguration.html#cfn-nimblestudio-launchprofile-streamconfiguration-streamingimageids
483
468
  '''
484
469
  result = self._values.get("streaming_image_ids")
@@ -487,13 +472,7 @@ class CfnLaunchProfile(
487
472
 
488
473
  @builtins.property
489
474
  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
-
475
+ '''
497
476
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-streamconfiguration.html#cfn-nimblestudio-launchprofile-streamconfiguration-automaticterminationmode
498
477
  '''
499
478
  result = self._values.get("automatic_termination_mode")
@@ -501,10 +480,7 @@ class CfnLaunchProfile(
501
480
 
502
481
  @builtins.property
503
482
  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
-
483
+ '''
508
484
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-streamconfiguration.html#cfn-nimblestudio-launchprofile-streamconfiguration-maxsessionlengthinminutes
509
485
  '''
510
486
  result = self._values.get("max_session_length_in_minutes")
@@ -512,16 +488,7 @@ class CfnLaunchProfile(
512
488
 
513
489
  @builtins.property
514
490
  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
-
491
+ '''
525
492
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-streamconfiguration.html#cfn-nimblestudio-launchprofile-streamconfiguration-maxstoppedsessionlengthinminutes
526
493
  '''
527
494
  result = self._values.get("max_stopped_session_length_in_minutes")
@@ -531,8 +498,7 @@ class CfnLaunchProfile(
531
498
  def session_backup(
532
499
  self,
533
500
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnLaunchProfile.StreamConfigurationSessionBackupProperty"]]:
534
- '''Information about the streaming session backup.
535
-
501
+ '''
536
502
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-streamconfiguration.html#cfn-nimblestudio-launchprofile-streamconfiguration-sessionbackup
537
503
  '''
538
504
  result = self._values.get("session_backup")
@@ -540,10 +506,7 @@ class CfnLaunchProfile(
540
506
 
541
507
  @builtins.property
542
508
  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
-
509
+ '''
547
510
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-streamconfiguration.html#cfn-nimblestudio-launchprofile-streamconfiguration-sessionpersistencemode
548
511
  '''
549
512
  result = self._values.get("session_persistence_mode")
@@ -553,8 +516,7 @@ class CfnLaunchProfile(
553
516
  def session_storage(
554
517
  self,
555
518
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnLaunchProfile.StreamConfigurationSessionStorageProperty"]]:
556
- '''The upload storage for a streaming session.
557
-
519
+ '''
558
520
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-streamconfiguration.html#cfn-nimblestudio-launchprofile-streamconfiguration-sessionstorage
559
521
  '''
560
522
  result = self._values.get("session_storage")
@@ -564,10 +526,7 @@ class CfnLaunchProfile(
564
526
  def volume_configuration(
565
527
  self,
566
528
  ) -> 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
-
529
+ '''
571
530
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-streamconfiguration.html#cfn-nimblestudio-launchprofile-streamconfiguration-volumeconfiguration
572
531
  '''
573
532
  result = self._values.get("volume_configuration")
@@ -596,10 +555,9 @@ class CfnLaunchProfile(
596
555
  max_backups_to_retain: typing.Optional[jsii.Number] = None,
597
556
  mode: typing.Optional[builtins.str] = None,
598
557
  ) -> 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`` .
558
+ '''
559
+ :param max_backups_to_retain:
560
+ :param mode:
603
561
 
604
562
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-streamconfigurationsessionbackup.html
605
563
  :exampleMetadata: fixture=_generated
@@ -627,8 +585,7 @@ class CfnLaunchProfile(
627
585
 
628
586
  @builtins.property
629
587
  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
-
588
+ '''
632
589
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-streamconfigurationsessionbackup.html#cfn-nimblestudio-launchprofile-streamconfigurationsessionbackup-maxbackupstoretain
633
590
  '''
634
591
  result = self._values.get("max_backups_to_retain")
@@ -636,10 +593,7 @@ class CfnLaunchProfile(
636
593
 
637
594
  @builtins.property
638
595
  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
-
596
+ '''
643
597
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-streamconfigurationsessionbackup.html#cfn-nimblestudio-launchprofile-streamconfigurationsessionbackup-mode
644
598
  '''
645
599
  result = self._values.get("mode")
@@ -668,10 +622,9 @@ class CfnLaunchProfile(
668
622
  mode: typing.Sequence[builtins.str],
669
623
  root: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnLaunchProfile.StreamingSessionStorageRootProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
670
624
  ) -> 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.
625
+ '''
626
+ :param mode:
627
+ :param root:
675
628
 
676
629
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-streamconfigurationsessionstorage.html
677
630
  :exampleMetadata: fixture=_generated
@@ -704,10 +657,7 @@ class CfnLaunchProfile(
704
657
 
705
658
  @builtins.property
706
659
  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
-
660
+ '''
711
661
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-streamconfigurationsessionstorage.html#cfn-nimblestudio-launchprofile-streamconfigurationsessionstorage-mode
712
662
  '''
713
663
  result = self._values.get("mode")
@@ -718,8 +668,7 @@ class CfnLaunchProfile(
718
668
  def root(
719
669
  self,
720
670
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnLaunchProfile.StreamingSessionStorageRootProperty"]]:
721
- '''The configuration for the upload storage root of the streaming session.
722
-
671
+ '''
723
672
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-streamconfigurationsessionstorage.html#cfn-nimblestudio-launchprofile-streamconfigurationsessionstorage-root
724
673
  '''
725
674
  result = self._values.get("root")
@@ -748,10 +697,9 @@ class CfnLaunchProfile(
748
697
  linux: typing.Optional[builtins.str] = None,
749
698
  windows: typing.Optional[builtins.str] = None,
750
699
  ) -> 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.
700
+ '''
701
+ :param linux:
702
+ :param windows:
755
703
 
756
704
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-streamingsessionstorageroot.html
757
705
  :exampleMetadata: fixture=_generated
@@ -779,8 +727,7 @@ class CfnLaunchProfile(
779
727
 
780
728
  @builtins.property
781
729
  def linux(self) -> typing.Optional[builtins.str]:
782
- '''The folder path in Linux workstations where files are uploaded.
783
-
730
+ '''
784
731
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-streamingsessionstorageroot.html#cfn-nimblestudio-launchprofile-streamingsessionstorageroot-linux
785
732
  '''
786
733
  result = self._values.get("linux")
@@ -788,8 +735,7 @@ class CfnLaunchProfile(
788
735
 
789
736
  @builtins.property
790
737
  def windows(self) -> typing.Optional[builtins.str]:
791
- '''The folder path in Windows workstations where files are uploaded.
792
-
738
+ '''
793
739
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-streamingsessionstorageroot.html#cfn-nimblestudio-launchprofile-streamingsessionstorageroot-windows
794
740
  '''
795
741
  result = self._values.get("windows")
@@ -819,13 +765,10 @@ class CfnLaunchProfile(
819
765
  size: typing.Optional[jsii.Number] = None,
820
766
  throughput: typing.Optional[jsii.Number] = None,
821
767
  ) -> 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.
768
+ '''
769
+ :param iops:
770
+ :param size:
771
+ :param throughput:
829
772
 
830
773
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-volumeconfiguration.html
831
774
  :exampleMetadata: fixture=_generated
@@ -857,8 +800,7 @@ class CfnLaunchProfile(
857
800
 
858
801
  @builtins.property
859
802
  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
-
803
+ '''
862
804
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-volumeconfiguration.html#cfn-nimblestudio-launchprofile-volumeconfiguration-iops
863
805
  '''
864
806
  result = self._values.get("iops")
@@ -866,10 +808,7 @@ class CfnLaunchProfile(
866
808
 
867
809
  @builtins.property
868
810
  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
-
811
+ '''
873
812
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-volumeconfiguration.html#cfn-nimblestudio-launchprofile-volumeconfiguration-size
874
813
  '''
875
814
  result = self._values.get("size")
@@ -877,10 +816,7 @@ class CfnLaunchProfile(
877
816
 
878
817
  @builtins.property
879
818
  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
-
819
+ '''
884
820
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-volumeconfiguration.html#cfn-nimblestudio-launchprofile-volumeconfiguration-throughput
885
821
  '''
886
822
  result = self._values.get("throughput")
@@ -927,14 +863,14 @@ class CfnLaunchProfileProps:
927
863
  ) -> None:
928
864
  '''Properties for defining a ``CfnLaunchProfile``.
929
865
 
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>`_ .
866
+ :param ec2_subnet_ids:
867
+ :param launch_profile_protocol_versions:
868
+ :param name:
869
+ :param stream_configuration:
870
+ :param studio_component_ids:
871
+ :param studio_id:
872
+ :param description:
873
+ :param tags:
938
874
 
939
875
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-launchprofile.html
940
876
  :exampleMetadata: fixture=_generated
@@ -1013,8 +949,7 @@ class CfnLaunchProfileProps:
1013
949
 
1014
950
  @builtins.property
1015
951
  def ec2_subnet_ids(self) -> typing.List[builtins.str]:
1016
- '''Unique identifiers for a collection of EC2 subnets.
1017
-
952
+ '''
1018
953
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-launchprofile.html#cfn-nimblestudio-launchprofile-ec2subnetids
1019
954
  '''
1020
955
  result = self._values.get("ec2_subnet_ids")
@@ -1023,10 +958,7 @@ class CfnLaunchProfileProps:
1023
958
 
1024
959
  @builtins.property
1025
960
  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
-
961
+ '''
1030
962
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-launchprofile.html#cfn-nimblestudio-launchprofile-launchprofileprotocolversions
1031
963
  '''
1032
964
  result = self._values.get("launch_profile_protocol_versions")
@@ -1035,8 +967,7 @@ class CfnLaunchProfileProps:
1035
967
 
1036
968
  @builtins.property
1037
969
  def name(self) -> builtins.str:
1038
- '''A friendly name for the launch profile.
1039
-
970
+ '''
1040
971
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-launchprofile.html#cfn-nimblestudio-launchprofile-name
1041
972
  '''
1042
973
  result = self._values.get("name")
@@ -1047,8 +978,7 @@ class CfnLaunchProfileProps:
1047
978
  def stream_configuration(
1048
979
  self,
1049
980
  ) -> typing.Union[_IResolvable_da3f097b, CfnLaunchProfile.StreamConfigurationProperty]:
1050
- '''A configuration for a streaming session.
1051
-
981
+ '''
1052
982
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-launchprofile.html#cfn-nimblestudio-launchprofile-streamconfiguration
1053
983
  '''
1054
984
  result = self._values.get("stream_configuration")
@@ -1057,8 +987,7 @@ class CfnLaunchProfileProps:
1057
987
 
1058
988
  @builtins.property
1059
989
  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
-
990
+ '''
1062
991
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-launchprofile.html#cfn-nimblestudio-launchprofile-studiocomponentids
1063
992
  '''
1064
993
  result = self._values.get("studio_component_ids")
@@ -1067,10 +996,7 @@ class CfnLaunchProfileProps:
1067
996
 
1068
997
  @builtins.property
1069
998
  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
-
999
+ '''
1074
1000
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-launchprofile.html#cfn-nimblestudio-launchprofile-studioid
1075
1001
  '''
1076
1002
  result = self._values.get("studio_id")
@@ -1079,8 +1005,7 @@ class CfnLaunchProfileProps:
1079
1005
 
1080
1006
  @builtins.property
1081
1007
  def description(self) -> typing.Optional[builtins.str]:
1082
- '''A human-readable description of the launch profile.
1083
-
1008
+ '''
1084
1009
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-launchprofile.html#cfn-nimblestudio-launchprofile-description
1085
1010
  '''
1086
1011
  result = self._values.get("description")
@@ -1088,10 +1013,7 @@ class CfnLaunchProfileProps:
1088
1013
 
1089
1014
  @builtins.property
1090
1015
  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
-
1016
+ '''
1095
1017
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-launchprofile.html#cfn-nimblestudio-launchprofile-tags
1096
1018
  '''
1097
1019
  result = self._values.get("tags")
@@ -1115,9 +1037,7 @@ class CfnStreamingImage(
1115
1037
  metaclass=jsii.JSIIMeta,
1116
1038
  jsii_type="aws-cdk-lib.aws_nimblestudio.CfnStreamingImage",
1117
1039
  ):
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.
1040
+ '''http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-streamingimage.html.
1121
1041
 
1122
1042
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-streamingimage.html
1123
1043
  :cloudformationResource: AWS::NimbleStudio::StreamingImage
@@ -1156,11 +1076,11 @@ class CfnStreamingImage(
1156
1076
  '''
1157
1077
  :param scope: Scope in which this resource is defined.
1158
1078
  :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>`_ .
1079
+ :param ec2_image_id:
1080
+ :param name:
1081
+ :param studio_id:
1082
+ :param description:
1083
+ :param tags:
1164
1084
  '''
1165
1085
  if __debug__:
1166
1086
  type_hints = typing.get_type_hints(_typecheckingstub__71d825f7da9831b1c19a5c5c864573313899a2423aac6b5af05a411a54526743)
@@ -1233,8 +1153,7 @@ class CfnStreamingImage(
1233
1153
  @builtins.property
1234
1154
  @jsii.member(jsii_name="attrEulaIds")
1235
1155
  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
-
1156
+ '''
1238
1157
  :cloudformationAttribute: EulaIds
1239
1158
  '''
1240
1159
  return typing.cast(typing.List[builtins.str], jsii.get(self, "attrEulaIds"))
@@ -1242,8 +1161,7 @@ class CfnStreamingImage(
1242
1161
  @builtins.property
1243
1162
  @jsii.member(jsii_name="attrOwner")
1244
1163
  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
-
1164
+ '''
1247
1165
  :cloudformationAttribute: Owner
1248
1166
  '''
1249
1167
  return typing.cast(builtins.str, jsii.get(self, "attrOwner"))
@@ -1251,8 +1169,7 @@ class CfnStreamingImage(
1251
1169
  @builtins.property
1252
1170
  @jsii.member(jsii_name="attrPlatform")
1253
1171
  def attr_platform(self) -> builtins.str:
1254
- '''The platform of the streaming image, either WINDOWS or LINUX.
1255
-
1172
+ '''
1256
1173
  :cloudformationAttribute: Platform
1257
1174
  '''
1258
1175
  return typing.cast(builtins.str, jsii.get(self, "attrPlatform"))
@@ -1260,8 +1177,7 @@ class CfnStreamingImage(
1260
1177
  @builtins.property
1261
1178
  @jsii.member(jsii_name="attrStreamingImageId")
1262
1179
  def attr_streaming_image_id(self) -> builtins.str:
1263
- '''The unique identifier for the streaming image resource.
1264
-
1180
+ '''
1265
1181
  :cloudformationAttribute: StreamingImageId
1266
1182
  '''
1267
1183
  return typing.cast(builtins.str, jsii.get(self, "attrStreamingImageId"))
@@ -1280,7 +1196,6 @@ class CfnStreamingImage(
1280
1196
  @builtins.property
1281
1197
  @jsii.member(jsii_name="ec2ImageId")
1282
1198
  def ec2_image_id(self) -> builtins.str:
1283
- '''The ID of an EC2 machine image with which to create the streaming image.'''
1284
1199
  return typing.cast(builtins.str, jsii.get(self, "ec2ImageId"))
1285
1200
 
1286
1201
  @ec2_image_id.setter
@@ -1293,7 +1208,6 @@ class CfnStreamingImage(
1293
1208
  @builtins.property
1294
1209
  @jsii.member(jsii_name="name")
1295
1210
  def name(self) -> builtins.str:
1296
- '''A friendly name for a streaming image resource.'''
1297
1211
  return typing.cast(builtins.str, jsii.get(self, "name"))
1298
1212
 
1299
1213
  @name.setter
@@ -1306,7 +1220,6 @@ class CfnStreamingImage(
1306
1220
  @builtins.property
1307
1221
  @jsii.member(jsii_name="studioId")
1308
1222
  def studio_id(self) -> builtins.str:
1309
- '''The unique identifier for a studio resource.'''
1310
1223
  return typing.cast(builtins.str, jsii.get(self, "studioId"))
1311
1224
 
1312
1225
  @studio_id.setter
@@ -1319,7 +1232,6 @@ class CfnStreamingImage(
1319
1232
  @builtins.property
1320
1233
  @jsii.member(jsii_name="description")
1321
1234
  def description(self) -> typing.Optional[builtins.str]:
1322
- '''A human-readable description of the streaming image.'''
1323
1235
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "description"))
1324
1236
 
1325
1237
  @description.setter
@@ -1332,7 +1244,6 @@ class CfnStreamingImage(
1332
1244
  @builtins.property
1333
1245
  @jsii.member(jsii_name="tagsRaw")
1334
1246
  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
1247
  return typing.cast(typing.Optional[typing.Mapping[builtins.str, builtins.str]], jsii.get(self, "tagsRaw"))
1337
1248
 
1338
1249
  @tags_raw.setter
@@ -1357,10 +1268,9 @@ class CfnStreamingImage(
1357
1268
  key_type: builtins.str,
1358
1269
  key_arn: typing.Optional[builtins.str] = None,
1359
1270
  ) -> 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.
1271
+ '''
1272
+ :param key_type:
1273
+ :param key_arn:
1364
1274
 
1365
1275
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-streamingimage-streamingimageencryptionconfiguration.html
1366
1276
  :exampleMetadata: fixture=_generated
@@ -1390,8 +1300,7 @@ class CfnStreamingImage(
1390
1300
 
1391
1301
  @builtins.property
1392
1302
  def key_type(self) -> builtins.str:
1393
- '''The type of KMS key that is used to encrypt studio data.
1394
-
1303
+ '''
1395
1304
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-streamingimage-streamingimageencryptionconfiguration.html#cfn-nimblestudio-streamingimage-streamingimageencryptionconfiguration-keytype
1396
1305
  '''
1397
1306
  result = self._values.get("key_type")
@@ -1400,8 +1309,7 @@ class CfnStreamingImage(
1400
1309
 
1401
1310
  @builtins.property
1402
1311
  def key_arn(self) -> typing.Optional[builtins.str]:
1403
- '''The ARN for a KMS key that is used to encrypt studio data.
1404
-
1312
+ '''
1405
1313
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-streamingimage-streamingimageencryptionconfiguration.html#cfn-nimblestudio-streamingimage-streamingimageencryptionconfiguration-keyarn
1406
1314
  '''
1407
1315
  result = self._values.get("key_arn")
@@ -1442,11 +1350,11 @@ class CfnStreamingImageProps:
1442
1350
  ) -> None:
1443
1351
  '''Properties for defining a ``CfnStreamingImage``.
1444
1352
 
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>`_ .
1353
+ :param ec2_image_id:
1354
+ :param name:
1355
+ :param studio_id:
1356
+ :param description:
1357
+ :param tags:
1450
1358
 
1451
1359
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-streamingimage.html
1452
1360
  :exampleMetadata: fixture=_generated
@@ -1488,8 +1396,7 @@ class CfnStreamingImageProps:
1488
1396
 
1489
1397
  @builtins.property
1490
1398
  def ec2_image_id(self) -> builtins.str:
1491
- '''The ID of an EC2 machine image with which to create the streaming image.
1492
-
1399
+ '''
1493
1400
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-streamingimage.html#cfn-nimblestudio-streamingimage-ec2imageid
1494
1401
  '''
1495
1402
  result = self._values.get("ec2_image_id")
@@ -1498,8 +1405,7 @@ class CfnStreamingImageProps:
1498
1405
 
1499
1406
  @builtins.property
1500
1407
  def name(self) -> builtins.str:
1501
- '''A friendly name for a streaming image resource.
1502
-
1408
+ '''
1503
1409
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-streamingimage.html#cfn-nimblestudio-streamingimage-name
1504
1410
  '''
1505
1411
  result = self._values.get("name")
@@ -1508,10 +1414,7 @@ class CfnStreamingImageProps:
1508
1414
 
1509
1415
  @builtins.property
1510
1416
  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
-
1417
+ '''
1515
1418
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-streamingimage.html#cfn-nimblestudio-streamingimage-studioid
1516
1419
  '''
1517
1420
  result = self._values.get("studio_id")
@@ -1520,8 +1423,7 @@ class CfnStreamingImageProps:
1520
1423
 
1521
1424
  @builtins.property
1522
1425
  def description(self) -> typing.Optional[builtins.str]:
1523
- '''A human-readable description of the streaming image.
1524
-
1426
+ '''
1525
1427
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-streamingimage.html#cfn-nimblestudio-streamingimage-description
1526
1428
  '''
1527
1429
  result = self._values.get("description")
@@ -1529,10 +1431,7 @@ class CfnStreamingImageProps:
1529
1431
 
1530
1432
  @builtins.property
1531
1433
  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
-
1434
+ '''
1536
1435
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-streamingimage.html#cfn-nimblestudio-streamingimage-tags
1537
1436
  '''
1538
1437
  result = self._values.get("tags")
@@ -1556,11 +1455,7 @@ class CfnStudio(
1556
1455
  metaclass=jsii.JSIIMeta,
1557
1456
  jsii_type="aws-cdk-lib.aws_nimblestudio.CfnStudio",
1558
1457
  ):
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.
1458
+ '''http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studio.html.
1564
1459
 
1565
1460
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studio.html
1566
1461
  :cloudformationResource: AWS::NimbleStudio::Studio
@@ -1606,12 +1501,12 @@ class CfnStudio(
1606
1501
  '''
1607
1502
  :param scope: Scope in which this resource is defined.
1608
1503
  :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>`_ .
1504
+ :param admin_role_arn:
1505
+ :param display_name:
1506
+ :param studio_name:
1507
+ :param user_role_arn:
1508
+ :param studio_encryption_configuration:
1509
+ :param tags:
1615
1510
  '''
1616
1511
  if __debug__:
1617
1512
  type_hints = typing.get_type_hints(_typecheckingstub__45420baa577c3a8eb786b8d20404bcbc5573494502885eb1f55a897024f77af2)
@@ -1661,10 +1556,7 @@ class CfnStudio(
1661
1556
  @builtins.property
1662
1557
  @jsii.member(jsii_name="attrHomeRegion")
1663
1558
  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
-
1559
+ '''
1668
1560
  :cloudformationAttribute: HomeRegion
1669
1561
  '''
1670
1562
  return typing.cast(builtins.str, jsii.get(self, "attrHomeRegion"))
@@ -1672,8 +1564,7 @@ class CfnStudio(
1672
1564
  @builtins.property
1673
1565
  @jsii.member(jsii_name="attrSsoClientId")
1674
1566
  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
-
1567
+ '''
1677
1568
  :cloudformationAttribute: SsoClientId
1678
1569
  '''
1679
1570
  return typing.cast(builtins.str, jsii.get(self, "attrSsoClientId"))
@@ -1681,8 +1572,7 @@ class CfnStudio(
1681
1572
  @builtins.property
1682
1573
  @jsii.member(jsii_name="attrStudioId")
1683
1574
  def attr_studio_id(self) -> builtins.str:
1684
- '''The unique identifier for the studio resource.
1685
-
1575
+ '''
1686
1576
  :cloudformationAttribute: StudioId
1687
1577
  '''
1688
1578
  return typing.cast(builtins.str, jsii.get(self, "attrStudioId"))
@@ -1690,8 +1580,7 @@ class CfnStudio(
1690
1580
  @builtins.property
1691
1581
  @jsii.member(jsii_name="attrStudioUrl")
1692
1582
  def attr_studio_url(self) -> builtins.str:
1693
- '''The unique identifier for the studio resource.
1694
-
1583
+ '''
1695
1584
  :cloudformationAttribute: StudioUrl
1696
1585
  '''
1697
1586
  return typing.cast(builtins.str, jsii.get(self, "attrStudioUrl"))
@@ -1710,7 +1599,6 @@ class CfnStudio(
1710
1599
  @builtins.property
1711
1600
  @jsii.member(jsii_name="adminRoleArn")
1712
1601
  def admin_role_arn(self) -> builtins.str:
1713
- '''The IAM role that studio admins assume when logging in to the Nimble Studio portal.'''
1714
1602
  return typing.cast(builtins.str, jsii.get(self, "adminRoleArn"))
1715
1603
 
1716
1604
  @admin_role_arn.setter
@@ -1723,7 +1611,6 @@ class CfnStudio(
1723
1611
  @builtins.property
1724
1612
  @jsii.member(jsii_name="displayName")
1725
1613
  def display_name(self) -> builtins.str:
1726
- '''A friendly name for the studio.'''
1727
1614
  return typing.cast(builtins.str, jsii.get(self, "displayName"))
1728
1615
 
1729
1616
  @display_name.setter
@@ -1736,7 +1623,6 @@ class CfnStudio(
1736
1623
  @builtins.property
1737
1624
  @jsii.member(jsii_name="studioName")
1738
1625
  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
1626
  return typing.cast(builtins.str, jsii.get(self, "studioName"))
1741
1627
 
1742
1628
  @studio_name.setter
@@ -1749,7 +1635,6 @@ class CfnStudio(
1749
1635
  @builtins.property
1750
1636
  @jsii.member(jsii_name="userRoleArn")
1751
1637
  def user_role_arn(self) -> builtins.str:
1752
- '''The IAM role that studio users assume when logging in to the Nimble Studio portal.'''
1753
1638
  return typing.cast(builtins.str, jsii.get(self, "userRoleArn"))
1754
1639
 
1755
1640
  @user_role_arn.setter
@@ -1764,7 +1649,6 @@ class CfnStudio(
1764
1649
  def studio_encryption_configuration(
1765
1650
  self,
1766
1651
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnStudio.StudioEncryptionConfigurationProperty"]]:
1767
- '''Configuration of the encryption method that is used for the studio.'''
1768
1652
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnStudio.StudioEncryptionConfigurationProperty"]], jsii.get(self, "studioEncryptionConfiguration"))
1769
1653
 
1770
1654
  @studio_encryption_configuration.setter
@@ -1780,7 +1664,6 @@ class CfnStudio(
1780
1664
  @builtins.property
1781
1665
  @jsii.member(jsii_name="tagsRaw")
1782
1666
  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
1667
  return typing.cast(typing.Optional[typing.Mapping[builtins.str, builtins.str]], jsii.get(self, "tagsRaw"))
1785
1668
 
1786
1669
  @tags_raw.setter
@@ -1805,10 +1688,9 @@ class CfnStudio(
1805
1688
  key_type: builtins.str,
1806
1689
  key_arn: typing.Optional[builtins.str] = None,
1807
1690
  ) -> 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.
1691
+ '''
1692
+ :param key_type:
1693
+ :param key_arn:
1812
1694
 
1813
1695
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studio-studioencryptionconfiguration.html
1814
1696
  :exampleMetadata: fixture=_generated
@@ -1838,8 +1720,7 @@ class CfnStudio(
1838
1720
 
1839
1721
  @builtins.property
1840
1722
  def key_type(self) -> builtins.str:
1841
- '''The type of KMS key that is used to encrypt studio data.
1842
-
1723
+ '''
1843
1724
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studio-studioencryptionconfiguration.html#cfn-nimblestudio-studio-studioencryptionconfiguration-keytype
1844
1725
  '''
1845
1726
  result = self._values.get("key_type")
@@ -1848,8 +1729,7 @@ class CfnStudio(
1848
1729
 
1849
1730
  @builtins.property
1850
1731
  def key_arn(self) -> typing.Optional[builtins.str]:
1851
- '''The ARN for a KMS key that is used to encrypt studio data.
1852
-
1732
+ '''
1853
1733
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studio-studioencryptionconfiguration.html#cfn-nimblestudio-studio-studioencryptionconfiguration-keyarn
1854
1734
  '''
1855
1735
  result = self._values.get("key_arn")
@@ -1873,13 +1753,7 @@ class CfnStudioComponent(
1873
1753
  metaclass=jsii.JSIIMeta,
1874
1754
  jsii_type="aws-cdk-lib.aws_nimblestudio.CfnStudioComponent",
1875
1755
  ):
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.
1756
+ '''http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studiocomponent.html.
1883
1757
 
1884
1758
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studiocomponent.html
1885
1759
  :cloudformationResource: AWS::NimbleStudio::StudioComponent
@@ -1959,16 +1833,16 @@ class CfnStudioComponent(
1959
1833
  '''
1960
1834
  :param scope: Scope in which this resource is defined.
1961
1835
  :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>`_ .
1836
+ :param name:
1837
+ :param studio_id:
1838
+ :param type:
1839
+ :param configuration:
1840
+ :param description:
1841
+ :param ec2_security_group_ids:
1842
+ :param initialization_scripts:
1843
+ :param script_parameters:
1844
+ :param subtype:
1845
+ :param tags:
1972
1846
  '''
1973
1847
  if __debug__:
1974
1848
  type_hints = typing.get_type_hints(_typecheckingstub__c22fe0082d9b44d07e4ef368d5f042dd2864628399c458b780e181e7bd4c1351)
@@ -2022,8 +1896,7 @@ class CfnStudioComponent(
2022
1896
  @builtins.property
2023
1897
  @jsii.member(jsii_name="attrStudioComponentId")
2024
1898
  def attr_studio_component_id(self) -> builtins.str:
2025
- '''The unique identifier for the studio component resource.
2026
-
1899
+ '''
2027
1900
  :cloudformationAttribute: StudioComponentId
2028
1901
  '''
2029
1902
  return typing.cast(builtins.str, jsii.get(self, "attrStudioComponentId"))
@@ -2042,7 +1915,6 @@ class CfnStudioComponent(
2042
1915
  @builtins.property
2043
1916
  @jsii.member(jsii_name="name")
2044
1917
  def name(self) -> builtins.str:
2045
- '''A friendly name for the studio component resource.'''
2046
1918
  return typing.cast(builtins.str, jsii.get(self, "name"))
2047
1919
 
2048
1920
  @name.setter
@@ -2055,7 +1927,6 @@ class CfnStudioComponent(
2055
1927
  @builtins.property
2056
1928
  @jsii.member(jsii_name="studioId")
2057
1929
  def studio_id(self) -> builtins.str:
2058
- '''The unique identifier for a studio resource.'''
2059
1930
  return typing.cast(builtins.str, jsii.get(self, "studioId"))
2060
1931
 
2061
1932
  @studio_id.setter
@@ -2068,7 +1939,6 @@ class CfnStudioComponent(
2068
1939
  @builtins.property
2069
1940
  @jsii.member(jsii_name="type")
2070
1941
  def type(self) -> builtins.str:
2071
- '''The type of the studio component.'''
2072
1942
  return typing.cast(builtins.str, jsii.get(self, "type"))
2073
1943
 
2074
1944
  @type.setter
@@ -2083,7 +1953,6 @@ class CfnStudioComponent(
2083
1953
  def configuration(
2084
1954
  self,
2085
1955
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnStudioComponent.StudioComponentConfigurationProperty"]]:
2086
- '''The configuration of the studio component, based on component type.'''
2087
1956
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnStudioComponent.StudioComponentConfigurationProperty"]], jsii.get(self, "configuration"))
2088
1957
 
2089
1958
  @configuration.setter
@@ -2099,7 +1968,6 @@ class CfnStudioComponent(
2099
1968
  @builtins.property
2100
1969
  @jsii.member(jsii_name="description")
2101
1970
  def description(self) -> typing.Optional[builtins.str]:
2102
- '''A human-readable description for the studio component resource.'''
2103
1971
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "description"))
2104
1972
 
2105
1973
  @description.setter
@@ -2112,7 +1980,6 @@ class CfnStudioComponent(
2112
1980
  @builtins.property
2113
1981
  @jsii.member(jsii_name="ec2SecurityGroupIds")
2114
1982
  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
1983
  return typing.cast(typing.Optional[typing.List[builtins.str]], jsii.get(self, "ec2SecurityGroupIds"))
2117
1984
 
2118
1985
  @ec2_security_group_ids.setter
@@ -2130,7 +1997,6 @@ class CfnStudioComponent(
2130
1997
  def initialization_scripts(
2131
1998
  self,
2132
1999
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnStudioComponent.StudioComponentInitializationScriptProperty"]]]]:
2133
- '''Initialization scripts for studio components.'''
2134
2000
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnStudioComponent.StudioComponentInitializationScriptProperty"]]]], jsii.get(self, "initializationScripts"))
2135
2001
 
2136
2002
  @initialization_scripts.setter
@@ -2148,7 +2014,6 @@ class CfnStudioComponent(
2148
2014
  def script_parameters(
2149
2015
  self,
2150
2016
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnStudioComponent.ScriptParameterKeyValueProperty"]]]]:
2151
- '''Parameters for the studio component scripts.'''
2152
2017
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnStudioComponent.ScriptParameterKeyValueProperty"]]]], jsii.get(self, "scriptParameters"))
2153
2018
 
2154
2019
  @script_parameters.setter
@@ -2164,7 +2029,6 @@ class CfnStudioComponent(
2164
2029
  @builtins.property
2165
2030
  @jsii.member(jsii_name="subtype")
2166
2031
  def subtype(self) -> typing.Optional[builtins.str]:
2167
- '''The specific subtype of a studio component.'''
2168
2032
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "subtype"))
2169
2033
 
2170
2034
  @subtype.setter
@@ -2177,7 +2041,6 @@ class CfnStudioComponent(
2177
2041
  @builtins.property
2178
2042
  @jsii.member(jsii_name="tagsRaw")
2179
2043
  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
2044
  return typing.cast(typing.Optional[typing.Mapping[builtins.str, builtins.str]], jsii.get(self, "tagsRaw"))
2182
2045
 
2183
2046
  @tags_raw.setter
@@ -2202,10 +2065,9 @@ class CfnStudioComponent(
2202
2065
  name: typing.Optional[builtins.str] = None,
2203
2066
  value: typing.Optional[builtins.str] = None,
2204
2067
  ) -> 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.
2068
+ '''
2069
+ :param name:
2070
+ :param value:
2209
2071
 
2210
2072
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-activedirectorycomputerattribute.html
2211
2073
  :exampleMetadata: fixture=_generated
@@ -2233,8 +2095,7 @@ class CfnStudioComponent(
2233
2095
 
2234
2096
  @builtins.property
2235
2097
  def name(self) -> typing.Optional[builtins.str]:
2236
- '''The name for the LDAP attribute.
2237
-
2098
+ '''
2238
2099
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-activedirectorycomputerattribute.html#cfn-nimblestudio-studiocomponent-activedirectorycomputerattribute-name
2239
2100
  '''
2240
2101
  result = self._values.get("name")
@@ -2242,8 +2103,7 @@ class CfnStudioComponent(
2242
2103
 
2243
2104
  @builtins.property
2244
2105
  def value(self) -> typing.Optional[builtins.str]:
2245
- '''The value for the LDAP attribute.
2246
-
2106
+ '''
2247
2107
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-activedirectorycomputerattribute.html#cfn-nimblestudio-studiocomponent-activedirectorycomputerattribute-value
2248
2108
  '''
2249
2109
  result = self._values.get("value")
@@ -2277,11 +2137,10 @@ class CfnStudioComponent(
2277
2137
  directory_id: typing.Optional[builtins.str] = None,
2278
2138
  organizational_unit_distinguished_name: typing.Optional[builtins.str] = None,
2279
2139
  ) -> 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.
2140
+ '''
2141
+ :param computer_attributes:
2142
+ :param directory_id:
2143
+ :param organizational_unit_distinguished_name:
2285
2144
 
2286
2145
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-activedirectoryconfiguration.html
2287
2146
  :exampleMetadata: fixture=_generated
@@ -2318,8 +2177,7 @@ class CfnStudioComponent(
2318
2177
  def computer_attributes(
2319
2178
  self,
2320
2179
  ) -> 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
-
2180
+ '''
2323
2181
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-activedirectoryconfiguration.html#cfn-nimblestudio-studiocomponent-activedirectoryconfiguration-computerattributes
2324
2182
  '''
2325
2183
  result = self._values.get("computer_attributes")
@@ -2327,8 +2185,7 @@ class CfnStudioComponent(
2327
2185
 
2328
2186
  @builtins.property
2329
2187
  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
-
2188
+ '''
2332
2189
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-activedirectoryconfiguration.html#cfn-nimblestudio-studiocomponent-activedirectoryconfiguration-directoryid
2333
2190
  '''
2334
2191
  result = self._values.get("directory_id")
@@ -2338,8 +2195,7 @@ class CfnStudioComponent(
2338
2195
  def organizational_unit_distinguished_name(
2339
2196
  self,
2340
2197
  ) -> typing.Optional[builtins.str]:
2341
- '''The distinguished name (DN) and organizational unit (OU) of an Active Directory computer.
2342
-
2198
+ '''
2343
2199
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-activedirectoryconfiguration.html#cfn-nimblestudio-studiocomponent-activedirectoryconfiguration-organizationalunitdistinguishedname
2344
2200
  '''
2345
2201
  result = self._values.get("organizational_unit_distinguished_name")
@@ -2371,10 +2227,9 @@ class CfnStudioComponent(
2371
2227
  active_directory_user: typing.Optional[builtins.str] = None,
2372
2228
  endpoint: typing.Optional[builtins.str] = None,
2373
2229
  ) -> 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.
2230
+ '''
2231
+ :param active_directory_user:
2232
+ :param endpoint:
2378
2233
 
2379
2234
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-computefarmconfiguration.html
2380
2235
  :exampleMetadata: fixture=_generated
@@ -2402,8 +2257,7 @@ class CfnStudioComponent(
2402
2257
 
2403
2258
  @builtins.property
2404
2259
  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
-
2260
+ '''
2407
2261
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-computefarmconfiguration.html#cfn-nimblestudio-studiocomponent-computefarmconfiguration-activedirectoryuser
2408
2262
  '''
2409
2263
  result = self._values.get("active_directory_user")
@@ -2411,8 +2265,7 @@ class CfnStudioComponent(
2411
2265
 
2412
2266
  @builtins.property
2413
2267
  def endpoint(self) -> typing.Optional[builtins.str]:
2414
- '''The endpoint of the ComputeFarm that is accessed by the studio component resource.
2415
-
2268
+ '''
2416
2269
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-computefarmconfiguration.html#cfn-nimblestudio-studiocomponent-computefarmconfiguration-endpoint
2417
2270
  '''
2418
2271
  result = self._values.get("endpoint")
@@ -2436,9 +2289,8 @@ class CfnStudioComponent(
2436
2289
  )
2437
2290
  class LicenseServiceConfigurationProperty:
2438
2291
  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.
2292
+ '''
2293
+ :param endpoint:
2442
2294
 
2443
2295
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-licenseserviceconfiguration.html
2444
2296
  :exampleMetadata: fixture=_generated
@@ -2462,8 +2314,7 @@ class CfnStudioComponent(
2462
2314
 
2463
2315
  @builtins.property
2464
2316
  def endpoint(self) -> typing.Optional[builtins.str]:
2465
- '''The endpoint of the license service that is accessed by the studio component resource.
2466
-
2317
+ '''
2467
2318
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-licenseserviceconfiguration.html#cfn-nimblestudio-studiocomponent-licenseserviceconfiguration-endpoint
2468
2319
  '''
2469
2320
  result = self._values.get("endpoint")
@@ -2492,10 +2343,9 @@ class CfnStudioComponent(
2492
2343
  key: typing.Optional[builtins.str] = None,
2493
2344
  value: typing.Optional[builtins.str] = None,
2494
2345
  ) -> 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.
2346
+ '''
2347
+ :param key:
2348
+ :param value:
2499
2349
 
2500
2350
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-scriptparameterkeyvalue.html
2501
2351
  :exampleMetadata: fixture=_generated
@@ -2523,8 +2373,7 @@ class CfnStudioComponent(
2523
2373
 
2524
2374
  @builtins.property
2525
2375
  def key(self) -> typing.Optional[builtins.str]:
2526
- '''A script parameter key.
2527
-
2376
+ '''
2528
2377
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-scriptparameterkeyvalue.html#cfn-nimblestudio-studiocomponent-scriptparameterkeyvalue-key
2529
2378
  '''
2530
2379
  result = self._values.get("key")
@@ -2532,8 +2381,7 @@ class CfnStudioComponent(
2532
2381
 
2533
2382
  @builtins.property
2534
2383
  def value(self) -> typing.Optional[builtins.str]:
2535
- '''A script parameter value.
2536
-
2384
+ '''
2537
2385
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-scriptparameterkeyvalue.html#cfn-nimblestudio-studiocomponent-scriptparameterkeyvalue-value
2538
2386
  '''
2539
2387
  result = self._values.get("value")
@@ -2571,13 +2419,12 @@ class CfnStudioComponent(
2571
2419
  share_name: typing.Optional[builtins.str] = None,
2572
2420
  windows_mount_drive: typing.Optional[builtins.str] = None,
2573
2421
  ) -> 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.
2422
+ '''
2423
+ :param endpoint:
2424
+ :param file_system_id:
2425
+ :param linux_mount_point:
2426
+ :param share_name:
2427
+ :param windows_mount_drive:
2581
2428
 
2582
2429
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-sharedfilesystemconfiguration.html
2583
2430
  :exampleMetadata: fixture=_generated
@@ -2617,8 +2464,7 @@ class CfnStudioComponent(
2617
2464
 
2618
2465
  @builtins.property
2619
2466
  def endpoint(self) -> typing.Optional[builtins.str]:
2620
- '''The endpoint of the shared file system that is accessed by the studio component resource.
2621
-
2467
+ '''
2622
2468
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-sharedfilesystemconfiguration.html#cfn-nimblestudio-studiocomponent-sharedfilesystemconfiguration-endpoint
2623
2469
  '''
2624
2470
  result = self._values.get("endpoint")
@@ -2626,8 +2472,7 @@ class CfnStudioComponent(
2626
2472
 
2627
2473
  @builtins.property
2628
2474
  def file_system_id(self) -> typing.Optional[builtins.str]:
2629
- '''The unique identifier for a file system.
2630
-
2475
+ '''
2631
2476
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-sharedfilesystemconfiguration.html#cfn-nimblestudio-studiocomponent-sharedfilesystemconfiguration-filesystemid
2632
2477
  '''
2633
2478
  result = self._values.get("file_system_id")
@@ -2635,8 +2480,7 @@ class CfnStudioComponent(
2635
2480
 
2636
2481
  @builtins.property
2637
2482
  def linux_mount_point(self) -> typing.Optional[builtins.str]:
2638
- '''The mount location for a shared file system on a Linux virtual workstation.
2639
-
2483
+ '''
2640
2484
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-sharedfilesystemconfiguration.html#cfn-nimblestudio-studiocomponent-sharedfilesystemconfiguration-linuxmountpoint
2641
2485
  '''
2642
2486
  result = self._values.get("linux_mount_point")
@@ -2644,8 +2488,7 @@ class CfnStudioComponent(
2644
2488
 
2645
2489
  @builtins.property
2646
2490
  def share_name(self) -> typing.Optional[builtins.str]:
2647
- '''The name of the file share.
2648
-
2491
+ '''
2649
2492
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-sharedfilesystemconfiguration.html#cfn-nimblestudio-studiocomponent-sharedfilesystemconfiguration-sharename
2650
2493
  '''
2651
2494
  result = self._values.get("share_name")
@@ -2653,8 +2496,7 @@ class CfnStudioComponent(
2653
2496
 
2654
2497
  @builtins.property
2655
2498
  def windows_mount_drive(self) -> typing.Optional[builtins.str]:
2656
- '''The mount location for a shared file system on a Windows virtual workstation.
2657
-
2499
+ '''
2658
2500
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-sharedfilesystemconfiguration.html#cfn-nimblestudio-studiocomponent-sharedfilesystemconfiguration-windowsmountdrive
2659
2501
  '''
2660
2502
  result = self._values.get("windows_mount_drive")
@@ -2690,12 +2532,11 @@ class CfnStudioComponent(
2690
2532
  license_service_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnStudioComponent.LicenseServiceConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
2691
2533
  shared_file_system_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnStudioComponent.SharedFileSystemConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
2692
2534
  ) -> 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.
2535
+ '''
2536
+ :param active_directory_configuration:
2537
+ :param compute_farm_configuration:
2538
+ :param license_service_configuration:
2539
+ :param shared_file_system_configuration:
2699
2540
 
2700
2541
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-studiocomponentconfiguration.html
2701
2542
  :exampleMetadata: fixture=_generated
@@ -2751,8 +2592,7 @@ class CfnStudioComponent(
2751
2592
  def active_directory_configuration(
2752
2593
  self,
2753
2594
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnStudioComponent.ActiveDirectoryConfigurationProperty"]]:
2754
- '''The configuration for a AWS Directory Service for Microsoft Active Directory studio resource.
2755
-
2595
+ '''
2756
2596
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-studiocomponentconfiguration.html#cfn-nimblestudio-studiocomponent-studiocomponentconfiguration-activedirectoryconfiguration
2757
2597
  '''
2758
2598
  result = self._values.get("active_directory_configuration")
@@ -2762,8 +2602,7 @@ class CfnStudioComponent(
2762
2602
  def compute_farm_configuration(
2763
2603
  self,
2764
2604
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnStudioComponent.ComputeFarmConfigurationProperty"]]:
2765
- '''The configuration for a render farm that is associated with a studio resource.
2766
-
2605
+ '''
2767
2606
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-studiocomponentconfiguration.html#cfn-nimblestudio-studiocomponent-studiocomponentconfiguration-computefarmconfiguration
2768
2607
  '''
2769
2608
  result = self._values.get("compute_farm_configuration")
@@ -2773,8 +2612,7 @@ class CfnStudioComponent(
2773
2612
  def license_service_configuration(
2774
2613
  self,
2775
2614
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnStudioComponent.LicenseServiceConfigurationProperty"]]:
2776
- '''The configuration for a license service that is associated with a studio resource.
2777
-
2615
+ '''
2778
2616
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-studiocomponentconfiguration.html#cfn-nimblestudio-studiocomponent-studiocomponentconfiguration-licenseserviceconfiguration
2779
2617
  '''
2780
2618
  result = self._values.get("license_service_configuration")
@@ -2784,8 +2622,7 @@ class CfnStudioComponent(
2784
2622
  def shared_file_system_configuration(
2785
2623
  self,
2786
2624
  ) -> 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
-
2625
+ '''
2789
2626
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-studiocomponentconfiguration.html#cfn-nimblestudio-studiocomponent-studiocomponentconfiguration-sharedfilesystemconfiguration
2790
2627
  '''
2791
2628
  result = self._values.get("shared_file_system_configuration")
@@ -2821,12 +2658,11 @@ class CfnStudioComponent(
2821
2658
  run_context: typing.Optional[builtins.str] = None,
2822
2659
  script: typing.Optional[builtins.str] = None,
2823
2660
  ) -> 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.
2661
+ '''
2662
+ :param launch_profile_protocol_version:
2663
+ :param platform:
2664
+ :param run_context:
2665
+ :param script:
2830
2666
 
2831
2667
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-studiocomponentinitializationscript.html
2832
2668
  :exampleMetadata: fixture=_generated
@@ -2862,10 +2698,7 @@ class CfnStudioComponent(
2862
2698
 
2863
2699
  @builtins.property
2864
2700
  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
-
2701
+ '''
2869
2702
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-studiocomponentinitializationscript.html#cfn-nimblestudio-studiocomponent-studiocomponentinitializationscript-launchprofileprotocolversion
2870
2703
  '''
2871
2704
  result = self._values.get("launch_profile_protocol_version")
@@ -2873,8 +2706,7 @@ class CfnStudioComponent(
2873
2706
 
2874
2707
  @builtins.property
2875
2708
  def platform(self) -> typing.Optional[builtins.str]:
2876
- '''The platform of the initialization script, either Windows or Linux.
2877
-
2709
+ '''
2878
2710
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-studiocomponentinitializationscript.html#cfn-nimblestudio-studiocomponent-studiocomponentinitializationscript-platform
2879
2711
  '''
2880
2712
  result = self._values.get("platform")
@@ -2882,8 +2714,7 @@ class CfnStudioComponent(
2882
2714
 
2883
2715
  @builtins.property
2884
2716
  def run_context(self) -> typing.Optional[builtins.str]:
2885
- '''The method to use when running the initialization script.
2886
-
2717
+ '''
2887
2718
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-studiocomponentinitializationscript.html#cfn-nimblestudio-studiocomponent-studiocomponentinitializationscript-runcontext
2888
2719
  '''
2889
2720
  result = self._values.get("run_context")
@@ -2891,8 +2722,7 @@ class CfnStudioComponent(
2891
2722
 
2892
2723
  @builtins.property
2893
2724
  def script(self) -> typing.Optional[builtins.str]:
2894
- '''The initialization script.
2895
-
2725
+ '''
2896
2726
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-studiocomponentinitializationscript.html#cfn-nimblestudio-studiocomponent-studiocomponentinitializationscript-script
2897
2727
  '''
2898
2728
  result = self._values.get("script")
@@ -2943,16 +2773,16 @@ class CfnStudioComponentProps:
2943
2773
  ) -> None:
2944
2774
  '''Properties for defining a ``CfnStudioComponent``.
2945
2775
 
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>`_ .
2776
+ :param name:
2777
+ :param studio_id:
2778
+ :param type:
2779
+ :param configuration:
2780
+ :param description:
2781
+ :param ec2_security_group_ids:
2782
+ :param initialization_scripts:
2783
+ :param script_parameters:
2784
+ :param subtype:
2785
+ :param tags:
2956
2786
 
2957
2787
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studiocomponent.html
2958
2788
  :exampleMetadata: fixture=_generated
@@ -3045,8 +2875,7 @@ class CfnStudioComponentProps:
3045
2875
 
3046
2876
  @builtins.property
3047
2877
  def name(self) -> builtins.str:
3048
- '''A friendly name for the studio component resource.
3049
-
2878
+ '''
3050
2879
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studiocomponent.html#cfn-nimblestudio-studiocomponent-name
3051
2880
  '''
3052
2881
  result = self._values.get("name")
@@ -3055,10 +2884,7 @@ class CfnStudioComponentProps:
3055
2884
 
3056
2885
  @builtins.property
3057
2886
  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
-
2887
+ '''
3062
2888
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studiocomponent.html#cfn-nimblestudio-studiocomponent-studioid
3063
2889
  '''
3064
2890
  result = self._values.get("studio_id")
@@ -3067,8 +2893,7 @@ class CfnStudioComponentProps:
3067
2893
 
3068
2894
  @builtins.property
3069
2895
  def type(self) -> builtins.str:
3070
- '''The type of the studio component.
3071
-
2896
+ '''
3072
2897
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studiocomponent.html#cfn-nimblestudio-studiocomponent-type
3073
2898
  '''
3074
2899
  result = self._values.get("type")
@@ -3079,8 +2904,7 @@ class CfnStudioComponentProps:
3079
2904
  def configuration(
3080
2905
  self,
3081
2906
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnStudioComponent.StudioComponentConfigurationProperty]]:
3082
- '''The configuration of the studio component, based on component type.
3083
-
2907
+ '''
3084
2908
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studiocomponent.html#cfn-nimblestudio-studiocomponent-configuration
3085
2909
  '''
3086
2910
  result = self._values.get("configuration")
@@ -3088,8 +2912,7 @@ class CfnStudioComponentProps:
3088
2912
 
3089
2913
  @builtins.property
3090
2914
  def description(self) -> typing.Optional[builtins.str]:
3091
- '''A human-readable description for the studio component resource.
3092
-
2915
+ '''
3093
2916
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studiocomponent.html#cfn-nimblestudio-studiocomponent-description
3094
2917
  '''
3095
2918
  result = self._values.get("description")
@@ -3097,8 +2920,7 @@ class CfnStudioComponentProps:
3097
2920
 
3098
2921
  @builtins.property
3099
2922
  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
-
2923
+ '''
3102
2924
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studiocomponent.html#cfn-nimblestudio-studiocomponent-ec2securitygroupids
3103
2925
  '''
3104
2926
  result = self._values.get("ec2_security_group_ids")
@@ -3108,8 +2930,7 @@ class CfnStudioComponentProps:
3108
2930
  def initialization_scripts(
3109
2931
  self,
3110
2932
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnStudioComponent.StudioComponentInitializationScriptProperty]]]]:
3111
- '''Initialization scripts for studio components.
3112
-
2933
+ '''
3113
2934
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studiocomponent.html#cfn-nimblestudio-studiocomponent-initializationscripts
3114
2935
  '''
3115
2936
  result = self._values.get("initialization_scripts")
@@ -3119,8 +2940,7 @@ class CfnStudioComponentProps:
3119
2940
  def script_parameters(
3120
2941
  self,
3121
2942
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnStudioComponent.ScriptParameterKeyValueProperty]]]]:
3122
- '''Parameters for the studio component scripts.
3123
-
2943
+ '''
3124
2944
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studiocomponent.html#cfn-nimblestudio-studiocomponent-scriptparameters
3125
2945
  '''
3126
2946
  result = self._values.get("script_parameters")
@@ -3128,8 +2948,7 @@ class CfnStudioComponentProps:
3128
2948
 
3129
2949
  @builtins.property
3130
2950
  def subtype(self) -> typing.Optional[builtins.str]:
3131
- '''The specific subtype of a studio component.
3132
-
2951
+ '''
3133
2952
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studiocomponent.html#cfn-nimblestudio-studiocomponent-subtype
3134
2953
  '''
3135
2954
  result = self._values.get("subtype")
@@ -3137,10 +2956,7 @@ class CfnStudioComponentProps:
3137
2956
 
3138
2957
  @builtins.property
3139
2958
  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
-
2959
+ '''
3144
2960
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studiocomponent.html#cfn-nimblestudio-studiocomponent-tags
3145
2961
  '''
3146
2962
  result = self._values.get("tags")
@@ -3183,12 +2999,12 @@ class CfnStudioProps:
3183
2999
  ) -> None:
3184
3000
  '''Properties for defining a ``CfnStudio``.
3185
3001
 
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>`_ .
3002
+ :param admin_role_arn:
3003
+ :param display_name:
3004
+ :param studio_name:
3005
+ :param user_role_arn:
3006
+ :param studio_encryption_configuration:
3007
+ :param tags:
3192
3008
 
3193
3009
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studio.html
3194
3010
  :exampleMetadata: fixture=_generated
@@ -3238,8 +3054,7 @@ class CfnStudioProps:
3238
3054
 
3239
3055
  @builtins.property
3240
3056
  def admin_role_arn(self) -> builtins.str:
3241
- '''The IAM role that studio admins assume when logging in to the Nimble Studio portal.
3242
-
3057
+ '''
3243
3058
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studio.html#cfn-nimblestudio-studio-adminrolearn
3244
3059
  '''
3245
3060
  result = self._values.get("admin_role_arn")
@@ -3248,8 +3063,7 @@ class CfnStudioProps:
3248
3063
 
3249
3064
  @builtins.property
3250
3065
  def display_name(self) -> builtins.str:
3251
- '''A friendly name for the studio.
3252
-
3066
+ '''
3253
3067
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studio.html#cfn-nimblestudio-studio-displayname
3254
3068
  '''
3255
3069
  result = self._values.get("display_name")
@@ -3258,8 +3072,7 @@ class CfnStudioProps:
3258
3072
 
3259
3073
  @builtins.property
3260
3074
  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
-
3075
+ '''
3263
3076
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studio.html#cfn-nimblestudio-studio-studioname
3264
3077
  '''
3265
3078
  result = self._values.get("studio_name")
@@ -3268,8 +3081,7 @@ class CfnStudioProps:
3268
3081
 
3269
3082
  @builtins.property
3270
3083
  def user_role_arn(self) -> builtins.str:
3271
- '''The IAM role that studio users assume when logging in to the Nimble Studio portal.
3272
-
3084
+ '''
3273
3085
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studio.html#cfn-nimblestudio-studio-userrolearn
3274
3086
  '''
3275
3087
  result = self._values.get("user_role_arn")
@@ -3280,8 +3092,7 @@ class CfnStudioProps:
3280
3092
  def studio_encryption_configuration(
3281
3093
  self,
3282
3094
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnStudio.StudioEncryptionConfigurationProperty]]:
3283
- '''Configuration of the encryption method that is used for the studio.
3284
-
3095
+ '''
3285
3096
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studio.html#cfn-nimblestudio-studio-studioencryptionconfiguration
3286
3097
  '''
3287
3098
  result = self._values.get("studio_encryption_configuration")
@@ -3289,10 +3100,7 @@ class CfnStudioProps:
3289
3100
 
3290
3101
  @builtins.property
3291
3102
  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
-
3103
+ '''
3296
3104
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-nimblestudio-studio.html#cfn-nimblestudio-studio-tags
3297
3105
  '''
3298
3106
  result = self._values.get("tags")