EnterpriseProxyAccess

class EnterpriseProxyAccess : KotlinCustomResource

Provides a DMS Enterprise Proxy Access resource. For information about DMS Enterprise Proxy Access and how to use it, see What is Proxy Access.

NOTE: Available in v1.195.0+.

Example Usage

Basic Usage

package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.alicloud.dms.EnterpriseProxyAccess;
import com.pulumi.alicloud.dms.EnterpriseProxyAccessArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var default_ = new EnterpriseProxyAccess("default", EnterpriseProxyAccessArgs.builder()
.indepAccount("dmstest")
.indepPassword("PASSWORD-DEMO")
.proxyId(1881)
.userId(104442)
.build());
}
}

Import

DMS Enterprise Proxy Access can be imported using the id, e.g.

$ pulumi import alicloud:dms/enterpriseProxyAccess:EnterpriseProxyAccess example <id>

Properties

Link copied to clipboard
val accessId: Output<String>

The authorized account of the security agent.

Link copied to clipboard
val accessSecret: Output<String>

Secure access agent authorization password.

Link copied to clipboard
val createTime: Output<String>
Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val indepAccount: Output<String>?

Database account.

Link copied to clipboard
val indepPassword: Output<String>?

Database password.

Link copied to clipboard
val instanceId: Output<String>

The ID of the instance.

Link copied to clipboard
val originInfo: Output<String>

The source information of the security access agent permission is enabled, and the return value is as follows:

Link copied to clipboard
val proxyAccessId: Output<String>

Security Protection authorization ID. After the target user is authorized by the security protection agent, the system automatically generates a security protection authorization ID, which is globally unique.

Link copied to clipboard
val proxyId: Output<String>

The ID of the security agent.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val userId: Output<String>

The user ID.

Link copied to clipboard
val userName: Output<String>

User nickname.

Link copied to clipboard
val userUid: Output<String>

User UID.