GetWebExperienceResult

data class GetWebExperienceResult(val createdAt: String? = null, val defaultEndpoint: String? = null, val identityProviderConfiguration: Either<WebExperienceIdentityProviderConfiguration0Properties, WebExperienceIdentityProviderConfiguration1Properties>? = null, val roleArn: String? = null, val samplePromptsControlMode: WebExperienceSamplePromptsControlMode? = null, val status: WebExperienceStatus? = null, val subtitle: String? = null, val tags: List<Tag>? = null, val title: String? = null, val updatedAt: String? = null, val webExperienceArn: String? = null, val webExperienceId: String? = null, val welcomeMessage: String? = null)

Constructors

Link copied to clipboard
constructor(createdAt: String? = null, defaultEndpoint: String? = null, identityProviderConfiguration: Either<WebExperienceIdentityProviderConfiguration0Properties, WebExperienceIdentityProviderConfiguration1Properties>? = null, roleArn: String? = null, samplePromptsControlMode: WebExperienceSamplePromptsControlMode? = null, status: WebExperienceStatus? = null, subtitle: String? = null, tags: List<Tag>? = null, title: String? = null, updatedAt: String? = null, webExperienceArn: String? = null, webExperienceId: String? = null, welcomeMessage: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val createdAt: String? = null

The Unix timestamp when the Amazon Q Business application was last updated.

Link copied to clipboard
val defaultEndpoint: String? = null

The endpoint URLs for your Amazon Q Business web experience. The URLs are unique and fully hosted by AWS .

Link copied to clipboard

Provides information about the identity provider (IdP) used to authenticate end users of an Amazon Q Business web experience.

Link copied to clipboard
val roleArn: String? = null

The Amazon Resource Name (ARN) of the service role attached to your web experience.

Link copied to clipboard

Determines whether sample prompts are enabled in the web experience for an end user.

Link copied to clipboard

The status of your Amazon Q Business web experience.

Link copied to clipboard
val subtitle: String? = null

A subtitle to personalize your Amazon Q Business web experience.

Link copied to clipboard
val tags: List<Tag>? = null

A list of key-value pairs that identify or categorize your Amazon Q Business web experience. You can also use tags to help control access to the web experience. Tag keys and values can consist of Unicode letters, digits, white space, and any of the following symbols: _ . : / = + - @.

Link copied to clipboard
val title: String? = null

The title for your Amazon Q Business web experience.

Link copied to clipboard
val updatedAt: String? = null

The Unix timestamp when your Amazon Q Business web experience was updated.

Link copied to clipboard

The Amazon Resource Name (ARN) of an Amazon Q Business web experience.

Link copied to clipboard
val webExperienceId: String? = null

The identifier of your Amazon Q Business web experience.

Link copied to clipboard
val welcomeMessage: String? = null

A message in an Amazon Q Business web experience.