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