createReportPlan
inline suspend fun BackupClient.createReportPlan(crossinline block: CreateReportPlanRequest.Builder.() -> Unit): CreateReportPlanResponse
Creates a report plan. A report plan is a document that contains information about the contents of the report and where Backup will deliver it.
If you call CreateReportPlan
with a plan that already exists, you receive an AlreadyExistsException
exception.