Interface BackupPlanProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
BackupPlanProps.Jsii$Proxy

@Generated(value="jsii-pacmak/1.112.0 (build de1bc80)", date="2025-07-24T11:33:09.499Z") @Stability(Stable) public interface BackupPlanProps extends software.amazon.jsii.JsiiSerializable
Properties for a BackupPlan.

Example:

 BackupPlan plan = BackupPlan.Builder.create(this, "Plan")
         .windowsVss(true)
         .build();