GetGroupResult

data class GetGroupResult(val arn: String, val groupId: String, val groupName: String, val id: String, val path: String, val users: List<GetGroupUser>)

A collection of values returned by getGroup.

Constructors

Link copied to clipboard
constructor(arn: String, groupId: String, groupName: String, id: String, path: String, users: List<GetGroupUser>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

User ARN.

Link copied to clipboard

Stable and unique string identifying the group.

Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Path to the IAM user.

Link copied to clipboard

List of objects containing group member information. See below.