| Package | Description |
|---|---|
| software.amazon.awscdk.services.cognito |
Amazon Cognito Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnUserPoolIdentityProvider.Builder |
CfnUserPoolIdentityProvider.Builder.attributeMapping(Object attributeMapping)
A mapping of IdP attributes to standard and custom user pool attributes.
|
static CfnUserPoolIdentityProvider.Builder |
CfnUserPoolIdentityProvider.Builder.create(software.constructs.Construct scope,
String id) |
CfnUserPoolIdentityProvider.Builder |
CfnUserPoolIdentityProvider.Builder.idpIdentifiers(List<String> idpIdentifiers)
A list of IdP identifiers.
|
CfnUserPoolIdentityProvider.Builder |
CfnUserPoolIdentityProvider.Builder.providerDetails(Object providerDetails)
The IdP details.
|
CfnUserPoolIdentityProvider.Builder |
CfnUserPoolIdentityProvider.Builder.providerName(String providerName)
The IdP name.
|
CfnUserPoolIdentityProvider.Builder |
CfnUserPoolIdentityProvider.Builder.providerType(String providerType)
The IdP type.
|
CfnUserPoolIdentityProvider.Builder |
CfnUserPoolIdentityProvider.Builder.userPoolId(String userPoolId)
The user pool ID.
|
Copyright © 2022. All rights reserved.