Class CfnApplicationPropsMixin.AttachmentsConfigurationProperty
Configuration information for the file upload during chat feature.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.QBusiness.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnApplicationPropsMixin.AttachmentsConfigurationProperty : CfnApplicationPropsMixin.IAttachmentsConfigurationProperty
Syntax (vb)
Public Class CfnApplicationPropsMixin.AttachmentsConfigurationProperty Implements CfnApplicationPropsMixin.IAttachmentsConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.QBusiness.Mixins;
var attachmentsConfigurationProperty = new AttachmentsConfigurationProperty {
AttachmentsControlMode = "attachmentsControlMode"
};
Synopsis
Constructors
| AttachmentsConfigurationProperty() | Configuration information for the file upload during chat feature. |
Properties
| AttachmentsControlMode | Status information about whether file upload functionality is activated or deactivated for your end user. |
Constructors
AttachmentsConfigurationProperty()
Configuration information for the file upload during chat feature.
public AttachmentsConfigurationProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.QBusiness.Mixins;
var attachmentsConfigurationProperty = new AttachmentsConfigurationProperty {
AttachmentsControlMode = "attachmentsControlMode"
};
Properties
AttachmentsControlMode
Status information about whether file upload functionality is activated or deactivated for your end user.
public string? AttachmentsControlMode { get; set; }