Get Users Plain Args
data class GetUsersPlainArgs(val nameRegex: String? = null, val pathPrefix: String? = null) : ConvertibleToJava<GetUsersPlainArgs>
A collection of arguments for invoking getUsers.
Properties
Link copied to clipboard
Regex string to apply to the IAM users list returned by AWS. This allows more advanced filtering not supported from the AWS API. This filtering is done locally on what AWS returns, and could have a performance impact if the result is large. Combine this with other options to narrow down the list AWS returns.
Link copied to clipboard
Path prefix for filtering the results. For example, the prefix /division_abc/subdivision_xyz/
gets all users whose path starts with /division_abc/subdivision_xyz/
. If it is not included, it defaults to a slash (/
), listing all users. For more details, check out 1.