LogConfigProps
Properties for defining a LogConfig.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apigateway-logconfig
Initializer
using AlibabaCloud.SDK.ROS.CDK.Apigateway;
new LogConfigProps {
object SlsLogStore,
object SlsProject
};
Properties
| Name | Type | Description |
|---|---|---|
SlsLogStore |
object |
Property slsLogStore: Logstore name of SLS. |
SlsProject |
object |
Property slsProject: Project name of SLS. |
SlsLogStoreRequired
public object SlsLogStore { get; set; }
- Type: object
Property slsLogStore: Logstore name of SLS.
SlsProjectRequired
public object SlsProject { get; set; }
- Type: object
Property slsProject: Project name of SLS.