Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-sagemaker-app.json
Parent schema serverless-framework-configuration
Type: object

Resource Type definition for AWS::SageMaker::App. Source:- No source definition found, add manually please

Properties

AppName string | Aws_CF_FunctionString required

The name of the app.

AppType string | Aws_CF_FunctionString required

The type of app.

DomainId string | Aws_CF_FunctionString required

The domain ID.

UserProfileName string | Aws_CF_FunctionString required

The user profile name.

ResourceSpec object
3 nested properties
InstanceType string | Aws_CF_FunctionString

The instance type that the image version runs on.

SageMakerImageArn string | Aws_CF_FunctionString

The ARN of the SageMaker image that the image version belongs to.

SageMakerImageVersionArn string | Aws_CF_FunctionString

The ARN of the image version created on the instance.

Tags Tag[]

A list of tags to apply to the app.

minItems=0maxItems=50

Definitions

ResourceSpec object
InstanceType string | Aws_CF_FunctionString

The instance type that the image version runs on.

SageMakerImageArn string | Aws_CF_FunctionString

The ARN of the SageMaker image that the image version belongs to.

SageMakerImageVersionArn string | Aws_CF_FunctionString

The ARN of the image version created on the instance.

Tag object
Value string | Aws_CF_FunctionString required
Key string | Aws_CF_FunctionString required