interface JupyterServerAppSettingsProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.Sagemaker.CfnUserProfile.JupyterServerAppSettingsProperty | 
|  Java | software.amazon.awscdk.services.sagemaker.CfnUserProfile.JupyterServerAppSettingsProperty | 
|  Python | aws_cdk.aws_sagemaker.CfnUserProfile.JupyterServerAppSettingsProperty | 
|  TypeScript | @aws-cdk/aws-sagemaker»CfnUserProfile»JupyterServerAppSettingsProperty | 
The JupyterServer app settings.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as sagemaker from '@aws-cdk/aws-sagemaker';
const jupyterServerAppSettingsProperty: sagemaker.CfnUserProfile.JupyterServerAppSettingsProperty = {
  defaultResourceSpec: {
    instanceType: 'instanceType',
    sageMakerImageArn: 'sageMakerImageArn',
    sageMakerImageVersionArn: 'sageMakerImageVersionArn',
  },
};
Properties
| Name | Type | Description | 
|---|---|---|
| default | IResolvable | Resource | The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterServer app. | 
defaultResourceSpec?
Type:
IResolvable | Resource
(optional)
The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterServer app.
