Skip to content

LogstoresProps

Properties for defining a Logstores.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-sls-logstores

Initializer

using AlibabaCloud.SDK.ROS.CDK.Sls;
new LogstoresProps {
    object Project,
    object LogstoreName = null,
    object RefreshOptions = null
};

Properties

Name Type Description
Project object Property project: Project name.
LogstoreName object Property logstoreName: Logstore name.
RefreshOptions object Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

ProjectRequired

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

Property project: Project name.


LogstoreNameOptional

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

Property logstoreName: Logstore name.


RefreshOptionsOptional

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

Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

Valid values:

  • Never: Never refresh the datasource resource when the stack is updated.
  • Always: Always refresh the datasource resource when the stack is updated. Default is Never.