Project

class Project

Represents all of the attributes of a DataBrew project.

Types

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

Properties

Link copied to clipboard

The ID of the Amazon Web Services account that owns the project.

Link copied to clipboard

The date and time that the project was created.

Link copied to clipboard

The Amazon Resource Name (ARN) of the user who crated the project.

Link copied to clipboard

The dataset that the project is to act upon.

Link copied to clipboard

The Amazon Resource Name (ARN) of the user who last modified the project.

Link copied to clipboard

The last modification date and time for the project.

Link copied to clipboard

The unique name of a project.

Link copied to clipboard

The date and time when the project was opened.

Link copied to clipboard

The Amazon Resource Name (ARN) of the user that opened the project for use.

Link copied to clipboard

The name of a recipe that will be developed during a project session.

Link copied to clipboard

The Amazon Resource Name (ARN) for the project.

Link copied to clipboard

The Amazon Resource Name (ARN) of the role that will be assumed for this project.

Link copied to clipboard

The sample size and sampling type to apply to the data. If this parameter isn't specified, then the sample consists of the first 500 rows from the dataset.

Link copied to clipboard

Metadata tags that have been applied to the project.

Functions

Link copied to clipboard
inline fun copy(block: Project.Builder.() -> Unit = {}): Project
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