Skip to content

ServiceLogProps

Properties for defining a ServiceLog.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sls-servicelog

Initializer

using AlibabaCloud.SDK.ROS.CDK.Sls;
new ServiceLogProps {
    object LogStorageLocation,
    object ProjectName,
    object ServiceLogTypes
};

Properties

Name Type Description
LogStorageLocation object Property logStorageLocation: The location of the service log.
ProjectName object Property projectName: The name of the project that needs to be activated.
ServiceLogTypes object Property serviceLogTypes: Types of service log that needs to be activated.

LogStorageLocationRequired

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

Property logStorageLocation: The location of the service log.


ProjectNameRequired

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

Property projectName: The name of the project that needs to be activated.

If it has been activated, it will be reactivated again.


ServiceLogTypesRequired

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

Property serviceLogTypes: Types of service log that needs to be activated.