interface IIdentityPoolRef
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Cognito.IIdentityPoolRef |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awscognito#IIdentityPoolRef |
Java | software.amazon.awscdk.services.cognito.IIdentityPoolRef |
Python | aws_cdk.aws_cognito.IIdentityPoolRef |
TypeScript | aws-cdk-lib » aws_cognito » IIdentityPoolRef |
Implemented by
Cfn
Indicates that this resource can be referenced as a IdentityPool.
Properties
| Name | Type | Description |
|---|---|---|
| identity | Identity | A reference to a IdentityPool resource. |
| node | Node | The tree node. |
identityPoolRef
Type:
Identity
A reference to a IdentityPool resource.
node
Type:
Node
The tree node.

.NET
Go
Java
Python
TypeScript