GetInstancesResult

data class GetInstancesResult(val connectionMode: String? = null, val dbType: String? = null, val enableDetails: Boolean? = null, val engine: String? = null, val id: String, val ids: List<String>, val instances: List<GetInstancesInstance>, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null, val status: String? = null, val tags: Map<String, String>? = null, val totalCount: Int, val vpcId: String? = null, val vswitchId: String? = null)

A collection of values returned by getInstances.

Constructors

Link copied to clipboard
constructor(connectionMode: String? = null, dbType: String? = null, enableDetails: Boolean? = null, engine: String? = null, id: String, ids: List<String>, instances: List<GetInstancesInstance>, nameRegex: String? = null, names: List<String>, outputFile: String? = null, pageNumber: Int? = null, pageSize: Int? = null, status: String? = null, tags: Map<String, String>? = null, totalCount: Int, vpcId: String? = null, vswitchId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val connectionMode: String? = null

Standard for standard access mode and Safe for high security access mode.

Link copied to clipboard
val dbType: String? = null

Primary for primary instance, Readonly for read-only instance, Guard for disaster recovery instance, and Temp for temporary instance.

Link copied to clipboard
val enableDetails: Boolean? = null
Link copied to clipboard
val engine: String? = null

Database type. Options are MySQL, SQLServer, PostgreSQL, MariaDB. If no value is specified, all types are returned.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

A list of RDS instance IDs.

Link copied to clipboard

A list of RDS instances. Each element contains the following attributes:

Link copied to clipboard
val nameRegex: String? = null
Link copied to clipboard

A list of RDS instance names.

Link copied to clipboard
val outputFile: String? = null
Link copied to clipboard
val pageNumber: Int? = null
Link copied to clipboard
val pageSize: Int? = null
Link copied to clipboard
val status: String? = null

Status of the instance.

Link copied to clipboard
val tags: Map<String, String>? = null
Link copied to clipboard
Link copied to clipboard
val vpcId: String? = null

ID of the VPC the instance belongs to.

Link copied to clipboard
val vswitchId: String? = null

ID of the vSwitch the instance belongs to.