GetInstancesPlainArgs

data class GetInstancesPlainArgs(val connectionMode: String? = null, val dbType: String? = null, val enableDetails: Boolean? = null, val engine: String? = null, val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null, val status: String? = null, val tags: Map<String, String>? = null, val vpcId: String? = null, val vswitchId: String? = null) : ConvertibleToJava<GetInstancesPlainArgs>

A collection of arguments for invoking getInstances.

Constructors

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

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

Default to false. Set it to true can output parameter template about resource attributes.

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 ids: List<String>? = null

A list of RDS instance IDs.

Link copied to clipboard
val nameRegex: String? = null

A regex string to filter results by instance name.

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 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

A map of tags assigned to the DB instances. Note: Before 1.60.0, the value's format is a json string which including TagKey and TagValue. TagKey cannot be null, and TagValue can be empty. Format example "{\"key1\":\"value1\"}"

Link copied to clipboard
val vpcId: String? = null

Used to retrieve instances belong to specified VPC.

Link copied to clipboard
val vswitchId: String? = null

Used to retrieve instances belong to specified vswitch resources.

Functions

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