ReactStartCodegenJobData - AmplifyUIBuilder

ReactStartCodegenJobData

Describes the code generation job configuration for a React project.

Contents

apiConfiguration

The API configuration for the code generation job.

Type: ApiConfiguration object

Note: This object is a Union. Only one member of this object can be specified or returned.

Required: No

dependencies

Lists the dependency packages that may be required for the project code to run.

Type: String to string map

Required: No

inlineSourceMap

Specifies whether the code generation job should render inline source maps.

Type: Boolean

Required: No

module

The JavaScript module type.

Type: String

Valid Values: es2020 | esnext

Required: No

renderTypeDeclarations

Specifies whether the code generation job should render type declaration files.

Type: Boolean

Required: No

script

The file type to use for a JavaScript project.

Type: String

Valid Values: jsx | tsx | js

Required: No

target

The ECMAScript specification to use.

Type: String

Valid Values: es2015 | es2020

Required: No

See Also

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