Get Instances Plain Args
data class GetInstancesPlainArgs(val appKey: String? = null, val enableDetails: Boolean? = null, val engineType: String? = null, val ids: List<String>? = null, val outputFile: String? = null, val queryStr: String? = null, val status: String? = null, val statusList: String? = null) : ConvertibleToJava<GetInstancesPlainArgs>
A collection of arguments for invoking getInstances.
Constructors
Properties
Link copied to clipboard
Default to false
. Set it to true
can output more details about resource attributes.
Link copied to clipboard
The engine type of instance. Enumerative: tsdb_tsdb
refers to TSDB, tsdb_influxdb
refers to TSDB for InfluxDB️.
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).
Link copied to clipboard
The status list.