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. |
Configuration
Required
Configuration interface{}
- Type: interface{}
Property configuration: The configuration of the export job.
DisplayName
Required
DisplayName interface{}
- Type: interface{}
Property displayName: The display name of the export job.
It must be 4 to 100 characters in length.
ExportName
Required
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.
ProjectName
Required
ProjectName interface{}
- Type: interface{}
Property projectName: The project name of SLS.
Description
Optional
Description interface{}
- Type: interface{}
Property description: The description of the export job.
It could be 0 to 256 characters in length.