ManagedLoginBranding

class ManagedLoginBranding : KotlinCustomResource

Resource Type definition for AWS::Cognito::ManagedLoginBranding

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
val clientId: Output<String>?

The app client that's assigned to the branding style that you want more information about.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

The ID of the managed login branding style.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

When true , returns values for branding options that are unchanged from Amazon Cognito defaults. When false or when you omit this parameter, returns only values that you customized in your branding style.

Link copied to clipboard
val settings: Output<Any>?

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
val urn: Output<String>
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.

Link copied to clipboard
val userPoolId: Output<String>

The user pool where the branding style is assigned.