Class CfnApplicationProps.Jsii$Proxy
- All Implemented Interfaces:
CfnApplicationProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnApplicationProps
CfnApplicationProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.qbusiness.CfnApplicationProps
CfnApplicationProps.Builder, CfnApplicationProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnApplicationProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnApplicationProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectConfiguration information for the file upload during chat feature.final ObjectSubscription configuration information for an Amazon Q Business application using IAM identity federation for user management.The OIDC client ID for a Amazon Q Business application.final StringA description for the Amazon Q Business application.final StringThe name of the Amazon Q Business application.final ObjectProvides the identifier of the AWS KMS key used to encrypt data indexed by Amazon Q Business.final StringThe Amazon Resource Name (ARN) of an identity provider being used by an Amazon Q Business application.final StringThe Amazon Resource Name (ARN) of the IAM Identity Center instance you are either creating for—or connecting to—your Amazon Q Business application.final StringThe authentication type being used by a Amazon Q Business application.final ObjectConfiguration information about chat response personalization.final ObjectConfiguration information about Amazon Q Apps.final ObjectThe Amazon QuickSight configuration for an Amazon Q Business application that uses QuickSight as the identity provider.final StringThe 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 inthashCode()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:CfnApplicationPropsThe name of the Amazon Q Business application.- Specified by:
getDisplayNamein interfaceCfnApplicationProps- See Also:
-
getAttachmentsConfiguration
Description copied from interface:CfnApplicationPropsConfiguration information for the file upload during chat feature.Returns union: either
IResolvableorCfnApplication.AttachmentsConfigurationProperty- Specified by:
getAttachmentsConfigurationin interfaceCfnApplicationProps- See Also:
-
getAutoSubscriptionConfiguration
Description copied from interface:CfnApplicationPropsSubscription configuration information for an Amazon Q Business application using IAM identity federation for user management.Returns union: either
IResolvableorCfnApplication.AutoSubscriptionConfigurationProperty- Specified by:
getAutoSubscriptionConfigurationin interfaceCfnApplicationProps- See Also:
-
getClientIdsForOidc
Description copied from interface:CfnApplicationPropsThe OIDC client ID for a Amazon Q Business application.- Specified by:
getClientIdsForOidcin interfaceCfnApplicationProps- See Also:
-
getDescription
Description copied from interface:CfnApplicationPropsA description for the Amazon Q Business application.- Specified by:
getDescriptionin interfaceCfnApplicationProps- See Also:
-
getEncryptionConfiguration
Description copied from interface:CfnApplicationPropsProvides the identifier of the AWS KMS key used to encrypt data indexed by Amazon Q Business.Amazon Q Business doesn't support asymmetric keys.
Returns union: either
IResolvableorCfnApplication.EncryptionConfigurationProperty- Specified by:
getEncryptionConfigurationin interfaceCfnApplicationProps- See Also:
-
getIamIdentityProviderArn
Description copied from interface:CfnApplicationPropsThe Amazon Resource Name (ARN) of an identity provider being used by an Amazon Q Business application.- Specified by:
getIamIdentityProviderArnin interfaceCfnApplicationProps- See Also:
-
getIdentityCenterInstanceArn
Description copied from interface:CfnApplicationPropsThe 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:
getIdentityCenterInstanceArnin interfaceCfnApplicationProps- See Also:
-
getIdentityType
Description copied from interface:CfnApplicationPropsThe authentication type being used by a Amazon Q Business application.- Specified by:
getIdentityTypein interfaceCfnApplicationProps- See Also:
-
getPersonalizationConfiguration
Description copied from interface:CfnApplicationPropsConfiguration information about chat response personalization.For more information, see Personalizing chat responses .
Returns union: either
IResolvableorCfnApplication.PersonalizationConfigurationProperty- Specified by:
getPersonalizationConfigurationin interfaceCfnApplicationProps- See Also:
-
getQAppsConfiguration
Description copied from interface:CfnApplicationPropsConfiguration information about Amazon Q Apps.Returns union: either
IResolvableorCfnApplication.QAppsConfigurationProperty- Specified by:
getQAppsConfigurationin interfaceCfnApplicationProps- See Also:
-
getQuickSightConfiguration
Description copied from interface:CfnApplicationPropsThe Amazon QuickSight configuration for an Amazon Q Business application that uses QuickSight as the identity provider.Returns union: either
IResolvableorCfnApplication.QuickSightConfigurationProperty- Specified by:
getQuickSightConfigurationin interfaceCfnApplicationProps- See Also:
-
getRoleArn
Description copied from interface:CfnApplicationPropsThe 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:
getRoleArnin interfaceCfnApplicationProps- See Also:
-
getTags
Description copied from interface:CfnApplicationPropsA 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:
getTagsin interfaceCfnApplicationProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-