FeaturesetVersionArgs

data class FeaturesetVersionArgs(val autoDeleteSetting: Output<AutoDeleteSettingArgs>? = null, val description: Output<String>? = null, val entities: Output<List<String>>? = null, val isAnonymous: Output<Boolean>? = null, val isArchived: Output<Boolean>? = null, val materializationSettings: Output<MaterializationSettingsArgs>? = null, val properties: Output<Map<String, String>>? = null, val specification: Output<FeaturesetSpecificationArgs>? = null, val stage: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<FeaturesetVersionArgs>

Dto object representing feature set version

Constructors

Link copied to clipboard
constructor(autoDeleteSetting: Output<AutoDeleteSettingArgs>? = null, description: Output<String>? = null, entities: Output<List<String>>? = null, isAnonymous: Output<Boolean>? = null, isArchived: Output<Boolean>? = null, materializationSettings: Output<MaterializationSettingsArgs>? = null, properties: Output<Map<String, String>>? = null, specification: Output<FeaturesetSpecificationArgs>? = null, stage: Output<String>? = null, tags: Output<Map<String, String>>? = null)

Properties

Link copied to clipboard

Specifies the lifecycle setting of managed data asset.

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

The asset description text.

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

Specifies list of entities

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

If the name version are system generated (anonymous registration). For types where Stage is defined, when Stage is provided it will be used to populate IsAnonymous

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

Is the asset archived? For types where Stage is defined, when Stage is provided it will be used to populate IsArchived

Link copied to clipboard

Specifies the materialization settings

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

The asset property dictionary.

Link copied to clipboard

Specifies the feature spec details

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(): FeaturesetVersionArgs