| Package | Description |
|---|---|
| software.amazon.awscdk.services.cognito |
Amazon Cognito Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
UserPoolIdentityProviderSaml.Builder |
UserPoolIdentityProviderSaml.Builder.attributeMapping(AttributeMapping attributeMapping)
Mapping attributes from the identity provider to standard and custom attributes of the user pool.
|
static UserPoolIdentityProviderSaml.Builder |
UserPoolIdentityProviderSaml.Builder.create(software.constructs.Construct scope,
String id) |
UserPoolIdentityProviderSaml.Builder |
UserPoolIdentityProviderSaml.Builder.identifiers(List<String> identifiers)
Identifiers.
|
UserPoolIdentityProviderSaml.Builder |
UserPoolIdentityProviderSaml.Builder.idpSignout(Boolean idpSignout)
Whether to enable the "Sign-out flow" feature.
|
UserPoolIdentityProviderSaml.Builder |
UserPoolIdentityProviderSaml.Builder.metadata(UserPoolIdentityProviderSamlMetadata metadata)
The SAML metadata.
|
UserPoolIdentityProviderSaml.Builder |
UserPoolIdentityProviderSaml.Builder.name(String name)
The name of the provider.
|
UserPoolIdentityProviderSaml.Builder |
UserPoolIdentityProviderSaml.Builder.userPool(IUserPool userPool)
The user pool to which this construct provides identities.
|
Copyright © 2022. All rights reserved.