| Modifier and Type | Method and Description |
|---|---|
CfnIdentityPool.Builder |
CfnIdentityPool.Builder.allowClassicFlow(Boolean allowClassicFlow)
Enables the Basic (Classic) authentication flow.
|
CfnIdentityPool.Builder |
CfnIdentityPool.Builder.allowClassicFlow(IResolvable allowClassicFlow)
Enables the Basic (Classic) authentication flow.
|
CfnIdentityPool.Builder |
CfnIdentityPool.Builder.allowUnauthenticatedIdentities(Boolean allowUnauthenticatedIdentities)
Specifies whether the identity pool supports unauthenticated logins.
|
CfnIdentityPool.Builder |
CfnIdentityPool.Builder.allowUnauthenticatedIdentities(IResolvable allowUnauthenticatedIdentities)
Specifies whether the identity pool supports unauthenticated logins.
|
CfnIdentityPool.Builder |
CfnIdentityPool.Builder.cognitoEvents(Object cognitoEvents)
The events to configure.
|
CfnIdentityPool.Builder |
CfnIdentityPool.Builder.cognitoIdentityProviders(IResolvable cognitoIdentityProviders)
The Amazon Cognito user pools and their client IDs.
|
CfnIdentityPool.Builder |
CfnIdentityPool.Builder.cognitoIdentityProviders(List<? extends Object> cognitoIdentityProviders)
The Amazon Cognito user pools and their client IDs.
|
CfnIdentityPool.Builder |
CfnIdentityPool.Builder.cognitoStreams(CfnIdentityPool.CognitoStreamsProperty cognitoStreams)
Configuration options for configuring Amazon Cognito streams.
|
CfnIdentityPool.Builder |
CfnIdentityPool.Builder.cognitoStreams(IResolvable cognitoStreams)
Configuration options for configuring Amazon Cognito streams.
|
static CfnIdentityPool.Builder |
CfnIdentityPool.Builder.create(Construct scope,
String id) |
CfnIdentityPool.Builder |
CfnIdentityPool.Builder.developerProviderName(String developerProviderName)
The "domain" Amazon Cognito uses when referencing your users.
|
CfnIdentityPool.Builder |
CfnIdentityPool.Builder.identityPoolName(String identityPoolName)
The name of your Amazon Cognito identity pool.
|
CfnIdentityPool.Builder |
CfnIdentityPool.Builder.openIdConnectProviderArns(List<String> openIdConnectProviderArns)
The Amazon Resource Names (ARNs) of the OpenID connect providers.
|
CfnIdentityPool.Builder |
CfnIdentityPool.Builder.pushSync(CfnIdentityPool.PushSyncProperty pushSync)
The configuration options to be applied to the identity pool.
|
CfnIdentityPool.Builder |
CfnIdentityPool.Builder.pushSync(IResolvable pushSync)
The configuration options to be applied to the identity pool.
|
CfnIdentityPool.Builder |
CfnIdentityPool.Builder.samlProviderArns(List<String> samlProviderArns)
The Amazon Resource Names (ARNs) of the Security Assertion Markup Language (SAML) providers.
|
CfnIdentityPool.Builder |
CfnIdentityPool.Builder.supportedLoginProviders(Object supportedLoginProviders)
Key-value pairs that map provider names to provider app IDs.
|
Copyright © 2022. All rights reserved.