interface AttachmentsConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QBusiness.CfnApplicationPropsMixin.AttachmentsConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsqbusiness#CfnApplicationPropsMixin_AttachmentsConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.qbusiness.CfnApplicationPropsMixin.AttachmentsConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_qbusiness.CfnApplicationPropsMixin.AttachmentsConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_qbusiness » CfnApplicationPropsMixin » AttachmentsConfigurationProperty |
Configuration information for the file upload during chat feature.
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/cfn-property-mixins';
const attachmentsConfigurationProperty: qbusiness.CfnApplicationPropsMixin.AttachmentsConfigurationProperty = {
attachmentsControlMode: 'attachmentsControlMode',
};
Properties
| Name | Type | Description |
|---|---|---|
| attachments | string | Status information about whether file upload functionality is activated or deactivated for your end user. |
attachmentsControlMode?
Type:
string
(optional)
Status information about whether file upload functionality is activated or deactivated for your end user.

.NET
Go
Java
Python
TypeScript