Class CfnForm.FileUploaderFieldConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnForm.FileUploaderFieldConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnForm.FileUploaderFieldConfigProperty
CfnForm.FileUploaderFieldConfigProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.amplifyuibuilder.CfnForm.FileUploaderFieldConfigProperty
CfnForm.FileUploaderFieldConfigProperty.Builder, CfnForm.FileUploaderFieldConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnForm.FileUploaderFieldConfigProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanThe file types that are allowed to be uploaded by the file uploader.final StringThe access level to assign to the uploaded files in the Amazon S3 bucket where they are stored.final ObjectAllows the file upload operation to be paused and resumed.final NumberSpecifies the maximum number of files that can be selected to upload.final NumberThe maximum file size in bytes that the file uploader will accept.final ObjectSpecifies whether to display or hide the image preview after selecting a file for upload.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnForm.FileUploaderFieldConfigProperty.Builder.
-
-
Method Details
-
getAcceptedFileTypes
Description copied from interface:CfnForm.FileUploaderFieldConfigPropertyThe file types that are allowed to be uploaded by the file uploader.Provide this information in an array of strings specifying the valid file extensions.
- Specified by:
getAcceptedFileTypesin interfaceCfnForm.FileUploaderFieldConfigProperty- See Also:
-
getAccessLevel
Description copied from interface:CfnForm.FileUploaderFieldConfigPropertyThe access level to assign to the uploaded files in the Amazon S3 bucket where they are stored.The valid values for this property are
private,protected, orpublic. For detailed information about the permissions associated with each access level, see File access levels in the Amplify documentation .- Specified by:
getAccessLevelin interfaceCfnForm.FileUploaderFieldConfigProperty- See Also:
-
getIsResumable
Description copied from interface:CfnForm.FileUploaderFieldConfigPropertyAllows the file upload operation to be paused and resumed. The default value isfalse.When
isResumableis set totrue, the file uploader uses a multipart upload to break the files into chunks before upload. The progress of the upload isn't continuous, because the file uploader uploads a chunk at a time.Returns union: either
BooleanorIResolvable- Specified by:
getIsResumablein interfaceCfnForm.FileUploaderFieldConfigProperty- See Also:
-
getMaxFileCount
Description copied from interface:CfnForm.FileUploaderFieldConfigPropertySpecifies the maximum number of files that can be selected to upload.The default value is an unlimited number of files.
- Specified by:
getMaxFileCountin interfaceCfnForm.FileUploaderFieldConfigProperty- See Also:
-
getMaxSize
Description copied from interface:CfnForm.FileUploaderFieldConfigPropertyThe maximum file size in bytes that the file uploader will accept.The default value is an unlimited file size.
- Specified by:
getMaxSizein interfaceCfnForm.FileUploaderFieldConfigProperty- See Also:
-
getShowThumbnails
Description copied from interface:CfnForm.FileUploaderFieldConfigPropertySpecifies whether to display or hide the image preview after selecting a file for upload.The default value is
trueto display the image preview.Returns union: either
BooleanorIResolvable- Specified by:
getShowThumbnailsin interfaceCfnForm.FileUploaderFieldConfigProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-