Skip to content

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.

TypeRequired

public string Type { get; set; }
  • Type: string

ROS template resource type (e.g. ALIYUN::ECS::Instance).


PropertiesOptional

public System.Collections.Generic.IDictionary<string, object> Properties { get; set; }
  • Type: System.Collections.Generic.IDictionary
  • Default: No resource properties.

Resource properties.