CognitoUserPoolConfigurationDetail
The configuration for an identity source that represents a connection to an Amazon Cognito user pool used as an identity provider for Verified Permissions.
This data type is used as a field that is part of an ConfigurationDetail structure that is part of the response to GetIdentitySource.
Example:"CognitoUserPoolConfiguration":{"UserPoolArn":"arn:aws:cognito-idp:us-east-1:123456789012:userpool/us-east-1_1a2b3c4d5","ClientIds": ["a1b2c3d4e5f6g7h8i9j0kalbmc"],"groupConfiguration": {"groupEntityType": "MyCorp::Group"}}
Types
Properties
Link copied to clipboard
The type of entity that a policy store maps to groups from an Amazon Cognito user pool identity source.
Link copied to clipboard
The Amazon Resource Name (ARN) of the Amazon Cognito user pool that contains the identities to be authorized.
Functions
Link copied to clipboard
inline fun copy(block: CognitoUserPoolConfigurationDetail.Builder.() -> Unit = {}): CognitoUserPoolConfigurationDetail