Jump to Content

This API Documentation is now deprecated

We are excited to announce our new API Documentation.

Interface CreateModelCommandInputProtected

The input for CreateModelCommand.

Hierarchy

Properties

ApiId: undefined | string

The API identifier.

ContentType?: string

The content-type for the model, for example, "application/json".

Description?: string

The description of the model.

Name: undefined | string

The name of the model. Must be alphanumeric.

Schema: undefined | string

The schema for the model. For application/json models, this should be JSON schema draft 4 model.