Skip to content

RosOssExportProps

Properties for defining a RosOssExport.

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

Initializer

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

Properties

Name Type Description
Configuration interface{} No description.
DisplayName interface{} No description.
ExportName interface{} No description.
ProjectName interface{} No description.
Description interface{} No description.

ConfigurationRequired

Configuration interface{}
  • Type: interface{}

DisplayNameRequired

DisplayName interface{}
  • Type: interface{}

ExportNameRequired

ExportName interface{}
  • Type: interface{}

ProjectNameRequired

ProjectName interface{}
  • Type: interface{}

DescriptionOptional

Description interface{}
  • Type: interface{}