UserPoolGroupArgs

data class UserPoolGroupArgs(val description: Output<String>? = null, val groupName: Output<String>? = null, val precedence: Output<Int>? = null, val roleArn: Output<String>? = null, val userPoolId: Output<String>? = null) : ConvertibleToJava<UserPoolGroupArgs>

Resource Type definition for AWS::Cognito::UserPoolGroup

Constructors

Link copied to clipboard
fun UserPoolGroupArgs(description: Output<String>? = null, groupName: Output<String>? = null, precedence: Output<Int>? = null, roleArn: Output<String>? = null, userPoolId: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val description: Output<String>? = null
Link copied to clipboard
val groupName: Output<String>? = null
Link copied to clipboard
val precedence: Output<Int>? = null
Link copied to clipboard
val roleArn: Output<String>? = null
Link copied to clipboard
val userPoolId: Output<String>? = null