Skip to content

RosMetricStoreProps

Properties for defining a RosMetricStore.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sls-metricstore

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdksls"
&alicloudroscdksls.RosMetricStoreProps {
    LogstoreName: interface{},
    ProjectName: interface{},
    PreserveStorage: interface{},
    ShardCount: interface{},
    Ttl: interface{},
}

Properties

Name Type Description
LogstoreName interface{} No description.
ProjectName 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{}

PreserveStorageOptional

PreserveStorage interface{}
  • Type: interface{}

ShardCountOptional

ShardCount interface{}
  • Type: interface{}

TtlOptional

Ttl interface{}
  • Type: interface{}