soapApiType

@JvmName(name = "rtfvnjxrylfxjaxp")
suspend fun soapApiType(value: Output<Either<String, SoapApiType>>)
@JvmName(name = "enrrvlbpiqpsmtcg")
suspend fun soapApiType(value: Either<String, SoapApiType>?)
@JvmName(name = "vyjfgjlvrvfkcomm")
fun soapApiType(value: String)
@JvmName(name = "gkoslvjyhwxcjxwi")
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.