This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::VerifiedPermissions::IdentitySource IdentitySourceConfiguration
A structure that contains configuration information used when creating or updating a new identity source.
Note
At this time, the only valid member of this structure is a Amazon Cognito user pool configuration.
You must specify a userPoolArn, and optionally, a
ClientId.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "CognitoUserPoolConfiguration" :CognitoUserPoolConfiguration, "OpenIdConnectConfiguration" :OpenIdConnectConfiguration}
YAML
CognitoUserPoolConfiguration:CognitoUserPoolConfigurationOpenIdConnectConfiguration:OpenIdConnectConfiguration
Properties
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.
Required: No
Type: CognitoUserPoolConfiguration
Update requires: No interruption
OpenIdConnectConfigurationProperty description not available.
Required: No
Type: OpenIdConnectConfiguration
Update requires: No interruption