cloudformation-coverage-roadmap icon indicating copy to clipboard operation
cloudformation-coverage-roadmap copied to clipboard

[AWS::SageMaker::Domain] - [Docs] - DefaultSpaceSettings are set as not required even though they are

Open SGhotra1 opened this issue 1 year ago • 0 comments

Name of the resource

AWS::SageMaker::Domain

Resource name

No response

Reference Link

https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-domain.html https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_sagemaker.CfnDomainProps.html

Details

The documentation of the Sagemaker Domain says that the DefaultSpaceSettings are not required as a property but this is not true, as there is an Error if you try to deploy a Sagemaker Domain without any DefaultSpaceSettings, which complains that these are missing. The Terraform documentation for example has documented this correctly: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sagemaker_domain

SGhotra1 avatar Sep 20 '24 13:09 SGhotra1