Replies: 2 comments
-
Could you provide reproduction steps with minimal code sample please? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @peterwoodworth, Here is the cdk sample for creating sagemaker domain. The attributes
Additionally, here is the cli command and input json I used for updating
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I created a sagemaker domain through aws-cdk. And now, I am trying to update its domain's sharing setting, however, I am getting an error;
Moreover, the related CloudFormation reference already points out that these attributes are specified at creation time of the resource but it is marked with
No Interruption
from CloudFormation reference. I want to be sure that these properties are not updatable?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions