DatasetAccessDatasetArgs

data class DatasetAccessDatasetArgs(val dataset: Output<DatasetAccessDatasetDatasetArgs>, val targetTypes: Output<List<String>>) : ConvertibleToJava<DatasetAccessDatasetArgs>

Constructors

Link copied to clipboard
constructor(dataset: Output<DatasetAccessDatasetDatasetArgs>, targetTypes: Output<List<String>>)

Properties

Link copied to clipboard

The dataset this entry applies to Structure is documented below.

Link copied to clipboard
val targetTypes: Output<List<String>>

Which resources in the dataset this entry applies to. Currently, only views are supported, but additional target types may be added in the future. Possible values: VIEWS

Functions

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