GetManagedLoginBrandingResult

data class GetManagedLoginBrandingResult(val assets: List<ManagedLoginBrandingAssetType>? = null, val managedLoginBrandingId: String? = null, val settings: Any? = null, val useCognitoProvidedValues: Boolean? = null)

Constructors

Link copied to clipboard
constructor(assets: List<ManagedLoginBrandingAssetType>? = null, managedLoginBrandingId: String? = null, settings: Any? = null, useCognitoProvidedValues: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An array of image files that you want to apply to roles like backgrounds, logos, and icons. Each object must also indicate whether it is for dark mode, light mode, or browser-adaptive mode.

Link copied to clipboard

The ID of the managed login branding style.

Link copied to clipboard
val settings: Any? = null

A JSON file, encoded as a Document type, with the the settings that you want to apply to your style. Search the CloudFormation User Guide for AWS::Cognito::ManagedLoginBranding for more information about the expected schema for this property.

Link copied to clipboard

When true, applies the default branding style options. This option reverts to default style options that are managed by Amazon Cognito. You can modify them later in the branding designer. When you specify true for this option, you must also omit values for Settings and Assets in the request.