aws-cdk-lib.aws_sagemaker.CfnSpace.JupyterServerAppSettingsProperty

interface JupyterServerAppSettingsProperty

LanguageType name
.NETAmazon.CDK.AWS.Sagemaker.CfnSpace.JupyterServerAppSettingsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnSpace_JupyterServerAppSettingsProperty
Javasoftware.amazon.awscdk.services.sagemaker.CfnSpace.JupyterServerAppSettingsProperty
Pythonaws_cdk.aws_sagemaker.CfnSpace.JupyterServerAppSettingsProperty
TypeScript aws-cdk-lib » aws_sagemaker » CfnSpace » 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 { aws_sagemaker as sagemaker } from 'aws-cdk-lib';
const jupyterServerAppSettingsProperty: sagemaker.CfnSpace.JupyterServerAppSettingsProperty = {
  defaultResourceSpec: {
    instanceType: 'instanceType',
    sageMakerImageArn: 'sageMakerImageArn',
    sageMakerImageVersionArn: 'sageMakerImageVersionArn',
  },
};

Properties

NameTypeDescription
defaultResourceSpec?IResolvable | ResourceSpecPropertyThe default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterServer app.

defaultResourceSpec?

Type: IResolvable | ResourceSpecProperty (optional)

The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterServer app.

If you use the LifecycleConfigArns parameter, then this parameter is also required.