Enterprise Proxy Args
data class EnterpriseProxyArgs(val instanceId: Output<String>? = null, val password: Output<String>? = null, val tid: Output<String>? = null, val username: Output<String>? = null) : ConvertibleToJava<EnterpriseProxyArgs>
Provides a DMS Enterprise Proxy resource. For information about DMS Enterprise Proxy and how to use it, see What is Proxy.
NOTE: Available in v1.188.0+.
Import
DMS Enterprise Proxy can be imported using the id, e.g.
$ pulumi import alicloud:dms/enterpriseProxy:EnterpriseProxy example <id>
Content copied to clipboard
Constructors
Link copied to clipboard
fun EnterpriseProxyArgs(instanceId: Output<String>? = null, password: Output<String>? = null, tid: Output<String>? = null, username: Output<String>? = null)