WebExperienceArgs

data class WebExperienceArgs(val applicationId: Output<String>? = null, val identityProviderConfiguration: Output<Either<WebExperienceIdentityProviderConfiguration0PropertiesArgs, WebExperienceIdentityProviderConfiguration1PropertiesArgs>>? = null, val roleArn: Output<String>? = null, val samplePromptsControlMode: Output<WebExperienceSamplePromptsControlMode>? = null, val subtitle: Output<String>? = null, val tags: Output<List<TagArgs>>? = null, val title: Output<String>? = null, val welcomeMessage: Output<String>? = null) : ConvertibleToJava<WebExperienceArgs>

Definition of AWS::QBusiness::WebExperience Resource Type

Constructors

Link copied to clipboard
constructor(applicationId: Output<String>? = null, identityProviderConfiguration: Output<Either<WebExperienceIdentityProviderConfiguration0PropertiesArgs, WebExperienceIdentityProviderConfiguration1PropertiesArgs>>? = null, roleArn: Output<String>? = null, samplePromptsControlMode: Output<WebExperienceSamplePromptsControlMode>? = null, subtitle: Output<String>? = null, tags: Output<List<TagArgs>>? = null, title: Output<String>? = null, welcomeMessage: Output<String>? = null)

Properties

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

The identifier of the Amazon Q Business web experience.

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: Output<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
val subtitle: Output<String>? = null

A subtitle to personalize your Amazon Q Business web experience.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = 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: Output<String>? = null

The title for your Amazon Q Business web experience.

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

A message in an Amazon Q Business web experience.

Functions

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