AWS::VerifiedPermissions::IdentitySource CognitoUserPoolConfiguration
A structure that contains configuration information used when creating or updating an identity source that represents a connection to an Amazon Cognito user pool used as an identity provider for Verified Permissions.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "ClientIds" :
[ String, ... ]
, "UserPoolArn" :String
}
YAML
ClientIds:
- String
UserPoolArn:String
Properties
ClientIds
-
The unique application client IDs that are associated with the specified Amazon Cognito user pool.
Example:
"ClientIds": ["&ExampleCogClientId;"]
Required: No
Type: List of String
Update requires: No interruption
UserPoolArn
-
The Amazon Resource Name (ARN) of the Amazon Cognito user pool that contains the identities to be authorized.
Required: Yes
Type: String
Update requires: No interruption