ALIYUN::DEVOPS::PipelineRelations is used to associate resources with a pipeline.
Syntax
{
"Type": "ALIYUN::DEVOPS::PipelineRelations",
"Properties": {
"RelObjectType": String,
"RelObjectIds": List,
"PipelineId": Number,
"OrganizationId": String
}
}
Properties
Property | Type | Required | Editable | Description | Constraint |
RelObjectType | String | Yes | No | The type of the resources. | Set the value to VARIABLE_GROUP. |
RelObjectIds | List | Yes | No | The IDs of the resources. | Only variable group IDs are supported. |
PipelineId | Number | Yes | No | The pipeline ID. | You can obtain the pipeline ID from the pipeline URL. Sample pipeline URL: |
OrganizationId | String | Yes | No | The ID of the organization workspace. | The value is of the String type. You can obtain the ID of the organization workspace from the URL of Apsara Devops. Sample URL:
|
Return values
Fn::GetAtt
None.