RosResourceProps
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore"
&alicloudroscdkcore.RosResourceProps {
Type: *string,
Properties: *map[string]interface{},
}
Properties
Name | Type | Description |
---|---|---|
Type |
*string |
ROS template resource type (e.g. ALIYUN::ECS::Instance ). |
Properties |
*map[string]interface{} |
Resource properties. |
Type
Required
Type *string
- Type: *string
ROS template resource type (e.g. ALIYUN::ECS::Instance
).
Properties
Optional
Properties *map[string]interface{}
- Type: *map[string]interface{}
- Default: No resource properties.
Resource properties.