Skip to content

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.

typeRequired

type: str
  • Type: str

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


propertiesOptional

properties: typing.Mapping[typing.Any]
  • Type: typing.Mapping[typing.Any]
  • Default: No resource properties.

Resource properties.