Skip to content

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; }
  • Type: object

LogStoreOptional

public object LogStore { get; set; }
  • Type: object

ProjectOptional

public object Project { get; set; }
  • Type: object

RegionOptional

public object Region { get; set; }
  • Type: object