Uses of Class
software.amazon.awscdk.services.cognito.CfnIdentityPoolPrincipalTag.Builder
Packages that use CfnIdentityPoolPrincipalTag.Builder
-
Uses of CfnIdentityPoolPrincipalTag.Builder in software.amazon.awscdk.services.cognito
Methods in software.amazon.awscdk.services.cognito that return CfnIdentityPoolPrincipalTag.BuilderModifier and TypeMethodDescriptionCfnIdentityPoolPrincipalTag.Builder.identityPoolId(String identityPoolId) The identity pool that you want to associate with this principal tag map.CfnIdentityPoolPrincipalTag.Builder.identityProviderName(String identityProviderName) The identity pool identity provider (IdP) that you want to associate with this principal tag map.CfnIdentityPoolPrincipalTag.Builder.principalTags(Object principalTags) A JSON-formatted list of user claims and the principal tags that you want to associate with them.CfnIdentityPoolPrincipalTag.Builder.useDefaults(Boolean useDefaults) Use a default set of mappings between claims and tags for this provider, instead of a custom map.CfnIdentityPoolPrincipalTag.Builder.useDefaults(IResolvable useDefaults) Use a default set of mappings between claims and tags for this provider, instead of a custom map.