ProjectArgs

data class ProjectArgs(val datasetName: Output<String>? = null, val name: Output<String>? = null, val recipeName: Output<String>? = null, val roleArn: Output<String>? = null, val sample: Output<ProjectSampleArgs>? = null, val tags: Output<List<CreateOnlyTagArgs>>? = null) : ConvertibleToJava<ProjectArgs>

Resource schema for AWS::DataBrew::Project.

Example Usage

Example

No Java example available.

Example

No Java example available.

Constructors

Link copied to clipboard
constructor(datasetName: Output<String>? = null, name: Output<String>? = null, recipeName: Output<String>? = null, roleArn: Output<String>? = null, sample: Output<ProjectSampleArgs>? = null, tags: Output<List<CreateOnlyTagArgs>>? = null)

Properties

Link copied to clipboard
val datasetName: Output<String>? = null

Dataset name

Link copied to clipboard
val name: Output<String>? = null

Project name

Link copied to clipboard
val recipeName: Output<String>? = null

Recipe name

Link copied to clipboard
val roleArn: Output<String>? = null

Role arn

Link copied to clipboard
val sample: Output<ProjectSampleArgs>? = null

Sample

Link copied to clipboard
val tags: Output<List<CreateOnlyTagArgs>>? = null

Metadata tags that have been applied to the project.

Functions

Link copied to clipboard
open override fun toJava(): ProjectArgs