interface IdentityPoolRoleAttachmentReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Cognito.IdentityPoolRoleAttachmentReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscognito#IdentityPoolRoleAttachmentReference |
![]() | software.amazon.awscdk.services.cognito.IdentityPoolRoleAttachmentReference |
![]() | aws_cdk.aws_cognito.IdentityPoolRoleAttachmentReference |
![]() | 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.