We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AWS::SageMaker::Domain
No response
AWS::SageMaker::Domain StudioWebPortalSettings currently does not support HiddenInstanceTypes property.
HiddenInstanceTypes
This is supported in API and CLI create-domain update-domain
When using the HiddenInstanceTypes property, CloudFormation gives the following error:
[#/DefaultUserSettings/StudioWebPortalSettings: extraneous key [HiddenInstanceTypes] is not permitted]
Sample template to replicate the issue:
Resources: SageMakerResource: Type: AWS::SageMaker::Domain Properties: AuthMode: IAM DefaultUserSettings: StudioWebPortalSettings: HiddenInstanceTypes: - ml.r6id.32xlarge DomainName: domainname SubnetIds: - subnet-abc VpcId: vpc-abc
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Name of the resource
AWS::SageMaker::Domain
Resource name
No response
Description
AWS::SageMaker::Domain StudioWebPortalSettings currently does not support
HiddenInstanceTypes
property.This is supported in API and CLI
create-domain
update-domain
When using the
HiddenInstanceTypes
property, CloudFormation gives the following error:Sample template to replicate the issue:
Other Details
No response
The text was updated successfully, but these errors were encountered: