bigqueryDataset

@JvmName(name = "vybpfotvuoivrrar")
suspend fun bigqueryDataset(value: Output<BigQueryDatasetArgs>)
@JvmName(name = "rglwforrsqedndtt")
suspend fun bigqueryDataset(value: BigQueryDatasetArgs?)

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.


@JvmName(name = "hvohyvyyqeltsosw")
suspend fun bigqueryDataset(argument: suspend BigQueryDatasetArgsBuilder.() -> 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.