SlsGroupProps
Properties for defining a SlsGroup.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cms-slsgroup
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcms"
&alicloudroscdkcms.SlsGroupProps {
SlsGroupConfig: interface{},
SlsGroupName: interface{},
SlsGroupDescription: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
SlsGroupConfig |
interface{} |
Property slsGroupConfig: The configurations of the Logstore group.Valid values of N: 1 to 25. |
SlsGroupName |
interface{} |
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 |
interface{} |
Property slsGroupDescription: The description of the Logstore group. |
SlsGroupConfigRequired
SlsGroupConfig interface{}
- Type: interface{}
Property slsGroupConfig: The configurations of the Logstore group.Valid values of N: 1 to 25.
SlsGroupNameRequired
SlsGroupName interface{}
- Type: interface{}
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
SlsGroupDescription interface{}
- Type: interface{}
Property slsGroupDescription: The description of the Logstore group.