AWS::AmplifyUIBuilder::Form FileUploaderFieldConfig - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::AmplifyUIBuilder::Form FileUploaderFieldConfig

The FileUploaderFieldConfig property type specifies Property description not available. for an AWS::AmplifyUIBuilder::Form.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "AcceptedFileTypes" : [ String, ... ], "AccessLevel" : String, "IsResumable" : Boolean, "MaxFileCount" : Double, "MaxSize" : Double, "ShowThumbnails" : Boolean }

YAML

AcceptedFileTypes: - String AccessLevel: String IsResumable: Boolean MaxFileCount: Double MaxSize: Double ShowThumbnails: Boolean

Properties

AcceptedFileTypes

Property description not available.

Required: Yes

Type: List of String

Update requires: No interruption

AccessLevel

Property description not available.

Required: Yes

Type: String

Update requires: No interruption

IsResumable

Property description not available.

Required: No

Type: Boolean

Update requires: No interruption

MaxFileCount

Property description not available.

Required: No

Type: Double

Update requires: No interruption

MaxSize

Property description not available.

Required: No

Type: Double

Update requires: No interruption

ShowThumbnails

Property description not available.

Required: No

Type: Boolean

Update requires: No interruption