CognitoFunctions

Functions

Link copied to clipboard

Data source for managing an AWS Cognito Identity Pool.

suspend fun getIdentityPool(identityPoolName: String, tags: Map<String, String>? = null): GetIdentityPoolResult
Link copied to clipboard

Data source for managing an AWS Cognito IDP (Identity Provider) User Group.

suspend fun getUserGroup(name: String, userPoolId: String): GetUserGroupResult
Link copied to clipboard

Data source for managing AWS Cognito IDP (Identity Provider) User Groups.

suspend fun getUserGroups(userPoolId: String): GetUserGroupsResult
Link copied to clipboard

Data source for managing an AWS Cognito User Pool.

suspend fun getUserPool(userPoolId: String): GetUserPoolResult
suspend fun getUserPool(argument: suspend GetUserPoolPlainArgsBuilder.() -> Unit): GetUserPoolResult
Link copied to clipboard

Provides a Cognito User Pool Client resource.

suspend fun getUserPoolClient(clientId: String, userPoolId: String): GetUserPoolClientResult
Link copied to clipboard

Use this data source to get a list of Cognito user pools clients for a Cognito IdP user pool.

Link copied to clipboard

Use this data source to get a list of cognito user pools.