# AWS::SageMaker::Space SpaceSettings A collection of settings that apply to spaces of Amazon SageMaker Studio. These settings are specified when the CreateSpace API is called. ## Syntax To declare this entity in your AWS CloudFormation template, use the following syntax: ### JSON
{
    "JupyterServerAppSettings" : JupyterServerAppSettings,
    "KernelGatewayAppSettings" : KernelGatewayAppSettings
}
### YAML
JupyterServerAppSettings: JupyterServerAppSettings
KernelGatewayAppSettings: KernelGatewayAppSettings
## Properties #### JupyterServerAppSettings The JupyterServer app settings. _Required_: No _Type_: JupyterServerAppSettings _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### KernelGatewayAppSettings The kernel gateway app settings. _Required_: No _Type_: KernelGatewayAppSettings _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)