GoogleCloudApigeeV1DatastoreConfigArgs

data class GoogleCloudApigeeV1DatastoreConfigArgs(val bucketName: Output<String>? = null, val datasetName: Output<String>? = null, val path: Output<String>? = null, val project: Output<String>, val tablePrefix: Output<String>? = null) : ConvertibleToJava<GoogleCloudApigeeV1DatastoreConfigArgs>

Configuration detail for datastore

Constructors

Link copied to clipboard
fun GoogleCloudApigeeV1DatastoreConfigArgs(bucketName: Output<String>? = null, datasetName: Output<String>? = null, path: Output<String>? = null, project: Output<String>, tablePrefix: Output<String>? = null)

Functions

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

Properties

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

Name of the Cloud Storage bucket. Required for gcs target_type.

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

BigQuery dataset name Required for bigquery target_type.

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

Path of Cloud Storage bucket Required for gcs target_type.

Link copied to clipboard
val project: Output<String>

GCP project in which the datastore exists

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

Prefix of BigQuery table Required for bigquery target_type.