SlsGroupsProps
Properties for defining a SlsGroups
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-cms-slsgroups
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cms;
new SlsGroupsProps {
object RefreshOptions = null,
object SlsGroupName = null
};
Properties
Name | Type | Description |
---|---|---|
RefreshOptions |
object |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
SlsGroupName |
object |
Property slsGroupName: The name of the Logstore group. |
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object
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
public object SlsGroupName { get; set; }
- Type: object
Property slsGroupName: The name of the Logstore group.