GetPoliciesPlainArgs

data class GetPoliciesPlainArgs(val enableDetails: Boolean? = null, val groupName: String? = null, val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val roleName: String? = null, val type: String? = null, val userName: String? = null) : ConvertibleToJava<GetPoliciesPlainArgs>

A collection of arguments for invoking getPolicies.

Constructors

Link copied to clipboard
constructor(enableDetails: Boolean? = null, groupName: String? = null, ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null, roleName: String? = null, type: String? = null, userName: String? = null)

Properties

Link copied to clipboard
val enableDetails: Boolean? = null

Default to true. Set it to true can output more details.

Link copied to clipboard
val groupName: String? = null

Filter results by a specific group name. Returned policies are attached to the specified group.

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

A list of ram group IDs.

Link copied to clipboard
val nameRegex: String? = null

A regex string to filter resulting policies by 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 roleName: String? = null

Filter results by a specific role name. Returned policies are attached to the specified role.

Link copied to clipboard
val type: String? = null

Filter results by a specific policy type. Valid values are Custom and System.

Link copied to clipboard
val userName: String? = null

Filter results by a specific user name. Returned policies are attached to the specified user.

Functions

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