GetCrossRegionBackupsPlainArgs

data class GetCrossRegionBackupsPlainArgs(val backupId: String? = null, val crossBackupId: String? = null, val crossBackupRegion: String? = null, val dbInstanceId: String, val endTime: String? = null, val ids: List<String>? = null, val outputFile: String? = null, val resourceGroupId: String? = null, val startTime: String? = null) : ConvertibleToJava<GetCrossRegionBackupsPlainArgs>

A collection of arguments for invoking getCrossRegionBackups.

Constructors

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

Properties

Link copied to clipboard
val backupId: String? = null

The ID of the cross-region data backup file.

Link copied to clipboard
val crossBackupId: String? = null

The ID of the cross-region data backup file.

Link copied to clipboard

The ID of the destination region where the cross-region data backup file is stored.

Link copied to clipboard

The db instance id.

Link copied to clipboard
val endTime: String? = null

The end of the time range to query. Specify the time in the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time must be in UTC.

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

A list of Cross Region Backup 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 resourceGroupId: String? = null

The ID of the resource group.

Link copied to clipboard
val startTime: String? = null

The beginning of the time range to query. Specify the time in the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time must be in UTC.

Functions

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