UserPoolUiCustomizationAttachmentArgs

data class UserPoolUiCustomizationAttachmentArgs(val clientId: Output<String>? = null, val css: Output<String>? = null, val userPoolId: Output<String>? = null) : ConvertibleToJava<UserPoolUiCustomizationAttachmentArgs>

Resource Type definition for AWS::Cognito::UserPoolUICustomizationAttachment

Constructors

Link copied to clipboard
constructor(clientId: Output<String>? = null, css: Output<String>? = null, userPoolId: Output<String>? = null)

Properties

Link copied to clipboard
val clientId: Output<String>? = null

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 ).

Link copied to clipboard
val css: Output<String>? = null

The CSS values in the UI customization.

Link copied to clipboard
val userPoolId: Output<String>? = null

The user pool ID for the user pool.

Functions

Link copied to clipboard
open override fun toJava(): UserPoolUiCustomizationAttachmentArgs