Skip to content

RosPipelineProps

Properties for defining a RosPipeline.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-devops-pipeline

Initializer

import ros_cdk_devops
ros_cdk_devops.RosPipelineProps(
  content: typing.Union[str, IResolvable],
  name: typing.Union[str, IResolvable],
  organization_id: typing.Union[str, IResolvable]
)

Properties

Name Type Description
content typing.Union[str, ros_cdk_core.IResolvable] No description.
name typing.Union[str, ros_cdk_core.IResolvable] No description.
organization_id typing.Union[str, ros_cdk_core.IResolvable] No description.

contentRequired

content: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

nameRequired

name: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

organization_idRequired

organization_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]