| Package | Description |
|---|---|
| software.amazon.awscdk.services.cognito.identitypool |
Amazon Cognito Identity Pool Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
IdentityPool.Builder |
IdentityPool.Builder.allowClassicFlow(Boolean allowClassicFlow)
(experimental) Enables the Basic (Classic) authentication flow.
|
IdentityPool.Builder |
IdentityPool.Builder.allowUnauthenticatedIdentities(Boolean allowUnauthenticatedIdentities)
(experimental) Wwhether the identity pool supports unauthenticated logins.
|
IdentityPool.Builder |
IdentityPool.Builder.authenticatedRole(IRole authenticatedRole)
(experimental) The Default Role to be assumed by Authenticated Users.
|
IdentityPool.Builder |
IdentityPool.Builder.authenticationProviders(IdentityPoolAuthenticationProviders authenticationProviders)
(experimental) Authentication providers for using in identity pool.
|
static IdentityPool.Builder |
IdentityPool.Builder.create(software.constructs.Construct scope,
String id) |
IdentityPool.Builder |
IdentityPool.Builder.identityPoolName(String identityPoolName)
(experimental) The name of the Identity Pool.
|
IdentityPool.Builder |
IdentityPool.Builder.roleMappings(List<? extends IdentityPoolRoleMapping> roleMappings)
(experimental) Rules for mapping roles to users.
|
IdentityPool.Builder |
IdentityPool.Builder.unauthenticatedRole(IRole unauthenticatedRole)
(experimental) The Default Role to be assumed by Unauthenticated Users.
|
Copyright © 2022. All rights reserved.