Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.cognito.CfnIdentityPoolRoleAttachmentPropsMixin.Builder
Packages that use CfnIdentityPoolRoleAttachmentPropsMixin.Builder
-
Uses of CfnIdentityPoolRoleAttachmentPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.cognito
Methods in software.amazon.awscdk.cfnpropertymixins.services.cognito that return CfnIdentityPoolRoleAttachmentPropsMixin.BuilderModifier and TypeMethodDescriptionCfnIdentityPoolRoleAttachmentPropsMixin.Builder.create()CfnIdentityPoolRoleAttachmentPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnIdentityPoolRoleAttachmentPropsMixin.Builder.identityPoolId(String identityPoolId) An identity pool ID in the formatREGION:GUID.CfnIdentityPoolRoleAttachmentPropsMixin.Builder.identityPoolId(IIdentityPoolRef identityPoolId) An identity pool ID in the formatREGION:GUID.CfnIdentityPoolRoleAttachmentPropsMixin.Builder.roleMappings(Map<String, ? extends Object> roleMappings) How users for a specific identity provider are mapped to roles.CfnIdentityPoolRoleAttachmentPropsMixin.Builder.roleMappings(IResolvable roleMappings) How users for a specific identity provider are mapped to roles.The map of the roles associated with this pool.