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. |
SlsLogStore
Required
SlsLogStore interface{}
- Type: interface{}
Property slsLogStore: Logstore name of SLS.
SlsProject
Required
SlsProject interface{}
- Type: interface{}
Property slsProject: Project name of SLS.