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. |
Configuration
Required
public object Configuration { get; set; }
- Type: object
DisplayName
Required
public object DisplayName { get; set; }
- Type: object
ExportName
Required
public object ExportName { get; set; }
- Type: object
ProjectName
Required
public object ProjectName { get; set; }
- Type: object
Description
Optional
public object Description { get; set; }
- Type: object