Get Instance Engines Plain Args
data class GetInstanceEnginesPlainArgs(val engine: String? = null, val engineVersion: String? = null, val instanceChargeType: String? = null, val outputFile: String? = null, val zoneId: String) : ConvertibleToJava<GetInstanceEnginesPlainArgs>
A collection of arguments for invoking getInstanceEngines.
Constructors
Properties
Link copied to clipboard
Database version required by the user. Value options of Redis can refer to the latest docs detail info EngineVersion
. Value of Memcache should be empty.
Link copied to clipboard
Filter the results by charge type. Valid values: PrePaid
and PostPaid
. Default to PrePaid
.
Link copied to clipboard
File name where to save data source results (after running pulumi up
).