Class CfnForm.FileUploaderFieldConfigProperty
Inheritance
Implements
Namespace: Amazon.CDK.AWS.AmplifyUIBuilder
Assembly: Amazon.CDK.AWS.AmplifyUIBuilder.dll
Syntax (csharp)
public class FileUploaderFieldConfigProperty : Object, CfnForm.IFileUploaderFieldConfigProperty
Syntax (vb)
Public Class FileUploaderFieldConfigProperty
Inherits Object
Implements CfnForm.IFileUploaderFieldConfigProperty
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.AWS.AmplifyUIBuilder;
var fileUploaderFieldConfigProperty = new FileUploaderFieldConfigProperty {
AcceptedFileTypes = new [] { "acceptedFileTypes" },
AccessLevel = "accessLevel",
// the properties below are optional
IsResumable = false,
MaxFileCount = 123,
MaxSize = 123,
ShowThumbnails = false
};
Synopsis
Constructors
| FileUploaderFieldConfigProperty() |
Properties
| AcceptedFileTypes |
|
| AccessLevel |
|
| IsResumable |
|
| MaxFileCount |
|
| MaxSize |
|
| ShowThumbnails |
|
Constructors
FileUploaderFieldConfigProperty()
public FileUploaderFieldConfigProperty()
Properties
AcceptedFileTypes
CfnForm.FileUploaderFieldConfigProperty.AcceptedFileTypes.
public string[] AcceptedFileTypes { get; set; }
Property Value
System.String[]
Remarks
AccessLevel
CfnForm.FileUploaderFieldConfigProperty.AccessLevel.
public string AccessLevel { get; set; }
Property Value
System.String
Remarks
IsResumable
CfnForm.FileUploaderFieldConfigProperty.IsResumable.
public object IsResumable { get; set; }
Property Value
System.Object
Remarks
MaxFileCount
CfnForm.FileUploaderFieldConfigProperty.MaxFileCount.
public Nullable<double> MaxFileCount { get; set; }
Property Value
System.Nullable<System.Double>
Remarks
MaxSize
CfnForm.FileUploaderFieldConfigProperty.MaxSize.
public Nullable<double> MaxSize { get; set; }
Property Value
System.Nullable<System.Double>
Remarks
ShowThumbnails
CfnForm.FileUploaderFieldConfigProperty.ShowThumbnails.
public object ShowThumbnails { get; set; }
Property Value
System.Object