Contentitem

class Contentitem : KotlinCustomResource

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

Properties

Link copied to clipboard
val createTime: Output<String>

Content creation time.

Link copied to clipboard
val dataText: Output<String>

Content data in string format.

Link copied to clipboard
val description: Output<String>

Optional. Description of the content.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val labels: Output<Map<String, String>>

Optional. User defined labels for the content.

Link copied to clipboard
val lakeId: Output<String>
Link copied to clipboard
val location: Output<String>
Link copied to clipboard
val name: Output<String>

The relative resource name of the content, of the form: projects/{project_id}/locations/{location_id}/lakes/{lake_id}/content/{content_id}

Link copied to clipboard

Notebook related configurations.

Link copied to clipboard
val path: Output<String>

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>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Sql Script related configurations.

Link copied to clipboard
val uid: Output<String>

System generated globally unique ID for the content. This ID will be different if the content is deleted and re-created with the same name.

Link copied to clipboard
val updateTime: Output<String>

The time when the content was last updated.

Link copied to clipboard
val urn: Output<String>