ConnectorDataTypeArgs

data class ConnectorDataTypeArgs(val lastDataReceivedQuery: Output<String>, val name: Output<String>) : ConvertibleToJava<ConnectorDataTypeArgs>

The data type which is created by the connector, including a query indicated when was the last time that data type was received in the workspace.

Constructors

Link copied to clipboard
constructor(lastDataReceivedQuery: Output<String>, name: Output<String>)

Properties

Link copied to clipboard

Gets or sets the query to indicate when relevant data was last received in the workspace.

Link copied to clipboard
val name: Output<String>

Gets or sets the name of the data type to show in the graph.

Functions

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