BackupPlansProps
Properties for defining a BackupPlans
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-dbs-backupplans
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkdbs/datasource"
&datasource.BackupPlansProps {
BackupPlanId: interface{},
BackupPlanName: interface{},
RefreshOptions: interface{},
ResourceGroupId: interface{},
}
Properties
Name | Type | Description |
---|---|---|
BackupPlanId |
interface{} |
Property backupPlanId: The ID of the backup schedule. |
BackupPlanName |
interface{} |
Property backupPlanName: The name of the backup schedule. |
RefreshOptions |
interface{} |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
ResourceGroupId |
interface{} |
Property resourceGroupId: The ID of the resource group. |
BackupPlanId
Optional
BackupPlanId interface{}
- Type: interface{}
Property backupPlanId: The ID of the backup schedule.
BackupPlanName
Optional
BackupPlanName interface{}
- Type: interface{}
Property backupPlanName: The name of the backup schedule.
RefreshOptions
Optional
RefreshOptions interface{}
- Type: interface{}
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
Valid values:
- Never: Never refresh the datasource resource when the stack is updated.
- Always: Always refresh the datasource resource when the stack is updated. Default is Never.
ResourceGroupId
Optional
ResourceGroupId interface{}
- Type: interface{}
Property resourceGroupId: The ID of the resource group.