aws-cdk-lib 2.220.0__py3-none-any.whl → 2.221.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.
- aws_cdk/__init__.py +21 -18
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.220.0.jsii.tgz → aws-cdk-lib@2.221.0.jsii.tgz} +0 -0
- aws_cdk/alexa_ask/__init__.py +3 -0
- aws_cdk/aws_accessanalyzer/__init__.py +3 -0
- aws_cdk/aws_acmpca/__init__.py +4 -1
- aws_cdk/aws_aiops/__init__.py +3 -0
- aws_cdk/aws_amazonmq/__init__.py +3 -29
- aws_cdk/aws_amplify/__init__.py +3 -0
- aws_cdk/aws_amplifyuibuilder/__init__.py +3 -0
- aws_cdk/aws_apigateway/__init__.py +3 -0
- aws_cdk/aws_apigatewayv2/__init__.py +3 -0
- aws_cdk/aws_appconfig/__init__.py +3 -29
- aws_cdk/aws_appflow/__init__.py +3 -0
- aws_cdk/aws_appintegrations/__init__.py +3 -0
- aws_cdk/aws_applicationautoscaling/__init__.py +3 -0
- aws_cdk/aws_applicationinsights/__init__.py +3 -0
- aws_cdk/aws_applicationsignals/__init__.py +4 -1
- aws_cdk/aws_appmesh/__init__.py +3 -0
- aws_cdk/aws_apprunner/__init__.py +3 -0
- aws_cdk/aws_appstream/__init__.py +3 -0
- aws_cdk/aws_appsync/__init__.py +3 -0
- aws_cdk/aws_apptest/__init__.py +3 -0
- aws_cdk/aws_aps/__init__.py +1168 -83
- aws_cdk/aws_arcregionswitch/__init__.py +3 -0
- aws_cdk/aws_arczonalshift/__init__.py +3 -0
- aws_cdk/aws_athena/__init__.py +3 -0
- aws_cdk/aws_auditmanager/__init__.py +3 -0
- aws_cdk/aws_autoscaling/__init__.py +3 -0
- aws_cdk/aws_autoscaling_common/__init__.py +3 -0
- aws_cdk/aws_autoscalingplans/__init__.py +3 -0
- aws_cdk/aws_b2bi/__init__.py +3 -0
- aws_cdk/aws_backup/__init__.py +3 -29
- aws_cdk/aws_backupgateway/__init__.py +3 -0
- aws_cdk/aws_batch/__init__.py +3 -0
- aws_cdk/aws_bcmdataexports/__init__.py +3 -0
- aws_cdk/aws_bedrock/__init__.py +9 -29
- aws_cdk/aws_bedrockagentcore/__init__.py +782 -169
- aws_cdk/aws_billingconductor/__init__.py +3 -0
- aws_cdk/aws_budgets/__init__.py +3 -0
- aws_cdk/aws_cassandra/__init__.py +3 -0
- aws_cdk/aws_ce/__init__.py +3 -0
- aws_cdk/aws_certificatemanager/__init__.py +3 -0
- aws_cdk/aws_chatbot/__init__.py +3 -0
- aws_cdk/aws_cleanrooms/__init__.py +3 -0
- aws_cdk/aws_cleanroomsml/__init__.py +3 -0
- aws_cdk/aws_cloud9/__init__.py +3 -0
- aws_cdk/aws_cloudformation/__init__.py +3 -0
- aws_cdk/aws_cloudfront/__init__.py +69 -3
- aws_cdk/aws_cloudtrail/__init__.py +3 -0
- aws_cdk/aws_cloudwatch/__init__.py +3 -0
- aws_cdk/aws_codeartifact/__init__.py +3 -0
- aws_cdk/aws_codebuild/__init__.py +3 -0
- aws_cdk/aws_codecommit/__init__.py +3 -0
- aws_cdk/aws_codeconnections/__init__.py +3 -0
- aws_cdk/aws_codedeploy/__init__.py +3 -0
- aws_cdk/aws_codeguruprofiler/__init__.py +3 -0
- aws_cdk/aws_codegurureviewer/__init__.py +3 -0
- aws_cdk/aws_codepipeline/__init__.py +3 -0
- aws_cdk/aws_codepipeline_actions/__init__.py +3 -0
- aws_cdk/aws_codestar/__init__.py +3 -0
- aws_cdk/aws_codestarconnections/__init__.py +3 -0
- aws_cdk/aws_codestarnotifications/__init__.py +3 -0
- aws_cdk/aws_cognito/__init__.py +3 -0
- aws_cdk/aws_cognito_identitypool/__init__.py +3 -0
- aws_cdk/aws_comprehend/__init__.py +3 -0
- aws_cdk/aws_config/__init__.py +3 -0
- aws_cdk/aws_connect/__init__.py +1232 -2
- aws_cdk/aws_connectcampaigns/__init__.py +3 -0
- aws_cdk/aws_connectcampaignsv2/__init__.py +3 -0
- aws_cdk/aws_controltower/__init__.py +3 -0
- aws_cdk/aws_cur/__init__.py +3 -0
- aws_cdk/aws_customerprofiles/__init__.py +3 -29
- aws_cdk/aws_databrew/__init__.py +3 -0
- aws_cdk/aws_datapipeline/__init__.py +3 -0
- aws_cdk/aws_datasync/__init__.py +3 -0
- aws_cdk/aws_datazone/__init__.py +17 -15
- aws_cdk/aws_dax/__init__.py +3 -0
- aws_cdk/aws_deadline/__init__.py +3 -0
- aws_cdk/aws_detective/__init__.py +3 -0
- aws_cdk/aws_devicefarm/__init__.py +3 -0
- aws_cdk/aws_devopsguru/__init__.py +3 -0
- aws_cdk/aws_directoryservice/__init__.py +3 -0
- aws_cdk/aws_dlm/__init__.py +3 -0
- aws_cdk/aws_dms/__init__.py +3 -0
- aws_cdk/aws_docdb/__init__.py +14 -3
- aws_cdk/aws_docdbelastic/__init__.py +3 -0
- aws_cdk/aws_dsql/__init__.py +3 -0
- aws_cdk/aws_dynamodb/__init__.py +3 -0
- aws_cdk/aws_ec2/__init__.py +106 -40
- aws_cdk/aws_ecr/__init__.py +156 -33
- aws_cdk/aws_ecs/__init__.py +87 -48
- aws_cdk/aws_efs/__init__.py +3 -0
- aws_cdk/aws_eks/__init__.py +3 -58
- aws_cdk/aws_elasticache/__init__.py +3 -0
- aws_cdk/aws_elasticbeanstalk/__init__.py +3 -0
- aws_cdk/aws_elasticloadbalancing/__init__.py +3 -0
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +445 -36
- aws_cdk/aws_elasticsearch/__init__.py +3 -0
- aws_cdk/aws_emr/__init__.py +3 -0
- aws_cdk/aws_emrcontainers/__init__.py +3 -0
- aws_cdk/aws_emrserverless/__init__.py +12 -11
- aws_cdk/aws_entityresolution/__init__.py +3 -0
- aws_cdk/aws_events/__init__.py +73 -29
- aws_cdk/aws_events_targets/__init__.py +3 -0
- aws_cdk/aws_eventschemas/__init__.py +3 -0
- aws_cdk/aws_evidently/__init__.py +3 -0
- aws_cdk/aws_evs/__init__.py +3 -0
- aws_cdk/aws_finspace/__init__.py +3 -0
- aws_cdk/aws_fis/__init__.py +3 -0
- aws_cdk/aws_fms/__init__.py +3 -0
- aws_cdk/aws_forecast/__init__.py +3 -0
- aws_cdk/aws_frauddetector/__init__.py +3 -0
- aws_cdk/aws_fsx/__init__.py +3 -0
- aws_cdk/aws_gamelift/__init__.py +3 -0
- aws_cdk/aws_gameliftstreams/__init__.py +8 -5
- aws_cdk/aws_globalaccelerator/__init__.py +3 -0
- aws_cdk/aws_glue/__init__.py +11 -80
- aws_cdk/aws_grafana/__init__.py +3 -0
- aws_cdk/aws_greengrass/__init__.py +3 -0
- aws_cdk/aws_greengrassv2/__init__.py +3 -0
- aws_cdk/aws_groundstation/__init__.py +3 -0
- aws_cdk/aws_guardduty/__init__.py +3 -0
- aws_cdk/aws_healthimaging/__init__.py +3 -0
- aws_cdk/aws_healthlake/__init__.py +3 -0
- aws_cdk/aws_iam/__init__.py +30 -32
- aws_cdk/aws_identitystore/__init__.py +3 -0
- aws_cdk/aws_imagebuilder/__init__.py +499 -0
- aws_cdk/aws_inspector/__init__.py +3 -0
- aws_cdk/aws_inspectorv2/__init__.py +3 -0
- aws_cdk/aws_internetmonitor/__init__.py +3 -0
- aws_cdk/aws_invoicing/__init__.py +3 -0
- aws_cdk/aws_iot/__init__.py +3 -0
- aws_cdk/aws_iotanalytics/__init__.py +3 -0
- aws_cdk/aws_iotcoredeviceadvisor/__init__.py +3 -0
- aws_cdk/aws_iotevents/__init__.py +3 -0
- aws_cdk/aws_iotfleethub/__init__.py +3 -0
- aws_cdk/aws_iotfleetwise/__init__.py +3 -0
- aws_cdk/aws_iotsitewise/__init__.py +3 -0
- aws_cdk/aws_iotthingsgraph/__init__.py +3 -0
- aws_cdk/aws_iottwinmaker/__init__.py +3 -87
- aws_cdk/aws_iotwireless/__init__.py +61 -0
- aws_cdk/aws_ivs/__init__.py +3 -0
- aws_cdk/aws_ivschat/__init__.py +3 -0
- aws_cdk/aws_kafkaconnect/__init__.py +3 -0
- aws_cdk/aws_kendra/__init__.py +3 -58
- aws_cdk/aws_kendraranking/__init__.py +3 -0
- aws_cdk/aws_kinesis/__init__.py +3 -0
- aws_cdk/aws_kinesisanalytics/__init__.py +3 -0
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +3 -0
- aws_cdk/aws_kinesisfirehose/__init__.py +1709 -10
- aws_cdk/aws_kinesisvideo/__init__.py +3 -29
- aws_cdk/aws_kms/__init__.py +3 -0
- aws_cdk/aws_lakeformation/__init__.py +3 -0
- aws_cdk/aws_lambda/__init__.py +14 -7
- aws_cdk/aws_lambda_nodejs/__init__.py +3 -0
- aws_cdk/aws_launchwizard/__init__.py +3 -0
- aws_cdk/aws_lex/__init__.py +3 -29
- aws_cdk/aws_licensemanager/__init__.py +3 -0
- aws_cdk/aws_lightsail/__init__.py +3 -0
- aws_cdk/aws_location/__init__.py +3 -0
- aws_cdk/aws_logs/__init__.py +226 -9
- aws_cdk/aws_lookoutequipment/__init__.py +3 -29
- aws_cdk/aws_lookoutmetrics/__init__.py +3 -0
- aws_cdk/aws_lookoutvision/__init__.py +3 -0
- aws_cdk/aws_m2/__init__.py +3 -0
- aws_cdk/aws_macie/__init__.py +3 -0
- aws_cdk/aws_managedblockchain/__init__.py +3 -0
- aws_cdk/aws_mediaconnect/__init__.py +3 -0
- aws_cdk/aws_mediaconvert/__init__.py +3 -0
- aws_cdk/aws_medialive/__init__.py +171 -33
- aws_cdk/aws_mediapackage/__init__.py +3 -0
- aws_cdk/aws_mediapackagev2/__init__.py +3 -0
- aws_cdk/aws_mediastore/__init__.py +3 -0
- aws_cdk/aws_mediatailor/__init__.py +3 -58
- aws_cdk/aws_memorydb/__init__.py +3 -0
- aws_cdk/aws_mpa/__init__.py +3 -0
- aws_cdk/aws_msk/__init__.py +3 -0
- aws_cdk/aws_mwaa/__init__.py +3 -0
- aws_cdk/aws_neptune/__init__.py +55 -0
- aws_cdk/aws_neptunegraph/__init__.py +3 -0
- aws_cdk/aws_networkfirewall/__init__.py +3 -0
- aws_cdk/aws_networkmanager/__init__.py +3 -0
- aws_cdk/aws_nimblestudio/__init__.py +3 -0
- aws_cdk/aws_notifications/__init__.py +3 -0
- aws_cdk/aws_notificationscontacts/__init__.py +3 -0
- aws_cdk/aws_oam/__init__.py +3 -0
- aws_cdk/aws_observabilityadmin/__init__.py +171 -137
- aws_cdk/aws_odb/__init__.py +4 -1
- aws_cdk/aws_omics/__init__.py +3 -0
- aws_cdk/aws_opensearchserverless/__init__.py +3 -0
- aws_cdk/aws_opensearchservice/__init__.py +3 -0
- aws_cdk/aws_opsworks/__init__.py +3 -0
- aws_cdk/aws_opsworkscm/__init__.py +3 -0
- aws_cdk/aws_organizations/__init__.py +3 -116
- aws_cdk/aws_osis/__init__.py +157 -0
- aws_cdk/aws_panorama/__init__.py +3 -0
- aws_cdk/aws_paymentcryptography/__init__.py +3 -0
- aws_cdk/aws_pcaconnectorad/__init__.py +3 -0
- aws_cdk/aws_pcaconnectorscep/__init__.py +3 -0
- aws_cdk/aws_pcs/__init__.py +3 -0
- aws_cdk/aws_personalize/__init__.py +3 -0
- aws_cdk/aws_pinpoint/__init__.py +3 -58
- aws_cdk/aws_pinpointemail/__init__.py +3 -0
- aws_cdk/aws_pipes/__init__.py +3 -0
- aws_cdk/aws_proton/__init__.py +3 -0
- aws_cdk/aws_qbusiness/__init__.py +3 -174
- aws_cdk/aws_qldb/__init__.py +3 -29
- aws_cdk/aws_quicksight/__init__.py +418 -411
- aws_cdk/aws_ram/__init__.py +3 -0
- aws_cdk/aws_rbin/__init__.py +3 -0
- aws_cdk/aws_rds/__init__.py +42 -19
- aws_cdk/aws_redshift/__init__.py +3 -0
- aws_cdk/aws_redshiftserverless/__init__.py +3 -0
- aws_cdk/aws_refactorspaces/__init__.py +3 -0
- aws_cdk/aws_rekognition/__init__.py +3 -29
- aws_cdk/aws_resiliencehub/__init__.py +3 -0
- aws_cdk/aws_resourceexplorer2/__init__.py +3 -0
- aws_cdk/aws_resourcegroups/__init__.py +3 -0
- aws_cdk/aws_robomaker/__init__.py +3 -0
- aws_cdk/aws_rolesanywhere/__init__.py +3 -0
- aws_cdk/aws_route53/__init__.py +18 -18
- aws_cdk/aws_route53_targets/__init__.py +3 -0
- aws_cdk/aws_route53profiles/__init__.py +3 -0
- aws_cdk/aws_route53recoverycontrol/__init__.py +3 -0
- aws_cdk/aws_route53recoveryreadiness/__init__.py +3 -0
- aws_cdk/aws_route53resolver/__init__.py +11 -4
- aws_cdk/aws_rum/__init__.py +3 -0
- aws_cdk/aws_s3/__init__.py +51 -41
- aws_cdk/aws_s3_deployment/__init__.py +3 -0
- aws_cdk/aws_s3express/__init__.py +3 -0
- aws_cdk/aws_s3objectlambda/__init__.py +3 -0
- aws_cdk/aws_s3outposts/__init__.py +3 -0
- aws_cdk/aws_s3tables/__init__.py +3 -0
- aws_cdk/aws_sagemaker/__init__.py +166 -87
- aws_cdk/aws_sam/__init__.py +3 -0
- aws_cdk/aws_scheduler/__init__.py +3 -29
- aws_cdk/aws_sdb/__init__.py +3 -0
- aws_cdk/aws_secretsmanager/__init__.py +3 -0
- aws_cdk/aws_securityhub/__init__.py +3 -0
- aws_cdk/aws_securitylake/__init__.py +3 -0
- aws_cdk/aws_servicecatalog/__init__.py +136 -124
- aws_cdk/aws_servicecatalogappregistry/__init__.py +3 -0
- aws_cdk/aws_servicediscovery/__init__.py +3 -0
- aws_cdk/aws_ses/__init__.py +3 -0
- aws_cdk/aws_shield/__init__.py +3 -0
- aws_cdk/aws_signer/__init__.py +3 -0
- aws_cdk/aws_simspaceweaver/__init__.py +3 -0
- aws_cdk/aws_smsvoice/__init__.py +3 -29
- aws_cdk/aws_sns/__init__.py +3 -0
- aws_cdk/aws_sqs/__init__.py +3 -0
- aws_cdk/aws_ssm/__init__.py +10 -3
- aws_cdk/aws_ssmcontacts/__init__.py +3 -0
- aws_cdk/aws_ssmguiconnect/__init__.py +3 -0
- aws_cdk/aws_ssmincidents/__init__.py +3 -0
- aws_cdk/aws_ssmquicksetup/__init__.py +467 -0
- aws_cdk/aws_sso/__init__.py +3 -0
- aws_cdk/aws_stepfunctions/__init__.py +23 -19
- aws_cdk/aws_stepfunctions_tasks/__init__.py +6 -3
- aws_cdk/aws_supportapp/__init__.py +3 -0
- aws_cdk/aws_synthetics/__init__.py +59 -26
- aws_cdk/aws_systemsmanagersap/__init__.py +3 -0
- aws_cdk/aws_timestream/__init__.py +3 -29
- aws_cdk/aws_transfer/__init__.py +20 -34
- aws_cdk/aws_verifiedpermissions/__init__.py +3 -0
- aws_cdk/aws_voiceid/__init__.py +3 -0
- aws_cdk/aws_vpclattice/__init__.py +7 -4
- aws_cdk/aws_waf/__init__.py +3 -0
- aws_cdk/aws_wafregional/__init__.py +3 -0
- aws_cdk/aws_wafv2/__init__.py +3 -0
- aws_cdk/aws_wisdom/__init__.py +3 -116
- aws_cdk/aws_workspaces/__init__.py +3 -0
- aws_cdk/aws_workspacesinstances/__init__.py +3 -0
- aws_cdk/aws_workspacesthinclient/__init__.py +3 -0
- aws_cdk/aws_workspacesweb/__init__.py +3 -0
- aws_cdk/aws_xray/__init__.py +3 -0
- aws_cdk/cloud_assembly_schema/__init__.py +3 -0
- aws_cdk/cx_api/__init__.py +34 -0
- aws_cdk/pipelines/__init__.py +3 -0
- aws_cdk/region_info/__init__.py +3 -0
- aws_cdk/triggers/__init__.py +3 -0
- {aws_cdk_lib-2.220.0.dist-info → aws_cdk_lib-2.221.0.dist-info}/METADATA +2 -2
- aws_cdk_lib-2.221.0.dist-info/RECORD +313 -0
- aws_cdk_lib-2.220.0.dist-info/RECORD +0 -313
- {aws_cdk_lib-2.220.0.dist-info → aws_cdk_lib-2.221.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.220.0.dist-info → aws_cdk_lib-2.221.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.220.0.dist-info → aws_cdk_lib-2.221.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.220.0.dist-info → aws_cdk_lib-2.221.0.dist-info}/top_level.txt +0 -0
|
@@ -606,6 +606,7 @@ class CfnAppProps:
|
|
|
606
606
|
"orchestrator": "orchestrator",
|
|
607
607
|
"restricted_instance_groups": "restrictedInstanceGroups",
|
|
608
608
|
"tags": "tags",
|
|
609
|
+
"tiered_storage_config": "tieredStorageConfig",
|
|
609
610
|
"vpc_config": "vpcConfig",
|
|
610
611
|
},
|
|
611
612
|
)
|
|
@@ -622,6 +623,7 @@ class CfnClusterProps:
|
|
|
622
623
|
orchestrator: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnCluster.OrchestratorProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
623
624
|
restricted_instance_groups: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnCluster.ClusterRestrictedInstanceGroupProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
624
625
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
626
|
+
tiered_storage_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnCluster.TieredStorageConfigProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
625
627
|
vpc_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnCluster.VpcConfigProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
626
628
|
) -> None:
|
|
627
629
|
'''Properties for defining a ``CfnCluster``.
|
|
@@ -635,6 +637,7 @@ class CfnClusterProps:
|
|
|
635
637
|
:param orchestrator: The orchestrator type for the SageMaker HyperPod cluster. Currently, ``'eks'`` is the only available option.
|
|
636
638
|
:param restricted_instance_groups: The restricted instance groups of the SageMaker HyperPod cluster.
|
|
637
639
|
:param tags: A tag object that consists of a key and an optional value, used to manage metadata for SageMaker AWS resources. You can add tags to notebook instances, training jobs, hyperparameter tuning jobs, batch transform jobs, models, labeling jobs, work teams, endpoint configurations, and endpoints. For more information on adding tags to SageMaker resources, see `AddTags <https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_AddTags.html>`_ . For more information on adding metadata to your AWS resources with tagging, see `Tagging AWS resources <https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html>`_ . For advice on best practices for managing AWS resources with tagging, see `Tagging Best Practices: Implement an Effective AWS Resource Tagging Strategy <https://docs.aws.amazon.com/https://d1.awsstatic.com/whitepapers/aws-tagging-best-practices.pdf>`_ .
|
|
640
|
+
:param tiered_storage_config: Configuration for tiered storage in the SageMaker HyperPod cluster.
|
|
638
641
|
:param vpc_config: Specifies an Amazon Virtual Private Cloud (VPC) that your SageMaker jobs, hosted models, and compute resources have access to. You can control access to and from your resources by configuring a VPC. For more information, see `Give SageMaker Access to Resources in your Amazon VPC <https://docs.aws.amazon.com/sagemaker/latest/dg/infrastructure-give-access.html>`_ .
|
|
639
642
|
|
|
640
643
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-cluster.html
|
|
@@ -746,6 +749,12 @@ class CfnClusterProps:
|
|
|
746
749
|
key="key",
|
|
747
750
|
value="value"
|
|
748
751
|
)],
|
|
752
|
+
tiered_storage_config=sagemaker.CfnCluster.TieredStorageConfigProperty(
|
|
753
|
+
mode="mode",
|
|
754
|
+
|
|
755
|
+
# the properties below are optional
|
|
756
|
+
instance_memory_allocation_percentage=123
|
|
757
|
+
),
|
|
749
758
|
vpc_config=sagemaker.CfnCluster.VpcConfigProperty(
|
|
750
759
|
security_group_ids=["securityGroupIds"],
|
|
751
760
|
subnets=["subnets"]
|
|
@@ -763,6 +772,7 @@ class CfnClusterProps:
|
|
|
763
772
|
check_type(argname="argument orchestrator", value=orchestrator, expected_type=type_hints["orchestrator"])
|
|
764
773
|
check_type(argname="argument restricted_instance_groups", value=restricted_instance_groups, expected_type=type_hints["restricted_instance_groups"])
|
|
765
774
|
check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
|
|
775
|
+
check_type(argname="argument tiered_storage_config", value=tiered_storage_config, expected_type=type_hints["tiered_storage_config"])
|
|
766
776
|
check_type(argname="argument vpc_config", value=vpc_config, expected_type=type_hints["vpc_config"])
|
|
767
777
|
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
768
778
|
if auto_scaling is not None:
|
|
@@ -783,6 +793,8 @@ class CfnClusterProps:
|
|
|
783
793
|
self._values["restricted_instance_groups"] = restricted_instance_groups
|
|
784
794
|
if tags is not None:
|
|
785
795
|
self._values["tags"] = tags
|
|
796
|
+
if tiered_storage_config is not None:
|
|
797
|
+
self._values["tiered_storage_config"] = tiered_storage_config
|
|
786
798
|
if vpc_config is not None:
|
|
787
799
|
self._values["vpc_config"] = vpc_config
|
|
788
800
|
|
|
@@ -887,6 +899,17 @@ class CfnClusterProps:
|
|
|
887
899
|
result = self._values.get("tags")
|
|
888
900
|
return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], result)
|
|
889
901
|
|
|
902
|
+
@builtins.property
|
|
903
|
+
def tiered_storage_config(
|
|
904
|
+
self,
|
|
905
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnCluster.TieredStorageConfigProperty"]]:
|
|
906
|
+
'''Configuration for tiered storage in the SageMaker HyperPod cluster.
|
|
907
|
+
|
|
908
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-cluster.html#cfn-sagemaker-cluster-tieredstorageconfig
|
|
909
|
+
'''
|
|
910
|
+
result = self._values.get("tiered_storage_config")
|
|
911
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnCluster.TieredStorageConfigProperty"]], result)
|
|
912
|
+
|
|
890
913
|
@builtins.property
|
|
891
914
|
def vpc_config(
|
|
892
915
|
self,
|
|
@@ -1886,6 +1909,7 @@ class CfnDomainProps:
|
|
|
1886
1909
|
vpc_only_trusted_accounts=["vpcOnlyTrustedAccounts"]
|
|
1887
1910
|
),
|
|
1888
1911
|
execution_role_identity_config="executionRoleIdentityConfig",
|
|
1912
|
+
ip_address_type="ipAddressType",
|
|
1889
1913
|
r_studio_server_pro_domain_settings=sagemaker.CfnDomain.RStudioServerProDomainSettingsProperty(
|
|
1890
1914
|
domain_execution_role_arn="domainExecutionRoleArn",
|
|
1891
1915
|
|
|
@@ -12366,27 +12390,6 @@ class CfnApp(
|
|
|
12366
12390
|
|
|
12367
12391
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
12368
12392
|
|
|
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
|
-
|
|
12390
12393
|
@jsii.member(jsii_name="inspect")
|
|
12391
12394
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
12392
12395
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -13623,6 +13626,12 @@ class CfnCluster(
|
|
|
13623
13626
|
key="key",
|
|
13624
13627
|
value="value"
|
|
13625
13628
|
)],
|
|
13629
|
+
tiered_storage_config=sagemaker.CfnCluster.TieredStorageConfigProperty(
|
|
13630
|
+
mode="mode",
|
|
13631
|
+
|
|
13632
|
+
# the properties below are optional
|
|
13633
|
+
instance_memory_allocation_percentage=123
|
|
13634
|
+
),
|
|
13626
13635
|
vpc_config=sagemaker.CfnCluster.VpcConfigProperty(
|
|
13627
13636
|
security_group_ids=["securityGroupIds"],
|
|
13628
13637
|
subnets=["subnets"]
|
|
@@ -13644,6 +13653,7 @@ class CfnCluster(
|
|
|
13644
13653
|
orchestrator: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnCluster.OrchestratorProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
13645
13654
|
restricted_instance_groups: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnCluster.ClusterRestrictedInstanceGroupProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
13646
13655
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
13656
|
+
tiered_storage_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnCluster.TieredStorageConfigProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
13647
13657
|
vpc_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnCluster.VpcConfigProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
13648
13658
|
) -> None:
|
|
13649
13659
|
'''
|
|
@@ -13658,6 +13668,7 @@ class CfnCluster(
|
|
|
13658
13668
|
:param orchestrator: The orchestrator type for the SageMaker HyperPod cluster. Currently, ``'eks'`` is the only available option.
|
|
13659
13669
|
:param restricted_instance_groups: The restricted instance groups of the SageMaker HyperPod cluster.
|
|
13660
13670
|
:param tags: A tag object that consists of a key and an optional value, used to manage metadata for SageMaker AWS resources. You can add tags to notebook instances, training jobs, hyperparameter tuning jobs, batch transform jobs, models, labeling jobs, work teams, endpoint configurations, and endpoints. For more information on adding tags to SageMaker resources, see `AddTags <https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_AddTags.html>`_ . For more information on adding metadata to your AWS resources with tagging, see `Tagging AWS resources <https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html>`_ . For advice on best practices for managing AWS resources with tagging, see `Tagging Best Practices: Implement an Effective AWS Resource Tagging Strategy <https://docs.aws.amazon.com/https://d1.awsstatic.com/whitepapers/aws-tagging-best-practices.pdf>`_ .
|
|
13671
|
+
:param tiered_storage_config: Configuration for tiered storage in the SageMaker HyperPod cluster.
|
|
13661
13672
|
:param vpc_config: Specifies an Amazon Virtual Private Cloud (VPC) that your SageMaker jobs, hosted models, and compute resources have access to. You can control access to and from your resources by configuring a VPC. For more information, see `Give SageMaker Access to Resources in your Amazon VPC <https://docs.aws.amazon.com/sagemaker/latest/dg/infrastructure-give-access.html>`_ .
|
|
13662
13673
|
'''
|
|
13663
13674
|
if __debug__:
|
|
@@ -13674,6 +13685,7 @@ class CfnCluster(
|
|
|
13674
13685
|
orchestrator=orchestrator,
|
|
13675
13686
|
restricted_instance_groups=restricted_instance_groups,
|
|
13676
13687
|
tags=tags,
|
|
13688
|
+
tiered_storage_config=tiered_storage_config,
|
|
13677
13689
|
vpc_config=vpc_config,
|
|
13678
13690
|
)
|
|
13679
13691
|
|
|
@@ -13899,6 +13911,24 @@ class CfnCluster(
|
|
|
13899
13911
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
13900
13912
|
jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
|
|
13901
13913
|
|
|
13914
|
+
@builtins.property
|
|
13915
|
+
@jsii.member(jsii_name="tieredStorageConfig")
|
|
13916
|
+
def tiered_storage_config(
|
|
13917
|
+
self,
|
|
13918
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnCluster.TieredStorageConfigProperty"]]:
|
|
13919
|
+
'''Configuration for tiered storage in the SageMaker HyperPod cluster.'''
|
|
13920
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnCluster.TieredStorageConfigProperty"]], jsii.get(self, "tieredStorageConfig"))
|
|
13921
|
+
|
|
13922
|
+
@tiered_storage_config.setter
|
|
13923
|
+
def tiered_storage_config(
|
|
13924
|
+
self,
|
|
13925
|
+
value: typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnCluster.TieredStorageConfigProperty"]],
|
|
13926
|
+
) -> None:
|
|
13927
|
+
if __debug__:
|
|
13928
|
+
type_hints = typing.get_type_hints(_typecheckingstub__417e5054c002112b482e7766dc9cc9693a0744a811c4973323619b1524db5402)
|
|
13929
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
13930
|
+
jsii.set(self, "tieredStorageConfig", value) # pyright: ignore[reportArgumentType]
|
|
13931
|
+
|
|
13902
13932
|
@builtins.property
|
|
13903
13933
|
@jsii.member(jsii_name="vpcConfig")
|
|
13904
13934
|
def vpc_config(
|
|
@@ -15452,6 +15482,82 @@ class CfnCluster(
|
|
|
15452
15482
|
k + "=" + repr(v) for k, v in self._values.items()
|
|
15453
15483
|
)
|
|
15454
15484
|
|
|
15485
|
+
@jsii.data_type(
|
|
15486
|
+
jsii_type="aws-cdk-lib.aws_sagemaker.CfnCluster.TieredStorageConfigProperty",
|
|
15487
|
+
jsii_struct_bases=[],
|
|
15488
|
+
name_mapping={
|
|
15489
|
+
"mode": "mode",
|
|
15490
|
+
"instance_memory_allocation_percentage": "instanceMemoryAllocationPercentage",
|
|
15491
|
+
},
|
|
15492
|
+
)
|
|
15493
|
+
class TieredStorageConfigProperty:
|
|
15494
|
+
def __init__(
|
|
15495
|
+
self,
|
|
15496
|
+
*,
|
|
15497
|
+
mode: builtins.str,
|
|
15498
|
+
instance_memory_allocation_percentage: typing.Optional[jsii.Number] = None,
|
|
15499
|
+
) -> None:
|
|
15500
|
+
'''Configuration for tiered storage in the SageMaker HyperPod cluster.
|
|
15501
|
+
|
|
15502
|
+
:param mode: The mode of tiered storage.
|
|
15503
|
+
:param instance_memory_allocation_percentage: The percentage of instance memory to allocate for tiered storage.
|
|
15504
|
+
|
|
15505
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-cluster-tieredstorageconfig.html
|
|
15506
|
+
:exampleMetadata: fixture=_generated
|
|
15507
|
+
|
|
15508
|
+
Example::
|
|
15509
|
+
|
|
15510
|
+
# The code below shows an example of how to instantiate this type.
|
|
15511
|
+
# The values are placeholders you should change.
|
|
15512
|
+
from aws_cdk import aws_sagemaker as sagemaker
|
|
15513
|
+
|
|
15514
|
+
tiered_storage_config_property = sagemaker.CfnCluster.TieredStorageConfigProperty(
|
|
15515
|
+
mode="mode",
|
|
15516
|
+
|
|
15517
|
+
# the properties below are optional
|
|
15518
|
+
instance_memory_allocation_percentage=123
|
|
15519
|
+
)
|
|
15520
|
+
'''
|
|
15521
|
+
if __debug__:
|
|
15522
|
+
type_hints = typing.get_type_hints(_typecheckingstub__ec2724ab5fe58a48d5a0c3d1d276cd362c60999d58706a5c048ade7d93792deb)
|
|
15523
|
+
check_type(argname="argument mode", value=mode, expected_type=type_hints["mode"])
|
|
15524
|
+
check_type(argname="argument instance_memory_allocation_percentage", value=instance_memory_allocation_percentage, expected_type=type_hints["instance_memory_allocation_percentage"])
|
|
15525
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
15526
|
+
"mode": mode,
|
|
15527
|
+
}
|
|
15528
|
+
if instance_memory_allocation_percentage is not None:
|
|
15529
|
+
self._values["instance_memory_allocation_percentage"] = instance_memory_allocation_percentage
|
|
15530
|
+
|
|
15531
|
+
@builtins.property
|
|
15532
|
+
def mode(self) -> builtins.str:
|
|
15533
|
+
'''The mode of tiered storage.
|
|
15534
|
+
|
|
15535
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-cluster-tieredstorageconfig.html#cfn-sagemaker-cluster-tieredstorageconfig-mode
|
|
15536
|
+
'''
|
|
15537
|
+
result = self._values.get("mode")
|
|
15538
|
+
assert result is not None, "Required property 'mode' is missing"
|
|
15539
|
+
return typing.cast(builtins.str, result)
|
|
15540
|
+
|
|
15541
|
+
@builtins.property
|
|
15542
|
+
def instance_memory_allocation_percentage(self) -> typing.Optional[jsii.Number]:
|
|
15543
|
+
'''The percentage of instance memory to allocate for tiered storage.
|
|
15544
|
+
|
|
15545
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-cluster-tieredstorageconfig.html#cfn-sagemaker-cluster-tieredstorageconfig-instancememoryallocationpercentage
|
|
15546
|
+
'''
|
|
15547
|
+
result = self._values.get("instance_memory_allocation_percentage")
|
|
15548
|
+
return typing.cast(typing.Optional[jsii.Number], result)
|
|
15549
|
+
|
|
15550
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
15551
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
15552
|
+
|
|
15553
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
15554
|
+
return not (rhs == self)
|
|
15555
|
+
|
|
15556
|
+
def __repr__(self) -> str:
|
|
15557
|
+
return "TieredStorageConfigProperty(%s)" % ", ".join(
|
|
15558
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
15559
|
+
)
|
|
15560
|
+
|
|
15455
15561
|
@jsii.data_type(
|
|
15456
15562
|
jsii_type="aws-cdk-lib.aws_sagemaker.CfnCluster.VpcConfigProperty",
|
|
15457
15563
|
jsii_struct_bases=[],
|
|
@@ -18656,6 +18762,7 @@ class CfnDomain(
|
|
|
18656
18762
|
vpc_only_trusted_accounts=["vpcOnlyTrustedAccounts"]
|
|
18657
18763
|
),
|
|
18658
18764
|
execution_role_identity_config="executionRoleIdentityConfig",
|
|
18765
|
+
ip_address_type="ipAddressType",
|
|
18659
18766
|
r_studio_server_pro_domain_settings=sagemaker.CfnDomain.RStudioServerProDomainSettingsProperty(
|
|
18660
18767
|
domain_execution_role_arn="domainExecutionRoleArn",
|
|
18661
18768
|
|
|
@@ -20089,6 +20196,7 @@ class CfnDomain(
|
|
|
20089
20196
|
name_mapping={
|
|
20090
20197
|
"docker_settings": "dockerSettings",
|
|
20091
20198
|
"execution_role_identity_config": "executionRoleIdentityConfig",
|
|
20199
|
+
"ip_address_type": "ipAddressType",
|
|
20092
20200
|
"r_studio_server_pro_domain_settings": "rStudioServerProDomainSettings",
|
|
20093
20201
|
"security_group_ids": "securityGroupIds",
|
|
20094
20202
|
"unified_studio_settings": "unifiedStudioSettings",
|
|
@@ -20100,6 +20208,7 @@ class CfnDomain(
|
|
|
20100
20208
|
*,
|
|
20101
20209
|
docker_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDomain.DockerSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
20102
20210
|
execution_role_identity_config: typing.Optional[builtins.str] = None,
|
|
20211
|
+
ip_address_type: typing.Optional[builtins.str] = None,
|
|
20103
20212
|
r_studio_server_pro_domain_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDomain.RStudioServerProDomainSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
20104
20213
|
security_group_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
20105
20214
|
unified_studio_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDomain.UnifiedStudioSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -20110,6 +20219,7 @@ class CfnDomain(
|
|
|
20110
20219
|
|
|
20111
20220
|
:param docker_settings: A collection of settings that configure the domain's Docker interaction.
|
|
20112
20221
|
:param execution_role_identity_config: The configuration for attaching a SageMaker AI user profile name to the execution role as a `sts:SourceIdentity key <https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_control-access_monitor.html>`_ .
|
|
20222
|
+
:param ip_address_type: The IP address type for the domain. Specify ``ipv4`` for IPv4-only connectivity or ``dualstack`` for both IPv4 and IPv6 connectivity. When you specify ``dualstack`` , the subnet must support IPv6 CIDR blocks. If not specified, defaults to ``ipv4`` .
|
|
20113
20223
|
:param r_studio_server_pro_domain_settings: A collection of settings that configure the ``RStudioServerPro`` Domain-level app.
|
|
20114
20224
|
:param security_group_ids: The security groups for the Amazon Virtual Private Cloud that the ``Domain`` uses for communication between Domain-level apps and user apps.
|
|
20115
20225
|
:param unified_studio_settings: The settings that apply to an SageMaker AI domain when you use it in Amazon SageMaker Unified Studio.
|
|
@@ -20129,6 +20239,7 @@ class CfnDomain(
|
|
|
20129
20239
|
vpc_only_trusted_accounts=["vpcOnlyTrustedAccounts"]
|
|
20130
20240
|
),
|
|
20131
20241
|
execution_role_identity_config="executionRoleIdentityConfig",
|
|
20242
|
+
ip_address_type="ipAddressType",
|
|
20132
20243
|
r_studio_server_pro_domain_settings=sagemaker.CfnDomain.RStudioServerProDomainSettingsProperty(
|
|
20133
20244
|
domain_execution_role_arn="domainExecutionRoleArn",
|
|
20134
20245
|
|
|
@@ -20158,6 +20269,7 @@ class CfnDomain(
|
|
|
20158
20269
|
type_hints = typing.get_type_hints(_typecheckingstub__b23323cc301476d59d77a279da88bfc3d14a3c21fb8709a0ecc6db6074a56cf9)
|
|
20159
20270
|
check_type(argname="argument docker_settings", value=docker_settings, expected_type=type_hints["docker_settings"])
|
|
20160
20271
|
check_type(argname="argument execution_role_identity_config", value=execution_role_identity_config, expected_type=type_hints["execution_role_identity_config"])
|
|
20272
|
+
check_type(argname="argument ip_address_type", value=ip_address_type, expected_type=type_hints["ip_address_type"])
|
|
20161
20273
|
check_type(argname="argument r_studio_server_pro_domain_settings", value=r_studio_server_pro_domain_settings, expected_type=type_hints["r_studio_server_pro_domain_settings"])
|
|
20162
20274
|
check_type(argname="argument security_group_ids", value=security_group_ids, expected_type=type_hints["security_group_ids"])
|
|
20163
20275
|
check_type(argname="argument unified_studio_settings", value=unified_studio_settings, expected_type=type_hints["unified_studio_settings"])
|
|
@@ -20166,6 +20278,8 @@ class CfnDomain(
|
|
|
20166
20278
|
self._values["docker_settings"] = docker_settings
|
|
20167
20279
|
if execution_role_identity_config is not None:
|
|
20168
20280
|
self._values["execution_role_identity_config"] = execution_role_identity_config
|
|
20281
|
+
if ip_address_type is not None:
|
|
20282
|
+
self._values["ip_address_type"] = ip_address_type
|
|
20169
20283
|
if r_studio_server_pro_domain_settings is not None:
|
|
20170
20284
|
self._values["r_studio_server_pro_domain_settings"] = r_studio_server_pro_domain_settings
|
|
20171
20285
|
if security_group_ids is not None:
|
|
@@ -20193,6 +20307,17 @@ class CfnDomain(
|
|
|
20193
20307
|
result = self._values.get("execution_role_identity_config")
|
|
20194
20308
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
20195
20309
|
|
|
20310
|
+
@builtins.property
|
|
20311
|
+
def ip_address_type(self) -> typing.Optional[builtins.str]:
|
|
20312
|
+
'''The IP address type for the domain.
|
|
20313
|
+
|
|
20314
|
+
Specify ``ipv4`` for IPv4-only connectivity or ``dualstack`` for both IPv4 and IPv6 connectivity. When you specify ``dualstack`` , the subnet must support IPv6 CIDR blocks. If not specified, defaults to ``ipv4`` .
|
|
20315
|
+
|
|
20316
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-domain-domainsettings.html#cfn-sagemaker-domain-domainsettings-ipaddresstype
|
|
20317
|
+
'''
|
|
20318
|
+
result = self._values.get("ip_address_type")
|
|
20319
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
20320
|
+
|
|
20196
20321
|
@builtins.property
|
|
20197
20322
|
def r_studio_server_pro_domain_settings(
|
|
20198
20323
|
self,
|
|
@@ -53722,27 +53847,6 @@ class CfnSpace(
|
|
|
53722
53847
|
|
|
53723
53848
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
53724
53849
|
|
|
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
|
-
|
|
53746
53850
|
@jsii.member(jsii_name="inspect")
|
|
53747
53851
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
53748
53852
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -55868,27 +55972,6 @@ class CfnUserProfile(
|
|
|
55868
55972
|
|
|
55869
55973
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
55870
55974
|
|
|
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
|
-
|
|
55892
55975
|
@jsii.member(jsii_name="inspect")
|
|
55893
55976
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
55894
55977
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -59044,6 +59127,7 @@ def _typecheckingstub__c8126a53dc1741a2edde75d8d4eca79c53a2294746ea237dfba0097a7
|
|
|
59044
59127
|
orchestrator: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnCluster.OrchestratorProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
59045
59128
|
restricted_instance_groups: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnCluster.ClusterRestrictedInstanceGroupProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
59046
59129
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
59130
|
+
tiered_storage_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnCluster.TieredStorageConfigProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
59047
59131
|
vpc_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnCluster.VpcConfigProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
59048
59132
|
) -> None:
|
|
59049
59133
|
"""Type checking stubs"""
|
|
@@ -59764,14 +59848,6 @@ def _typecheckingstub__da207547ea530dc451bd8f33c6174b52ddcb5c9c348d4df84894bf6a2
|
|
|
59764
59848
|
"""Type checking stubs"""
|
|
59765
59849
|
pass
|
|
59766
59850
|
|
|
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
|
-
|
|
59775
59851
|
def _typecheckingstub__76b99b25d5846497c07368fb764a277782458a65eed58ef9398494227f100421(
|
|
59776
59852
|
inspector: _TreeInspector_488e0dd5,
|
|
59777
59853
|
) -> None:
|
|
@@ -59976,6 +60052,7 @@ def _typecheckingstub__b1441bbec1bb60460bda62b43765e140885fbb36e13b090ded31c919b
|
|
|
59976
60052
|
orchestrator: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnCluster.OrchestratorProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
59977
60053
|
restricted_instance_groups: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnCluster.ClusterRestrictedInstanceGroupProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
59978
60054
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
60055
|
+
tiered_storage_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnCluster.TieredStorageConfigProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
59979
60056
|
vpc_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnCluster.VpcConfigProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
59980
60057
|
) -> None:
|
|
59981
60058
|
"""Type checking stubs"""
|
|
@@ -60047,6 +60124,12 @@ def _typecheckingstub__d084f139dda46e8f580a7b39f59ba1634670f397fa2aa5cb51e1f2f0c
|
|
|
60047
60124
|
"""Type checking stubs"""
|
|
60048
60125
|
pass
|
|
60049
60126
|
|
|
60127
|
+
def _typecheckingstub__417e5054c002112b482e7766dc9cc9693a0744a811c4973323619b1524db5402(
|
|
60128
|
+
value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnCluster.TieredStorageConfigProperty]],
|
|
60129
|
+
) -> None:
|
|
60130
|
+
"""Type checking stubs"""
|
|
60131
|
+
pass
|
|
60132
|
+
|
|
60050
60133
|
def _typecheckingstub__429f3349777c49353a90fb2e147d893a183eb1e53971ad423f88736afc16b14c(
|
|
60051
60134
|
value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnCluster.VpcConfigProperty]],
|
|
60052
60135
|
) -> None:
|
|
@@ -60190,6 +60273,14 @@ def _typecheckingstub__81dc9ecbde9bb4b8c0eba924792ecc3f847c8f654d60156a7fde757af
|
|
|
60190
60273
|
"""Type checking stubs"""
|
|
60191
60274
|
pass
|
|
60192
60275
|
|
|
60276
|
+
def _typecheckingstub__ec2724ab5fe58a48d5a0c3d1d276cd362c60999d58706a5c048ade7d93792deb(
|
|
60277
|
+
*,
|
|
60278
|
+
mode: builtins.str,
|
|
60279
|
+
instance_memory_allocation_percentage: typing.Optional[jsii.Number] = None,
|
|
60280
|
+
) -> None:
|
|
60281
|
+
"""Type checking stubs"""
|
|
60282
|
+
pass
|
|
60283
|
+
|
|
60193
60284
|
def _typecheckingstub__c25c63e6108b86a8b4d868c1bea98ca33c486d394309500187dda4d53e294a1a(
|
|
60194
60285
|
*,
|
|
60195
60286
|
security_group_ids: typing.Sequence[builtins.str],
|
|
@@ -60832,6 +60923,7 @@ def _typecheckingstub__b23323cc301476d59d77a279da88bfc3d14a3c21fb8709a0ecc6db607
|
|
|
60832
60923
|
*,
|
|
60833
60924
|
docker_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDomain.DockerSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
60834
60925
|
execution_role_identity_config: typing.Optional[builtins.str] = None,
|
|
60926
|
+
ip_address_type: typing.Optional[builtins.str] = None,
|
|
60835
60927
|
r_studio_server_pro_domain_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDomain.RStudioServerProDomainSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
60836
60928
|
security_group_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
60837
60929
|
unified_studio_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDomain.UnifiedStudioSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -65032,14 +65124,6 @@ def _typecheckingstub__f4cf36c039bdacba2a059b01ad6ca85e87e6d521f09ca1f75b0131027
|
|
|
65032
65124
|
"""Type checking stubs"""
|
|
65033
65125
|
pass
|
|
65034
65126
|
|
|
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
|
-
|
|
65043
65127
|
def _typecheckingstub__7dddb84aee67953eeae7ef9e4de9ff319c579f67a161e906e49503007dd5ac31(
|
|
65044
65128
|
inspector: _TreeInspector_488e0dd5,
|
|
65045
65129
|
) -> None:
|
|
@@ -65319,14 +65403,6 @@ def _typecheckingstub__beda07bea319cc25c84f5e77bce363c97996e606a26b7a70b22536955
|
|
|
65319
65403
|
"""Type checking stubs"""
|
|
65320
65404
|
pass
|
|
65321
65405
|
|
|
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
|
-
|
|
65330
65406
|
def _typecheckingstub__a2dadde93d4bb5495d1cda0d7f1d1582d8f3894875492f0b5b53c7fd32b84c93(
|
|
65331
65407
|
inspector: _TreeInspector_488e0dd5,
|
|
65332
65408
|
) -> None:
|
|
@@ -65662,3 +65738,6 @@ def _typecheckingstub__74f817ac3b5bece92b045cdf0b84972864f8be367364ba082cd53e173
|
|
|
65662
65738
|
) -> None:
|
|
65663
65739
|
"""Type checking stubs"""
|
|
65664
65740
|
pass
|
|
65741
|
+
|
|
65742
|
+
for cls in [IAppImageConfigRef, IAppRef, IClusterRef, ICodeRepositoryRef, IDataQualityJobDefinitionRef, IDeviceFleetRef, IDeviceRef, IDomainRef, IEndpoint, IEndpointConfigRef, IEndpointRef, IFeatureGroupRef, IImageRef, IImageVersionRef, IInferenceComponentRef, IInferenceExperimentRef, IMlflowTrackingServerRef, IModelBiasJobDefinitionRef, IModelCardRef, IModelExplainabilityJobDefinitionRef, IModelPackageGroupRef, IModelPackageRef, IModelQualityJobDefinitionRef, IModelRef, IMonitoringScheduleRef, INotebookInstanceLifecycleConfigRef, INotebookInstanceRef, IPartnerAppRef, IPipeline, IPipelineRef, IProcessingJobRef, IProjectRef, ISpaceRef, IStudioLifecycleConfigRef, IUserProfileRef, IWorkteamRef]:
|
|
65743
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
aws_cdk/aws_sam/__init__.py
CHANGED
|
@@ -15587,3 +15587,6 @@ def _typecheckingstub__8568d1e5362e81260a69221e107002da0809dc2714f5960aaa894d488
|
|
|
15587
15587
|
) -> None:
|
|
15588
15588
|
"""Type checking stubs"""
|
|
15589
15589
|
pass
|
|
15590
|
+
|
|
15591
|
+
for cls in [IApiRef, IApplicationRef, IFunctionRef, IHttpApiRef, ILayerVersionRef, ISimpleTableRef, IStateMachineRef]:
|
|
15592
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -4544,27 +4544,6 @@ class CfnSchedule(
|
|
|
4544
4544
|
|
|
4545
4545
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
4546
4546
|
|
|
4547
|
-
@jsii.member(jsii_name="fromScheduleArn")
|
|
4548
|
-
@builtins.classmethod
|
|
4549
|
-
def from_schedule_arn(
|
|
4550
|
-
cls,
|
|
4551
|
-
scope: _constructs_77d1e7e8.Construct,
|
|
4552
|
-
id: builtins.str,
|
|
4553
|
-
arn: builtins.str,
|
|
4554
|
-
) -> IScheduleRef:
|
|
4555
|
-
'''Creates a new IScheduleRef from an ARN.
|
|
4556
|
-
|
|
4557
|
-
:param scope: -
|
|
4558
|
-
:param id: -
|
|
4559
|
-
:param arn: -
|
|
4560
|
-
'''
|
|
4561
|
-
if __debug__:
|
|
4562
|
-
type_hints = typing.get_type_hints(_typecheckingstub__cfff8a9c559a9db3ae6b5c12009b96cd3f2329516e8d8c74011166bddaac654e)
|
|
4563
|
-
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
4564
|
-
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
4565
|
-
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
4566
|
-
return typing.cast(IScheduleRef, jsii.sinvoke(cls, "fromScheduleArn", [scope, id, arn]))
|
|
4567
|
-
|
|
4568
4547
|
@jsii.member(jsii_name="inspect")
|
|
4569
4548
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
4570
4549
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -6884,14 +6863,6 @@ def _typecheckingstub__503b74ac170f15626de2456b6f8c40d2cdc1ab21574c821e051517099
|
|
|
6884
6863
|
"""Type checking stubs"""
|
|
6885
6864
|
pass
|
|
6886
6865
|
|
|
6887
|
-
def _typecheckingstub__cfff8a9c559a9db3ae6b5c12009b96cd3f2329516e8d8c74011166bddaac654e(
|
|
6888
|
-
scope: _constructs_77d1e7e8.Construct,
|
|
6889
|
-
id: builtins.str,
|
|
6890
|
-
arn: builtins.str,
|
|
6891
|
-
) -> None:
|
|
6892
|
-
"""Type checking stubs"""
|
|
6893
|
-
pass
|
|
6894
|
-
|
|
6895
6866
|
def _typecheckingstub__859c33780944a757aa0069dfe861a7f9ee3aaa6d51b1881276590d23b3cbc11d(
|
|
6896
6867
|
inspector: _TreeInspector_488e0dd5,
|
|
6897
6868
|
) -> None:
|
|
@@ -7140,3 +7111,6 @@ def _typecheckingstub__c803209b899e8ad5a9aaaa50de8f083948fedec73e43cc9c9b541cd5f
|
|
|
7140
7111
|
) -> None:
|
|
7141
7112
|
"""Type checking stubs"""
|
|
7142
7113
|
pass
|
|
7114
|
+
|
|
7115
|
+
for cls in [ISchedule, IScheduleGroup, IScheduleGroupRef, IScheduleRef, IScheduleTarget]:
|
|
7116
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
aws_cdk/aws_sdb/__init__.py
CHANGED
|
@@ -366,3 +366,6 @@ def _typecheckingstub__fd66f099b2d22986830c01de703f022491b0bc3a685ded9b0f2c19bb1
|
|
|
366
366
|
) -> None:
|
|
367
367
|
"""Type checking stubs"""
|
|
368
368
|
pass
|
|
369
|
+
|
|
370
|
+
for cls in [IDomainRef]:
|
|
371
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -7408,3 +7408,6 @@ def _typecheckingstub__eb32efb5952cc114eb89eeb6884dd52a8077263cbe3c8d6c019dee883
|
|
|
7408
7408
|
) -> None:
|
|
7409
7409
|
"""Type checking stubs"""
|
|
7410
7410
|
pass
|
|
7411
|
+
|
|
7412
|
+
for cls in [IResourcePolicyRef, IRotationScheduleRef, ISecret, ISecretAttachmentTarget, ISecretRef, ISecretTargetAttachment, ISecretTargetAttachmentRef]:
|
|
7413
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -15715,3 +15715,6 @@ def _typecheckingstub__6ef5462ffb9eee57944c11caa687907b4e26d622e7e133c3335b59694
|
|
|
15715
15715
|
) -> None:
|
|
15716
15716
|
"""Type checking stubs"""
|
|
15717
15717
|
pass
|
|
15718
|
+
|
|
15719
|
+
for cls in [IAggregatorV2Ref, IAutomationRuleRef, IAutomationRuleV2Ref, IConfigurationPolicyRef, IDelegatedAdminRef, IFindingAggregatorRef, IHubRef, IHubV2Ref, IInsightRef, IOrganizationConfigurationRef, IPolicyAssociationRef, IProductSubscriptionRef, ISecurityControlRef, IStandardRef]:
|
|
15720
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -3060,3 +3060,6 @@ def _typecheckingstub__eda053f3e120e20df5120b1a8032bb559c0c4d069b5d67b0576d442df
|
|
|
3060
3060
|
) -> None:
|
|
3061
3061
|
"""Type checking stubs"""
|
|
3062
3062
|
pass
|
|
3063
|
+
|
|
3064
|
+
for cls in [IAwsLogSourceRef, IDataLakeRef, ISubscriberNotificationRef, ISubscriberRef]:
|
|
3065
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|