WsdlDefinitionArgs

data class WsdlDefinitionArgs(val content: Output<String>? = null, val importMethod: Output<Either<String, WsdlImportMethod>>? = null, val service: Output<WsdlServiceArgs>? = null, val url: Output<String>? = null) : ConvertibleToJava<WsdlDefinitionArgs>

The WSDL definition

Constructors

Link copied to clipboard
constructor(content: Output<String>? = null, importMethod: Output<Either<String, WsdlImportMethod>>? = null, service: Output<WsdlServiceArgs>? = null, url: Output<String>? = null)

Properties

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

The WSDL content

Link copied to clipboard
val importMethod: Output<Either<String, WsdlImportMethod>>? = null

The WSDL import method

Link copied to clipboard
val service: Output<WsdlServiceArgs>? = null

The service with name and endpoint names

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

The WSDL URL

Functions

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