GetUserGroupsGroup

data class GetUserGroupsGroup(val description: String, val groupName: String, val precedence: Int, val roleArn: String) : ConvertibleToJava<GetUserGroupsGroup>

Constructors

Link copied to clipboard
fun GetUserGroupsGroup(description: String, groupName: String, precedence: Int, roleArn: String)

Functions

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

Properties

Link copied to clipboard

Description of the user group.

Link copied to clipboard

Name of the user group.

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.