RosResourceProps
Initializer
import ros_cdk_core
ros_cdk_core.RosResourceProps(
type: str,
properties: typing.Mapping[typing.Any] = None
)
Properties
Name | Type | Description |
---|---|---|
type |
str |
ROS template resource type (e.g. ALIYUN::ECS::Instance ). |
properties |
typing.Mapping[typing.Any] |
Resource properties. |
type
Required
type: str
- Type: str
ROS template resource type (e.g. ALIYUN::ECS::Instance
).
properties
Optional
properties: typing.Mapping[typing.Any]
- Type: typing.Mapping[typing.Any]
- Default: No resource properties.
Resource properties.