DatasetArgs

data class DatasetArgs(val format: Output<DatasetFormat>? = null, val formatOptions: Output<DatasetFormatOptionsArgs>? = null, val input: Output<DatasetInputArgs>? = null, val name: Output<String>? = null, val pathOptions: Output<DatasetPathOptionsArgs>? = null, val tags: Output<List<CreateOnlyTagArgs>>? = null) : ConvertibleToJava<DatasetArgs>

Resource schema for AWS::DataBrew::Dataset.

Example Usage

Example

No Java example available.

Constructors

Link copied to clipboard
constructor(format: Output<DatasetFormat>? = null, formatOptions: Output<DatasetFormatOptionsArgs>? = null, input: Output<DatasetInputArgs>? = null, name: Output<String>? = null, pathOptions: Output<DatasetPathOptionsArgs>? = null, tags: Output<List<CreateOnlyTagArgs>>? = null)

Properties

Link copied to clipboard
val format: Output<DatasetFormat>? = null

Dataset format

Link copied to clipboard

Format options for dataset

Link copied to clipboard
val input: Output<DatasetInputArgs>? = null

Input

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

Dataset name

Link copied to clipboard
val pathOptions: Output<DatasetPathOptionsArgs>? = null

PathOptions

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

Metadata tags that have been applied to the dataset.

Functions

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