GetLogBackupsPlainArgs

data class GetLogBackupsPlainArgs(val dbInstanceId: String, val endTime: String? = null, val ids: List<String>? = null, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null, val startTime: String? = null) : ConvertibleToJava<GetLogBackupsPlainArgs>

A collection of arguments for invoking getLogBackups.

Constructors

Link copied to clipboard
constructor(dbInstanceId: String, endTime: String? = null, ids: List<String>? = null, outputFile: String? = null, pageNumber: Int? = null, pageSize: Int? = null, startTime: String? = null)

Properties

Link copied to clipboard

The ID of the Master node of the instance.

Link copied to clipboard
val endTime: String? = null

The query end time, which must be greater than the query start time. Format: yyyy-MM-ddTHH:mmZ(UTC time).

Link copied to clipboard
val ids: List<String>? = null

A list of Logbackup IDs.

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

Current page number.

Link copied to clipboard
val pageSize: Int? = null

Number of records per page.

Link copied to clipboard
val startTime: String? = null

The query start time. Format: yyyy-MM-ddTHH:mmZ(UTC time).

Functions

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