SlsGroupProps
Properties for defining a SlsGroup.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cms-slsgroup
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cms;
new SlsGroupProps {
object SlsGroupConfig,
object SlsGroupName,
object SlsGroupDescription = null
};
Properties
| Name | Type | Description |
|---|---|---|
SlsGroupConfig |
object |
Property slsGroupConfig: The configurations of the Logstore group.Valid values of N: 1 to 25. |
SlsGroupName |
object |
Property slsGroupName: The name of the Logstore group.The name must be 2 to 32 characters in length and can contain uppercase letters, lowercase letters, digits, and underscores (_). The name must start with a letter. |
SlsGroupDescription |
object |
Property slsGroupDescription: The description of the Logstore group. |
SlsGroupConfigRequired
public object SlsGroupConfig { get; set; }
- Type: object
Property slsGroupConfig: The configurations of the Logstore group.Valid values of N: 1 to 25.
SlsGroupNameRequired
public object SlsGroupName { get; set; }
- Type: object
Property slsGroupName: The name of the Logstore group.The name must be 2 to 32 characters in length and can contain uppercase letters, lowercase letters, digits, and underscores (_). The name must start with a letter.
SlsGroupDescriptionOptional
public object SlsGroupDescription { get; set; }
- Type: object
Property slsGroupDescription: The description of the Logstore group.