ApiHttpServiceConfigArgs

data class ApiHttpServiceConfigArgs(val address: Output<String>, val aoneName: Output<String>? = null, val contentTypeCategory: Output<String>? = null, val contentTypeValue: Output<String>? = null, val method: Output<String>, val path: Output<String>, val timeout: Output<Int>) : ConvertibleToJava<ApiHttpServiceConfigArgs>

Constructors

Link copied to clipboard
constructor(address: Output<String>, aoneName: Output<String>? = null, contentTypeCategory: Output<String>? = null, contentTypeValue: Output<String>? = null, method: Output<String>, path: Output<String>, timeout: Output<Int>)

Properties

Link copied to clipboard
val address: Output<String>

The address of backend service.

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

The name of aone.

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

The content type category of backend service which supports values of 'DEFAULT','CUSTOM' and 'CLIENT'.

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

The content type value of backend service.

Link copied to clipboard
val method: Output<String>

The http method of backend service.

Link copied to clipboard
val path: Output<String>

The path of backend service.

Link copied to clipboard
val timeout: Output<Int>

Backend service time-out time; unit: millisecond.

Functions

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