aws-cdk-lib 2.216.0__py3-none-any.whl → 2.218.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 (151) hide show
  1. aws_cdk/__init__.py +60 -28
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.216.0.jsii.tgz → aws-cdk-lib@2.218.0.jsii.tgz} +0 -0
  4. aws_cdk/aws_acmpca/__init__.py +1 -1
  5. aws_cdk/aws_amazonmq/__init__.py +87 -0
  6. aws_cdk/aws_amplify/__init__.py +8 -8
  7. aws_cdk/aws_apigateway/__init__.py +229 -6
  8. aws_cdk/aws_apigatewayv2/__init__.py +60 -2
  9. aws_cdk/aws_appconfig/__init__.py +145 -0
  10. aws_cdk/aws_appflow/__init__.py +116 -0
  11. aws_cdk/aws_appintegrations/__init__.py +116 -0
  12. aws_cdk/aws_appmesh/__init__.py +12 -12
  13. aws_cdk/aws_appstream/__init__.py +101 -4
  14. aws_cdk/aws_appsync/__init__.py +61 -3
  15. aws_cdk/aws_apptest/__init__.py +58 -0
  16. aws_cdk/aws_aps/__init__.py +459 -0
  17. aws_cdk/aws_athena/__init__.py +58 -0
  18. aws_cdk/aws_auditmanager/__init__.py +58 -0
  19. aws_cdk/aws_backup/__init__.py +145 -0
  20. aws_cdk/aws_batch/__init__.py +64 -2
  21. aws_cdk/aws_bedrock/__init__.py +277 -0
  22. aws_cdk/aws_bedrockagentcore/__init__.py +3178 -0
  23. aws_cdk/aws_cassandra/__init__.py +29 -0
  24. aws_cdk/aws_certificatemanager/__init__.py +38 -10
  25. aws_cdk/aws_cleanrooms/__init__.py +163 -0
  26. aws_cdk/aws_cloudformation/__init__.py +14 -14
  27. aws_cdk/aws_cloudfront/__init__.py +69 -8
  28. aws_cdk/aws_cloudfront_origins/__init__.py +87 -7
  29. aws_cdk/aws_cloudtrail/__init__.py +58 -0
  30. aws_cdk/aws_cloudwatch/__init__.py +145 -0
  31. aws_cdk/aws_codebuild/__init__.py +115 -12
  32. aws_cdk/aws_codedeploy/__init__.py +29 -0
  33. aws_cdk/aws_codeguruprofiler/__init__.py +58 -0
  34. aws_cdk/aws_codepipeline/__init__.py +29 -0
  35. aws_cdk/aws_cognito/__init__.py +89 -2
  36. aws_cdk/aws_config/__init__.py +58 -0
  37. aws_cdk/aws_connect/__init__.py +138 -10
  38. aws_cdk/aws_cur/__init__.py +86 -3
  39. aws_cdk/aws_customerprofiles/__init__.py +58 -0
  40. aws_cdk/aws_datapipeline/__init__.py +29 -0
  41. aws_cdk/aws_datasync/__init__.py +351 -0
  42. aws_cdk/aws_datazone/__init__.py +733 -2
  43. aws_cdk/aws_directoryservice/__init__.py +29 -0
  44. aws_cdk/aws_dms/__init__.py +58 -0
  45. aws_cdk/aws_docdb/__init__.py +153 -25
  46. aws_cdk/aws_dsql/__init__.py +29 -0
  47. aws_cdk/aws_dynamodb/__init__.py +181 -0
  48. aws_cdk/aws_ec2/__init__.py +2031 -10
  49. aws_cdk/aws_ecr/__init__.py +116 -0
  50. aws_cdk/aws_ecs/__init__.py +142 -12
  51. aws_cdk/aws_efs/__init__.py +116 -0
  52. aws_cdk/aws_eks/__init__.py +118 -0
  53. aws_cdk/aws_elasticache/__init__.py +261 -0
  54. aws_cdk/aws_elasticbeanstalk/__init__.py +29 -0
  55. aws_cdk/aws_elasticloadbalancingv2/__init__.py +48 -0
  56. aws_cdk/aws_elasticsearch/__init__.py +2 -2
  57. aws_cdk/aws_emr/__init__.py +87 -0
  58. aws_cdk/aws_emrcontainers/__init__.py +58 -0
  59. aws_cdk/aws_emrserverless/__init__.py +58 -0
  60. aws_cdk/aws_entityresolution/__init__.py +145 -0
  61. aws_cdk/aws_events/__init__.py +290 -0
  62. aws_cdk/aws_evs/__init__.py +58 -4
  63. aws_cdk/aws_finspace/__init__.py +58 -0
  64. aws_cdk/aws_gamelift/__init__.py +507 -56
  65. aws_cdk/aws_glue/__init__.py +145 -0
  66. aws_cdk/aws_greengrass/__init__.py +464 -0
  67. aws_cdk/aws_groundstation/__init__.py +87 -0
  68. aws_cdk/aws_guardduty/__init__.py +87 -0
  69. aws_cdk/aws_healthimaging/__init__.py +58 -0
  70. aws_cdk/aws_healthlake/__init__.py +29 -0
  71. aws_cdk/aws_iam/__init__.py +1 -1
  72. aws_cdk/aws_internetmonitor/__init__.py +58 -0
  73. aws_cdk/aws_iot/__init__.py +957 -0
  74. aws_cdk/aws_iotanalytics/__init__.py +116 -0
  75. aws_cdk/aws_iotcoredeviceadvisor/__init__.py +93 -38
  76. aws_cdk/aws_iotevents/__init__.py +87 -0
  77. aws_cdk/aws_iotfleethub/__init__.py +58 -0
  78. aws_cdk/aws_iotfleetwise/__init__.py +116 -0
  79. aws_cdk/aws_iotsitewise/__init__.py +568 -111
  80. aws_cdk/aws_iottwinmaker/__init__.py +145 -0
  81. aws_cdk/aws_iotwireless/__init__.py +464 -0
  82. aws_cdk/aws_kendra/__init__.py +116 -0
  83. aws_cdk/aws_kinesis/__init__.py +58 -0
  84. aws_cdk/aws_kinesisanalytics/__init__.py +31 -0
  85. aws_cdk/aws_kinesisanalyticsv2/__init__.py +29 -0
  86. aws_cdk/aws_kinesisfirehose/__init__.py +58 -0
  87. aws_cdk/aws_kinesisvideo/__init__.py +29 -0
  88. aws_cdk/aws_kms/__init__.py +68 -2
  89. aws_cdk/aws_lambda/__init__.py +104 -0
  90. aws_cdk/aws_lex/__init__.py +29 -0
  91. aws_cdk/aws_location/__init__.py +348 -0
  92. aws_cdk/aws_logs/__init__.py +232 -0
  93. aws_cdk/aws_lookoutequipment/__init__.py +29 -0
  94. aws_cdk/aws_lookoutvision/__init__.py +58 -0
  95. aws_cdk/aws_managedblockchain/__init__.py +145 -0
  96. aws_cdk/aws_medialive/__init__.py +562 -0
  97. aws_cdk/aws_mediapackage/__init__.py +2 -2
  98. aws_cdk/aws_mediatailor/__init__.py +174 -0
  99. aws_cdk/aws_memorydb/__init__.py +203 -0
  100. aws_cdk/aws_mwaa/__init__.py +58 -0
  101. aws_cdk/aws_networkfirewall/__init__.py +10 -10
  102. aws_cdk/aws_networkmanager/__init__.py +92 -0
  103. aws_cdk/aws_nimblestudio/__init__.py +29 -0
  104. aws_cdk/aws_odb/__init__.py +2082 -195
  105. aws_cdk/aws_omics/__init__.py +1520 -103
  106. aws_cdk/aws_opensearchserverless/__init__.py +222 -21
  107. aws_cdk/aws_opensearchservice/__init__.py +5 -4
  108. aws_cdk/aws_opsworks/__init__.py +29 -0
  109. aws_cdk/aws_opsworkscm/__init__.py +29 -0
  110. aws_cdk/aws_organizations/__init__.py +116 -0
  111. aws_cdk/aws_panorama/__init__.py +116 -0
  112. aws_cdk/aws_pcs/__init__.py +9 -9
  113. aws_cdk/aws_pinpoint/__init__.py +116 -0
  114. aws_cdk/aws_qbusiness/__init__.py +232 -0
  115. aws_cdk/aws_qldb/__init__.py +29 -0
  116. aws_cdk/aws_quicksight/__init__.py +295 -3
  117. aws_cdk/aws_rds/__init__.py +402 -58
  118. aws_cdk/aws_redshift/__init__.py +29 -0
  119. aws_cdk/aws_rekognition/__init__.py +87 -0
  120. aws_cdk/aws_resourcegroups/__init__.py +58 -0
  121. aws_cdk/aws_rolesanywhere/__init__.py +145 -0
  122. aws_cdk/aws_route53recoveryreadiness/__init__.py +58 -0
  123. aws_cdk/aws_route53resolver/__init__.py +29 -0
  124. aws_cdk/aws_s3/__init__.py +116 -0
  125. aws_cdk/aws_s3express/__init__.py +116 -0
  126. aws_cdk/aws_sagemaker/__init__.py +715 -1
  127. aws_cdk/aws_scheduler/__init__.py +29 -0
  128. aws_cdk/aws_secretsmanager/__init__.py +29 -0
  129. aws_cdk/aws_servicecatalog/__init__.py +191 -154
  130. aws_cdk/aws_servicecatalogappregistry/__init__.py +116 -0
  131. aws_cdk/aws_servicediscovery/__init__.py +58 -0
  132. aws_cdk/aws_ses/__init__.py +261 -0
  133. aws_cdk/aws_simspaceweaver/__init__.py +29 -0
  134. aws_cdk/aws_smsvoice/__init__.py +5218 -0
  135. aws_cdk/aws_ssm/__init__.py +87 -0
  136. aws_cdk/aws_synthetics/__init__.py +29 -0
  137. aws_cdk/aws_timestream/__init__.py +87 -0
  138. aws_cdk/aws_transfer/__init__.py +274 -12
  139. aws_cdk/aws_verifiedpermissions/__init__.py +59 -1
  140. aws_cdk/aws_voiceid/__init__.py +29 -0
  141. aws_cdk/aws_wisdom/__init__.py +232 -0
  142. aws_cdk/aws_workspaces/__init__.py +58 -0
  143. aws_cdk/aws_workspacesinstances/__init__.py +670 -2
  144. aws_cdk/aws_workspacesthinclient/__init__.py +58 -0
  145. aws_cdk/pipelines/__init__.py +5 -1
  146. {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/METADATA +1 -1
  147. {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/RECORD +151 -149
  148. {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/LICENSE +0 -0
  149. {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/NOTICE +0 -0
  150. {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/WHEEL +0 -0
  151. {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/top_level.txt +0 -0
@@ -597,7 +597,9 @@ class CfnAppProps:
597
597
  jsii_type="aws-cdk-lib.aws_sagemaker.CfnClusterProps",
598
598
  jsii_struct_bases=[],
599
599
  name_mapping={
600
+ "auto_scaling": "autoScaling",
600
601
  "cluster_name": "clusterName",
602
+ "cluster_role": "clusterRole",
601
603
  "instance_groups": "instanceGroups",
602
604
  "node_provisioning_mode": "nodeProvisioningMode",
603
605
  "node_recovery": "nodeRecovery",
@@ -611,7 +613,9 @@ class CfnClusterProps:
611
613
  def __init__(
612
614
  self,
613
615
  *,
616
+ auto_scaling: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnCluster.ClusterAutoScalingConfigProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
614
617
  cluster_name: typing.Optional[builtins.str] = None,
618
+ cluster_role: typing.Optional[builtins.str] = None,
615
619
  instance_groups: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnCluster.ClusterInstanceGroupProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
616
620
  node_provisioning_mode: typing.Optional[builtins.str] = None,
617
621
  node_recovery: typing.Optional[builtins.str] = None,
@@ -622,7 +626,9 @@ class CfnClusterProps:
622
626
  ) -> None:
623
627
  '''Properties for defining a ``CfnCluster``.
624
628
 
629
+ :param auto_scaling: Configuration for cluster auto-scaling.
625
630
  :param cluster_name: The name of the SageMaker HyperPod cluster.
631
+ :param cluster_role: The cluster role for the autoscaler to assume.
626
632
  :param instance_groups: The instance groups of the SageMaker HyperPod cluster. To delete an instance group, remove it from the array.
627
633
  :param node_provisioning_mode: Determines the scaling strategy for the SageMaker HyperPod cluster. When set to 'Continuous', enables continuous scaling which dynamically manages node provisioning. If the parameter is omitted, uses the standard scaling approach in previous release.
628
634
  :param node_recovery: Specifies whether to enable or disable the automatic node recovery feature of SageMaker HyperPod. Available values are ``Automatic`` for enabling and ``None`` for disabling.
@@ -641,7 +647,14 @@ class CfnClusterProps:
641
647
  from aws_cdk import aws_sagemaker as sagemaker
642
648
 
643
649
  cfn_cluster_props = sagemaker.CfnClusterProps(
650
+ auto_scaling=sagemaker.CfnCluster.ClusterAutoScalingConfigProperty(
651
+ mode="mode",
652
+
653
+ # the properties below are optional
654
+ auto_scaler_type="autoScalerType"
655
+ ),
644
656
  cluster_name="clusterName",
657
+ cluster_role="clusterRole",
645
658
  instance_groups=[sagemaker.CfnCluster.ClusterInstanceGroupProperty(
646
659
  execution_role="executionRole",
647
660
  instance_count=123,
@@ -657,6 +670,8 @@ class CfnClusterProps:
657
670
  image_id="imageId",
658
671
  instance_storage_configs=[sagemaker.CfnCluster.ClusterInstanceStorageConfigProperty(
659
672
  ebs_volume_config=sagemaker.CfnCluster.ClusterEbsVolumeConfigProperty(
673
+ root_volume=False,
674
+ volume_kms_key_id="volumeKmsKeyId",
660
675
  volume_size_in_gb=123
661
676
  )
662
677
  )],
@@ -714,6 +729,8 @@ class CfnClusterProps:
714
729
  current_count=123,
715
730
  instance_storage_configs=[sagemaker.CfnCluster.ClusterInstanceStorageConfigProperty(
716
731
  ebs_volume_config=sagemaker.CfnCluster.ClusterEbsVolumeConfigProperty(
732
+ root_volume=False,
733
+ volume_kms_key_id="volumeKmsKeyId",
717
734
  volume_size_in_gb=123
718
735
  )
719
736
  )],
@@ -737,7 +754,9 @@ class CfnClusterProps:
737
754
  '''
738
755
  if __debug__:
739
756
  type_hints = typing.get_type_hints(_typecheckingstub__c8126a53dc1741a2edde75d8d4eca79c53a2294746ea237dfba0097a758522ce)
757
+ check_type(argname="argument auto_scaling", value=auto_scaling, expected_type=type_hints["auto_scaling"])
740
758
  check_type(argname="argument cluster_name", value=cluster_name, expected_type=type_hints["cluster_name"])
759
+ check_type(argname="argument cluster_role", value=cluster_role, expected_type=type_hints["cluster_role"])
741
760
  check_type(argname="argument instance_groups", value=instance_groups, expected_type=type_hints["instance_groups"])
742
761
  check_type(argname="argument node_provisioning_mode", value=node_provisioning_mode, expected_type=type_hints["node_provisioning_mode"])
743
762
  check_type(argname="argument node_recovery", value=node_recovery, expected_type=type_hints["node_recovery"])
@@ -746,8 +765,12 @@ class CfnClusterProps:
746
765
  check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
747
766
  check_type(argname="argument vpc_config", value=vpc_config, expected_type=type_hints["vpc_config"])
748
767
  self._values: typing.Dict[builtins.str, typing.Any] = {}
768
+ if auto_scaling is not None:
769
+ self._values["auto_scaling"] = auto_scaling
749
770
  if cluster_name is not None:
750
771
  self._values["cluster_name"] = cluster_name
772
+ if cluster_role is not None:
773
+ self._values["cluster_role"] = cluster_role
751
774
  if instance_groups is not None:
752
775
  self._values["instance_groups"] = instance_groups
753
776
  if node_provisioning_mode is not None:
@@ -763,6 +786,17 @@ class CfnClusterProps:
763
786
  if vpc_config is not None:
764
787
  self._values["vpc_config"] = vpc_config
765
788
 
789
+ @builtins.property
790
+ def auto_scaling(
791
+ self,
792
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnCluster.ClusterAutoScalingConfigProperty"]]:
793
+ '''Configuration for cluster auto-scaling.
794
+
795
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-cluster.html#cfn-sagemaker-cluster-autoscaling
796
+ '''
797
+ result = self._values.get("auto_scaling")
798
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnCluster.ClusterAutoScalingConfigProperty"]], result)
799
+
766
800
  @builtins.property
767
801
  def cluster_name(self) -> typing.Optional[builtins.str]:
768
802
  '''The name of the SageMaker HyperPod cluster.
@@ -772,6 +806,15 @@ class CfnClusterProps:
772
806
  result = self._values.get("cluster_name")
773
807
  return typing.cast(typing.Optional[builtins.str], result)
774
808
 
809
+ @builtins.property
810
+ def cluster_role(self) -> typing.Optional[builtins.str]:
811
+ '''The cluster role for the autoscaler to assume.
812
+
813
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-cluster.html#cfn-sagemaker-cluster-clusterrole
814
+ '''
815
+ result = self._values.get("cluster_role")
816
+ return typing.cast(typing.Optional[builtins.str], result)
817
+
775
818
  @builtins.property
776
819
  def instance_groups(
777
820
  self,
@@ -12323,6 +12366,27 @@ class CfnApp(
12323
12366
 
12324
12367
  jsii.create(self.__class__, self, [scope, id, props])
12325
12368
 
12369
+ @jsii.member(jsii_name="fromAppArn")
12370
+ @builtins.classmethod
12371
+ def from_app_arn(
12372
+ cls,
12373
+ scope: _constructs_77d1e7e8.Construct,
12374
+ id: builtins.str,
12375
+ arn: builtins.str,
12376
+ ) -> IAppRef:
12377
+ '''Creates a new IAppRef from an ARN.
12378
+
12379
+ :param scope: -
12380
+ :param id: -
12381
+ :param arn: -
12382
+ '''
12383
+ if __debug__:
12384
+ type_hints = typing.get_type_hints(_typecheckingstub__2c3e82de2f25dd3057712c96b8bc4d8a306baaf5ce1d39997d027965d7d6a967)
12385
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
12386
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
12387
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
12388
+ return typing.cast(IAppRef, jsii.sinvoke(cls, "fromAppArn", [scope, id, arn]))
12389
+
12326
12390
  @jsii.member(jsii_name="inspect")
12327
12391
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
12328
12392
  '''Examines the CloudFormation resource and discloses attributes.
@@ -12709,6 +12773,48 @@ class CfnAppImageConfig(
12709
12773
 
12710
12774
  jsii.create(self.__class__, self, [scope, id, props])
12711
12775
 
12776
+ @jsii.member(jsii_name="fromAppImageConfigArn")
12777
+ @builtins.classmethod
12778
+ def from_app_image_config_arn(
12779
+ cls,
12780
+ scope: _constructs_77d1e7e8.Construct,
12781
+ id: builtins.str,
12782
+ arn: builtins.str,
12783
+ ) -> IAppImageConfigRef:
12784
+ '''Creates a new IAppImageConfigRef from an ARN.
12785
+
12786
+ :param scope: -
12787
+ :param id: -
12788
+ :param arn: -
12789
+ '''
12790
+ if __debug__:
12791
+ type_hints = typing.get_type_hints(_typecheckingstub__6e1d5d7be510dbb526d6f9eb365b0708323a332aeeaa3da2768a653432dadd67)
12792
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
12793
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
12794
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
12795
+ return typing.cast(IAppImageConfigRef, jsii.sinvoke(cls, "fromAppImageConfigArn", [scope, id, arn]))
12796
+
12797
+ @jsii.member(jsii_name="fromAppImageConfigName")
12798
+ @builtins.classmethod
12799
+ def from_app_image_config_name(
12800
+ cls,
12801
+ scope: _constructs_77d1e7e8.Construct,
12802
+ id: builtins.str,
12803
+ app_image_config_name: builtins.str,
12804
+ ) -> IAppImageConfigRef:
12805
+ '''Creates a new IAppImageConfigRef from a appImageConfigName.
12806
+
12807
+ :param scope: -
12808
+ :param id: -
12809
+ :param app_image_config_name: -
12810
+ '''
12811
+ if __debug__:
12812
+ type_hints = typing.get_type_hints(_typecheckingstub__5ea4d36f53070437c6de96d87dba38822158d1f58d028e0f10fb64f2f72a0f76)
12813
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
12814
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
12815
+ check_type(argname="argument app_image_config_name", value=app_image_config_name, expected_type=type_hints["app_image_config_name"])
12816
+ return typing.cast(IAppImageConfigRef, jsii.sinvoke(cls, "fromAppImageConfigName", [scope, id, app_image_config_name]))
12817
+
12712
12818
  @jsii.member(jsii_name="inspect")
12713
12819
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
12714
12820
  '''Examines the CloudFormation resource and discloses attributes.
@@ -13418,7 +13524,14 @@ class CfnCluster(
13418
13524
  from aws_cdk import aws_sagemaker as sagemaker
13419
13525
 
13420
13526
  cfn_cluster = sagemaker.CfnCluster(self, "MyCfnCluster",
13527
+ auto_scaling=sagemaker.CfnCluster.ClusterAutoScalingConfigProperty(
13528
+ mode="mode",
13529
+
13530
+ # the properties below are optional
13531
+ auto_scaler_type="autoScalerType"
13532
+ ),
13421
13533
  cluster_name="clusterName",
13534
+ cluster_role="clusterRole",
13422
13535
  instance_groups=[sagemaker.CfnCluster.ClusterInstanceGroupProperty(
13423
13536
  execution_role="executionRole",
13424
13537
  instance_count=123,
@@ -13434,6 +13547,8 @@ class CfnCluster(
13434
13547
  image_id="imageId",
13435
13548
  instance_storage_configs=[sagemaker.CfnCluster.ClusterInstanceStorageConfigProperty(
13436
13549
  ebs_volume_config=sagemaker.CfnCluster.ClusterEbsVolumeConfigProperty(
13550
+ root_volume=False,
13551
+ volume_kms_key_id="volumeKmsKeyId",
13437
13552
  volume_size_in_gb=123
13438
13553
  )
13439
13554
  )],
@@ -13491,6 +13606,8 @@ class CfnCluster(
13491
13606
  current_count=123,
13492
13607
  instance_storage_configs=[sagemaker.CfnCluster.ClusterInstanceStorageConfigProperty(
13493
13608
  ebs_volume_config=sagemaker.CfnCluster.ClusterEbsVolumeConfigProperty(
13609
+ root_volume=False,
13610
+ volume_kms_key_id="volumeKmsKeyId",
13494
13611
  volume_size_in_gb=123
13495
13612
  )
13496
13613
  )],
@@ -13518,7 +13635,9 @@ class CfnCluster(
13518
13635
  scope: _constructs_77d1e7e8.Construct,
13519
13636
  id: builtins.str,
13520
13637
  *,
13638
+ auto_scaling: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnCluster.ClusterAutoScalingConfigProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
13521
13639
  cluster_name: typing.Optional[builtins.str] = None,
13640
+ cluster_role: typing.Optional[builtins.str] = None,
13522
13641
  instance_groups: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnCluster.ClusterInstanceGroupProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
13523
13642
  node_provisioning_mode: typing.Optional[builtins.str] = None,
13524
13643
  node_recovery: typing.Optional[builtins.str] = None,
@@ -13530,7 +13649,9 @@ class CfnCluster(
13530
13649
  '''
13531
13650
  :param scope: Scope in which this resource is defined.
13532
13651
  :param id: Construct identifier for this resource (unique in its scope).
13652
+ :param auto_scaling: Configuration for cluster auto-scaling.
13533
13653
  :param cluster_name: The name of the SageMaker HyperPod cluster.
13654
+ :param cluster_role: The cluster role for the autoscaler to assume.
13534
13655
  :param instance_groups: The instance groups of the SageMaker HyperPod cluster. To delete an instance group, remove it from the array.
13535
13656
  :param node_provisioning_mode: Determines the scaling strategy for the SageMaker HyperPod cluster. When set to 'Continuous', enables continuous scaling which dynamically manages node provisioning. If the parameter is omitted, uses the standard scaling approach in previous release.
13536
13657
  :param node_recovery: Specifies whether to enable or disable the automatic node recovery feature of SageMaker HyperPod. Available values are ``Automatic`` for enabling and ``None`` for disabling.
@@ -13544,7 +13665,9 @@ class CfnCluster(
13544
13665
  check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
13545
13666
  check_type(argname="argument id", value=id, expected_type=type_hints["id"])
13546
13667
  props = CfnClusterProps(
13668
+ auto_scaling=auto_scaling,
13547
13669
  cluster_name=cluster_name,
13670
+ cluster_role=cluster_role,
13548
13671
  instance_groups=instance_groups,
13549
13672
  node_provisioning_mode=node_provisioning_mode,
13550
13673
  node_recovery=node_recovery,
@@ -13639,6 +13762,24 @@ class CfnCluster(
13639
13762
  '''A reference to a Cluster resource.'''
13640
13763
  return typing.cast(ClusterReference, jsii.get(self, "clusterRef"))
13641
13764
 
13765
+ @builtins.property
13766
+ @jsii.member(jsii_name="autoScaling")
13767
+ def auto_scaling(
13768
+ self,
13769
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnCluster.ClusterAutoScalingConfigProperty"]]:
13770
+ '''Configuration for cluster auto-scaling.'''
13771
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnCluster.ClusterAutoScalingConfigProperty"]], jsii.get(self, "autoScaling"))
13772
+
13773
+ @auto_scaling.setter
13774
+ def auto_scaling(
13775
+ self,
13776
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnCluster.ClusterAutoScalingConfigProperty"]],
13777
+ ) -> None:
13778
+ if __debug__:
13779
+ type_hints = typing.get_type_hints(_typecheckingstub__03d7da9ac656d74f0fd594904f3b0f175e295650a74d5fee51bc8b4e3d92fe9d)
13780
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
13781
+ jsii.set(self, "autoScaling", value) # pyright: ignore[reportArgumentType]
13782
+
13642
13783
  @builtins.property
13643
13784
  @jsii.member(jsii_name="clusterName")
13644
13785
  def cluster_name(self) -> typing.Optional[builtins.str]:
@@ -13652,6 +13793,19 @@ class CfnCluster(
13652
13793
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
13653
13794
  jsii.set(self, "clusterName", value) # pyright: ignore[reportArgumentType]
13654
13795
 
13796
+ @builtins.property
13797
+ @jsii.member(jsii_name="clusterRole")
13798
+ def cluster_role(self) -> typing.Optional[builtins.str]:
13799
+ '''The cluster role for the autoscaler to assume.'''
13800
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "clusterRole"))
13801
+
13802
+ @cluster_role.setter
13803
+ def cluster_role(self, value: typing.Optional[builtins.str]) -> None:
13804
+ if __debug__:
13805
+ type_hints = typing.get_type_hints(_typecheckingstub__760df6e329ef2dd80dff7b473b5b81ce43f64102d3d691fcbb90473cdbcc9456)
13806
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
13807
+ jsii.set(self, "clusterRole", value) # pyright: ignore[reportArgumentType]
13808
+
13655
13809
  @builtins.property
13656
13810
  @jsii.member(jsii_name="instanceGroups")
13657
13811
  def instance_groups(
@@ -13883,21 +14037,108 @@ class CfnCluster(
13883
14037
  k + "=" + repr(v) for k, v in self._values.items()
13884
14038
  )
13885
14039
 
14040
+ @jsii.data_type(
14041
+ jsii_type="aws-cdk-lib.aws_sagemaker.CfnCluster.ClusterAutoScalingConfigProperty",
14042
+ jsii_struct_bases=[],
14043
+ name_mapping={"mode": "mode", "auto_scaler_type": "autoScalerType"},
14044
+ )
14045
+ class ClusterAutoScalingConfigProperty:
14046
+ def __init__(
14047
+ self,
14048
+ *,
14049
+ mode: builtins.str,
14050
+ auto_scaler_type: typing.Optional[builtins.str] = None,
14051
+ ) -> None:
14052
+ '''Specifies the autoscaling configuration for a HyperPod cluster.
14053
+
14054
+ :param mode: Describes whether autoscaling is enabled or disabled for the cluster. Valid values are ``Enable`` and ``Disable`` .
14055
+ :param auto_scaler_type: The type of autoscaler to use. Currently supported value is ``Karpenter`` . Default: - "Karpenter"
14056
+
14057
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-cluster-clusterautoscalingconfig.html
14058
+ :exampleMetadata: fixture=_generated
14059
+
14060
+ Example::
14061
+
14062
+ # The code below shows an example of how to instantiate this type.
14063
+ # The values are placeholders you should change.
14064
+ from aws_cdk import aws_sagemaker as sagemaker
14065
+
14066
+ cluster_auto_scaling_config_property = sagemaker.CfnCluster.ClusterAutoScalingConfigProperty(
14067
+ mode="mode",
14068
+
14069
+ # the properties below are optional
14070
+ auto_scaler_type="autoScalerType"
14071
+ )
14072
+ '''
14073
+ if __debug__:
14074
+ type_hints = typing.get_type_hints(_typecheckingstub__ae932894a770df5cce53186dfdfa1f99ae9aedbf1a8f0d35bc6a0d5b6b5f9b49)
14075
+ check_type(argname="argument mode", value=mode, expected_type=type_hints["mode"])
14076
+ check_type(argname="argument auto_scaler_type", value=auto_scaler_type, expected_type=type_hints["auto_scaler_type"])
14077
+ self._values: typing.Dict[builtins.str, typing.Any] = {
14078
+ "mode": mode,
14079
+ }
14080
+ if auto_scaler_type is not None:
14081
+ self._values["auto_scaler_type"] = auto_scaler_type
14082
+
14083
+ @builtins.property
14084
+ def mode(self) -> builtins.str:
14085
+ '''Describes whether autoscaling is enabled or disabled for the cluster.
14086
+
14087
+ Valid values are ``Enable`` and ``Disable`` .
14088
+
14089
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-cluster-clusterautoscalingconfig.html#cfn-sagemaker-cluster-clusterautoscalingconfig-mode
14090
+ '''
14091
+ result = self._values.get("mode")
14092
+ assert result is not None, "Required property 'mode' is missing"
14093
+ return typing.cast(builtins.str, result)
14094
+
14095
+ @builtins.property
14096
+ def auto_scaler_type(self) -> typing.Optional[builtins.str]:
14097
+ '''The type of autoscaler to use.
14098
+
14099
+ Currently supported value is ``Karpenter`` .
14100
+
14101
+ :default: - "Karpenter"
14102
+
14103
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-cluster-clusterautoscalingconfig.html#cfn-sagemaker-cluster-clusterautoscalingconfig-autoscalertype
14104
+ '''
14105
+ result = self._values.get("auto_scaler_type")
14106
+ return typing.cast(typing.Optional[builtins.str], result)
14107
+
14108
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
14109
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
14110
+
14111
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
14112
+ return not (rhs == self)
14113
+
14114
+ def __repr__(self) -> str:
14115
+ return "ClusterAutoScalingConfigProperty(%s)" % ", ".join(
14116
+ k + "=" + repr(v) for k, v in self._values.items()
14117
+ )
14118
+
13886
14119
  @jsii.data_type(
13887
14120
  jsii_type="aws-cdk-lib.aws_sagemaker.CfnCluster.ClusterEbsVolumeConfigProperty",
13888
14121
  jsii_struct_bases=[],
13889
- name_mapping={"volume_size_in_gb": "volumeSizeInGb"},
14122
+ name_mapping={
14123
+ "root_volume": "rootVolume",
14124
+ "volume_kms_key_id": "volumeKmsKeyId",
14125
+ "volume_size_in_gb": "volumeSizeInGb",
14126
+ },
13890
14127
  )
13891
14128
  class ClusterEbsVolumeConfigProperty:
13892
14129
  def __init__(
13893
14130
  self,
13894
14131
  *,
14132
+ root_volume: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
14133
+ volume_kms_key_id: typing.Optional[builtins.str] = None,
13895
14134
  volume_size_in_gb: typing.Optional[jsii.Number] = None,
13896
14135
  ) -> None:
13897
14136
  '''Defines the configuration for attaching an additional Amazon Elastic Block Store (EBS) volume to each instance of the SageMaker HyperPod cluster instance group.
13898
14137
 
13899
14138
  To learn more, see `SageMaker HyperPod release notes: June 20, 2024 <https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-hyperpod-release-notes.html#sagemaker-hyperpod-release-notes-20240620>`_ .
13900
14139
 
14140
+ :param root_volume: Specifies whether the configuration is for the cluster's root or secondary Amazon EBS volume. You can specify two ``ClusterEbsVolumeConfig`` fields to configure both the root and secondary volumes. Set the value to ``True`` if you'd like to provide your own customer managed AWS KMS key to encrypt the root volume. When ``True`` : - The configuration is applied to the root volume. - You can't specify the ``VolumeSizeInGB`` field. The size of the root volume is determined for you. - You must specify a KMS key ID for ``VolumeKmsKeyId`` to encrypt the root volume with your own KMS key instead of an AWS owned KMS key. Otherwise, by default, the value is ``False`` , and the following applies: - The configuration is applied to the secondary volume, while the root volume is encrypted with an AWS owned key. - You must specify the ``VolumeSizeInGB`` field. - You can optionally specify the ``VolumeKmsKeyId`` to encrypt the secondary volume with your own KMS key instead of an AWS owned KMS key.
14141
+ :param volume_kms_key_id: The ID of a KMS key to encrypt the Amazon EBS volume.
13901
14142
  :param volume_size_in_gb: The size in gigabytes (GB) of the additional EBS volume to be attached to the instances in the SageMaker HyperPod cluster instance group. The additional EBS volume is attached to each instance within the SageMaker HyperPod cluster instance group and mounted to ``/opt/sagemaker`` .
13902
14143
 
13903
14144
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-cluster-clusterebsvolumeconfig.html
@@ -13910,16 +14151,56 @@ class CfnCluster(
13910
14151
  from aws_cdk import aws_sagemaker as sagemaker
13911
14152
 
13912
14153
  cluster_ebs_volume_config_property = sagemaker.CfnCluster.ClusterEbsVolumeConfigProperty(
14154
+ root_volume=False,
14155
+ volume_kms_key_id="volumeKmsKeyId",
13913
14156
  volume_size_in_gb=123
13914
14157
  )
13915
14158
  '''
13916
14159
  if __debug__:
13917
14160
  type_hints = typing.get_type_hints(_typecheckingstub__9c3cafd59fbc880606685f87e0e67d5a5ce5428cfebf3db8838122cd54c4a361)
14161
+ check_type(argname="argument root_volume", value=root_volume, expected_type=type_hints["root_volume"])
14162
+ check_type(argname="argument volume_kms_key_id", value=volume_kms_key_id, expected_type=type_hints["volume_kms_key_id"])
13918
14163
  check_type(argname="argument volume_size_in_gb", value=volume_size_in_gb, expected_type=type_hints["volume_size_in_gb"])
13919
14164
  self._values: typing.Dict[builtins.str, typing.Any] = {}
14165
+ if root_volume is not None:
14166
+ self._values["root_volume"] = root_volume
14167
+ if volume_kms_key_id is not None:
14168
+ self._values["volume_kms_key_id"] = volume_kms_key_id
13920
14169
  if volume_size_in_gb is not None:
13921
14170
  self._values["volume_size_in_gb"] = volume_size_in_gb
13922
14171
 
14172
+ @builtins.property
14173
+ def root_volume(
14174
+ self,
14175
+ ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
14176
+ '''Specifies whether the configuration is for the cluster's root or secondary Amazon EBS volume.
14177
+
14178
+ You can specify two ``ClusterEbsVolumeConfig`` fields to configure both the root and secondary volumes. Set the value to ``True`` if you'd like to provide your own customer managed AWS KMS key to encrypt the root volume. When ``True`` :
14179
+
14180
+ - The configuration is applied to the root volume.
14181
+ - You can't specify the ``VolumeSizeInGB`` field. The size of the root volume is determined for you.
14182
+ - You must specify a KMS key ID for ``VolumeKmsKeyId`` to encrypt the root volume with your own KMS key instead of an AWS owned KMS key.
14183
+
14184
+ Otherwise, by default, the value is ``False`` , and the following applies:
14185
+
14186
+ - The configuration is applied to the secondary volume, while the root volume is encrypted with an AWS owned key.
14187
+ - You must specify the ``VolumeSizeInGB`` field.
14188
+ - You can optionally specify the ``VolumeKmsKeyId`` to encrypt the secondary volume with your own KMS key instead of an AWS owned KMS key.
14189
+
14190
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-cluster-clusterebsvolumeconfig.html#cfn-sagemaker-cluster-clusterebsvolumeconfig-rootvolume
14191
+ '''
14192
+ result = self._values.get("root_volume")
14193
+ return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], result)
14194
+
14195
+ @builtins.property
14196
+ def volume_kms_key_id(self) -> typing.Optional[builtins.str]:
14197
+ '''The ID of a KMS key to encrypt the Amazon EBS volume.
14198
+
14199
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-cluster-clusterebsvolumeconfig.html#cfn-sagemaker-cluster-clusterebsvolumeconfig-volumekmskeyid
14200
+ '''
14201
+ result = self._values.get("volume_kms_key_id")
14202
+ return typing.cast(typing.Optional[builtins.str], result)
14203
+
13923
14204
  @builtins.property
13924
14205
  def volume_size_in_gb(self) -> typing.Optional[jsii.Number]:
13925
14206
  '''The size in gigabytes (GB) of the additional EBS volume to be attached to the instances in the SageMaker HyperPod cluster instance group.
@@ -14019,6 +14300,8 @@ class CfnCluster(
14019
14300
  image_id="imageId",
14020
14301
  instance_storage_configs=[sagemaker.CfnCluster.ClusterInstanceStorageConfigProperty(
14021
14302
  ebs_volume_config=sagemaker.CfnCluster.ClusterEbsVolumeConfigProperty(
14303
+ root_volume=False,
14304
+ volume_kms_key_id="volumeKmsKeyId",
14022
14305
  volume_size_in_gb=123
14023
14306
  )
14024
14307
  )],
@@ -14268,6 +14551,8 @@ class CfnCluster(
14268
14551
 
14269
14552
  cluster_instance_storage_config_property = sagemaker.CfnCluster.ClusterInstanceStorageConfigProperty(
14270
14553
  ebs_volume_config=sagemaker.CfnCluster.ClusterEbsVolumeConfigProperty(
14554
+ root_volume=False,
14555
+ volume_kms_key_id="volumeKmsKeyId",
14271
14556
  volume_size_in_gb=123
14272
14557
  )
14273
14558
  )
@@ -14506,6 +14791,8 @@ class CfnCluster(
14506
14791
  current_count=123,
14507
14792
  instance_storage_configs=[sagemaker.CfnCluster.ClusterInstanceStorageConfigProperty(
14508
14793
  ebs_volume_config=sagemaker.CfnCluster.ClusterEbsVolumeConfigProperty(
14794
+ root_volume=False,
14795
+ volume_kms_key_id="volumeKmsKeyId",
14509
14796
  volume_size_in_gb=123
14510
14797
  )
14511
14798
  )],
@@ -17864,6 +18151,27 @@ class CfnDeviceFleet(
17864
18151
 
17865
18152
  jsii.create(self.__class__, self, [scope, id, props])
17866
18153
 
18154
+ @jsii.member(jsii_name="fromDeviceFleetName")
18155
+ @builtins.classmethod
18156
+ def from_device_fleet_name(
18157
+ cls,
18158
+ scope: _constructs_77d1e7e8.Construct,
18159
+ id: builtins.str,
18160
+ device_fleet_name: builtins.str,
18161
+ ) -> IDeviceFleetRef:
18162
+ '''Creates a new IDeviceFleetRef from a deviceFleetName.
18163
+
18164
+ :param scope: -
18165
+ :param id: -
18166
+ :param device_fleet_name: -
18167
+ '''
18168
+ if __debug__:
18169
+ type_hints = typing.get_type_hints(_typecheckingstub__6b2fc76aa0e78b31761c176f7a40691b01a8edb0d2d2a4222c25472a132a2102)
18170
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
18171
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
18172
+ check_type(argname="argument device_fleet_name", value=device_fleet_name, expected_type=type_hints["device_fleet_name"])
18173
+ return typing.cast(IDeviceFleetRef, jsii.sinvoke(cls, "fromDeviceFleetName", [scope, id, device_fleet_name]))
18174
+
17867
18175
  @jsii.member(jsii_name="inspect")
17868
18176
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
17869
18177
  '''Examines the CloudFormation resource and discloses attributes.
@@ -18438,6 +18746,48 @@ class CfnDomain(
18438
18746
 
18439
18747
  jsii.create(self.__class__, self, [scope, id, props])
18440
18748
 
18749
+ @jsii.member(jsii_name="fromDomainArn")
18750
+ @builtins.classmethod
18751
+ def from_domain_arn(
18752
+ cls,
18753
+ scope: _constructs_77d1e7e8.Construct,
18754
+ id: builtins.str,
18755
+ arn: builtins.str,
18756
+ ) -> IDomainRef:
18757
+ '''Creates a new IDomainRef from an ARN.
18758
+
18759
+ :param scope: -
18760
+ :param id: -
18761
+ :param arn: -
18762
+ '''
18763
+ if __debug__:
18764
+ type_hints = typing.get_type_hints(_typecheckingstub__5b656fffe0f319e00138bf4ccc2e7161f04e834099a90566d39c54d5822e81e0)
18765
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
18766
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
18767
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
18768
+ return typing.cast(IDomainRef, jsii.sinvoke(cls, "fromDomainArn", [scope, id, arn]))
18769
+
18770
+ @jsii.member(jsii_name="fromDomainId")
18771
+ @builtins.classmethod
18772
+ def from_domain_id(
18773
+ cls,
18774
+ scope: _constructs_77d1e7e8.Construct,
18775
+ id: builtins.str,
18776
+ domain_id: builtins.str,
18777
+ ) -> IDomainRef:
18778
+ '''Creates a new IDomainRef from a domainId.
18779
+
18780
+ :param scope: -
18781
+ :param id: -
18782
+ :param domain_id: -
18783
+ '''
18784
+ if __debug__:
18785
+ type_hints = typing.get_type_hints(_typecheckingstub__790f22d08b9e699bc52b4cdf48066a144c25e9b2913bfd7b303c2b7101a26ee4)
18786
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
18787
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
18788
+ check_type(argname="argument domain_id", value=domain_id, expected_type=type_hints["domain_id"])
18789
+ return typing.cast(IDomainRef, jsii.sinvoke(cls, "fromDomainId", [scope, id, domain_id]))
18790
+
18441
18791
  @jsii.member(jsii_name="inspect")
18442
18792
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
18443
18793
  '''Examines the CloudFormation resource and discloses attributes.
@@ -25654,6 +26004,27 @@ class CfnFeatureGroup(
25654
26004
 
25655
26005
  jsii.create(self.__class__, self, [scope, id, props])
25656
26006
 
26007
+ @jsii.member(jsii_name="fromFeatureGroupName")
26008
+ @builtins.classmethod
26009
+ def from_feature_group_name(
26010
+ cls,
26011
+ scope: _constructs_77d1e7e8.Construct,
26012
+ id: builtins.str,
26013
+ feature_group_name: builtins.str,
26014
+ ) -> IFeatureGroupRef:
26015
+ '''Creates a new IFeatureGroupRef from a featureGroupName.
26016
+
26017
+ :param scope: -
26018
+ :param id: -
26019
+ :param feature_group_name: -
26020
+ '''
26021
+ if __debug__:
26022
+ type_hints = typing.get_type_hints(_typecheckingstub__c6cb7756931a3164c7f16607299e8ee1e94415db821733e93d4d357146a2852e)
26023
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
26024
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
26025
+ check_type(argname="argument feature_group_name", value=feature_group_name, expected_type=type_hints["feature_group_name"])
26026
+ return typing.cast(IFeatureGroupRef, jsii.sinvoke(cls, "fromFeatureGroupName", [scope, id, feature_group_name]))
26027
+
25657
26028
  @jsii.member(jsii_name="inspect")
25658
26029
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
25659
26030
  '''Examines the CloudFormation resource and discloses attributes.
@@ -28684,6 +29055,48 @@ class CfnInferenceExperiment(
28684
29055
 
28685
29056
  jsii.create(self.__class__, self, [scope, id, props])
28686
29057
 
29058
+ @jsii.member(jsii_name="fromInferenceExperimentArn")
29059
+ @builtins.classmethod
29060
+ def from_inference_experiment_arn(
29061
+ cls,
29062
+ scope: _constructs_77d1e7e8.Construct,
29063
+ id: builtins.str,
29064
+ arn: builtins.str,
29065
+ ) -> IInferenceExperimentRef:
29066
+ '''Creates a new IInferenceExperimentRef from an ARN.
29067
+
29068
+ :param scope: -
29069
+ :param id: -
29070
+ :param arn: -
29071
+ '''
29072
+ if __debug__:
29073
+ type_hints = typing.get_type_hints(_typecheckingstub__8f38ceed1d0d71b698d0a9e8fbdfeb2c083dfc27d20acd4d5d880e9e8c10e090)
29074
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
29075
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
29076
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
29077
+ return typing.cast(IInferenceExperimentRef, jsii.sinvoke(cls, "fromInferenceExperimentArn", [scope, id, arn]))
29078
+
29079
+ @jsii.member(jsii_name="fromInferenceExperimentName")
29080
+ @builtins.classmethod
29081
+ def from_inference_experiment_name(
29082
+ cls,
29083
+ scope: _constructs_77d1e7e8.Construct,
29084
+ id: builtins.str,
29085
+ inference_experiment_name: builtins.str,
29086
+ ) -> IInferenceExperimentRef:
29087
+ '''Creates a new IInferenceExperimentRef from a inferenceExperimentName.
29088
+
29089
+ :param scope: -
29090
+ :param id: -
29091
+ :param inference_experiment_name: -
29092
+ '''
29093
+ if __debug__:
29094
+ type_hints = typing.get_type_hints(_typecheckingstub__5b5d6c57aaa7433cc4dcbd15e2d689a5e66b0e5285bd09b31dd7fa3d97b4cf73)
29095
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
29096
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
29097
+ check_type(argname="argument inference_experiment_name", value=inference_experiment_name, expected_type=type_hints["inference_experiment_name"])
29098
+ return typing.cast(IInferenceExperimentRef, jsii.sinvoke(cls, "fromInferenceExperimentName", [scope, id, inference_experiment_name]))
29099
+
28687
29100
  @jsii.member(jsii_name="inspect")
28688
29101
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
28689
29102
  '''Examines the CloudFormation resource and discloses attributes.
@@ -33688,6 +34101,48 @@ class CfnModelCard(
33688
34101
 
33689
34102
  jsii.create(self.__class__, self, [scope, id, props])
33690
34103
 
34104
+ @jsii.member(jsii_name="fromModelCardArn")
34105
+ @builtins.classmethod
34106
+ def from_model_card_arn(
34107
+ cls,
34108
+ scope: _constructs_77d1e7e8.Construct,
34109
+ id: builtins.str,
34110
+ arn: builtins.str,
34111
+ ) -> IModelCardRef:
34112
+ '''Creates a new IModelCardRef from an ARN.
34113
+
34114
+ :param scope: -
34115
+ :param id: -
34116
+ :param arn: -
34117
+ '''
34118
+ if __debug__:
34119
+ type_hints = typing.get_type_hints(_typecheckingstub__8000eb52aa220d490b01eb6488781a5ba305ef722e1b5666563d9b16fa3dce3e)
34120
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
34121
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
34122
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
34123
+ return typing.cast(IModelCardRef, jsii.sinvoke(cls, "fromModelCardArn", [scope, id, arn]))
34124
+
34125
+ @jsii.member(jsii_name="fromModelCardName")
34126
+ @builtins.classmethod
34127
+ def from_model_card_name(
34128
+ cls,
34129
+ scope: _constructs_77d1e7e8.Construct,
34130
+ id: builtins.str,
34131
+ model_card_name: builtins.str,
34132
+ ) -> IModelCardRef:
34133
+ '''Creates a new IModelCardRef from a modelCardName.
34134
+
34135
+ :param scope: -
34136
+ :param id: -
34137
+ :param model_card_name: -
34138
+ '''
34139
+ if __debug__:
34140
+ type_hints = typing.get_type_hints(_typecheckingstub__4e706d7c3854034b6eb1c028ba021a60903851fdc195dbc3250a6898a8d73119)
34141
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
34142
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
34143
+ check_type(argname="argument model_card_name", value=model_card_name, expected_type=type_hints["model_card_name"])
34144
+ return typing.cast(IModelCardRef, jsii.sinvoke(cls, "fromModelCardName", [scope, id, model_card_name]))
34145
+
33691
34146
  @jsii.member(jsii_name="inspect")
33692
34147
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
33693
34148
  '''Examines the CloudFormation resource and discloses attributes.
@@ -49583,6 +50038,27 @@ class CfnPipeline(
49583
50038
 
49584
50039
  jsii.create(self.__class__, self, [scope, id, props])
49585
50040
 
50041
+ @jsii.member(jsii_name="fromPipelineName")
50042
+ @builtins.classmethod
50043
+ def from_pipeline_name(
50044
+ cls,
50045
+ scope: _constructs_77d1e7e8.Construct,
50046
+ id: builtins.str,
50047
+ pipeline_name: builtins.str,
50048
+ ) -> IPipelineRef:
50049
+ '''Creates a new IPipelineRef from a pipelineName.
50050
+
50051
+ :param scope: -
50052
+ :param id: -
50053
+ :param pipeline_name: -
50054
+ '''
50055
+ if __debug__:
50056
+ type_hints = typing.get_type_hints(_typecheckingstub__47318391053710d64df437c555808973534ac5a5eac5899c2ceb900170e9e88b)
50057
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
50058
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
50059
+ check_type(argname="argument pipeline_name", value=pipeline_name, expected_type=type_hints["pipeline_name"])
50060
+ return typing.cast(IPipelineRef, jsii.sinvoke(cls, "fromPipelineName", [scope, id, pipeline_name]))
50061
+
49586
50062
  @jsii.member(jsii_name="inspect")
49587
50063
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
49588
50064
  '''Examines the CloudFormation resource and discloses attributes.
@@ -53246,6 +53722,27 @@ class CfnSpace(
53246
53722
 
53247
53723
  jsii.create(self.__class__, self, [scope, id, props])
53248
53724
 
53725
+ @jsii.member(jsii_name="fromSpaceArn")
53726
+ @builtins.classmethod
53727
+ def from_space_arn(
53728
+ cls,
53729
+ scope: _constructs_77d1e7e8.Construct,
53730
+ id: builtins.str,
53731
+ arn: builtins.str,
53732
+ ) -> ISpaceRef:
53733
+ '''Creates a new ISpaceRef from an ARN.
53734
+
53735
+ :param scope: -
53736
+ :param id: -
53737
+ :param arn: -
53738
+ '''
53739
+ if __debug__:
53740
+ type_hints = typing.get_type_hints(_typecheckingstub__8a1fb67c7e1a507a782b0599fe6469d0887b1d847ae1f67216b645c96d2aa2ba)
53741
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
53742
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
53743
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
53744
+ return typing.cast(ISpaceRef, jsii.sinvoke(cls, "fromSpaceArn", [scope, id, arn]))
53745
+
53249
53746
  @jsii.member(jsii_name="inspect")
53250
53747
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
53251
53748
  '''Examines the CloudFormation resource and discloses attributes.
@@ -55015,6 +55512,48 @@ class CfnStudioLifecycleConfig(
55015
55512
 
55016
55513
  jsii.create(self.__class__, self, [scope, id, props])
55017
55514
 
55515
+ @jsii.member(jsii_name="fromStudioLifecycleConfigArn")
55516
+ @builtins.classmethod
55517
+ def from_studio_lifecycle_config_arn(
55518
+ cls,
55519
+ scope: _constructs_77d1e7e8.Construct,
55520
+ id: builtins.str,
55521
+ arn: builtins.str,
55522
+ ) -> IStudioLifecycleConfigRef:
55523
+ '''Creates a new IStudioLifecycleConfigRef from an ARN.
55524
+
55525
+ :param scope: -
55526
+ :param id: -
55527
+ :param arn: -
55528
+ '''
55529
+ if __debug__:
55530
+ type_hints = typing.get_type_hints(_typecheckingstub__10214bc61c1bf03d0dcb6e2229e6820733cc171738c897e7008426f7daf51256)
55531
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
55532
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
55533
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
55534
+ return typing.cast(IStudioLifecycleConfigRef, jsii.sinvoke(cls, "fromStudioLifecycleConfigArn", [scope, id, arn]))
55535
+
55536
+ @jsii.member(jsii_name="fromStudioLifecycleConfigName")
55537
+ @builtins.classmethod
55538
+ def from_studio_lifecycle_config_name(
55539
+ cls,
55540
+ scope: _constructs_77d1e7e8.Construct,
55541
+ id: builtins.str,
55542
+ studio_lifecycle_config_name: builtins.str,
55543
+ ) -> IStudioLifecycleConfigRef:
55544
+ '''Creates a new IStudioLifecycleConfigRef from a studioLifecycleConfigName.
55545
+
55546
+ :param scope: -
55547
+ :param id: -
55548
+ :param studio_lifecycle_config_name: -
55549
+ '''
55550
+ if __debug__:
55551
+ type_hints = typing.get_type_hints(_typecheckingstub__1cea9302511c7d60d7984bb3feb2928ef7b5cfccd32bf2922c64cbef990916fa)
55552
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
55553
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
55554
+ check_type(argname="argument studio_lifecycle_config_name", value=studio_lifecycle_config_name, expected_type=type_hints["studio_lifecycle_config_name"])
55555
+ return typing.cast(IStudioLifecycleConfigRef, jsii.sinvoke(cls, "fromStudioLifecycleConfigName", [scope, id, studio_lifecycle_config_name]))
55556
+
55018
55557
  @jsii.member(jsii_name="inspect")
55019
55558
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
55020
55559
  '''Examines the CloudFormation resource and discloses attributes.
@@ -55329,6 +55868,27 @@ class CfnUserProfile(
55329
55868
 
55330
55869
  jsii.create(self.__class__, self, [scope, id, props])
55331
55870
 
55871
+ @jsii.member(jsii_name="fromUserProfileArn")
55872
+ @builtins.classmethod
55873
+ def from_user_profile_arn(
55874
+ cls,
55875
+ scope: _constructs_77d1e7e8.Construct,
55876
+ id: builtins.str,
55877
+ arn: builtins.str,
55878
+ ) -> IUserProfileRef:
55879
+ '''Creates a new IUserProfileRef from an ARN.
55880
+
55881
+ :param scope: -
55882
+ :param id: -
55883
+ :param arn: -
55884
+ '''
55885
+ if __debug__:
55886
+ type_hints = typing.get_type_hints(_typecheckingstub__c2e35b6c0e820169e7045ae3de44cd0daabf16062bcfa71c8c760a03c630807f)
55887
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
55888
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
55889
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
55890
+ return typing.cast(IUserProfileRef, jsii.sinvoke(cls, "fromUserProfileArn", [scope, id, arn]))
55891
+
55332
55892
  @jsii.member(jsii_name="inspect")
55333
55893
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
55334
55894
  '''Examines the CloudFormation resource and discloses attributes.
@@ -58475,7 +59035,9 @@ def _typecheckingstub__2f03f5ccb1b2c4633c9ef3bee30e7429d047ef909520efe2cbcf88d12
58475
59035
 
58476
59036
  def _typecheckingstub__c8126a53dc1741a2edde75d8d4eca79c53a2294746ea237dfba0097a758522ce(
58477
59037
  *,
59038
+ auto_scaling: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnCluster.ClusterAutoScalingConfigProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
58478
59039
  cluster_name: typing.Optional[builtins.str] = None,
59040
+ cluster_role: typing.Optional[builtins.str] = None,
58479
59041
  instance_groups: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnCluster.ClusterInstanceGroupProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
58480
59042
  node_provisioning_mode: typing.Optional[builtins.str] = None,
58481
59043
  node_recovery: typing.Optional[builtins.str] = None,
@@ -59202,6 +59764,14 @@ def _typecheckingstub__da207547ea530dc451bd8f33c6174b52ddcb5c9c348d4df84894bf6a2
59202
59764
  """Type checking stubs"""
59203
59765
  pass
59204
59766
 
59767
+ def _typecheckingstub__2c3e82de2f25dd3057712c96b8bc4d8a306baaf5ce1d39997d027965d7d6a967(
59768
+ scope: _constructs_77d1e7e8.Construct,
59769
+ id: builtins.str,
59770
+ arn: builtins.str,
59771
+ ) -> None:
59772
+ """Type checking stubs"""
59773
+ pass
59774
+
59205
59775
  def _typecheckingstub__76b99b25d5846497c07368fb764a277782458a65eed58ef9398494227f100421(
59206
59776
  inspector: _TreeInspector_488e0dd5,
59207
59777
  ) -> None:
@@ -59279,6 +59849,22 @@ def _typecheckingstub__a5bddad57cf4d60d052f199fa18e6d92660d1097d0ea8d783dbde99f9
59279
59849
  """Type checking stubs"""
59280
59850
  pass
59281
59851
 
59852
+ def _typecheckingstub__6e1d5d7be510dbb526d6f9eb365b0708323a332aeeaa3da2768a653432dadd67(
59853
+ scope: _constructs_77d1e7e8.Construct,
59854
+ id: builtins.str,
59855
+ arn: builtins.str,
59856
+ ) -> None:
59857
+ """Type checking stubs"""
59858
+ pass
59859
+
59860
+ def _typecheckingstub__5ea4d36f53070437c6de96d87dba38822158d1f58d028e0f10fb64f2f72a0f76(
59861
+ scope: _constructs_77d1e7e8.Construct,
59862
+ id: builtins.str,
59863
+ app_image_config_name: builtins.str,
59864
+ ) -> None:
59865
+ """Type checking stubs"""
59866
+ pass
59867
+
59282
59868
  def _typecheckingstub__5bb94facbcc3b4d7b1de5aa9b83ce79e3da77d42eacbb7c16e3363a42398869b(
59283
59869
  inspector: _TreeInspector_488e0dd5,
59284
59870
  ) -> None:
@@ -59381,7 +59967,9 @@ def _typecheckingstub__b1441bbec1bb60460bda62b43765e140885fbb36e13b090ded31c919b
59381
59967
  scope: _constructs_77d1e7e8.Construct,
59382
59968
  id: builtins.str,
59383
59969
  *,
59970
+ auto_scaling: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnCluster.ClusterAutoScalingConfigProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
59384
59971
  cluster_name: typing.Optional[builtins.str] = None,
59972
+ cluster_role: typing.Optional[builtins.str] = None,
59385
59973
  instance_groups: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnCluster.ClusterInstanceGroupProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
59386
59974
  node_provisioning_mode: typing.Optional[builtins.str] = None,
59387
59975
  node_recovery: typing.Optional[builtins.str] = None,
@@ -59405,12 +59993,24 @@ def _typecheckingstub__23ff930ab861d82c5316349d3cb92e229dc76252f7fe321a81296dd80
59405
59993
  """Type checking stubs"""
59406
59994
  pass
59407
59995
 
59996
+ def _typecheckingstub__03d7da9ac656d74f0fd594904f3b0f175e295650a74d5fee51bc8b4e3d92fe9d(
59997
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnCluster.ClusterAutoScalingConfigProperty]],
59998
+ ) -> None:
59999
+ """Type checking stubs"""
60000
+ pass
60001
+
59408
60002
  def _typecheckingstub__8c72731c4fb9d1b248db78e05e403c022229ea39aa9884e7da88a1c9dd345bfb(
59409
60003
  value: typing.Optional[builtins.str],
59410
60004
  ) -> None:
59411
60005
  """Type checking stubs"""
59412
60006
  pass
59413
60007
 
60008
+ def _typecheckingstub__760df6e329ef2dd80dff7b473b5b81ce43f64102d3d691fcbb90473cdbcc9456(
60009
+ value: typing.Optional[builtins.str],
60010
+ ) -> None:
60011
+ """Type checking stubs"""
60012
+ pass
60013
+
59414
60014
  def _typecheckingstub__4e78b567f109d38ee1f8221168fe230f3c378e24d69dab4b08d88a01e417dae5(
59415
60015
  value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnCluster.ClusterInstanceGroupProperty]]]],
59416
60016
  ) -> None:
@@ -59468,8 +60068,18 @@ def _typecheckingstub__037781baa9561e3f7cbaf9bb153526c9205251c5775d32248ba6db579
59468
60068
  """Type checking stubs"""
59469
60069
  pass
59470
60070
 
60071
+ def _typecheckingstub__ae932894a770df5cce53186dfdfa1f99ae9aedbf1a8f0d35bc6a0d5b6b5f9b49(
60072
+ *,
60073
+ mode: builtins.str,
60074
+ auto_scaler_type: typing.Optional[builtins.str] = None,
60075
+ ) -> None:
60076
+ """Type checking stubs"""
60077
+ pass
60078
+
59471
60079
  def _typecheckingstub__9c3cafd59fbc880606685f87e0e67d5a5ce5428cfebf3db8838122cd54c4a361(
59472
60080
  *,
60081
+ root_volume: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
60082
+ volume_kms_key_id: typing.Optional[builtins.str] = None,
59473
60083
  volume_size_in_gb: typing.Optional[jsii.Number] = None,
59474
60084
  ) -> None:
59475
60085
  """Type checking stubs"""
@@ -59952,6 +60562,14 @@ def _typecheckingstub__e5c11192822cf6a7274bcacd8c8147149a9111d09d2701f9547a16c89
59952
60562
  """Type checking stubs"""
59953
60563
  pass
59954
60564
 
60565
+ def _typecheckingstub__6b2fc76aa0e78b31761c176f7a40691b01a8edb0d2d2a4222c25472a132a2102(
60566
+ scope: _constructs_77d1e7e8.Construct,
60567
+ id: builtins.str,
60568
+ device_fleet_name: builtins.str,
60569
+ ) -> None:
60570
+ """Type checking stubs"""
60571
+ pass
60572
+
59955
60573
  def _typecheckingstub__3cb330fe6c6b70769b12318fb10174ed458f16ae84753429881454642514e4e9(
59956
60574
  inspector: _TreeInspector_488e0dd5,
59957
60575
  ) -> None:
@@ -60022,6 +60640,22 @@ def _typecheckingstub__6a98e719c58aab3299db52c4086bfb65ee6438882423af805478e9ea3
60022
60640
  """Type checking stubs"""
60023
60641
  pass
60024
60642
 
60643
+ def _typecheckingstub__5b656fffe0f319e00138bf4ccc2e7161f04e834099a90566d39c54d5822e81e0(
60644
+ scope: _constructs_77d1e7e8.Construct,
60645
+ id: builtins.str,
60646
+ arn: builtins.str,
60647
+ ) -> None:
60648
+ """Type checking stubs"""
60649
+ pass
60650
+
60651
+ def _typecheckingstub__790f22d08b9e699bc52b4cdf48066a144c25e9b2913bfd7b303c2b7101a26ee4(
60652
+ scope: _constructs_77d1e7e8.Construct,
60653
+ id: builtins.str,
60654
+ domain_id: builtins.str,
60655
+ ) -> None:
60656
+ """Type checking stubs"""
60657
+ pass
60658
+
60025
60659
  def _typecheckingstub__054b92073504f806c8065046fb755c4424b063db14ea01d662bf1a3799b913a9(
60026
60660
  inspector: _TreeInspector_488e0dd5,
60027
60661
  ) -> None:
@@ -60801,6 +61435,14 @@ def _typecheckingstub__4102c01580236aeaa8183dc09f0ab2d908ee3b4650df43ce2419ef038
60801
61435
  """Type checking stubs"""
60802
61436
  pass
60803
61437
 
61438
+ def _typecheckingstub__c6cb7756931a3164c7f16607299e8ee1e94415db821733e93d4d357146a2852e(
61439
+ scope: _constructs_77d1e7e8.Construct,
61440
+ id: builtins.str,
61441
+ feature_group_name: builtins.str,
61442
+ ) -> None:
61443
+ """Type checking stubs"""
61444
+ pass
61445
+
60804
61446
  def _typecheckingstub__0cd6259820b736e87a6da7d27e2e1e1a14b614640e31da0fcb54668a45db785f(
60805
61447
  inspector: _TreeInspector_488e0dd5,
60806
61448
  ) -> None:
@@ -61288,6 +61930,22 @@ def _typecheckingstub__43a6aafd6835d00baa8d211b8e504c33f5e79820719546466a90ba8cc
61288
61930
  """Type checking stubs"""
61289
61931
  pass
61290
61932
 
61933
+ def _typecheckingstub__8f38ceed1d0d71b698d0a9e8fbdfeb2c083dfc27d20acd4d5d880e9e8c10e090(
61934
+ scope: _constructs_77d1e7e8.Construct,
61935
+ id: builtins.str,
61936
+ arn: builtins.str,
61937
+ ) -> None:
61938
+ """Type checking stubs"""
61939
+ pass
61940
+
61941
+ def _typecheckingstub__5b5d6c57aaa7433cc4dcbd15e2d689a5e66b0e5285bd09b31dd7fa3d97b4cf73(
61942
+ scope: _constructs_77d1e7e8.Construct,
61943
+ id: builtins.str,
61944
+ inference_experiment_name: builtins.str,
61945
+ ) -> None:
61946
+ """Type checking stubs"""
61947
+ pass
61948
+
61291
61949
  def _typecheckingstub__0429293b59a464f1c87e050fd5de3a0f1283acf5234761acc40dd9a0c1529ec6(
61292
61950
  inspector: _TreeInspector_488e0dd5,
61293
61951
  ) -> None:
@@ -61963,6 +62621,22 @@ def _typecheckingstub__a592fe664bd5fc9b01b1e64fc0f6cea3e28e6bcee51c6b1db5790b485
61963
62621
  """Type checking stubs"""
61964
62622
  pass
61965
62623
 
62624
+ def _typecheckingstub__8000eb52aa220d490b01eb6488781a5ba305ef722e1b5666563d9b16fa3dce3e(
62625
+ scope: _constructs_77d1e7e8.Construct,
62626
+ id: builtins.str,
62627
+ arn: builtins.str,
62628
+ ) -> None:
62629
+ """Type checking stubs"""
62630
+ pass
62631
+
62632
+ def _typecheckingstub__4e706d7c3854034b6eb1c028ba021a60903851fdc195dbc3250a6898a8d73119(
62633
+ scope: _constructs_77d1e7e8.Construct,
62634
+ id: builtins.str,
62635
+ model_card_name: builtins.str,
62636
+ ) -> None:
62637
+ """Type checking stubs"""
62638
+ pass
62639
+
61966
62640
  def _typecheckingstub__3a1a3799b007a1226f7f69a3ae5033dd02cabd7734d75bf1f0b2f0945e26ad6e(
61967
62641
  inspector: _TreeInspector_488e0dd5,
61968
62642
  ) -> None:
@@ -63890,6 +64564,14 @@ def _typecheckingstub__1ad401effd23b8166514a4ae8c124006c7f366e8a04330e88afe117ee
63890
64564
  """Type checking stubs"""
63891
64565
  pass
63892
64566
 
64567
+ def _typecheckingstub__47318391053710d64df437c555808973534ac5a5eac5899c2ceb900170e9e88b(
64568
+ scope: _constructs_77d1e7e8.Construct,
64569
+ id: builtins.str,
64570
+ pipeline_name: builtins.str,
64571
+ ) -> None:
64572
+ """Type checking stubs"""
64573
+ pass
64574
+
63893
64575
  def _typecheckingstub__2ef5df774dc4da664546343b07b97e1b911ae1340e00658468dbb3b548e35d0b(
63894
64576
  inspector: _TreeInspector_488e0dd5,
63895
64577
  ) -> None:
@@ -64350,6 +65032,14 @@ def _typecheckingstub__f4cf36c039bdacba2a059b01ad6ca85e87e6d521f09ca1f75b0131027
64350
65032
  """Type checking stubs"""
64351
65033
  pass
64352
65034
 
65035
+ def _typecheckingstub__8a1fb67c7e1a507a782b0599fe6469d0887b1d847ae1f67216b645c96d2aa2ba(
65036
+ scope: _constructs_77d1e7e8.Construct,
65037
+ id: builtins.str,
65038
+ arn: builtins.str,
65039
+ ) -> None:
65040
+ """Type checking stubs"""
65041
+ pass
65042
+
64353
65043
  def _typecheckingstub__7dddb84aee67953eeae7ef9e4de9ff319c579f67a161e906e49503007dd5ac31(
64354
65044
  inspector: _TreeInspector_488e0dd5,
64355
65045
  ) -> None:
@@ -64563,6 +65253,22 @@ def _typecheckingstub__781a43111dd6adef34feca5cebbdb6b17f5e2425b368d8e007d51d833
64563
65253
  """Type checking stubs"""
64564
65254
  pass
64565
65255
 
65256
+ def _typecheckingstub__10214bc61c1bf03d0dcb6e2229e6820733cc171738c897e7008426f7daf51256(
65257
+ scope: _constructs_77d1e7e8.Construct,
65258
+ id: builtins.str,
65259
+ arn: builtins.str,
65260
+ ) -> None:
65261
+ """Type checking stubs"""
65262
+ pass
65263
+
65264
+ def _typecheckingstub__1cea9302511c7d60d7984bb3feb2928ef7b5cfccd32bf2922c64cbef990916fa(
65265
+ scope: _constructs_77d1e7e8.Construct,
65266
+ id: builtins.str,
65267
+ studio_lifecycle_config_name: builtins.str,
65268
+ ) -> None:
65269
+ """Type checking stubs"""
65270
+ pass
65271
+
64566
65272
  def _typecheckingstub__7ddd3d9a7f9745ee8b35da424f159eb265d27044c6aad13d335457ca4ee47001(
64567
65273
  inspector: _TreeInspector_488e0dd5,
64568
65274
  ) -> None:
@@ -64613,6 +65319,14 @@ def _typecheckingstub__beda07bea319cc25c84f5e77bce363c97996e606a26b7a70b22536955
64613
65319
  """Type checking stubs"""
64614
65320
  pass
64615
65321
 
65322
+ def _typecheckingstub__c2e35b6c0e820169e7045ae3de44cd0daabf16062bcfa71c8c760a03c630807f(
65323
+ scope: _constructs_77d1e7e8.Construct,
65324
+ id: builtins.str,
65325
+ arn: builtins.str,
65326
+ ) -> None:
65327
+ """Type checking stubs"""
65328
+ pass
65329
+
64616
65330
  def _typecheckingstub__a2dadde93d4bb5495d1cda0d7f1d1582d8f3894875492f0b5b53c7fd32b84c93(
64617
65331
  inspector: _TreeInspector_488e0dd5,
64618
65332
  ) -> None: