aws-cdk-lib.aws_sagemaker.CfnUserProfile.JupyterServerAppSettingsProperty

interface JupyterServerAppSettingsProperty

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