Class CfnApplicationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.qbusiness.CfnApplicationProps.Jsii$Proxy
- All Implemented Interfaces:
CfnApplicationProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnApplicationProps
@Stability(Stable)
@Internal
public static final class CfnApplicationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnApplicationProps
An implementation for
CfnApplicationProps
-
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.CfnApplicationProps
CfnApplicationProps.Builder, CfnApplicationProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnApplicationProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnApplicationProps.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 Object
Configuration information for the file upload during chat feature.final Object
Subscription configuration information for an Amazon Q Business application using IAM identity federation for user management.final String
A description for the Amazon Q Business application.final String
The name of the Amazon Q Business application.final Object
Provides the identifier of the AWS KMS key used to encrypt data indexed by Amazon Q Business.final String
The Amazon Resource Name (ARN) of an identity provider being used by an Amazon Q Business application.final String
The Amazon Resource Name (ARN) of the IAM Identity Center instance you are either creating for—or connecting to—your Amazon Q Business application.final String
The authentication type being used by a Amazon Q Business application.final Object
Configuration information about chat response personalization.final Object
Configuration information about Amazon Q Apps.final String
The Amazon Resource Name (ARN) of an IAM role with permissions to access your Amazon CloudWatch logs and metrics.getTags()
A list of key-value pairs that identify or categorize your Amazon Q Business application.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 theCfnApplicationProps.Builder
.
-
-
Method Details
-
getDisplayName
Description copied from interface:CfnApplicationProps
The name of the Amazon Q Business application.- Specified by:
getDisplayName
in interfaceCfnApplicationProps
- See Also:
-
getAttachmentsConfiguration
Description copied from interface:CfnApplicationProps
Configuration information for the file upload during chat feature.- Specified by:
getAttachmentsConfiguration
in interfaceCfnApplicationProps
- See Also:
-
getAutoSubscriptionConfiguration
Description copied from interface:CfnApplicationProps
Subscription configuration information for an Amazon Q Business application using IAM identity federation for user management.- Specified by:
getAutoSubscriptionConfiguration
in interfaceCfnApplicationProps
- See Also:
-
getClientIdsForOidc
- Specified by:
getClientIdsForOidc
in interfaceCfnApplicationProps
- See Also:
-
getDescription
Description copied from interface:CfnApplicationProps
A description for the Amazon Q Business application.- Specified by:
getDescription
in interfaceCfnApplicationProps
- See Also:
-
getEncryptionConfiguration
Description copied from interface:CfnApplicationProps
Provides the identifier of the AWS KMS key used to encrypt data indexed by Amazon Q Business.Amazon Q Business doesn't support asymmetric keys.
- Specified by:
getEncryptionConfiguration
in interfaceCfnApplicationProps
- See Also:
-
getIamIdentityProviderArn
Description copied from interface:CfnApplicationProps
The Amazon Resource Name (ARN) of an identity provider being used by an Amazon Q Business application.- Specified by:
getIamIdentityProviderArn
in interfaceCfnApplicationProps
- See Also:
-
getIdentityCenterInstanceArn
Description copied from interface:CfnApplicationProps
The Amazon Resource Name (ARN) of the IAM Identity Center instance you are either creating for—or connecting to—your Amazon Q Business application.Required :
Yes
- Specified by:
getIdentityCenterInstanceArn
in interfaceCfnApplicationProps
- See Also:
-
getIdentityType
Description copied from interface:CfnApplicationProps
The authentication type being used by a Amazon Q Business application.- Specified by:
getIdentityType
in interfaceCfnApplicationProps
- See Also:
-
getPersonalizationConfiguration
Description copied from interface:CfnApplicationProps
Configuration information about chat response personalization.For more information, see Personalizing chat responses .
- Specified by:
getPersonalizationConfiguration
in interfaceCfnApplicationProps
- See Also:
-
getQAppsConfiguration
Description copied from interface:CfnApplicationProps
Configuration information about Amazon Q Apps.- Specified by:
getQAppsConfiguration
in interfaceCfnApplicationProps
- See Also:
-
getRoleArn
Description copied from interface:CfnApplicationProps
The Amazon Resource Name (ARN) of an IAM role with permissions to access your Amazon CloudWatch logs and metrics.If this property is not specified, Amazon Q Business will create a service linked role (SLR) and use it as the application's role.
- Specified by:
getRoleArn
in interfaceCfnApplicationProps
- See Also:
-
getTags
Description copied from interface:CfnApplicationProps
A list of key-value pairs that identify or categorize your Amazon Q Business application.You can also use tags to help control access to the application. Tag keys and values can consist of Unicode letters, digits, white space, and any of the following symbols: _ . : / = + -
- Specified by:
getTags
in interfaceCfnApplicationProps
- 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()
-