GetManagedLoginBrandingPlainArgs

data class GetManagedLoginBrandingPlainArgs(val managedLoginBrandingId: String, val userPoolId: String) : ConvertibleToJava<GetManagedLoginBrandingPlainArgs>

Constructors

Link copied to clipboard
constructor(managedLoginBrandingId: String, userPoolId: String)

Properties

Link copied to clipboard

The ID of the managed login branding style.

Link copied to clipboard

The user pool where the branding style is assigned.

Functions

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