GetEnterpriseInstancesPlainArgs

data class GetEnterpriseInstancesPlainArgs(val envType: String? = null, val instanceAliasRegex: String? = null, val instanceSource: String? = null, val instanceType: String? = null, val nameRegex: String? = null, val netType: String? = null, val outputFile: String? = null, val searchKey: String? = null, val status: String? = null, val tid: Int? = null) : ConvertibleToJava<GetEnterpriseInstancesPlainArgs>

A collection of arguments for invoking getEnterpriseInstances.

Constructors

Link copied to clipboard
constructor(envType: String? = null, instanceAliasRegex: String? = null, instanceSource: String? = null, instanceType: String? = null, nameRegex: String? = null, netType: String? = null, outputFile: String? = null, searchKey: String? = null, status: String? = null, tid: Int? = null)

Properties

Link copied to clipboard
val envType: String? = null

The type of the environment to which the database instance belongs.

Link copied to clipboard

A regex string to filter the results by the DMS Enterprise Instance instance_alias.

Link copied to clipboard
val instanceSource: String? = null

The source of the database instance.

Link copied to clipboard
val instanceType: String? = null

The ID of the database instance.

Link copied to clipboard
val nameRegex: String? = null

A regex string to filter the results by the DMS Enterprise Instance instance_alias.

Link copied to clipboard
val netType: String? = null

The network type of the database instance. Valid values: CLASSIC and VPC. For more information about the valid values, see the description of the RegisterInstance operation.

Link copied to clipboard
val outputFile: String? = null

File name where to save data source results (after running pulumi preview).

Link copied to clipboard
val searchKey: String? = null

The keyword used to query database instances.

Link copied to clipboard
val status: String? = null

Filter the results by status of the DMS Enterprise Instances. Valid values: NORMAL, UNAVAILABLE, UNKNOWN, DELETED, DISABLE.

Link copied to clipboard
val tid: Int? = null

The ID of the tenant in Data Management (DMS) Enterprise.

Functions

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