EnterpriseProxyArgs

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>

Constructors

Link copied to clipboard
fun EnterpriseProxyArgs(instanceId: Output<String>? = null, password: Output<String>? = null, tid: Output<String>? = null, username: Output<String>? = null)

Functions

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

Properties

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

The ID of the database instance.

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

The password of the database account.

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

The ID of the tenant.

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

The username of the database account.