SlsParametersProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cms;
new SlsParametersProperty {
object Identity = null,
object LogStore = null,
object Project = null,
object Region = null
};
Properties
Identity
Optional
public object Identity { get; set; }
- Type: object
LogStore
Optional
public object LogStore { get; set; }
- Type: object
Project
Optional
public object Project { get; set; }
- Type: object
Region
Optional
public object Region { get; set; }
- Type: object