SlsParametersProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cms;
new SlsParametersProperty {
object Identity = null,
object LogStore = null,
object Project = null,
object Region = null
};
Properties
Name |
Type |
Description |
Identity |
object |
No description. |
LogStore |
object |
No description. |
Project |
object |
No description. |
Region |
object |
No description. |
Identity
Optional
public object Identity { get; set; }
LogStore
Optional
public object LogStore { get; set; }
Project
Optional
public object Project { get; set; }
Region
Optional
public object Region { get; set; }