Interface CfnForm.IFileUploaderFieldConfigProperty
Namespace: Amazon.CDK.AWS.AmplifyUIBuilder
Assembly: Amazon.CDK.AWS.AmplifyUIBuilder.dll
Syntax (csharp)
public interface IFileUploaderFieldConfigProperty
Syntax (vb)
Public Interface 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
Properties
| AcceptedFileTypes |
|
| AccessLevel |
|
| IsResumable |
|
| MaxFileCount |
|
| MaxSize |
|
| ShowThumbnails |
|
Properties
AcceptedFileTypes
CfnForm.FileUploaderFieldConfigProperty.AcceptedFileTypes.
string[] AcceptedFileTypes { get; }
Property Value
System.String[]
Remarks
AccessLevel
CfnForm.FileUploaderFieldConfigProperty.AccessLevel.
string AccessLevel { get; }
Property Value
System.String
Remarks
IsResumable
CfnForm.FileUploaderFieldConfigProperty.IsResumable.
virtual object IsResumable { get; }
Property Value
System.Object
Remarks
MaxFileCount
CfnForm.FileUploaderFieldConfigProperty.MaxFileCount.
virtual Nullable<double> MaxFileCount { get; }
Property Value
System.Nullable<System.Double>
Remarks
MaxSize
CfnForm.FileUploaderFieldConfigProperty.MaxSize.
virtual Nullable<double> MaxSize { get; }
Property Value
System.Nullable<System.Double>
Remarks
ShowThumbnails
CfnForm.FileUploaderFieldConfigProperty.ShowThumbnails.
virtual object ShowThumbnails { get; }
Property Value
System.Object