aws_sagemaker.CfnDomain.UserSettingsProperty: studio_web_portal and default_landing_uri parameters #28340
Labels
@aws-cdk/aws-sagemaker
Related to AWS SageMaker
@aws-cdk/cfnspec
bug
This issue is a bug.
effort/medium
Medium work item – several days of effort
needs-cfn
This issue is waiting on changes to CloudFormation before it can be addressed.
p1
response-requested
Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.
Describe the bug
Hi, we are trying to create a Sagemaker Domain with the new Sagemaker Studio UI experience with the following code:
if I run the
cdk diff
command, the cloudformation templates is rendered without problems. Here is the generated templateBut when we try to deploy the changes, the deployment process fails with this error:
Expected Behavior
A Sagemaker domain with the new Studio UI Experencie
Current Behavior
Reproduction Steps
Possible Solution
No response
Additional Information/Context
Checking the cloudformation documentacion the AWS::SageMaker::Domain UserSettings doesn't have that parameters.
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-domain-usersettings.html
CDK CLI Version
2.114.1
Framework Version
2.114.1
Node.js Version
v18.17.0
OS
Ubuntu 20.04.6 LTS
Language
Python
Language Version
3.10
Other information
No response
The text was updated successfully, but these errors were encountered: