FeaturestoreEntityVersionArgs

data class FeaturestoreEntityVersionArgs(val description: Output<String>? = null, val indexColumns: Output<List<IndexColumnArgs>>? = null, val isAnonymous: Output<Boolean>? = null, val isArchived: Output<Boolean>? = null, val properties: Output<Map<String, String>>? = null, val stage: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<FeaturestoreEntityVersionArgs>

DTO object representing feature entity version

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, indexColumns: Output<List<IndexColumnArgs>>? = null, isAnonymous: Output<Boolean>? = null, isArchived: Output<Boolean>? = null, properties: Output<Map<String, String>>? = null, stage: Output<String>? = null, tags: Output<Map<String, String>>? = null)

Properties

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

The asset description text.

Link copied to clipboard
val indexColumns: Output<List<IndexColumnArgs>>? = null

Specifies index columns

Link copied to clipboard
val isAnonymous: Output<Boolean>? = null

If the name version are system generated (anonymous registration).

Link copied to clipboard
val isArchived: Output<Boolean>? = null

Is the asset archived?

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

The asset property dictionary.

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

Specifies the asset stage

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

Tag dictionary. Tags can be added, removed, and updated.

Functions

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