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. |
TypeRequired
Type *string
- Type: *string
ROS template resource type (e.g. ALIYUN::ECS::Instance).
PropertiesOptional
Properties *map[string]interface{}
- Type: *map[string]interface{}
- Default: No resource properties.
Resource properties.