RosProjectProps
Properties for defining a RosProject.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sls-project
Initializer
using AlibabaCloud.SDK.ROS.CDK.Sls;
new RosProjectProps {
object Name,
object DataRedundancyType = null,
object Description = null,
object ResourceGroupId = null,
TagsProperty[] Tags = null
};
Properties
| Name | Type | Description |
|---|---|---|
Name |
object |
No description. |
DataRedundancyType |
object |
No description. |
Description |
object |
No description. |
ResourceGroupId |
object |
No description. |
Tags |
TagsProperty[] |
No description. |
NameRequired
public object Name { get; set; }
- Type: object
DataRedundancyTypeOptional
public object DataRedundancyType { get; set; }
- Type: object
DescriptionOptional
public object Description { get; set; }
- Type: object
ResourceGroupIdOptional
public object ResourceGroupId { get; set; }
- Type: object
TagsOptional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]