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