Skip to content

RosOssExportProps

Properties for defining a RosOssExport.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Sls;
new RosOssExportProps {
    object Configuration,
    object DisplayName,
    object ExportName,
    object ProjectName,
    object Description = null
};

Properties

Name Type Description
Configuration object No description.
DisplayName object No description.
ExportName object No description.
ProjectName object No description.
Description object No description.

ConfigurationRequired

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

DisplayNameRequired

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

ExportNameRequired

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

ProjectNameRequired

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

DescriptionOptional

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