Skip to content

SlsConfigsProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Edas;
new SlsConfigsProperty {
    object LogDir = null,
    object Logstore = null,
    object Type = null
};

Properties

Name Type Description
LogDir object No description.
Logstore object No description.
Type object No description.

LogDirOptional

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

LogstoreOptional

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

TypeOptional

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