LogConfigProps
Properties for defining a LogConfig.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apigateway-logconfig
Initializer
import { LogConfigProps } from '@alicloud/ros-cdk-apigateway'
const logConfigProps: LogConfigProps = { ... }
Properties
| Name | Type | Description |
|---|---|---|
slsLogStore |
string | @alicloud/ros-cdk-core.IResolvable |
Property slsLogStore: Logstore name of SLS. |
slsProject |
string | @alicloud/ros-cdk-core.IResolvable |
Property slsProject: Project name of SLS. |
slsLogStoreRequired
public readonly slsLogStore: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property slsLogStore: Logstore name of SLS.
slsProjectRequired
public readonly slsProject: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property slsProject: Project name of SLS.