bigqueryDatasets

@JvmName(name = "udnbbbugiucmgpgn")
suspend fun bigqueryDatasets(value: Output<List<LinkedDatasetBigqueryDatasetArgs>>)
@JvmName(name = "swtdyhhqepihpjmc")
suspend fun bigqueryDatasets(value: List<LinkedDatasetBigqueryDatasetArgs>?)

Parameters

value

The information of a BigQuery Dataset. When a link is created, a BigQuery dataset is created along with it, in the same project as the LogBucket it's linked to. This dataset will also have BigQuery Views corresponding to the LogViews in the bucket. Structure is documented below.


@JvmName(name = "flnrrwjrbyltrkrc")
suspend fun bigqueryDatasets(vararg values: Output<LinkedDatasetBigqueryDatasetArgs>)


@JvmName(name = "oersjbkpnuaggvys")
suspend fun bigqueryDatasets(values: List<Output<LinkedDatasetBigqueryDatasetArgs>>)
@JvmName(name = "hhngtjpvnjbxeaor")
suspend fun bigqueryDatasets(vararg values: LinkedDatasetBigqueryDatasetArgs)

Parameters

values

The information of a BigQuery Dataset. When a link is created, a BigQuery dataset is created along with it, in the same project as the LogBucket it's linked to. This dataset will also have BigQuery Views corresponding to the LogViews in the bucket. Structure is documented below.


@JvmName(name = "aininwpxswwimkdb")
suspend fun bigqueryDatasets(argument: List<suspend LinkedDatasetBigqueryDatasetArgsBuilder.() -> Unit>)
@JvmName(name = "cykadgrnmnxuobgr")
suspend fun bigqueryDatasets(vararg argument: suspend LinkedDatasetBigqueryDatasetArgsBuilder.() -> Unit)
@JvmName(name = "bolnwrsqufvxfksh")
suspend fun bigqueryDatasets(argument: suspend LinkedDatasetBigqueryDatasetArgsBuilder.() -> Unit)

Parameters

argument

The information of a BigQuery Dataset. When a link is created, a BigQuery dataset is created along with it, in the same project as the LogBucket it's linked to. This dataset will also have BigQuery Views corresponding to the LogViews in the bucket. Structure is documented below.