aws-cdk-lib.aws_cognito.CfnUserPoolUICustomizationAttachmentProps

interface CfnUserPoolUICustomizationAttachmentProps

LanguageType name
.NETAmazon.CDK.AWS.Cognito.CfnUserPoolUICustomizationAttachmentProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awscognito#CfnUserPoolUICustomizationAttachmentProps
Javasoftware.amazon.awscdk.services.cognito.CfnUserPoolUICustomizationAttachmentProps
Pythonaws_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

NameTypeDescription
clientIdstringThe client ID for the client app.
userPoolIdstringThe user pool ID for the user pool.
css?stringThe CSS values in the UI customization.

clientId

Type: string

The client ID for the client app.

You can specify the UI customization settings for a single client (with a specific clientId) or for all clients (by setting the clientId to ALL ).


userPoolId

Type: string

The user pool ID for the user pool.


css?

Type: string (optional)

The CSS values in the UI customization.