GetAppGroupsPlainArgs

data class GetAppGroupsPlainArgs(val enableDetails: Boolean? = null, val ids: List<String>? = null, val instanceId: String? = null, val name: String? = null, val nameRegex: String? = null, val outputFile: String? = null, val resourceGroupId: String? = null, val type: String? = null) : ConvertibleToJava<GetAppGroupsPlainArgs>

A collection of arguments for invoking getAppGroups.

Constructors

Link copied to clipboard
constructor(enableDetails: Boolean? = null, ids: List<String>? = null, instanceId: String? = null, name: String? = null, nameRegex: String? = null, outputFile: String? = null, resourceGroupId: String? = null, type: String? = null)

Properties

Link copied to clipboard
val enableDetails: Boolean? = null

Default to false. Set it to true can output more details about resource attributes.

Link copied to clipboard
val ids: List<String>? = null

A list of App Group IDs. Its element value is same as App Group Name.

Link copied to clipboard
val instanceId: String? = null

The Instance ID.

Link copied to clipboard
val name: String? = null
Link copied to clipboard
val nameRegex: String? = null

A regex string to filter results by App Group name.

Link copied to clipboard
val outputFile: String? = null

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

Link copied to clipboard
val resourceGroupId: String? = null

The Resource Group ID.

Link copied to clipboard
val type: String? = null

Application type. Valid Values: standard, enhanced.

Functions

Link copied to clipboard
open override fun toJava(): GetAppGroupsPlainArgs