HttpReadSettingsArgs

data class HttpReadSettingsArgs(val additionalHeaders: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val enablePartitionDiscovery: Output<Boolean>? = null, val maxConcurrentConnections: Output<Any>? = null, val partitionRootPath: Output<Any>? = null, val requestBody: Output<Any>? = null, val requestMethod: Output<Any>? = null, val requestTimeout: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<HttpReadSettingsArgs>

Sftp read settings.

Constructors

Link copied to clipboard
fun HttpReadSettingsArgs(additionalHeaders: Output<Any>? = null, disableMetricsCollection: Output<Any>? = null, enablePartitionDiscovery: Output<Boolean>? = null, maxConcurrentConnections: Output<Any>? = null, partitionRootPath: Output<Any>? = null, requestBody: Output<Any>? = null, requestMethod: Output<Any>? = null, requestTimeout: Output<Any>? = null, type: Output<String>)

Functions

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

Properties

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

The additional HTTP headers in the request to the RESTful API. Type: string (or Expression with resultType string).

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

If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).

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

Indicates whether to enable partition discovery.

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

The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).

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

Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).

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

The HTTP request body to the RESTful API if requestMethod is POST. Type: string (or Expression with resultType string).

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

The HTTP method used to call the RESTful API. The default is GET. Type: string (or Expression with resultType string).

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

Specifies the timeout for a HTTP client to get HTTP response from HTTP server.

Link copied to clipboard
val type: Output<String>

The read setting type. Expected value is 'HttpReadSettings'.