interface CfnUserPoolUICustomizationAttachmentProps
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.Cognito.CfnUserPoolUICustomizationAttachmentProps |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awscognito#CfnUserPoolUICustomizationAttachmentProps |
Java | software.amazon.awscdk.services.cognito.CfnUserPoolUICustomizationAttachmentProps |
Python | aws_cdk.aws_cognito.CfnUserPoolUICustomizationAttachmentProps |
TypeScript | aws-cdk-lib » aws_cognito » CfnUserPoolUICustomizationAttachmentProps |
Properties for defining a CfnUserPoolUICustomizationAttachment
.
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 cfnUserPoolUICustomizationAttachmentProps: cognito.CfnUserPoolUICustomizationAttachmentProps = {
clientId: 'clientId',
userPoolId: 'userPoolId',
// the properties below are optional
css: 'css',
};
Properties
Name | Type | Description |
---|---|---|
client | string | The app client ID for your UI customization. |
user | string | The user pool ID for the user pool. |
css? | string | The CSS values in the UI customization. |
clientId
Type:
string
The app client ID for your UI customization.
When this value isn't present, the customization applies to all user pool app clients that don't have client-level settings..
userPoolId
Type:
string
The user pool ID for the user pool.
css?
Type:
string
(optional)
The CSS values in the UI customization.