interface UserPoolIdentityProviderReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Cognito.UserPoolIdentityProviderReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscognito#UserPoolIdentityProviderReference |
![]() | software.amazon.awscdk.services.cognito.UserPoolIdentityProviderReference |
![]() | aws_cdk.aws_cognito.UserPoolIdentityProviderReference |
![]() | aws-cdk-lib » aws_cognito » UserPoolIdentityProviderReference |
A reference to a UserPoolIdentityProvider resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_cognito as cognito } from 'aws-cdk-lib';
const userPoolIdentityProviderReference: cognito.UserPoolIdentityProviderReference = {
providerName: 'providerName',
userPoolId: 'userPoolId',
};
Properties
Name | Type | Description |
---|---|---|
provider | string | The ProviderName of the UserPoolIdentityProvider resource. |
user | string | The UserPoolId of the UserPoolIdentityProvider resource. |
providerName
Type:
string
The ProviderName of the UserPoolIdentityProvider resource.
userPoolId
Type:
string
The UserPoolId of the UserPoolIdentityProvider resource.