Connector Data Type Args
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.