AccessApplicationLandingPageDesignArgs

data class AccessApplicationLandingPageDesignArgs(val buttonColor: Output<String>? = null, val buttonTextColor: Output<String>? = null, val imageUrl: Output<String>? = null, val message: Output<String>? = null, val title: Output<String>? = null) : ConvertibleToJava<AccessApplicationLandingPageDesignArgs>

Constructors

Link copied to clipboard
constructor(buttonColor: Output<String>? = null, buttonTextColor: Output<String>? = null, imageUrl: Output<String>? = null, message: Output<String>? = null, title: Output<String>? = null)

Properties

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

The button color of the landing page.

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

The button text color of the landing page.

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

The URL of the image to be displayed in the landing page.

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

The message of the landing page.

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

The title of the landing page.

Functions

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