SlsGroupsProps
Properties for defining a SlsGroups
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-cms-slsgroups
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcms/datasource"
&datasource.SlsGroupsProps {
RefreshOptions: interface{},
SlsGroupName: interface{},
}
Properties
Name | Type | Description |
---|---|---|
RefreshOptions |
interface{} |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
SlsGroupName |
interface{} |
Property slsGroupName: The name of the Logstore group. |
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.
SlsGroupName
Optional
SlsGroupName interface{}
- Type: interface{}
Property slsGroupName: The name of the Logstore group.