RosServiceLogProps
Properties for defining a RosServiceLog.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sls-servicelog
Initializer
using AlibabaCloud.SDK.ROS.CDK.Sls;
new RosServiceLogProps {
object LogStorageLocation,
object ProjectName,
object ServiceLogTypes
};
Properties
| Name | Type | Description |
|---|---|---|
LogStorageLocation |
object |
No description. |
ProjectName |
object |
No description. |
ServiceLogTypes |
object |
No description. |
LogStorageLocationRequired
public object LogStorageLocation { get; set; }
- Type: object
ProjectNameRequired
public object ProjectName { get; set; }
- Type: object
ServiceLogTypesRequired
public object ServiceLogTypes { get; set; }
- Type: object