Skip to content

LogConfigProps

Properties for defining a LogConfig.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apigateway-logconfig

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkapigateway"
&alicloudroscdkapigateway.LogConfigProps {
    SlsLogStore: interface{},
    SlsProject: interface{},
}

Properties

Name Type Description
SlsLogStore interface{} Property slsLogStore: Logstore name of SLS.
SlsProject interface{} Property slsProject: Project name of SLS.

SlsLogStoreRequired

SlsLogStore interface{}
  • Type: interface{}

Property slsLogStore: Logstore name of SLS.


SlsProjectRequired

SlsProject interface{}
  • Type: interface{}

Property slsProject: Project name of SLS.