aws-cdk-lib 2.75.1__py3-none-any.whl → 2.76.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 (98) hide show
  1. aws_cdk/__init__.py +245 -259
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.75.1.jsii.tgz → aws-cdk-lib@2.76.0.jsii.tgz} +0 -0
  4. aws_cdk/aws_amplifyuibuilder/__init__.py +184 -216
  5. aws_cdk/aws_apigateway/__init__.py +95 -148
  6. aws_cdk/aws_appconfig/__init__.py +8 -4
  7. aws_cdk/aws_appflow/__init__.py +27 -52
  8. aws_cdk/aws_appmesh/__init__.py +91 -200
  9. aws_cdk/aws_apprunner/__init__.py +4 -16
  10. aws_cdk/aws_appstream/__init__.py +18 -82
  11. aws_cdk/aws_athena/__init__.py +18 -32
  12. aws_cdk/aws_backup/__init__.py +48 -86
  13. aws_cdk/aws_billingconductor/__init__.py +12 -7
  14. aws_cdk/aws_budgets/__init__.py +8 -17
  15. aws_cdk/aws_certificatemanager/__init__.py +7 -4
  16. aws_cdk/aws_cloudfront/__init__.py +14 -11
  17. aws_cdk/aws_cloudfront_origins/__init__.py +18 -8
  18. aws_cdk/aws_cloudtrail/__init__.py +7 -10
  19. aws_cdk/aws_cloudwatch/__init__.py +63 -35
  20. aws_cdk/aws_codebuild/__init__.py +10 -13
  21. aws_cdk/aws_codecommit/__init__.py +0 -1
  22. aws_cdk/aws_codedeploy/__init__.py +165 -162
  23. aws_cdk/aws_codepipeline/__init__.py +0 -4
  24. aws_cdk/aws_codepipeline_actions/__init__.py +16 -164
  25. aws_cdk/aws_cognito/__init__.py +195 -100
  26. aws_cdk/aws_config/__init__.py +28 -51
  27. aws_cdk/aws_connectcampaigns/__init__.py +5 -6
  28. aws_cdk/aws_databrew/__init__.py +5 -6
  29. aws_cdk/aws_dlm/__init__.py +33 -71
  30. aws_cdk/aws_docdb/__init__.py +20 -76
  31. aws_cdk/aws_dynamodb/__init__.py +7 -14
  32. aws_cdk/aws_ec2/__init__.py +1846 -421
  33. aws_cdk/aws_ecr/__init__.py +1 -2
  34. aws_cdk/aws_ecr_assets/__init__.py +27 -14
  35. aws_cdk/aws_ecs/__init__.py +241 -111
  36. aws_cdk/aws_ecs_patterns/__init__.py +13 -11
  37. aws_cdk/aws_eks/__init__.py +13 -8
  38. aws_cdk/aws_elasticloadbalancing/__init__.py +16 -9
  39. aws_cdk/aws_elasticloadbalancingv2/__init__.py +142 -82
  40. aws_cdk/aws_elasticloadbalancingv2_actions/__init__.py +126 -61
  41. aws_cdk/aws_elasticsearch/__init__.py +0 -7
  42. aws_cdk/aws_emr/__init__.py +7 -16
  43. aws_cdk/aws_emrserverless/__init__.py +14 -18
  44. aws_cdk/aws_events/__init__.py +33 -29
  45. aws_cdk/aws_events_targets/__init__.py +248 -89
  46. aws_cdk/aws_frauddetector/__init__.py +3 -4
  47. aws_cdk/aws_fsx/__init__.py +13 -7
  48. aws_cdk/aws_gamelift/__init__.py +11 -20
  49. aws_cdk/aws_iam/__init__.py +21 -25
  50. aws_cdk/aws_imagebuilder/__init__.py +58 -80
  51. aws_cdk/aws_iot/__init__.py +16 -10
  52. aws_cdk/aws_iotcoredeviceadvisor/__init__.py +16 -26
  53. aws_cdk/aws_iotevents/__init__.py +6 -4
  54. aws_cdk/aws_iotfleetwise/__init__.py +27 -40
  55. aws_cdk/aws_iotsitewise/__init__.py +8 -5
  56. aws_cdk/aws_kinesisfirehose/__init__.py +21 -38
  57. aws_cdk/aws_lambda/__init__.py +59 -48
  58. aws_cdk/aws_lambda_event_sources/__init__.py +6 -21
  59. aws_cdk/aws_logs/__init__.py +5 -7
  60. aws_cdk/aws_macie/__init__.py +22 -15
  61. aws_cdk/aws_mediaconnect/__init__.py +5 -8
  62. aws_cdk/aws_medialive/__init__.py +2 -4
  63. aws_cdk/aws_mediapackage/__init__.py +9 -18
  64. aws_cdk/aws_memorydb/__init__.py +5 -10
  65. aws_cdk/aws_mwaa/__init__.py +8 -4
  66. aws_cdk/aws_nimblestudio/__init__.py +25 -45
  67. aws_cdk/aws_opensearchservice/__init__.py +0 -1
  68. aws_cdk/aws_panorama/__init__.py +11 -12
  69. aws_cdk/aws_personalize/__init__.py +46 -72
  70. aws_cdk/aws_pinpoint/__init__.py +36 -65
  71. aws_cdk/aws_quicksight/__init__.py +9972 -13374
  72. aws_cdk/aws_rds/__init__.py +23 -22
  73. aws_cdk/aws_route53/__init__.py +8 -16
  74. aws_cdk/aws_route53_targets/__init__.py +2 -4
  75. aws_cdk/aws_s3/__init__.py +25 -85
  76. aws_cdk/aws_s3_notifications/__init__.py +0 -3
  77. aws_cdk/aws_sagemaker/__init__.py +6 -2
  78. aws_cdk/aws_secretsmanager/__init__.py +17 -14
  79. aws_cdk/aws_servicecatalog/__init__.py +58 -82
  80. aws_cdk/aws_servicediscovery/__init__.py +4 -6
  81. aws_cdk/aws_ses/__init__.py +21 -34
  82. aws_cdk/aws_sns/__init__.py +4 -8
  83. aws_cdk/aws_ssm/__init__.py +19 -23
  84. aws_cdk/aws_ssmcontacts/__init__.py +10 -6
  85. aws_cdk/aws_stepfunctions/__init__.py +3 -12
  86. aws_cdk/aws_stepfunctions_tasks/__init__.py +7 -12
  87. aws_cdk/aws_timestream/__init__.py +22 -28
  88. aws_cdk/aws_xray/__init__.py +15 -22
  89. aws_cdk/cloud_assembly_schema/__init__.py +14 -6
  90. aws_cdk/custom_resources/__init__.py +2 -3
  91. aws_cdk/pipelines/__init__.py +84 -134
  92. aws_cdk/triggers/__init__.py +46 -61
  93. {aws_cdk_lib-2.75.1.dist-info → aws_cdk_lib-2.76.0.dist-info}/METADATA +47 -92
  94. {aws_cdk_lib-2.75.1.dist-info → aws_cdk_lib-2.76.0.dist-info}/RECORD +98 -98
  95. {aws_cdk_lib-2.75.1.dist-info → aws_cdk_lib-2.76.0.dist-info}/LICENSE +0 -0
  96. {aws_cdk_lib-2.75.1.dist-info → aws_cdk_lib-2.76.0.dist-info}/NOTICE +0 -0
  97. {aws_cdk_lib-2.75.1.dist-info → aws_cdk_lib-2.76.0.dist-info}/WHEEL +0 -0
  98. {aws_cdk_lib-2.75.1.dist-info → aws_cdk_lib-2.76.0.dist-info}/top_level.txt +0 -0
