SlsGroupConfigProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cms;
new SlsGroupConfigProperty {
object SlsLogstore,
object SlsProject,
object SlsRegion,
object SlsUserId = null
};
Properties
| Name | Type | Description |
|---|---|---|
SlsLogstore |
object |
No description. |
SlsProject |
object |
No description. |
SlsRegion |
object |
No description. |
SlsUserId |
object |
No description. |
SlsLogstoreRequired
public object SlsLogstore { get; set; }
- Type: object
SlsProjectRequired
public object SlsProject { get; set; }
- Type: object
SlsRegionRequired
public object SlsRegion { get; set; }
- Type: object
SlsUserIdOptional
public object SlsUserId { get; set; }
- Type: object