Interface CfnApplication.AttachmentsConfigurationProperty
- All Superinterfaces:
 software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
 CfnApplication.AttachmentsConfigurationProperty.Jsii$Proxy
- Enclosing class:
 CfnApplication
@Stability(Stable)
public static interface CfnApplication.AttachmentsConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.qbusiness.*;
 AttachmentsConfigurationProperty attachmentsConfigurationProperty = AttachmentsConfigurationProperty.builder()
         .attachmentsControlMode("attachmentsControlMode")
         .build();
 
 - See Also:
 
- 
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnApplication.AttachmentsConfigurationPropertystatic final classAn implementation forCfnApplication.AttachmentsConfigurationProperty - 
Method Summary
Modifier and TypeMethodDescriptionbuilder()Status information about whether file upload functionality is activated or deactivated for your end user.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson 
- 
Method Details
- 
getAttachmentsControlMode
Status information about whether file upload functionality is activated or deactivated for your end user.- See Also:
 
 - 
builder
 
 -