CodegenJob

Describes the configuration for a code generation job that is associated with an Amplify app.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the Amplify app associated with the code generation job.

Link copied to clipboard

The CodegenJobAsset to use for the code generation job.

Link copied to clipboard

Specifies whether to autogenerate forms in the code generation job.

Link copied to clipboard

The time that the code generation job was created.

Link copied to clipboard

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

Link copied to clipboard

The name of the backend environment associated with the code generation job.

Link copied to clipboard

Describes the feature flags that you can specify for a code generation job.

Link copied to clipboard

Describes the data schema for a code generation job.

Link copied to clipboard
val id: String

The unique ID for the code generation job.

Link copied to clipboard

The time that the code generation job was modified.

Link copied to clipboard

Describes the configuration information for rendering the UI component associated with the code generation job.

Link copied to clipboard

The status of the code generation job.

Link copied to clipboard

The customized status message for the code generation job.

Link copied to clipboard

One or more key-value pairs to use when tagging the code generation job.

Functions

Link copied to clipboard
inline fun copy(block: CodegenJob.Builder.() -> Unit = {}): CodegenJob
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String