Skip to content

PipelineRelationsProps

Properties for defining a PipelineRelations.

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

Initializer

import ros_cdk_devops
ros_cdk_devops.PipelineRelationsProps(
  organization_id: typing.Union[str, IResolvable],
  pipeline_id: typing.Union[typing.Union[int, float], IResolvable],
  rel_object_ids: typing.Union[IResolvable, typing.List[typing.Union[typing.Union[int, float], IResolvable]]],
  rel_object_type: typing.Union[str, IResolvable]
)

Properties

Name Type Description
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.
pipeline_id typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] Property pipelineId: The pipeline ID, which can be obtained from the pipeline link.
rel_object_ids typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]]] Property relObjectIds: Ids of the associated resource.
rel_object_type typing.Union[str, ros_cdk_core.IResolvable] Property relObjectType: Associated resource type.

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.


pipeline_idRequired

pipeline_id: typing.Union[typing.Union[int, float], IResolvable]
  • Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]

Property pipelineId: The pipeline ID, which can be obtained from the pipeline link.


rel_object_idsRequired

rel_object_ids: typing.Union[IResolvable, typing.List[typing.Union[typing.Union[int, float], IResolvable]]]
  • Type: typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]]]

Property relObjectIds: Ids of the associated resource.

For now, only variable group ids are supported.


rel_object_typeRequired

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

Property relObjectType: Associated resource type.

Valid values:

  • VARIABLE_GROUP
  • OOS_APP_ID For now, only VARIABLE GROUP is supported.