RosResourceProps
Initializer
using AlibabaCloud.SDK.ROS.CDK.Core;
new RosResourceProps {
string Type,
System.Collections.Generic.IDictionary<string, object> Properties = null
};
Properties
Name | Type | Description |
---|---|---|
Type |
string |
ROS template resource type (e.g. ALIYUN::ECS::Instance ). |
Properties |
System.Collections.Generic.IDictionary |
Resource properties. |
Type
Required
public string Type { get; set; }
- Type: string
ROS template resource type (e.g. ALIYUN::ECS::Instance
).
Properties
Optional
public System.Collections.Generic.IDictionary<string, object> Properties { get; set; }
- Type: System.Collections.Generic.IDictionary
- Default: No resource properties.
Resource properties.