GetAccessGroupsPlainArgs

data class GetAccessGroupsPlainArgs(val ids: List<String>? = null, val limit: Int? = null, val nameRegex: String? = null, val orderBy: String? = null, val orderType: String? = null, val outputFile: String? = null, val startOffset: Int? = null) : ConvertibleToJava<GetAccessGroupsPlainArgs>

A collection of arguments for invoking getAccessGroups.

Constructors

Link copied to clipboard
constructor(ids: List<String>? = null, limit: Int? = null, nameRegex: String? = null, orderBy: String? = null, orderType: String? = null, outputFile: String? = null, startOffset: Int? = null)

Properties

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

A list of Access Group IDs.

Link copied to clipboard
val limit: Int? = null
Link copied to clipboard
val nameRegex: String? = null

A regex string to filter results by Access Group name.

Link copied to clipboard
val orderBy: String? = null
Link copied to clipboard
val orderType: String? = null
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 startOffset: Int? = null

Functions

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