interface IdentityPoolRoleAttachmentReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Cognito.IdentityPoolRoleAttachmentReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awscognito#IdentityPoolRoleAttachmentReference |
Java | software.amazon.awscdk.services.cognito.IdentityPoolRoleAttachmentReference |
Python | aws_cdk.aws_cognito.IdentityPoolRoleAttachmentReference |
TypeScript | aws-cdk-lib » aws_cognito » IdentityPoolRoleAttachmentReference |
A reference to a IdentityPoolRoleAttachment resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_cognito as cognito } from 'aws-cdk-lib';
const identityPoolRoleAttachmentReference: cognito.IdentityPoolRoleAttachmentReference = {
identityPoolRoleAttachmentId: 'identityPoolRoleAttachmentId',
};
Properties
| Name | Type | Description |
|---|---|---|
| identity | string | The Id of the IdentityPoolRoleAttachment resource. |
identityPoolRoleAttachmentId
Type:
string
The Id of the IdentityPoolRoleAttachment resource.

.NET
Go
Java
Python
TypeScript