ContentArgs

data class ContentArgs(val dataText: Output<String>? = null, val description: Output<String>? = null, val labels: Output<Map<String, String>>? = null, val lakeId: Output<String>? = null, val location: Output<String>? = null, val notebook: Output<GoogleCloudDataplexV1ContentNotebookArgs>? = null, val path: Output<String>? = null, val project: Output<String>? = null, val sqlScript: Output<GoogleCloudDataplexV1ContentSqlScriptArgs>? = null) : ConvertibleToJava<ContentArgs>

Create a content. Auto-naming is currently not supported for this resource.

Constructors

Link copied to clipboard
fun ContentArgs(dataText: Output<String>? = null, description: Output<String>? = null, labels: Output<Map<String, String>>? = null, lakeId: Output<String>? = null, location: Output<String>? = null, notebook: Output<GoogleCloudDataplexV1ContentNotebookArgs>? = null, path: Output<String>? = null, project: Output<String>? = null, sqlScript: Output<GoogleCloudDataplexV1ContentSqlScriptArgs>? = null)

Functions

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

Properties

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

Content data in string format.

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

Optional. Description of the content.

Link copied to clipboard
val labels: Output<Map<String, String>>? = null

Optional. User defined labels for the content.

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

Notebook related configurations.

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

The path for the Content file, represented as directory structure. Unique within a lake. Limited to alphanumerics, hyphens, underscores, dots and slashes.

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

Sql Script related configurations.