getDeployGroups

This data source provides a list of EDAS deploy groups in an Alibaba Cloud account according to the specified filters.

NOTE: Available in 1.82.0+

Example Usage

variables:
groups:
fn::invoke:
function: alicloud:edas:getDeployGroups
arguments:
appId: xxx
ids:
- xxx
outputFile: groups.txt
outputs:
firstGroupName: ${groups.groups[0].groupName}

Return

A collection of values returned by getDeployGroups.

Parameters

argument

A collection of arguments for invoking getDeployGroups.


suspend fun getDeployGroups(appId: String, nameRegex: String? = null, outputFile: String? = null): GetDeployGroupsResult

Return

A collection of values returned by getDeployGroups.

Parameters

appId

ID of the EDAS application.

nameRegex

A regex string to filter results by the deploy group name.

outputFile

File name where to save data source results (after running pulumi preview).

See also


Return

A collection of values returned by getDeployGroups.

Parameters

argument

Builder for com.pulumi.alicloud.edas.kotlin.inputs.GetDeployGroupsPlainArgs.

See also