@@ -372,13 +372,13 @@ class CfnLaunchProfile(
372
372
  :param clipboard_mode: Allows or deactivates the use of the system clipboard to copy and paste between the streaming session and streaming client.
373
373
  :param ec2_instance_types: The EC2 instance types that users can select from when launching a streaming session with this launch profile.
374
374
  :param streaming_image_ids: The streaming images that users can select from when launching a streaming session with this launch profile.
375
- :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`` .
375
+ :param automatic_termination_mode: ``CfnLaunchProfile.StreamConfigurationProperty.AutomaticTerminationMode``.
376
376
  :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.
377
377
  :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).
378
- :param session_backup: Information about the streaming session backup.
379
- :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.
378
+ :param session_backup: ``CfnLaunchProfile.StreamConfigurationProperty.SessionBackup``.
379
+ :param session_persistence_mode: ``CfnLaunchProfile.StreamConfigurationProperty.SessionPersistenceMode``.
380
380
  :param session_storage: The upload storage for a streaming session.
381
- :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`` .
381
+ :param volume_configuration: ``CfnLaunchProfile.StreamConfigurationProperty.VolumeConfiguration``.
382
382
 
383
383
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-streamconfiguration.html
384
384
  :exampleMetadata: fixture=_generated
@@ -483,12 +483,7 @@ class CfnLaunchProfile(
483
483
 
484
484
  @builtins.property
485
485
  def automatic_termination_mode(self) -> typing.Optional[builtins.str]:
486
- '''Indicates if a streaming session created from this launch profile should be terminated automatically or retained without termination after being in a ``STOPPED`` state.
487
-
488
- - When ``ACTIVATED`` , the streaming session is scheduled for termination after being in the ``STOPPED`` state for the time specified in ``maxStoppedSessionLengthInMinutes`` .
489
- - When ``DEACTIVATED`` , the streaming session can remain in the ``STOPPED`` state indefinitely.
490
-
491
- This parameter is only allowed when ``sessionPersistenceMode`` is ``ACTIVATED`` . When allowed, the default value for this parameter is ``DEACTIVATED`` .
486
+ '''``CfnLaunchProfile.StreamConfigurationProperty.AutomaticTerminationMode``.
492
487
 
493
488
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-streamconfiguration.html#cfn-nimblestudio-launchprofile-streamconfiguration-automaticterminationmode
494
489
  '''
@@ -527,7 +522,7 @@ class CfnLaunchProfile(
527
522
  def session_backup(
528
523
  self,
529
524
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnLaunchProfile.StreamConfigurationSessionBackupProperty"]]:
530
- '''Information about the streaming session backup.
525
+ '''``CfnLaunchProfile.StreamConfigurationProperty.SessionBackup``.
531
526
 
532
527
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-streamconfiguration.html#cfn-nimblestudio-launchprofile-streamconfiguration-sessionbackup
533
528
  '''
@@ -536,9 +531,7 @@ class CfnLaunchProfile(
536
531
 
537
532
  @builtins.property
538
533
  def session_persistence_mode(self) -> typing.Optional[builtins.str]:
539
- '''Determine if a streaming session created from this launch profile can configure persistent storage.
540
-
541
- This means that ``volumeConfiguration`` and ``automaticTerminationMode`` are configured.
534
+ '''``CfnLaunchProfile.StreamConfigurationProperty.SessionPersistenceMode``.
542
535
 
543
536
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-streamconfiguration.html#cfn-nimblestudio-launchprofile-streamconfiguration-sessionpersistencemode
544
537
  '''
@@ -560,9 +553,7 @@ class CfnLaunchProfile(
560
553
  def volume_configuration(
561
554
  self,
562
555
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnLaunchProfile.VolumeConfigurationProperty"]]:
563
- '''Custom volume configuration for the root volumes that are attached to streaming sessions.
564
-
565
- This parameter is only allowed when ``sessionPersistenceMode`` is ``ACTIVATED`` .
556
+ '''``CfnLaunchProfile.StreamConfigurationProperty.VolumeConfiguration``.
566
557
 
567
558
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-streamconfiguration.html#cfn-nimblestudio-launchprofile-streamconfiguration-volumeconfiguration
568
559
  '''
@@ -592,10 +583,9 @@ class CfnLaunchProfile(
592
583
  max_backups_to_retain: typing.Optional[jsii.Number] = None,
593
584
  mode: typing.Optional[builtins.str] = None,
594
585
  ) -> None:
595
- '''Configures how streaming sessions are backed up when launched from this launch profile.
596
-
597
- :param max_backups_to_retain: The maximum number of backups that each streaming session created from this launch profile can have.
598
- :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`` .
586
+ '''
587
+ :param max_backups_to_retain: ``CfnLaunchProfile.StreamConfigurationSessionBackupProperty.MaxBackupsToRetain``.
588
+ :param mode: ``CfnLaunchProfile.StreamConfigurationSessionBackupProperty.Mode``.
599
589
 
600
590
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-streamconfigurationsessionbackup.html
601
591
  :exampleMetadata: fixture=_generated
@@ -623,7 +613,7 @@ class CfnLaunchProfile(
623
613
 
624
614
  @builtins.property
625
615
  def max_backups_to_retain(self) -> typing.Optional[jsii.Number]:
626
- '''The maximum number of backups that each streaming session created from this launch profile can have.
616
+ '''``CfnLaunchProfile.StreamConfigurationSessionBackupProperty.MaxBackupsToRetain``.
627
617
 
628
618
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-streamconfigurationsessionbackup.html#cfn-nimblestudio-launchprofile-streamconfigurationsessionbackup-maxbackupstoretain
629
619
  '''
@@ -632,9 +622,7 @@ class CfnLaunchProfile(
632
622
 
633
623
  @builtins.property
634
624
  def mode(self) -> typing.Optional[builtins.str]:
635
- '''Specifies how artists sessions are backed up.
636
-
637
- 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`` .
625
+ '''``CfnLaunchProfile.StreamConfigurationSessionBackupProperty.Mode``.
638
626
 
639
627
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-streamconfigurationsessionbackup.html#cfn-nimblestudio-launchprofile-streamconfigurationsessionbackup-mode
640
628
  '''
@@ -815,13 +803,10 @@ class CfnLaunchProfile(
815
803
  size: typing.Optional[jsii.Number] = None,
816
804
  throughput: typing.Optional[jsii.Number] = None,
817
805
  ) -> None:
818
- '''Custom volume configuration for the root volumes that are attached to streaming sessions.
819
-
820
- This parameter is only allowed when ``sessionPersistenceMode`` is ``ACTIVATED`` .
821
-
822
- :param iops: The number of I/O operations per second for the root volume that is attached to streaming session.
823
- :param size: The size of the root volume that is attached to the streaming session. The root volume size is measured in GiBs.
824
- :param throughput: The throughput to provision for the root volume that is attached to the streaming session. The throughput is measured in MiB/s.
806
+ '''
807
+ :param iops: ``CfnLaunchProfile.VolumeConfigurationProperty.Iops``.
808
+ :param size: ``CfnLaunchProfile.VolumeConfigurationProperty.Size``.
809
+ :param throughput: ``CfnLaunchProfile.VolumeConfigurationProperty.Throughput``.
825
810
 
826
811
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-volumeconfiguration.html
827
812
  :exampleMetadata: fixture=_generated
@@ -853,7 +838,7 @@ class CfnLaunchProfile(
853
838
 
854
839
  @builtins.property
855
840
  def iops(self) -> typing.Optional[jsii.Number]:
856
- '''The number of I/O operations per second for the root volume that is attached to streaming session.
841
+ '''``CfnLaunchProfile.VolumeConfigurationProperty.Iops``.
857
842
 
858
843
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-volumeconfiguration.html#cfn-nimblestudio-launchprofile-volumeconfiguration-iops
859
844
  '''
@@ -862,9 +847,7 @@ class CfnLaunchProfile(
862
847
 
863
848
  @builtins.property
864
849
  def size(self) -> typing.Optional[jsii.Number]:
865
- '''The size of the root volume that is attached to the streaming session.
866
-
867
- The root volume size is measured in GiBs.
850
+ '''``CfnLaunchProfile.VolumeConfigurationProperty.Size``.
868
851
 
869
852
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-volumeconfiguration.html#cfn-nimblestudio-launchprofile-volumeconfiguration-size
870
853
  '''
@@ -873,9 +856,7 @@ class CfnLaunchProfile(
873
856
 
874
857
  @builtins.property
875
858
  def throughput(self) -> typing.Optional[jsii.Number]:
876
- '''The throughput to provision for the root volume that is attached to the streaming session.
877
-
878
- The throughput is measured in MiB/s.
859
+ '''``CfnLaunchProfile.VolumeConfigurationProperty.Throughput``.
879
860
 
880
861
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-volumeconfiguration.html#cfn-nimblestudio-launchprofile-volumeconfiguration-throughput
881
862
  '''
@@ -1349,10 +1330,9 @@ class CfnStreamingImage(
1349
1330
  key_type: builtins.str,
1350
1331
  key_arn: typing.Optional[builtins.str] = None,
1351
1332
  ) -> None:
1352
- '''Specifies how a streaming image is encrypted.
1353
-
1354
- :param key_type: The type of KMS key that is used to encrypt studio data.
1355
- :param key_arn: The ARN for a KMS key that is used to encrypt studio data.
1333
+ '''
1334
+ :param key_type: ``CfnStreamingImage.StreamingImageEncryptionConfigurationProperty.KeyType``.
1335
+ :param key_arn: ``CfnStreamingImage.StreamingImageEncryptionConfigurationProperty.KeyArn``.
1356
1336
 
1357
1337
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-streamingimage-streamingimageencryptionconfiguration.html
1358
1338
  :exampleMetadata: fixture=_generated
@@ -1382,7 +1362,7 @@ class CfnStreamingImage(
1382
1362
 
1383
1363
  @builtins.property
1384
1364
  def key_type(self) -> builtins.str:
1385
- '''The type of KMS key that is used to encrypt studio data.
1365
+ '''``CfnStreamingImage.StreamingImageEncryptionConfigurationProperty.KeyType``.
1386
1366
 
1387
1367
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-streamingimage-streamingimageencryptionconfiguration.html#cfn-nimblestudio-streamingimage-streamingimageencryptionconfiguration-keytype
1388
1368
  '''
@@ -1392,7 +1372,7 @@ class CfnStreamingImage(
1392
1372
 
1393
1373
  @builtins.property
1394
1374
  def key_arn(self) -> typing.Optional[builtins.str]:
1395
- '''The ARN for a KMS key that is used to encrypt studio data.
1375
+ '''``CfnStreamingImage.StreamingImageEncryptionConfigurationProperty.KeyArn``.
1396
1376
 
1397
1377
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-streamingimage-streamingimageencryptionconfiguration.html#cfn-nimblestudio-streamingimage-streamingimageencryptionconfiguration-keyarn
1398
1378
  '''
@@ -3850,7 +3850,6 @@ class CognitoOptions:
3850
3850
 
3851
3851
  Example::
3852
3852
 
3853
- # Example automatically generated from non-compiling source. May contain errors.
3854
3853
  opensearch.Domain(self, "Domain",
3855
3854
  cognito_dashboards_auth=opensearch.CognitoOptions(
3856
3855
  identity_pool_id="test-identity-pool-id",
@@ -981,13 +981,12 @@ class CfnPackage(
981
981
  manifest_prefix_location: typing.Optional[builtins.str] = None,
982
982
  repo_prefix_location: typing.Optional[builtins.str] = None,
983
983
  ) -> None:
984
- '''A storage location.
985
-
986
- :param binary_prefix_location: The location's binary prefix.
987
- :param bucket: The location's bucket.
988
- :param generated_prefix_location: The location's generated prefix.
989
- :param manifest_prefix_location: The location's manifest prefix.
990
- :param repo_prefix_location: The location's repo prefix.
984
+ '''
985
+ :param binary_prefix_location: ``CfnPackage.StorageLocationProperty.BinaryPrefixLocation``.
986
+ :param bucket: ``CfnPackage.StorageLocationProperty.Bucket``.
987
+ :param generated_prefix_location: ``CfnPackage.StorageLocationProperty.GeneratedPrefixLocation``.
988
+ :param manifest_prefix_location: ``CfnPackage.StorageLocationProperty.ManifestPrefixLocation``.
989
+ :param repo_prefix_location: ``CfnPackage.StorageLocationProperty.RepoPrefixLocation``.
991
990
 
992
991
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-panorama-package-storagelocation.html
993
992
  :exampleMetadata: fixture=_generated
@@ -1027,7 +1026,7 @@ class CfnPackage(
1027
1026
 
1028
1027
  @builtins.property
1029
1028
  def binary_prefix_location(self) -> typing.Optional[builtins.str]:
1030
- '''The location's binary prefix.
1029
+ '''``CfnPackage.StorageLocationProperty.BinaryPrefixLocation``.
1031
1030
 
1032
1031
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-panorama-package-storagelocation.html#cfn-panorama-package-storagelocation-binaryprefixlocation
1033
1032
  '''
@@ -1036,7 +1035,7 @@ class CfnPackage(
1036
1035
 
1037
1036
  @builtins.property
1038
1037
  def bucket(self) -> typing.Optional[builtins.str]:
1039
- '''The location's bucket.
1038
+ '''``CfnPackage.StorageLocationProperty.Bucket``.
1040
1039
 
1041
1040
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-panorama-package-storagelocation.html#cfn-panorama-package-storagelocation-bucket
1042
1041
  '''
@@ -1045,7 +1044,7 @@ class CfnPackage(
1045
1044
 
1046
1045
  @builtins.property
1047
1046
  def generated_prefix_location(self) -> typing.Optional[builtins.str]:
1048
- '''The location's generated prefix.
1047
+ '''``CfnPackage.StorageLocationProperty.GeneratedPrefixLocation``.
1049
1048
 
1050
1049
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-panorama-package-storagelocation.html#cfn-panorama-package-storagelocation-generatedprefixlocation
1051
1050
  '''
@@ -1054,7 +1053,7 @@ class CfnPackage(
1054
1053
 
1055
1054
  @builtins.property
1056
1055
  def manifest_prefix_location(self) -> typing.Optional[builtins.str]:
1057
- '''The location's manifest prefix.
1056
+ '''``CfnPackage.StorageLocationProperty.ManifestPrefixLocation``.
1058
1057
 
1059
1058
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-panorama-package-storagelocation.html#cfn-panorama-package-storagelocation-manifestprefixlocation
1060
1059
  '''
@@ -1063,7 +1062,7 @@ class CfnPackage(
1063
1062
 
1064
1063
  @builtins.property
1065
1064
  def repo_prefix_location(self) -> typing.Optional[builtins.str]:
1066
- '''The location's repo prefix.
1065
+ '''``CfnPackage.StorageLocationProperty.RepoPrefixLocation``.
1067
1066
 
1068
1067
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-panorama-package-storagelocation.html#cfn-panorama-package-storagelocation-repoprefixlocation
1069
1068
  '''
@@ -287,9 +287,8 @@ class CfnDataset(
287
287
  *,
288
288
  data_location: typing.Optional[builtins.str] = None,
289
289
  ) -> None:
290
- '''Describes the data source that contains the data to upload to a dataset.
291
-
292
- :param data_location: The path to the Amazon S3 bucket where the data that you want to upload to your dataset is stored. For example: ``s3://bucket-name/folder-name/``
290
+ '''
291
+ :param data_location: ``CfnDataset.DataSourceProperty.DataLocation``.
293
292
 
294
293
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-personalize-dataset-datasource.html
295
294
  :exampleMetadata: fixture=_generated
@@ -313,11 +312,7 @@ class CfnDataset(
313
312
 
314
313
  @builtins.property
315
314
  def data_location(self) -> typing.Optional[builtins.str]:
316
- '''The path to the Amazon S3 bucket where the data that you want to upload to your dataset is stored.
317
-
318
- For example:
319
-
320
- ``s3://bucket-name/folder-name/``
315
+ '''``CfnDataset.DataSourceProperty.DataLocation``.
321
316
 
322
317
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-personalize-dataset-datasource.html#cfn-personalize-dataset-datasource-datalocation
323
318
  '''
@@ -1513,10 +1508,9 @@ class CfnSolution(
1513
1508
  metric_name: typing.Optional[builtins.str] = None,
1514
1509
  recipe_list: typing.Optional[typing.Sequence[builtins.str]] = None,
1515
1510
  ) -> None:
1516
- '''When the solution performs AutoML ( ``performAutoML`` is true in `CreateSolution <https://docs.aws.amazon.com/personalize/latest/dg/API_CreateSolution.html>`_ ), Amazon Personalize determines which recipe, from the specified list, optimizes the given metric. Amazon Personalize then uses that recipe for the solution.
1517
-
1518
- :param metric_name: The metric to optimize.
1519
- :param recipe_list: The list of candidate recipes.
1511
+ '''
1512
+ :param metric_name: ``CfnSolution.AutoMLConfigProperty.MetricName``.
1513
+ :param recipe_list: ``CfnSolution.AutoMLConfigProperty.RecipeList``.
1520
1514
 
1521
1515
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-personalize-solution-automlconfig.html
1522
1516
  :exampleMetadata: fixture=_generated
@@ -1544,7 +1538,7 @@ class CfnSolution(
1544
1538
 
1545
1539
  @builtins.property
1546
1540
  def metric_name(self) -> typing.Optional[builtins.str]:
1547
- '''The metric to optimize.
1541
+ '''``CfnSolution.AutoMLConfigProperty.MetricName``.
1548
1542
 
1549
1543
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-personalize-solution-automlconfig.html#cfn-personalize-solution-automlconfig-metricname
1550
1544
  '''
@@ -1553,7 +1547,7 @@ class CfnSolution(
1553
1547
 
1554
1548
  @builtins.property
1555
1549
  def recipe_list(self) -> typing.Optional[typing.List[builtins.str]]:
1556
- '''The list of candidate recipes.
1550
+ '''``CfnSolution.AutoMLConfigProperty.RecipeList``.
1557
1551
 
1558
1552
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-personalize-solution-automlconfig.html#cfn-personalize-solution-automlconfig-recipelist
1559
1553
  '''
@@ -1583,10 +1577,9 @@ class CfnSolution(
1583
1577
  name: typing.Optional[builtins.str] = None,
1584
1578
  values: typing.Optional[typing.Sequence[builtins.str]] = None,
1585
1579
  ) -> None:
1586
- '''Provides the name and range of a categorical hyperparameter.
1587
-
1588
- :param name: The name of the hyperparameter.
1589
- :param values: A list of the categories for the hyperparameter.
1580
+ '''
1581
+ :param name: ``CfnSolution.CategoricalHyperParameterRangeProperty.Name``.
1582
+ :param values: ``CfnSolution.CategoricalHyperParameterRangeProperty.Values``.
1590
1583
 
1591
1584
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-personalize-solution-categoricalhyperparameterrange.html
1592
1585
  :exampleMetadata: fixture=_generated
@@ -1614,7 +1607,7 @@ class CfnSolution(
1614
1607
 
1615
1608
  @builtins.property
1616
1609
  def name(self) -> typing.Optional[builtins.str]:
1617
- '''The name of the hyperparameter.
1610
+ '''``CfnSolution.CategoricalHyperParameterRangeProperty.Name``.
1618
1611
 
1619
1612
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-personalize-solution-categoricalhyperparameterrange.html#cfn-personalize-solution-categoricalhyperparameterrange-name
1620
1613
  '''
@@ -1623,7 +1616,7 @@ class CfnSolution(
1623
1616
 
1624
1617
  @builtins.property
1625
1618
  def values(self) -> typing.Optional[typing.List[builtins.str]]:
1626
- '''A list of the categories for the hyperparameter.
1619
+ '''``CfnSolution.CategoricalHyperParameterRangeProperty.Values``.
1627
1620
 
1628
1621
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-personalize-solution-categoricalhyperparameterrange.html#cfn-personalize-solution-categoricalhyperparameterrange-values
1629
1622
  '''
@@ -1658,11 +1651,10 @@ class CfnSolution(
1658
1651
  min_value: typing.Optional[jsii.Number] = None,
1659
1652
  name: typing.Optional[builtins.str] = None,
1660
1653
  ) -> None:
1661
- '''Provides the name and range of a continuous hyperparameter.
1662
-
1663
- :param max_value: The maximum allowable value for the hyperparameter.
1664
- :param min_value: The minimum allowable value for the hyperparameter.
1665
- :param name: The name of the hyperparameter.
1654
+ '''
1655
+ :param max_value: ``CfnSolution.ContinuousHyperParameterRangeProperty.MaxValue``.
1656
+ :param min_value: ``CfnSolution.ContinuousHyperParameterRangeProperty.MinValue``.
1657
+ :param name: ``CfnSolution.ContinuousHyperParameterRangeProperty.Name``.
1666
1658
 
1667
1659
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-personalize-solution-continuoushyperparameterrange.html
1668
1660
  :exampleMetadata: fixture=_generated
@@ -1694,7 +1686,7 @@ class CfnSolution(
1694
1686
 
1695
1687
  @builtins.property
1696
1688
  def max_value(self) -> typing.Optional[jsii.Number]:
1697
- '''The maximum allowable value for the hyperparameter.
1689
+ '''``CfnSolution.ContinuousHyperParameterRangeProperty.MaxValue``.
1698
1690
 
1699
1691
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-personalize-solution-continuoushyperparameterrange.html#cfn-personalize-solution-continuoushyperparameterrange-maxvalue
1700
1692
  '''
@@ -1703,7 +1695,7 @@ class CfnSolution(
1703
1695
 
1704
1696
  @builtins.property
1705
1697
  def min_value(self) -> typing.Optional[jsii.Number]:
1706
- '''The minimum allowable value for the hyperparameter.
1698
+ '''``CfnSolution.ContinuousHyperParameterRangeProperty.MinValue``.
1707
1699
 
1708
1700
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-personalize-solution-continuoushyperparameterrange.html#cfn-personalize-solution-continuoushyperparameterrange-minvalue
1709
1701
  '''
@@ -1712,7 +1704,7 @@ class CfnSolution(
1712
1704
 
1713
1705
  @builtins.property
1714
1706
  def name(self) -> typing.Optional[builtins.str]:
1715
- '''The name of the hyperparameter.
1707
+ '''``CfnSolution.ContinuousHyperParameterRangeProperty.Name``.
1716
1708
 
1717
1709
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-personalize-solution-continuoushyperparameterrange.html#cfn-personalize-solution-continuoushyperparameterrange-name
1718
1710
  '''
@@ -1747,11 +1739,10 @@ class CfnSolution(
1747
1739
  hpo_objective: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnSolution.HpoObjectiveProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
1748
1740
  hpo_resource_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnSolution.HpoResourceConfigProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
1749
1741
  ) -> None:
1750
- '''Describes the properties for hyperparameter optimization (HPO).
1751
-
1752
- :param algorithm_hyper_parameter_ranges: The hyperparameters and their allowable ranges.
1753
- :param hpo_objective: The metric to optimize during HPO. .. epigraph:: Amazon Personalize doesn't support configuring the ``hpoObjective`` at this time.
1754
- :param hpo_resource_config: Describes the resource configuration for HPO.
1742
+ '''
1743
+ :param algorithm_hyper_parameter_ranges: ``CfnSolution.HpoConfigProperty.AlgorithmHyperParameterRanges``.
1744
+ :param hpo_objective: ``CfnSolution.HpoConfigProperty.HpoObjective``.
1745
+ :param hpo_resource_config: ``CfnSolution.HpoConfigProperty.HpoResourceConfig``.
1755
1746
 
1756
1747
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-personalize-solution-hpoconfig.html
1757
1748
  :exampleMetadata: fixture=_generated
@@ -1807,7 +1798,7 @@ class CfnSolution(
1807
1798
  def algorithm_hyper_parameter_ranges(
1808
1799
  self,
1809
1800
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnSolution.AlgorithmHyperParameterRangesProperty"]]:
1810
- '''The hyperparameters and their allowable ranges.
1801
+ '''``CfnSolution.HpoConfigProperty.AlgorithmHyperParameterRanges``.
1811
1802
 
1812
1803
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-personalize-solution-hpoconfig.html#cfn-personalize-solution-hpoconfig-algorithmhyperparameterranges
1813
1804
  '''
@@ -1818,11 +1809,7 @@ class CfnSolution(
1818
1809
  def hpo_objective(
1819
1810
  self,
1820
1811
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnSolution.HpoObjectiveProperty"]]:
1821
- '''The metric to optimize during HPO.
1822
-
1823
- .. epigraph::
1824
-
1825
- Amazon Personalize doesn't support configuring the ``hpoObjective`` at this time.
1812
+ '''``CfnSolution.HpoConfigProperty.HpoObjective``.
1826
1813
 
1827
1814
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-personalize-solution-hpoconfig.html#cfn-personalize-solution-hpoconfig-hpoobjective
1828
1815
  '''
@@ -1833,7 +1820,7 @@ class CfnSolution(
1833
1820
  def hpo_resource_config(
1834
1821
  self,
1835
1822
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnSolution.HpoResourceConfigProperty"]]:
1836
- '''Describes the resource configuration for HPO.
1823
+ '''``CfnSolution.HpoConfigProperty.HpoResourceConfig``.
1837
1824
 
1838
1825
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-personalize-solution-hpoconfig.html#cfn-personalize-solution-hpoconfig-hporesourceconfig
1839
1826
  '''
@@ -1868,15 +1855,10 @@ class CfnSolution(
1868
1855
  metric_regex: typing.Optional[builtins.str] = None,
1869
1856
  type: typing.Optional[builtins.str] = None,
1870
1857
  ) -> None:
1871
- '''The metric to optimize during hyperparameter optimization (HPO).
1872
-
1873
- .. epigraph::
1874
-
1875
- Amazon Personalize doesn't support configuring the ``hpoObjective`` at this time.
1876
-
1877
- :param metric_name: The name of the metric.
1878
- :param metric_regex: A regular expression for finding the metric in the training job logs.
1879
- :param type: The type of the metric. Valid values are ``Maximize`` and ``Minimize`` .
1858
+ '''
1859
+ :param metric_name: ``CfnSolution.HpoObjectiveProperty.MetricName``.
1860
+ :param metric_regex: ``CfnSolution.HpoObjectiveProperty.MetricRegex``.
1861
+ :param type: ``CfnSolution.HpoObjectiveProperty.Type``.
1880
1862
 
1881
1863
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-personalize-solution-hpoobjective.html
1882
1864
  :exampleMetadata: fixture=_generated
@@ -1908,7 +1890,7 @@ class CfnSolution(
1908
1890
 
1909
1891
  @builtins.property
1910
1892
  def metric_name(self) -> typing.Optional[builtins.str]:
1911
- '''The name of the metric.
1893
+ '''``CfnSolution.HpoObjectiveProperty.MetricName``.
1912
1894
 
1913
1895
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-personalize-solution-hpoobjective.html#cfn-personalize-solution-hpoobjective-metricname
1914
1896
  '''
@@ -1917,7 +1899,7 @@ class CfnSolution(
1917
1899
 
1918
1900
  @builtins.property
1919
1901
  def metric_regex(self) -> typing.Optional[builtins.str]:
1920
- '''A regular expression for finding the metric in the training job logs.
1902
+ '''``CfnSolution.HpoObjectiveProperty.MetricRegex``.
1921
1903
 
1922
1904
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-personalize-solution-hpoobjective.html#cfn-personalize-solution-hpoobjective-metricregex
1923
1905
  '''
@@ -1926,9 +1908,7 @@ class CfnSolution(
1926
1908
 
1927
1909
  @builtins.property
1928
1910
  def type(self) -> typing.Optional[builtins.str]:
1929
- '''The type of the metric.
1930
-
1931
- Valid values are ``Maximize`` and ``Minimize`` .
1911
+ '''``CfnSolution.HpoObjectiveProperty.Type``.
1932
1912
 
1933
1913
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-personalize-solution-hpoobjective.html#cfn-personalize-solution-hpoobjective-type
1934
1914
  '''
@@ -1961,10 +1941,9 @@ class CfnSolution(
1961
1941
  max_number_of_training_jobs: typing.Optional[builtins.str] = None,
1962
1942
  max_parallel_training_jobs: typing.Optional[builtins.str] = None,
1963
1943
  ) -> None:
1964
- '''Describes the resource configuration for hyperparameter optimization (HPO).
1965
-
1966
- :param max_number_of_training_jobs: The maximum number of training jobs when you create a solution version. The maximum value for ``maxNumberOfTrainingJobs`` is ``40`` .
1967
- :param max_parallel_training_jobs: The maximum number of parallel training jobs when you create a solution version. The maximum value for ``maxParallelTrainingJobs`` is ``10`` .
1944
+ '''
1945
+ :param max_number_of_training_jobs: ``CfnSolution.HpoResourceConfigProperty.MaxNumberOfTrainingJobs``.
1946
+ :param max_parallel_training_jobs: ``CfnSolution.HpoResourceConfigProperty.MaxParallelTrainingJobs``.
1968
1947
 
1969
1948
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-personalize-solution-hporesourceconfig.html
1970
1949
  :exampleMetadata: fixture=_generated
@@ -1992,9 +1971,7 @@ class CfnSolution(
1992
1971
 
1993
1972
  @builtins.property
1994
1973
  def max_number_of_training_jobs(self) -> typing.Optional[builtins.str]:
1995
- '''The maximum number of training jobs when you create a solution version.
1996
-
1997
- The maximum value for ``maxNumberOfTrainingJobs`` is ``40`` .
1974
+ '''``CfnSolution.HpoResourceConfigProperty.MaxNumberOfTrainingJobs``.
1998
1975
 
1999
1976
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-personalize-solution-hporesourceconfig.html#cfn-personalize-solution-hporesourceconfig-maxnumberoftrainingjobs
2000
1977
  '''
@@ -2003,9 +1980,7 @@ class CfnSolution(
2003
1980
 
2004
1981
  @builtins.property
2005
1982
  def max_parallel_training_jobs(self) -> typing.Optional[builtins.str]:
2006
- '''The maximum number of parallel training jobs when you create a solution version.
2007
-
2008
- The maximum value for ``maxParallelTrainingJobs`` is ``10`` .
1983
+ '''``CfnSolution.HpoResourceConfigProperty.MaxParallelTrainingJobs``.
2009
1984
 
2010
1985
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-personalize-solution-hporesourceconfig.html#cfn-personalize-solution-hporesourceconfig-maxparalleltrainingjobs
2011
1986
  '''
@@ -2040,11 +2015,10 @@ class CfnSolution(
2040
2015
  min_value: typing.Optional[jsii.Number] = None,
2041
2016
  name: typing.Optional[builtins.str] = None,
2042
2017
  ) -> None:
2043
- '''Provides the name and range of an integer-valued hyperparameter.
2044
-
2045
- :param max_value: The maximum allowable value for the hyperparameter.
2046
- :param min_value: The minimum allowable value for the hyperparameter.
2047
- :param name: The name of the hyperparameter.
2018
+ '''
2019
+ :param max_value: ``CfnSolution.IntegerHyperParameterRangeProperty.MaxValue``.
2020
+ :param min_value: ``CfnSolution.IntegerHyperParameterRangeProperty.MinValue``.
2021
+ :param name: ``CfnSolution.IntegerHyperParameterRangeProperty.Name``.
2048
2022
 
2049
2023
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-personalize-solution-integerhyperparameterrange.html
2050
2024
  :exampleMetadata: fixture=_generated
@@ -2076,7 +2050,7 @@ class CfnSolution(
2076
2050
 
2077
2051
  @builtins.property
2078
2052
  def max_value(self) -> typing.Optional[jsii.Number]:
2079
- '''The maximum allowable value for the hyperparameter.
2053
+ '''``CfnSolution.IntegerHyperParameterRangeProperty.MaxValue``.
2080
2054
 
2081
2055
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-personalize-solution-integerhyperparameterrange.html#cfn-personalize-solution-integerhyperparameterrange-maxvalue
2082
2056
  '''
@@ -2085,7 +2059,7 @@ class CfnSolution(
2085
2059
 
2086
2060
  @builtins.property
2087
2061
  def min_value(self) -> typing.Optional[jsii.Number]:
2088
- '''The minimum allowable value for the hyperparameter.
2062
+ '''``CfnSolution.IntegerHyperParameterRangeProperty.MinValue``.
2089
2063
 
2090
2064
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-personalize-solution-integerhyperparameterrange.html#cfn-personalize-solution-integerhyperparameterrange-minvalue
2091
2065
  '''
@@ -2094,7 +2068,7 @@ class CfnSolution(
2094
2068
 
2095
2069
  @builtins.property
2096
2070
  def name(self) -> typing.Optional[builtins.str]:
2097
- '''The name of the hyperparameter.
2071
+ '''``CfnSolution.IntegerHyperParameterRangeProperty.Name``.
2098
2072
 
2099
2073
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-personalize-solution-integerhyperparameterrange.html#cfn-personalize-solution-integerhyperparameterrange-name
2100
2074
  '''