Skip to content

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.

BackupPlanIdOptional

BackupPlanId interface{}
  • Type: interface{}

Property backupPlanId: The ID of the backup schedule.


BackupPlanNameOptional

BackupPlanName interface{}
  • Type: interface{}

Property backupPlanName: The name of the backup schedule.


RefreshOptionsOptional

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.

ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

Property resourceGroupId: The ID of the resource group.