soapApiType

@JvmName(name = "rsqdtvcrdewpyytp")
suspend fun soapApiType(value: Output<Either<String, SoapApiType>>)
@JvmName(name = "grfqxdovpyemrjtn")
suspend fun soapApiType(value: Either<String, SoapApiType>?)
@JvmName(name = "kyfooexhtijelrnk")
fun soapApiType(value: String)
@JvmName(name = "uhsyerqbaqjxbmgu")
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.