EnterpriseKnowledgeGraphPropertiesArgs

data class EnterpriseKnowledgeGraphPropertiesArgs(val description: Output<String>? = null, val metadata: Output<Any>? = null, val provisioningState: Output<String>? = null) : ConvertibleToJava<EnterpriseKnowledgeGraphPropertiesArgs>

The parameters to provide for the EnterpriseKnowledgeGraph.

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, metadata: Output<Any>? = null, provisioningState: Output<String>? = null)

Properties

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

The description of the EnterpriseKnowledgeGraph

Link copied to clipboard
val metadata: Output<Any>? = null

Specifies the metadata of the resource.

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

The state of EnterpriseKnowledgeGraph provisioning

Functions

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