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(groups: List<GetUserGroupsGroup>? = null, userPoolId: String): GetUserGroupsResult
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.