SyntheticTasksProps
Properties for defining a SyntheticTasks.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-arms-synthetictasks
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkarms/datasource"
&datasource.SyntheticTasksProps {
RefreshOptions: interface{},
ResourceGroupId: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
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. |
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.