interface UserPoolGroupReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Cognito.UserPoolGroupReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscognito#UserPoolGroupReference |
![]() | software.amazon.awscdk.services.cognito.UserPoolGroupReference |
![]() | aws_cdk.aws_cognito.UserPoolGroupReference |
![]() | aws-cdk-lib » aws_cognito » UserPoolGroupReference |
A reference to a UserPoolGroup 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 userPoolGroupReference: cognito.UserPoolGroupReference = {
groupName: 'groupName',
userPoolId: 'userPoolId',
};
Properties
Name | Type | Description |
---|---|---|
group | string | The GroupName of the UserPoolGroup resource. |
user | string | The UserPoolId of the UserPoolGroup resource. |
groupName
Type:
string
The GroupName of the UserPoolGroup resource.
userPoolId
Type:
string
The UserPoolId of the UserPoolGroup resource.