DescribedWebAppCustomization

A structure that contains the customization fields for the web app. You can provide a title, logo, and icon to customize the appearance of your web app.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

Returns the Amazon Resource Name (ARN) for the web app.

Link copied to clipboard

Returns an icon file data string (in base64 encoding).

Link copied to clipboard

Returns a logo file data string (in base64 encoding).

Link copied to clipboard

Returns the page title that you defined for your web app.

Link copied to clipboard

Returns the unique identifier for your web app.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String