interface IdentityPoolPrincipalTagReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Cognito.IdentityPoolPrincipalTagReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscognito#IdentityPoolPrincipalTagReference |
![]() | software.amazon.awscdk.services.cognito.IdentityPoolPrincipalTagReference |
![]() | aws_cdk.aws_cognito.IdentityPoolPrincipalTagReference |
![]() | aws-cdk-lib » aws_cognito » IdentityPoolPrincipalTagReference |
A reference to a IdentityPoolPrincipalTag 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 identityPoolPrincipalTagReference: cognito.IdentityPoolPrincipalTagReference = {
identityPoolId: 'identityPoolId',
identityProviderName: 'identityProviderName',
};
Properties
Name | Type | Description |
---|---|---|
identity | string | The IdentityPoolId of the IdentityPoolPrincipalTag resource. |
identity | string | The IdentityProviderName of the IdentityPoolPrincipalTag resource. |
identityPoolId
Type:
string
The IdentityPoolId of the IdentityPoolPrincipalTag resource.
identityProviderName
Type:
string
The IdentityProviderName of the IdentityPoolPrincipalTag resource.