Uses of Class
software.amazon.awscdk.services.cognito.CfnIdentityPool.Builder
-
Uses of CfnIdentityPool.Builder in software.amazon.awscdk.services.cognito
Modifier and TypeMethodDescriptionCfnIdentityPool.Builder.allowClassicFlow
(Boolean allowClassicFlow) Enables the Basic (Classic) authentication flow.CfnIdentityPool.Builder.allowClassicFlow
(IResolvable allowClassicFlow) Enables the Basic (Classic) authentication flow.CfnIdentityPool.Builder.allowUnauthenticatedIdentities
(Boolean allowUnauthenticatedIdentities) Specifies whether the identity pool supports unauthenticated logins.CfnIdentityPool.Builder.allowUnauthenticatedIdentities
(IResolvable allowUnauthenticatedIdentities) Specifies whether the identity pool supports unauthenticated logins.CfnIdentityPool.Builder.cognitoEvents
(Object cognitoEvents) The events to configure.CfnIdentityPool.Builder.cognitoIdentityProviders
(List<? extends Object> cognitoIdentityProviders) The Amazon Cognito user pools and their client IDs.CfnIdentityPool.Builder.cognitoIdentityProviders
(IResolvable cognitoIdentityProviders) The Amazon Cognito user pools and their client IDs.CfnIdentityPool.Builder.cognitoStreams
(IResolvable cognitoStreams) Configuration options for configuring Amazon Cognito streams.CfnIdentityPool.Builder.cognitoStreams
(CfnIdentityPool.CognitoStreamsProperty cognitoStreams) Configuration options for configuring Amazon Cognito streams.static CfnIdentityPool.Builder
CfnIdentityPool.Builder.developerProviderName
(String developerProviderName) The "domain" Amazon Cognito uses when referencing your users.CfnIdentityPool.Builder.identityPoolName
(String identityPoolName) The name of your Amazon Cognito identity pool.CfnIdentityPool.Builder.openIdConnectProviderArns
(List<String> openIdConnectProviderArns) The Amazon Resource Names (ARNs) of the OpenID connect providers.CfnIdentityPool.Builder.pushSync
(IResolvable pushSync) The configuration options to be applied to the identity pool.CfnIdentityPool.Builder.pushSync
(CfnIdentityPool.PushSyncProperty pushSync) The configuration options to be applied to the identity pool.CfnIdentityPool.Builder.samlProviderArns
(List<String> samlProviderArns) The Amazon Resource Names (ARNs) of the Security Assertion Markup Language (SAML) providers.CfnIdentityPool.Builder.supportedLoginProviders
(Object supportedLoginProviders) Key-value pairs that map provider names to provider app IDs.