CodegenJobGenericDataSchema - AmplifyUIBuilder

CodegenJobGenericDataSchema

Describes the data schema for a code generation job.

Contents

dataSourceType

The type of the data source for the schema. Currently, the only valid value is an Amplify DataStore.

Type: String

Valid Values: DataStore

Required: Yes

enums

The name of a CodegenGenericDataEnum.

Type: String to CodegenGenericDataEnum object map

Required: Yes

models

The name of a CodegenGenericDataModel.

Type: String to CodegenGenericDataModel object map

Required: Yes

nonModels

The name of a CodegenGenericDataNonModel.

Type: String to CodegenGenericDataNonModel object map

Required: Yes

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: