GetGroupsPlainArgs

data class GetGroupsPlainArgs(val nameRegex: String? = null, val outputFile: String? = null, val policyName: String? = null, val policyType: String? = null, val userName: String? = null) : ConvertibleToJava<GetGroupsPlainArgs>

A collection of arguments for invoking getGroups.

Constructors

Link copied to clipboard
constructor(nameRegex: String? = null, outputFile: String? = null, policyName: String? = null, policyType: String? = null, userName: String? = null)

Properties

Link copied to clipboard
val nameRegex: String? = null

A regex string to filter the returned groups by their names.

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 policyName: String? = null

Filter the results by a specific policy name. If you set this parameter without setting policy_type, it will be automatically set to System.

Link copied to clipboard
val policyType: String? = null

Filter the results by a specific policy type. Valid items are Custom and System. If you set this parameter, you must set policy_name as well.

Link copied to clipboard
val userName: String? = null

Filter the results by a specific the user name.

Functions

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