| Package | Description |
|---|---|
| software.amazon.awscdk.services.cognito.identitypool |
Amazon Cognito Identity Pool Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
IdentityPoolRoleAttachment.Builder |
IdentityPoolRoleAttachment.Builder.authenticatedRole(IRole authenticatedRole)
(experimental) Default Authenticated (User) Role.
|
static IdentityPoolRoleAttachment.Builder |
IdentityPoolRoleAttachment.Builder.create(software.constructs.Construct scope,
String id) |
IdentityPoolRoleAttachment.Builder |
IdentityPoolRoleAttachment.Builder.identityPool(IIdentityPool identityPool)
(experimental) Id of the Attachments Underlying Identity Pool.
|
IdentityPoolRoleAttachment.Builder |
IdentityPoolRoleAttachment.Builder.roleMappings(List<? extends IdentityPoolRoleMapping> roleMappings)
(experimental) Rules for mapping roles to users.
|
IdentityPoolRoleAttachment.Builder |
IdentityPoolRoleAttachment.Builder.unauthenticatedRole(IRole unauthenticatedRole)
(experimental) Default Unauthenticated (Guest) Role.
|
Copyright © 2022. All rights reserved.