Elastic Instance Args
constructor(dbInstanceCategory: Output<String>? = null, dbInstanceDescription: Output<String>? = null, encryptionKey: Output<String>? = null, encryptionType: Output<String>? = null, engine: Output<String>? = null, engineVersion: Output<String>? = null, instanceNetworkType: Output<String>? = null, instanceSpec: Output<String>? = null, paymentDuration: Output<Int>? = null, paymentDurationUnit: Output<String>? = null, paymentType: Output<String>? = null, securityIpLists: Output<List<String>>? = null, segNodeNum: Output<Int>? = null, segStorageType: Output<String>? = null, storageSize: Output<Int>? = null, tags: Output<Map<String, String>>? = null, vswitchId: Output<String>? = null, zoneId: Output<String>? = null)