Interface CfnApplicationPropsMixin.AttachmentsConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnApplicationPropsMixin.AttachmentsConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnApplicationPropsMixin
@Stability(Stable)
public static interface CfnApplicationPropsMixin.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.cfnpropertymixins.services.qbusiness.*;
AttachmentsConfigurationProperty attachmentsConfigurationProperty = AttachmentsConfigurationProperty.builder()
.attachmentsControlMode("attachmentsControlMode")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnApplicationPropsMixin.AttachmentsConfigurationProperty -
Method Summary
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
@Stability(Stable) static CfnApplicationPropsMixin.AttachmentsConfigurationProperty.Builder builder()
-