RosLogstoresProps
Properties for defining a RosLogstores
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-sls-logstores
Initializer
using AlibabaCloud.SDK.ROS.CDK.Sls;
new RosLogstoresProps {
object Project,
object LogstoreName = null,
object RefreshOptions = null
};
Properties
Name | Type | Description |
---|---|---|
Project |
object |
No description. |
LogstoreName |
object |
No description. |
RefreshOptions |
object |
No description. |
Project
Required
public object Project { get; set; }
- Type: object
LogstoreName
Optional
public object LogstoreName { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object