Skip to content

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.

LogstoreNameRequired

LogstoreName interface{}
  • Type: interface{}

ProjectNameRequired

ProjectName interface{}
  • Type: interface{}

AppendMetaOptional

AppendMeta interface{}
  • Type: interface{}

AutoSplitOptional

AutoSplit interface{}
  • Type: interface{}

EnableTrackingOptional

EnableTracking interface{}
  • Type: interface{}

EncryptConfOptional

EncryptConf interface{}
  • Type: interface{}

MaxSplitShardOptional

MaxSplitShard interface{}
  • Type: interface{}

ModeOptional

Mode interface{}
  • Type: interface{}

PreserveStorageOptional

PreserveStorage interface{}
  • Type: interface{}

ShardCountOptional

ShardCount interface{}
  • Type: interface{}

TtlOptional

Ttl interface{}
  • Type: interface{}