createBackupPlan
inline suspend fun BackupClient.createBackupPlan(crossinline block: CreateBackupPlanRequest.Builder.() -> Unit): CreateBackupPlanResponse
Creates a backup plan using a backup plan name and backup rules. A backup plan is a document that contains information that Backup uses to schedule tasks that create recovery points for resources.
If you call CreateBackupPlan
with a plan that already exists, you receive an AlreadyExistsException
exception.