Managed Integration Runtime Args
data class ManagedIntegrationRuntimeArgs(val computeProperties: Output<IntegrationRuntimeComputePropertiesArgs>? = null, val description: Output<String>? = null, val ssisProperties: Output<IntegrationRuntimeSsisPropertiesArgs>? = null, val type: Output<String>) : ConvertibleToJava<ManagedIntegrationRuntimeArgs>
Managed integration runtime, including managed elastic and managed dedicated integration runtimes.
Constructors
Link copied to clipboard
constructor(computeProperties: Output<IntegrationRuntimeComputePropertiesArgs>? = null, description: Output<String>? = null, ssisProperties: Output<IntegrationRuntimeSsisPropertiesArgs>? = null, type: Output<String>)