RosServiceLogProps
Properties for defining a RosServiceLog.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sls-servicelog
Initializer
import com.aliyun.ros.cdk.sls.RosServiceLogProps;
RosServiceLogProps.builder()
.logStorageLocation(java.lang.String)
.logStorageLocation(IResolvable)
.projectName(java.lang.String)
.projectName(IResolvable)
.serviceLogTypes(IResolvable)
.serviceLogTypes(java.util.List<java.lang.String)
.serviceLogTypes(IResolvable>)
.build();
Properties
| Name | Type | Description |
|---|---|---|
logStorageLocation |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
projectName |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
serviceLogTypes |
com.aliyun.ros.cdk.core.IResolvable OR java.util.List |
No description. |
logStorageLocationRequired
public java.lang.Object getLogStorageLocation();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
projectNameRequired
public java.lang.Object getProjectName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
serviceLogTypesRequired
public java.lang.Object getServiceLogTypes();
- Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List