GetUsersResult

data class GetUsersResult(val arns: List<String>, val id: String, val nameRegex: String? = null, val names: List<String>, val pathPrefix: String? = null)

A collection of values returned by getUsers.

Constructors

Link copied to clipboard
constructor(arns: List<String>, id: String, nameRegex: String? = null, names: List<String>, pathPrefix: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Set of ARNs of the matched IAM users.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

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

Set of Names of the matched IAM users.

Link copied to clipboard
val pathPrefix: String? = null