soapApiType

@JvmName(name = "ysyugmjkrstoamox")
suspend fun soapApiType(value: Output<Either<String, SoapApiType>>)
@JvmName(name = "rvoxfewemxioiglj")
suspend fun soapApiType(value: Either<String, SoapApiType>?)
@JvmName(name = "noqnrllnvtucsjcl")
fun soapApiType(value: String)
@JvmName(name = "bcttsbbysbxqkqhv")
fun soapApiType(value: SoapApiType)

Parameters

value

Type of API to create.

  • http creates a REST API

  • soap creates a SOAP pass-through API

  • websocket creates websocket API

  • graphql creates GraphQL API.