Get Cross Region Backups Plain Args
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.
Properties
Link copied to clipboard
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
File name where to save data source results (after running pulumi preview
).
Link copied to clipboard
The ID of the resource group.