GetUserPoolsPlainArgs

data class GetUserPoolsPlainArgs(val name: String) : ConvertibleToJava<GetUserPoolsPlainArgs>

A collection of arguments for invoking getUserPools.

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard

Name of the cognito user pools. Name is not a unique attribute for cognito user pool, so multiple pools might be returned with given name. If the pool name is expected to be unique, you can reference the pool id via ``tolist(data.aws_cognito_user_pools.selected.ids)[0]``

Functions

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