Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.cognito.CfnUserPoolIdentityProviderPropsMixin.Builder
Packages that use CfnUserPoolIdentityProviderPropsMixin.Builder
-
Uses of CfnUserPoolIdentityProviderPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.cognito
Methods in software.amazon.awscdk.cfnpropertymixins.services.cognito that return CfnUserPoolIdentityProviderPropsMixin.BuilderModifier and TypeMethodDescriptionCfnUserPoolIdentityProviderPropsMixin.Builder.attributeMapping(Object attributeMapping) A mapping of IdP attributes to standard and custom user pool attributes.CfnUserPoolIdentityProviderPropsMixin.Builder.create()CfnUserPoolIdentityProviderPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnUserPoolIdentityProviderPropsMixin.Builder.idpIdentifiers(List<String> idpIdentifiers) An array of IdP identifiers, for example"IdPIdentifiers": [ "MyIdP", "MyIdP2" ].CfnUserPoolIdentityProviderPropsMixin.Builder.providerDetails(Object providerDetails) The scopes, URLs, and identifiers for your external identity provider.CfnUserPoolIdentityProviderPropsMixin.Builder.providerName(String providerName) The name that you want to assign to the IdP.CfnUserPoolIdentityProviderPropsMixin.Builder.providerType(String providerType) The type of IdP that you want to add.CfnUserPoolIdentityProviderPropsMixin.Builder.userPoolId(String userPoolId) The Id of the user pool where you want to create an IdP.