Class CfnWebExperienceProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.qbusiness.CfnWebExperienceProps.Jsii$Proxy
- All Implemented Interfaces:
CfnWebExperienceProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnWebExperienceProps
@Stability(Stable)
@Internal
public static final class CfnWebExperienceProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnWebExperienceProps
An implementation for
CfnWebExperienceProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.qbusiness.CfnWebExperienceProps
CfnWebExperienceProps.Builder, CfnWebExperienceProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnWebExperienceProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnWebExperienceProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The identifier of the Amazon Q Business web experience.final Object
The container for browser extension configuration for an Amazon Q Business web experience.final Object
Contains the configuration information to customize the logo, font, and color of an Amazon Q Business web experience with individual files for each property or a CSS file for them all.final Object
Provides information about the identity provider (IdP) used to authenticate end users of an Amazon Q Business web experience.Sets the website domain origins that are allowed to embed the Amazon Q Business web experience.final String
The Amazon Resource Name (ARN) of the service role attached to your web experience.final String
Determines whether sample prompts are enabled in the web experience for an end user.final String
A subtitle to personalize your Amazon Q Business web experience.getTags()
A list of key-value pairs that identify or categorize your Amazon Q Business web experience.final String
getTitle()
The title for your Amazon Q Business web experience.final String
A message in an Amazon Q Business web experience.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnWebExperienceProps.Builder
.
-
-
Method Details
-
getApplicationId
Description copied from interface:CfnWebExperienceProps
The identifier of the Amazon Q Business web experience.- Specified by:
getApplicationId
in interfaceCfnWebExperienceProps
- See Also:
-
getBrowserExtensionConfiguration
Description copied from interface:CfnWebExperienceProps
The container for browser extension configuration for an Amazon Q Business web experience.- Specified by:
getBrowserExtensionConfiguration
in interfaceCfnWebExperienceProps
- See Also:
-
getCustomizationConfiguration
Description copied from interface:CfnWebExperienceProps
Contains the configuration information to customize the logo, font, and color of an Amazon Q Business web experience with individual files for each property or a CSS file for them all.- Specified by:
getCustomizationConfiguration
in interfaceCfnWebExperienceProps
- See Also:
-
getIdentityProviderConfiguration
Description copied from interface:CfnWebExperienceProps
Provides information about the identity provider (IdP) used to authenticate end users of an Amazon Q Business web experience.- Specified by:
getIdentityProviderConfiguration
in interfaceCfnWebExperienceProps
- See Also:
-
getOrigins
Description copied from interface:CfnWebExperienceProps
Sets the website domain origins that are allowed to embed the Amazon Q Business web experience.The domain origin refers to the base URL for accessing a website including the protocol (
http/https
), the domain name, and the port number (if specified).You must only submit a base URL and not a full path. For example,
https://docs.aws.amazon.com
.- Specified by:
getOrigins
in interfaceCfnWebExperienceProps
- See Also:
-
getRoleArn
Description copied from interface:CfnWebExperienceProps
The Amazon Resource Name (ARN) of the service role attached to your web experience.You must provide this value if you're using IAM Identity Center to manage end user access to your application. If you're using legacy identity management to manage user access, you don't need to provide this value.
- Specified by:
getRoleArn
in interfaceCfnWebExperienceProps
- See Also:
-
getSamplePromptsControlMode
Description copied from interface:CfnWebExperienceProps
Determines whether sample prompts are enabled in the web experience for an end user.- Specified by:
getSamplePromptsControlMode
in interfaceCfnWebExperienceProps
- See Also:
-
getSubtitle
Description copied from interface:CfnWebExperienceProps
A subtitle to personalize your Amazon Q Business web experience.- Specified by:
getSubtitle
in interfaceCfnWebExperienceProps
- See Also:
-
getTags
Description copied from interface:CfnWebExperienceProps
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: _ . : / = + -
- Specified by:
getTags
in interfaceCfnWebExperienceProps
- See Also:
-
getTitle
Description copied from interface:CfnWebExperienceProps
The title for your Amazon Q Business web experience.- Specified by:
getTitle
in interfaceCfnWebExperienceProps
- See Also:
-
getWelcomeMessage
Description copied from interface:CfnWebExperienceProps
A message in an Amazon Q Business web experience.- Specified by:
getWelcomeMessage
in interfaceCfnWebExperienceProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-