PipelineProps
Properties for defining a Pipeline.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-devops-pipeline
Initializer
import ros_cdk_devops
ros_cdk_devops.PipelineProps(
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] | Property content: Pipeline description in YAML format. |
name | typing.Union[str, ros_cdk_core.IResolvable] | Property name: Pipeline name. |
organization_id | typing.Union[str, ros_cdk_core.IResolvable] | Property organizationId: Corporate identity, also known as enterprise id, can obtain in cloud effect access links. |
contentRequired
content: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property content: Pipeline description in YAML format.
nameRequired
name: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property name: Pipeline name.
organization_idRequired
organization_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property organizationId: Corporate identity, also known as enterprise id, can obtain in cloud effect access links.