GetOtsSnapshotsPlainArgs

data class GetOtsSnapshotsPlainArgs(val endTime: String? = null, val ids: List<String>? = null, val outputFile: String? = null, val startTime: String? = null) : ConvertibleToJava<GetOtsSnapshotsPlainArgs>

A collection of arguments for invoking getOtsSnapshots.

Constructors

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

Properties

Link copied to clipboard
val endTime: String? = null

The end time of the backup. This value must be a UNIX timestamp. Unit: milliseconds

Link copied to clipboard
val ids: List<String>? = null
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 startTime: String? = null

The start time of the backup. This value must be a UNIX timestamp. Unit: milliseconds.

Functions

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