interface CfnApplicationProps
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_qbusiness.CfnApplicationProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsqbusiness#CfnApplicationProps |
![]() | software.amazon.awscdk.services.qbusiness.CfnApplicationProps |
![]() | aws_cdk.aws_qbusiness.CfnApplicationProps |
![]() | aws-cdk-lib » aws_qbusiness » CfnApplicationProps |
Properties for defining a CfnApplication
.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_qbusiness as qbusiness } from 'aws-cdk-lib';
const cfnApplicationProps: qbusiness.CfnApplicationProps = {
displayName: 'displayName',
// the properties below are optional
attachmentsConfiguration: {
attachmentsControlMode: 'attachmentsControlMode',
},
autoSubscriptionConfiguration: {
autoSubscribe: 'autoSubscribe',
// the properties below are optional
defaultSubscriptionType: 'defaultSubscriptionType',
},
clientIdsForOidc: ['clientIdsForOidc'],
description: 'description',
encryptionConfiguration: {
kmsKeyId: 'kmsKeyId',
},
iamIdentityProviderArn: 'iamIdentityProviderArn',
identityCenterInstanceArn: 'identityCenterInstanceArn',
identityType: 'identityType',
personalizationConfiguration: {
personalizationControlMode: 'personalizationControlMode',
},
qAppsConfiguration: {
qAppsControlMode: 'qAppsControlMode',
},
quickSightConfiguration: {
clientNamespace: 'clientNamespace',
},
roleArn: 'roleArn',
tags: [{
key: 'key',
value: 'value',
}],
};
Properties
Name | Type | Description |
---|---|---|
display | string | The name of the Amazon Q Business application. |
attachments | IResolvable | Attachments | Configuration information for the file upload during chat feature. |
auto | IResolvable | Auto | Subscription configuration information for an Amazon Q Business application using IAM identity federation for user management. |
client | string[] | The OIDC client ID for a Amazon Q Business application. |
description? | string | A description for the Amazon Q Business application. |
encryption | IResolvable | Encryption | Provides the identifier of the AWS KMS key used to encrypt data indexed by Amazon Q Business. |
iam | string | The Amazon Resource Name (ARN) of an identity provider being used by an Amazon Q Business application. |
identity | 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. |
identity | string | The authentication type being used by a Amazon Q Business application. |
personalization | IResolvable | Personalization | Configuration information about chat response personalization. |
q | IResolvable | QApps | Configuration information about Amazon Q Apps. |
quick | IResolvable | Quick | The Amazon QuickSight configuration for an Amazon Q Business application that uses QuickSight as the identity provider. |
role | string | The Amazon Resource Name (ARN) of an IAM role with permissions to access your Amazon CloudWatch logs and metrics. |
tags? | Cfn [] | A list of key-value pairs that identify or categorize your Amazon Q Business application. |
displayName
Type:
string
The name of the Amazon Q Business application.
attachmentsConfiguration?
Type:
IResolvable
|
Attachments
(optional)
Configuration information for the file upload during chat feature.
autoSubscriptionConfiguration?
Type:
IResolvable
|
Auto
(optional)
Subscription configuration information for an Amazon Q Business application using IAM identity federation for user management.
clientIdsForOidc?
Type:
string[]
(optional)
The OIDC client ID for a Amazon Q Business application.
description?
Type:
string
(optional)
A description for the Amazon Q Business application.
encryptionConfiguration?
Type:
IResolvable
|
Encryption
(optional)
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.
iamIdentityProviderArn?
Type:
string
(optional)
The Amazon Resource Name (ARN) of an identity provider being used by an Amazon Q Business application.
identityCenterInstanceArn?
Type:
string
(optional)
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
identityType?
Type:
string
(optional)
The authentication type being used by a Amazon Q Business application.
personalizationConfiguration?
Type:
IResolvable
|
Personalization
(optional)
Configuration information about chat response personalization.
For more information, see Personalizing chat responses .
qAppsConfiguration?
Type:
IResolvable
|
QApps
(optional)
Configuration information about Amazon Q Apps.
quickSightConfiguration?
Type:
IResolvable
|
Quick
(optional)
The Amazon QuickSight configuration for an Amazon Q Business application that uses QuickSight as the identity provider.
roleArn?
Type:
string
(optional)
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.
tags?
Type:
Cfn
[]
(optional)
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: _ . : / = + -