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. |
IdentityOptional
public object Identity { get; set; }
LogStoreOptional
public object LogStore { get; set; }
ProjectOptional
public object Project { get; set; }
RegionOptional
public object Region { get; set; }