Web Experience Args
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
The identifier of the Amazon Q Business web experience.
Link copied to clipboard
val identityProviderConfiguration: Output<Either<WebExperienceIdentityProviderConfiguration0PropertiesArgs, WebExperienceIdentityProviderConfiguration1PropertiesArgs>>? = null
Provides information about the identity provider (IdP) used to authenticate end users of an Amazon Q Business web experience.
Link copied to clipboard
Determines whether sample prompts are enabled in the web experience for an end user.
Link copied to clipboard
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
A message in an Amazon Q Business web experience.