UserPoolUserToGroupAttachmentArgs

data class UserPoolUserToGroupAttachmentArgs(val groupName: Output<String>? = null, val userPoolId: Output<String>? = null, val username: Output<String>? = null) : ConvertibleToJava<UserPoolUserToGroupAttachmentArgs>

Resource Type definition for AWS::Cognito::UserPoolUserToGroupAttachment

Constructors

Link copied to clipboard
constructor(groupName: Output<String>? = null, userPoolId: Output<String>? = null, username: Output<String>? = null)

Properties

Link copied to clipboard
val groupName: Output<String>? = null

The name of the group that you want to add your user to.

Link copied to clipboard
val username: Output<String>? = null
Link copied to clipboard
val userPoolId: Output<String>? = null

The user pool ID for the user pool.

Functions

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