Get Instances Plain Args
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
Standard
for standard access mode and Safe
for high security access mode.
Link copied to clipboard
Default to false
. Set it to true
can output parameter template about resource attributes.
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).
Link copied to clipboard