Data Flow Endpoint Properties Args
data class DataFlowEndpointPropertiesArgs(val authentication: Output<DataFlowEndpointAuthenticationArgs>, val dataExplorerSettings: Output<DataFlowEndpointDataExplorerArgs>? = null, val dataLakeStorageSettings: Output<DataFlowEndpointDataLakeStorageArgs>? = null, val endpointType: Output<Either<String, EndpointType>>, val fabricOneLakeSettings: Output<DataFlowEndpointFabricOneLakeArgs>? = null, val kafkaSettings: Output<DataFlowEndpointKafkaArgs>? = null, val localStorageSettings: Output<DataFlowEndpointLocalStorageArgs>? = null, val mqttSettings: Output<DataFlowEndpointMqttArgs>? = null) : ConvertibleToJava<DataFlowEndpointPropertiesArgs>
DataFlowEndpoint Resource properties. NOTE - Only one type of endpoint is supported for one Resource
Constructors
Link copied to clipboard
constructor(authentication: Output<DataFlowEndpointAuthenticationArgs>, dataExplorerSettings: Output<DataFlowEndpointDataExplorerArgs>? = null, dataLakeStorageSettings: Output<DataFlowEndpointDataLakeStorageArgs>? = null, endpointType: Output<Either<String, EndpointType>>, fabricOneLakeSettings: Output<DataFlowEndpointFabricOneLakeArgs>? = null, kafkaSettings: Output<DataFlowEndpointKafkaArgs>? = null, localStorageSettings: Output<DataFlowEndpointLocalStorageArgs>? = null, mqttSettings: Output<DataFlowEndpointMqttArgs>? = null)
Properties
Link copied to clipboard
Authentication configuration.
Link copied to clipboard
Azure Data Explorer endpoint.
Link copied to clipboard
Azure Data Lake endpoint.
Link copied to clipboard
Endpoint Type.
Link copied to clipboard
Microsoft Fabric endpoint.
Link copied to clipboard
Kafka endpoint.
Link copied to clipboard
Local persistent volume endpoint.
Link copied to clipboard
Broker endpoint.