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. |
SlsLogstore
Required
public object SlsLogstore { get; set; }
- Type: object
SlsProject
Required
public object SlsProject { get; set; }
- Type: object
SlsRegion
Required
public object SlsRegion { get; set; }
- Type: object
SlsUserId
Optional
public object SlsUserId { get; set; }
- Type: object