SavedsearchProps
Properties for defining a Savedsearch
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sls-savedsearch
Initializer
import ros_cdk_sls
ros_cdk_sls.SavedsearchProps(
detail: typing.Union[IResolvable, DetailProperty],
project: typing.Union[str, IResolvable]
)
Properties
Name | Type | Description |
---|---|---|
detail |
typing.Union[ros_cdk_core.IResolvable, DetailProperty] |
Property detail:. |
project |
typing.Union[str, ros_cdk_core.IResolvable] |
Property project: Project name. |
detail
Required
detail: typing.Union[IResolvable, DetailProperty]
- Type: typing.Union[ros_cdk_core.IResolvable, DetailProperty]
Property detail:.
project
Required
project: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property project: Project name.