Skip to content

OssExportProps

Properties for defining a OssExport.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdksls"
&alicloudroscdksls.OssExportProps {
    Configuration: interface{},
    DisplayName: interface{},
    ExportName: interface{},
    ProjectName: interface{},
    Description: interface{},
}

Properties

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

ConfigurationRequired

Configuration interface{}
  • Type: interface{}

Property configuration: The configuration of the export job.


DisplayNameRequired

DisplayName interface{}
  • Type: interface{}

Property displayName: The display name of the export job.

It must be 4 to 100 characters in length.


ExportNameRequired

ExportName interface{}
  • Type: interface{}

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

ProjectName interface{}
  • Type: interface{}

Property projectName: The project name of SLS.


DescriptionOptional

Description interface{}
  • Type: interface{}

Property description: The description of the export job.

It could be 0 to 256 characters in length.