| Package | Description |
|---|---|
| software.amazon.awscdk.services.cognito.identitypool |
Amazon Cognito Identity Pool Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IIdentityPool.Jsii$Default
Internal default implementation for
IIdentityPool. |
| Modifier and Type | Class and Description |
|---|---|
class |
IdentityPool
(experimental) Define a Cognito Identity Pool.
|
static class |
IIdentityPool.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static IIdentityPool |
IdentityPool.fromIdentityPoolArn(software.constructs.Construct scope,
String id,
String identityPoolArn)
(experimental) Import an existing Identity Pool from its Arn.
|
static IIdentityPool |
IdentityPool.fromIdentityPoolId(software.constructs.Construct scope,
String id,
String identityPoolId)
(experimental) Import an existing Identity Pool from its id.
|
IIdentityPool |
IdentityPoolRoleAttachmentProps.getIdentityPool()
(experimental) Id of the Attachments Underlying Identity Pool.
|
IIdentityPool |
IdentityPoolRoleAttachmentProps.Jsii$Proxy.getIdentityPool() |
| Modifier and Type | Method and Description |
|---|---|
UserPoolAuthenticationProviderBindConfig |
UserPoolAuthenticationProvider.bind(software.constructs.Construct scope,
IIdentityPool identityPool)
(experimental) The method called when a given User Pool Authentication Provider is added (for the first time) to an Identity Pool.
|
UserPoolAuthenticationProviderBindConfig |
IUserPoolAuthenticationProvider.bind(software.constructs.Construct scope,
IIdentityPool identityPool)
(experimental) The method called when a given User Pool Authentication Provider is added (for the first time) to an Identity Pool.
|
UserPoolAuthenticationProviderBindConfig |
IUserPoolAuthenticationProvider.Jsii$Proxy.bind(software.constructs.Construct scope,
IIdentityPool identityPool)
(experimental) The method called when a given User Pool Authentication Provider is added (for the first time) to an Identity Pool.
|
UserPoolAuthenticationProviderBindConfig |
UserPoolAuthenticationProvider.bind(software.constructs.Construct scope,
IIdentityPool identityPool,
UserPoolAuthenticationProviderBindOptions _options)
(experimental) The method called when a given User Pool Authentication Provider is added (for the first time) to an Identity Pool.
|
UserPoolAuthenticationProviderBindConfig |
IUserPoolAuthenticationProvider.bind(software.constructs.Construct scope,
IIdentityPool identityPool,
UserPoolAuthenticationProviderBindOptions options)
(experimental) The method called when a given User Pool Authentication Provider is added (for the first time) to an Identity Pool.
|
UserPoolAuthenticationProviderBindConfig |
IUserPoolAuthenticationProvider.Jsii$Proxy.bind(software.constructs.Construct scope,
IIdentityPool identityPool,
UserPoolAuthenticationProviderBindOptions options)
(experimental) The method called when a given User Pool Authentication Provider is added (for the first time) to an Identity Pool.
|
default UserPoolAuthenticationProviderBindConfig |
IUserPoolAuthenticationProvider.Jsii$Default.bind(software.constructs.Construct scope,
IIdentityPool identityPool,
UserPoolAuthenticationProviderBindOptions options)
(experimental) The method called when a given User Pool Authentication Provider is added (for the first time) to an Identity Pool.
|
IdentityPoolRoleAttachmentProps.Builder |
IdentityPoolRoleAttachmentProps.Builder.identityPool(IIdentityPool identityPool)
Sets the value of
IdentityPoolRoleAttachmentProps.getIdentityPool() |
IdentityPoolRoleAttachment.Builder |
IdentityPoolRoleAttachment.Builder.identityPool(IIdentityPool identityPool)
(experimental) Id of the Attachments Underlying Identity Pool.
|
Copyright © 2022. All rights reserved.