AWS::QBusiness::ApplicationCreates an Amazon Q Business application. > There are new tiers for Amazon Q Business. Not all features in Amazon Q Business Pro are also available in Amazon Q Business Lite. For information on what's included in Amazon Q Business Lite and what's included in Amazon Q Business Pro, see [Amazon Q Business tiers](https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/tiers.html#user-sub-tiers) . You must use the Amazon Q Business console to assign subscription tiers to users. > > An Amazon Q Apps service linked role will be created if it's absent in the AWS account when `QAppsConfiguration` is enabled in the request. For more information, see [Using service-linked roles for Q Apps](https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/using-service-linked-roles-qapps.html) . > > When you create an application, Amazon Q Business may securely transmit data for processing from your selected AWS region, but within your geography. For more information, see [Cross region inference in Amazon Q Business](https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/cross-region-inference.html) .
import { CfnApplication } from 'aws-cdk-lib/aws-qbusiness';Or use the module namespace:
import * as qbusiness from 'aws-cdk-lib/aws-qbusiness';
// qbusiness.CfnApplicationConfiguration passed to the constructor as CfnApplicationProps.
displayNameRequiredstringThe name of the Amazon Q Business application.
attachmentsConfigurationOptionalIResolvable | AttachmentsConfigurationPropertyConfiguration information for the file upload during chat feature.
autoSubscriptionConfigurationOptionalIResolvable | AutoSubscriptionConfigurationPropertySubscription configuration information for an Amazon Q Business application using IAM identity federation for user management.
clientIdsForOidcOptionalstring[]The OIDC client ID for a Amazon Q Business application.
descriptionOptionalstringA description for the Amazon Q Business application.
encryptionConfigurationOptionalIResolvable | EncryptionConfigurationPropertyProvides the identifier of the AWS key used to encrypt data indexed by Amazon Q Business. Amazon Q Business doesn't support asymmetric keys.
iamIdentityProviderArnOptionalstringThe Amazon Resource Name (ARN) of an identity provider being used by an Amazon Q Business application.
identityCenterInstanceArnOptionalstringThe 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`
identityTypeOptionalstringThe authentication type being used by a Amazon Q Business application.
personalizationConfigurationOptionalIResolvable | PersonalizationConfigurationPropertyConfiguration information about chat response personalization. For more information, see [Personalizing chat responses](https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/personalizing-chat-responses.html) .
qAppsConfigurationOptionalIResolvable | QAppsConfigurationPropertyConfiguration information about Amazon Q Apps.
quickSightConfigurationOptionalIResolvable | QuickSightConfigurationPropertyThe Amazon Quick Suite configuration for an Amazon Q Business application that uses Quick Suite as the identity provider.
roleArnOptionalstringThe 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)](https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/using-service-linked-roles.html#slr-permissions) and use it as the application's role.
tagsOptionalCfnTag[]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: _ . : / = + -
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-qbusinessAWS::QBusiness::Application