Skip to content

OssExportProps

Properties for defining a OssExport.

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

Initializer

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

Properties

Name Type Description
Configuration object Property configuration: The configuration of the export job.
DisplayName object Property displayName: The display name of the export job.
ExportName object Property exportName: The name of the export job.
ProjectName object Property projectName: The project name of SLS.
Description object Property description: The description of the export job.

ConfigurationRequired

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

Property configuration: The configuration of the export job.


DisplayNameRequired

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

Property displayName: The display name of the export job.

It must be 4 to 100 characters in length.


ExportNameRequired

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

Property exportName: The name of the export job.

This value should be unique. It must be 2 to 64 characters in length and can contain lowercase letters, digits, hyphens (-), and underscores (_). It must start and end with a lowercase letter or a digit.


ProjectNameRequired

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

Property projectName: The project name of SLS.


DescriptionOptional

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

Property description: The description of the export job.

It could be 0 to 256 characters in length.