EntityDefinitionArgs

data class EntityDefinitionArgs(val configuration: Output<Map<String, String>>? = null, val dataType: Output<EntityDataTypeArgs>? = null, val defaultValue: Output<EntityDataValueArgs>? = null, val isExternalId: Output<Boolean>? = null, val isFinal: Output<Boolean>? = null, val isImported: Output<Boolean>? = null, val isInherited: Output<Boolean>? = null, val isRequiredInEntity: Output<Boolean>? = null, val isStoredExternally: Output<Boolean>? = null, val isTimeSeries: Output<Boolean>? = null) : ConvertibleToJava<EntityDefinitionArgs>

An object that specifies information about a property definition.

Constructors

Link copied to clipboard
constructor(configuration: Output<Map<String, String>>? = null, dataType: Output<EntityDataTypeArgs>? = null, defaultValue: Output<EntityDataValueArgs>? = null, isExternalId: Output<Boolean>? = null, isFinal: Output<Boolean>? = null, isImported: Output<Boolean>? = null, isInherited: Output<Boolean>? = null, isRequiredInEntity: Output<Boolean>? = null, isStoredExternally: Output<Boolean>? = null, isTimeSeries: Output<Boolean>? = null)

Properties

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

An object that specifies information about a property configuration.

Link copied to clipboard
val dataType: Output<EntityDataTypeArgs>? = null

An object that contains information about the data type.

Link copied to clipboard
val defaultValue: Output<EntityDataValueArgs>? = null

An object that contains the default value.

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

A Boolean value that specifies whether the property ID comes from an external data store.

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

A Boolean value that specifies whether the property definition can be updated.

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

A Boolean value that specifies whether the property definition is imported from an external data store.

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

A Boolean value that specifies whether the property definition is inherited from a parent entity.

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

A Boolean value that specifies whether the property is required.

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

A Boolean value that specifies whether the property is stored externally.

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

A Boolean value that specifies whether the property consists of time series data.

Functions

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