soapApiType

@JvmName(name = "kuhlphtxoddapxva")
suspend fun soapApiType(value: Output<Either<String, SoapApiType>>)
@JvmName(name = "mlbbqnfuisgfxbcn")
suspend fun soapApiType(value: Either<String, SoapApiType>?)
@JvmName(name = "flffvklxetnwtqjq")
fun soapApiType(value: String)
@JvmName(name = "nnedsngnxbwmyoji")
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.