GetEnterpriseInstancesResult

data class GetEnterpriseInstancesResult(val envType: String? = null, val id: String, val ids: List<String>, val instanceAliasRegex: String? = null, val instanceSource: String? = null, val instanceType: String? = null, val instances: List<GetEnterpriseInstancesInstance>, val nameRegex: String? = null, val names: List<String>, val netType: String? = null, val outputFile: String? = null, val searchKey: String? = null, val status: String? = null, val tid: Int? = null)

A collection of values returned by getEnterpriseInstances.

Constructors

Link copied to clipboard
constructor(envType: String? = null, id: String, ids: List<String>, instanceAliasRegex: String? = null, instanceSource: String? = null, instanceType: String? = null, instances: List<GetEnterpriseInstancesInstance>, nameRegex: String? = null, names: List<String>, netType: String? = null, outputFile: String? = null, searchKey: String? = null, status: String? = null, tid: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val envType: String? = null

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

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

A list of DMS Enterprise IDs (Each of them consists of host:port).

Link copied to clipboard
Link copied to clipboard

A list of KMS keys. Each element contains the following attributes:

Link copied to clipboard
val instanceSource: String? = null

The ID 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
Link copied to clipboard

A list of DMS Enterprise names.

Link copied to clipboard
val netType: String? = null
Link copied to clipboard
val outputFile: String? = null
Link copied to clipboard
val searchKey: String? = null
Link copied to clipboard
val status: String? = null

The status of the database instance.

Link copied to clipboard
val tid: Int? = null