| Package | Description |
|---|---|
| software.amazon.awscdk.services.cognito.identitypool |
Amazon Cognito Identity Pool Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
IdentityPoolRoleMapping.Jsii$Proxy
An implementation for
IdentityPoolRoleMapping |
| Modifier and Type | Method and Description |
|---|---|
IdentityPoolRoleMapping |
IdentityPoolRoleMapping.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
default List<IdentityPoolRoleMapping> |
IdentityPoolRoleAttachmentProps.getRoleMappings()
(experimental) Rules for mapping roles to users.
|
List<IdentityPoolRoleMapping> |
IdentityPoolRoleAttachmentProps.Jsii$Proxy.getRoleMappings() |
default List<IdentityPoolRoleMapping> |
IdentityPoolProps.getRoleMappings()
(experimental) Rules for mapping roles to users.
|
List<IdentityPoolRoleMapping> |
IdentityPoolProps.Jsii$Proxy.getRoleMappings() |
| Modifier and Type | Method and Description |
|---|---|
void |
IdentityPool.addRoleMappings(IdentityPoolRoleMapping... roleMappings)
(experimental) Adds Role Mappings to Identity Pool.
|
| Modifier and Type | Method and Description |
|---|---|
IdentityPoolRoleAttachmentProps.Builder |
IdentityPoolRoleAttachmentProps.Builder.roleMappings(List<? extends IdentityPoolRoleMapping> roleMappings)
Sets the value of
IdentityPoolRoleAttachmentProps.getRoleMappings() |
IdentityPool.Builder |
IdentityPool.Builder.roleMappings(List<? extends IdentityPoolRoleMapping> roleMappings)
(experimental) Rules for mapping roles to users.
|
IdentityPoolRoleAttachment.Builder |
IdentityPoolRoleAttachment.Builder.roleMappings(List<? extends IdentityPoolRoleMapping> roleMappings)
(experimental) Rules for mapping roles to users.
|
IdentityPoolProps.Builder |
IdentityPoolProps.Builder.roleMappings(List<? extends IdentityPoolRoleMapping> roleMappings)
Sets the value of
IdentityPoolProps.getRoleMappings() |
Copyright © 2022. All rights reserved.