Show / Hide Table of Contents

Class CfnApplicationPropsMixin.AttachmentsConfigurationProperty

Configuration information for the file upload during chat feature.

Inheritance
object
CfnApplicationPropsMixin.AttachmentsConfigurationProperty
Implements
CfnApplicationPropsMixin.IAttachmentsConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-application-attachmentsconfiguration.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-application-attachmentsconfiguration.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-application-attachmentsconfiguration.html#cfn-qbusiness-application-attachmentsconfiguration-attachmentscontrolmode

Implements

CfnApplicationPropsMixin.IAttachmentsConfigurationProperty
Back to top Generated by DocFX