SavedsearchProps
Properties for defining a Savedsearch
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sls-savedsearch
Initializer
import com.aliyun.ros.cdk.sls.SavedsearchProps;
SavedsearchProps.builder()
.detail(IResolvable)
.detail(DetailProperty)
.project(java.lang.String)
.project(IResolvable)
.build();
Properties
Name | Type | Description |
---|---|---|
detail |
com.aliyun.ros.cdk.core.IResolvable OR DetailProperty |
Property detail:. |
project |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property project: Project name. |
detail
Required
public java.lang.Object getDetail();
- Type: com.aliyun.ros.cdk.core.IResolvable OR DetailProperty
Property detail:.
project
Required
public java.lang.Object getProject();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property project: Project name.