GetUserGroupResult

data class GetUserGroupResult(val description: String, val id: String, val name: String, val precedence: Int, val roleArn: String, val userPoolId: String)

A collection of values returned by getUserGroup.

Constructors

Link copied to clipboard
constructor(description: String, id: String, name: String, precedence: Int, roleArn: String, userPoolId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Description of the user group.

Link copied to clipboard
val id: String

A comma-delimited string concatenating name and user_pool_id.

Link copied to clipboard
Link copied to clipboard

Precedence of the user group.

Link copied to clipboard

ARN of the IAM role to be associated with the user group.

Link copied to clipboard