ApiHttpVpcServiceConfigArgs

data class ApiHttpVpcServiceConfigArgs(val aoneName: Output<String>? = null, val method: Output<String>, val name: Output<String>, val path: Output<String>, val timeout: Output<Int>) : ConvertibleToJava<ApiHttpVpcServiceConfigArgs>

Constructors

Link copied to clipboard
fun ApiHttpVpcServiceConfigArgs(aoneName: Output<String>? = null, method: Output<String>, name: Output<String>, path: Output<String>, timeout: Output<Int>)

Functions

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

Properties

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

The method of the api, including 'GET','POST','PUT' etc.

Link copied to clipboard
val name: Output<String>

The name of the api gateway api. Defaults to null.

Link copied to clipboard
val path: Output<String>

The request path of the api.

Link copied to clipboard
val timeout: Output<Int>

Backend service time-out time; unit: millisecond.