Skip to content

PipelineRelationsProps

Properties for defining a PipelineRelations.

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

Initializer

import { PipelineRelationsProps } from '@alicloud/ros-cdk-devops'
const pipelineRelationsProps: PipelineRelationsProps = { ... }

Properties

Name Type Description
organizationId string | @alicloud/ros-cdk-core.IResolvable Property organizationId: Corporate identity, also known as enterprise id, can obtain in cloud effect access links.
pipelineId number | @alicloud/ros-cdk-core.IResolvable Property pipelineId: The pipeline ID, which can be obtained from the pipeline link.
relObjectIds @alicloud/ros-cdk-core.IResolvable | number | @alicloud/ros-cdk-core.IResolvable[] Property relObjectIds: Ids of the associated resource.
relObjectType string | @alicloud/ros-cdk-core.IResolvable Property relObjectType: Associated resource type.

organizationIdRequired

public readonly organizationId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property organizationId: Corporate identity, also known as enterprise id, can obtain in cloud effect access links.


pipelineIdRequired

public readonly pipelineId: number | IResolvable;
  • Type: number | @alicloud/ros-cdk-core.IResolvable

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


relObjectIdsRequired

public readonly relObjectIds: IResolvable | number | IResolvable[];
  • Type: @alicloud/ros-cdk-core.IResolvable | number | @alicloud/ros-cdk-core.IResolvable[]

Property relObjectIds: Ids of the associated resource.

For now, only variable group ids are supported.


relObjectTypeRequired

public readonly relObjectType: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property relObjectType: Associated resource type.

Valid values: - VARIABLE_GROUP - OOS_APP_ID For now, only VARIABLE GROUP is supported.