| Package | Description |
|---|---|
| software.amazon.awscdk.services.cognito |
Amazon Cognito Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnIdentityPoolRoleAttachment.Builder |
CfnIdentityPoolRoleAttachment.Builder.create(software.constructs.Construct scope,
String id) |
CfnIdentityPoolRoleAttachment.Builder |
CfnIdentityPoolRoleAttachment.Builder.identityPoolId(String identityPoolId)
An identity pool ID in the format `REGION:GUID` .
|
CfnIdentityPoolRoleAttachment.Builder |
CfnIdentityPoolRoleAttachment.Builder.roleMappings(IResolvable roleMappings)
How users for a specific identity provider are mapped to roles.
|
CfnIdentityPoolRoleAttachment.Builder |
CfnIdentityPoolRoleAttachment.Builder.roleMappings(Map<String,? extends Object> roleMappings)
How users for a specific identity provider are mapped to roles.
|
CfnIdentityPoolRoleAttachment.Builder |
CfnIdentityPoolRoleAttachment.Builder.roles(Object roles)
The map of the roles associated with this pool.
|
Copyright © 2022. All rights reserved.