RosLogstoreProps
Properties for defining a RosLogstore
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sls-logstore
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdksls"
&alicloudroscdksls.RosLogstoreProps {
LogstoreName: interface{},
ProjectName: interface{},
AppendMeta: interface{},
AutoSplit: interface{},
EnableTracking: interface{},
EncryptConf: interface{},
MaxSplitShard: interface{},
Mode: interface{},
PreserveStorage: interface{},
ShardCount: interface{},
Ttl: interface{},
}
Properties
Name | Type | Description |
---|---|---|
LogstoreName |
interface{} |
No description. |
ProjectName |
interface{} |
No description. |
AppendMeta |
interface{} |
No description. |
AutoSplit |
interface{} |
No description. |
EnableTracking |
interface{} |
No description. |
EncryptConf |
interface{} |
No description. |
MaxSplitShard |
interface{} |
No description. |
Mode |
interface{} |
No description. |
PreserveStorage |
interface{} |
No description. |
ShardCount |
interface{} |
No description. |
Ttl |
interface{} |
No description. |
LogstoreName
Required
LogstoreName interface{}
- Type: interface{}
ProjectName
Required
ProjectName interface{}
- Type: interface{}
AppendMeta
Optional
AppendMeta interface{}
- Type: interface{}
AutoSplit
Optional
AutoSplit interface{}
- Type: interface{}
EnableTracking
Optional
EnableTracking interface{}
- Type: interface{}
EncryptConf
Optional
EncryptConf interface{}
- Type: interface{}
MaxSplitShard
Optional
MaxSplitShard interface{}
- Type: interface{}
Mode
Optional
Mode interface{}
- Type: interface{}
PreserveStorage
Optional
PreserveStorage interface{}
- Type: interface{}
ShardCount
Optional
ShardCount interface{}
- Type: interface{}
Ttl
Optional
Ttl interface{}
- Type: interface{}